@charset "utf-8";


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

    サイト設定　適宜変更箇所

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

body,
html {
    font-size: 18px;
}

body {
    overflow-x: hidden;
    color: #1d1a19;
    font-family: "Shippori Mincho B1", serif;
    font-weight: 400;
    font-style: normal;
    background-image: url(http://izakayafumiya.com/wp/wp-content/uploads/2025/06/bk.jpg);
}

html {
    scroll-behavior: smooth;
}

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

.poppins-medium {
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    font-style: normal;
}

.under-v-inner {
    /*background: gray;*/
    background-size: cover;
    background-position: center;
}

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

    サイト設定

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

.inner-s {
    max-width: 960px;
    margin: 0 auto;
}

.inner {
    max-width: 1100px;
    margin: 0 auto;
}

.inner-l {
    max-width: 1440px;
    margin: 0 auto;
}

/* カラー */
.red {
    color: #6E0B0B;
    font-weight: bold;
}

/*画像ホバー時*/

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

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

.flex-row {
    flex-direction: row-reverse;
}

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

    Bogo

============================== */
body.en-US .jp {
    display: none;
}

.en {
    display: none;
}

body.en-US .en {
    display: block;
}

body.ja .en {
    display: none;
}

ul.bogo-language-switcher.list-view .en {
    display: block;
}

body.en-US nav.breadcrumb.inner .en {
    display: contents;
}

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

　　固定メニュー

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

.fix_nav.sp_disp.sp {
    position: fixed;
    z-index: 300;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    background: #e5621a;
}

.wp-block-group.fix_nav.sp_disp-inner {
    gap: 0;
}

.wp-block-group.kotei-menu p {
    font-size: 12px;
    letter-spacing: 0;
}

.kotei-menu {
    color: #fff;
    padding: 6px 0 5px;
    text-align: center;
    border-right: 0.5px solid #fff;
    position: relative;
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    font-style: normal;
}

.kotei-menu:last-child {
    border-right: none;
}

/*メニュー数*/

.sp_disp-4 .kotei-menu {
    width: 25%;
}

.sp_disp-3 .kotei-menu {
    width: 33.3333333333%;
}

.sp_disp-2 .kotei-menu {
    width: 50%;
}

.sp_disp-1 .kotei-menu {
    width: 100%;
}

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

ヘッダーの設定

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

header {
    width: 100%;
    transition: .6s;
}

.header-inner {
    transition: .6s;
}

/*適宜修正*/

.header-inner {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 300;
}

/*スクロール時にサイズなどを変える場合*/

header.scroll-nav .header-inner {}


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

    ハンバーガーメニュー

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


/* ハンバーガーメニューの全体 */
.hamburger-wrapper {
    position: fixed;
    right: 0;
    top: 0;
    z-index: 302;
    cursor: pointer;
}

.hamburger-wrapper,
.hamburger {
    width: 128px;
    height: 128px;
}

.hamburger:after {
    content: 'Menu';
    color: #fff;
    font-size: 19px;
    letter-spacing: 0;
    bottom: 20px;
    position: absolute;
    left: 0;
    right: 0;
    text-align: center;
    margin: 0 auto;
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    font-style: normal;
}

.hamburger {
    padding: 10px;
    border: none;
    right: 0;
    position: fixed;
    top: 0;
    background: #e5621a;
    z-index: 200;
    position: relative;
    display: block;
}

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

p.hamburger__line.hamburger__line--1 {
    top: 37px;
}

p.hamburger__line.hamburger__line--2 {
    display: none;
}

p.hamburger__line.hamburger__line--3 {
    top: 55px;
}

/* ハンバーガーメニューが開いたときの変化 */
.nav-wrapper.open .hamburger__line--1 {
    transform: rotate(-45deg);
    top: 45px;
}

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

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


.nav-wrapper .sp-nav-inner ul.wp-block-navigation__container.hamburger-menu.wp-block-navigation li.wp-block-navigation-item a {
    font-size: 23px;
    margin-bottom: 17px;
}

.nav-wrapper .sp-nav-inner {
    display: block;
    height: 215px;
    max-width: fit-content;
    width: 100%;
    margin: auto;
    left: 0;
    right: 0;
    top: 0;
    border: 0;
    position: absolute;
    bottom: 159px;
}

.black-bg.active {
    visibility: visible;
    opacity: 1;
}

.nav-wrapper .sp-nav-inner ul.wp-block-navigation__container.hamburger-menu.wp-block-navigation {
    display: block;
    max-width: fit-content;
    margin: 0 auto;
}

.sp-nav-wrap {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 250;
    transition: all 0.3s ease in-out;
    padding: 57px 20px 0;
    background-size: cover;
    background-color: #e5621a;
}

.nav-wrapper.open {
    z-index: 1;
}

.nav-wrapper.open .sp-nav-wrap {
    display: block;
}



/* ==============================
    
    メインビジュアル
    
　============================== */

/*メインビジュアル　relative*/

.mainv {
    z-index: 0;
    position: relative;
}

.slider-01 {
    position: relative;
    width: 100%;
    background-color: #000;
}

/*メインビジュアル　高さ適宜変更*/
.mainv,
.slider-01,
.slider-01 .slide figure.wp-block-image.size-full,
.slider-01 .slide figure.wp-block-image.size-full img {
    height: 79vh;
}

/*メインビジュアルキャッチコピー*/
figure.wp-block-image.size-full.maincopy {
    position: absolute;
    left: -58px;
    bottom: 50px;
    z-index: 20;
    max-width: 589px;
    width: 100%;
}

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

　　お知らせ

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

.newslist {
    max-width: 80%;
    width: 100%;
}



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

　　↓　PC番テーマ専用CSSは下記から記述　↓

　============================== */
.wrap,
.under-v-wrap {
    padding: 1px 0 0;
}

.slider-01,
.slider-01 .slide figure.wp-block-image.size-full,
.slider-01 .slide figure.wp-block-image.size-full img,
.under-v-inner {
    clip-path: polygon(60px 0%, 100% 0%, 100% calc(100% - 60px), calc(100% - 60px) 100%, 0% 100%, 0% 60px);
    height: 79vh;
}

.mainv,
.under-v {
    max-width: 91%;
    position: relative;
    margin: 100px auto 0;
}

/* 装飾ライン */
.mainv::before,
.under-v::before {
    top: 32px;
    left: -93px;
    transform: rotate(-45deg);
}

.mainv::before,
.mainv::after,
.under-v::before,
.under-v::after {
    content: "";
    position: absolute;
    width: 238px;
    height: 2px;
    background-color: #ec5d1c;
    z-index: 10;
}

.mainv::after,
.under-v::after {
    bottom: 34px;
    right: -93px;
    transform: rotate(-45deg);
}

header.scroll-nav figure.wp-block-image.size-full.logo,
body#top header.scroll-nav figure.wp-block-image.size-full.logo {
    top: 7px;
}

figure.wp-block-image.size-full.logo {
    max-width: 168px;
    position: fixed;
    top: 7px;
    left: 25px;
}

body#top figure.wp-block-image.size-full.logo {
    top: -168px;
}

nav.header-inner-menu {
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    font-style: normal;
    font-size: 18px;
    letter-spacing: 3px;
}

.wp-block-group.menu-tel-insta-flex {
    position: fixed;
    right: 159px;
    top: 13px;
}

nav.header-inner-menu ul li a {
    display: block;
    margin-right: 30px;
    position: relative;
}

figure.wp-block-image.size-full.img-hover.insta-icon {
    margin: 0 30px 0 40px;
}

.wp-block-group.header-tel h2 {
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    font-style: normal;
    font-size: 29px;
    padding-right: 10px;
}

.wp-block-group.header-tel h3 {
    font-size: 20px;
    text-align: center;
    letter-spacing: 4px;
    margin-bottom: 3px;
}

nav.header-inner-menu a span {
    transition: .6s;
}

body#top nav.header-inner-menu .home-link span,
body#about nav.header-inner-menu .about-link span,
body#menu nav.header-inner-menu .menu-link span,
body#drink nav.header-inner-menu .drink-link span,
body#course nav.header-inner-menu .course-link span,
body#access nav.header-inner-menu .access-link span,
nav.header-inner-menu a span:hover {
    color: #e5621a;
    position: relative;
}

body#top nav.header-inner-menu .home-link a:before,
body#about nav.header-inner-menu .about-link a:before,
body#menu nav.header-inner-menu .menu-link a:before,
body#drink nav.header-inner-menu .drink-link a:before,
body#course nav.header-inner-menu .course-link a:before,
body#access nav.header-inner-menu .access-link a:before,
nav.header-inner-menu a span:hover:before {
    content: '';
    width: 10px;
    height: 10px;
    display: block;
    border-radius: 50%;
    position: absolute;
    top: -17px;
    background: #e5621a;
    left: 0;
    right: 0;
    margin: auto;
}

.wp-block-group.next-prev {
    display: none;
}

figure.wp-block-image.size-full.mainv-logo {
    max-width: 329px;
    position: absolute;
    z-index: 300;
    height: 323px;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
}

body {
    letter-spacing: 2px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    letter-spacing: 4px;
}

.wp-block-group.h3-af {
    content: '';
    width: 100%;
    height: 45px;
    border: 1px solid #e5621a;
    display: block;
    position: absolute;
    bottom: -11px;
    z-index: 0;
    right: -12px;
}

.wp-block-group.ora-h3-wrap h3 {
    background: #fff;
    font-size: 24px;
    color: #e5621a;
    font-weight: bold;
    border: 1px solid;
    line-height: 1;
    padding: 10px;
    max-width: fit-content;
    letter-spacing: 10px;
    margin-bottom: 25px;
    position: relative;
    z-index: 20;
}

.wp-block-group.ora-h3-wrap {
    max-width: fit-content;
    position: relative;
}

h2 span.big {
    font-size: 52px;
}

h2 {
    font-size: 36px;
    letter-spacing: 6px;
}

.wp-block-group.top-about-wrap h2 {
    margin-bottom: 50px;
    position: relative;
    max-width: fit-content;
}

p {
    line-height: 2.5;
}

.wp-block-group.top-about-txt p {
    padding: 0 0 44px;
    text-shadow: 0 0 4px #efefef, 0 0 4px #efefef, 0 0 4px #efefef, 0 0 4px #efefef, 0 0 4px #efefef, 0 0 4px #efefef, 0 0 4px #efefef, 0 0 4px #efefef;
}

.wp-block-group.top-about-txt {
    max-width: 50%;
    width: 100%;
}

/*.wp-block-group.top-about-wrap p {
    max-width: 50%;
    width: 100%;
}*/


.wp-block-group.top-about-wrap h2:after {
    content: '';
    background-image: url(http://izakayafumiya.com/wp/wp-content/uploads/2025/06/line-1.png);
    background-size: contain;
    display: inline-block;
    width: 315px;
    height: 69px;
    position: absolute;
    right: 0;
    bottom: -58px;
}

header.scroll-nav nav.header-inner-menu,
header.scroll-nav figure.wp-block-image.size-full.img-hover.insta-icon {
    display: none;
}

header.scroll-nav .wp-block-group.menu-tel-insta-flex {
    position: fixed;
    right: 129px;
    top: 0;
}

header.scroll-nav .wp-block-group.header-tel.has-link:hover {
    background: #e5621a;
    color: #fff;
}

header.scroll-nav .wp-block-group.header-tel.has-link {
    background: #fff;
    padding: 23px 11px 29px;
    border: 1px solid #e5621a;
    color: #e5621a;
    transition: .6s;
    height: 128px;
}

header.scroll-nav .wp-block-group.menu-tel-insta-flex {
    position: fixed;
    right: 128px;
    top: -1px;
}

.wp-block-group.header-tel.has-link {
    transition: .6s;
}

.wp-block-buttons {
    max-width: 415px;
    width: 100%;
}

.wp-block-buttons .wp-block-button,
.wp-block-buttons .wp-block-button a {
    width: 100%;
    border-radius: 0;
    padding: 0;
}

.wp-block-buttons .wp-block-button a:hover:after {
    width: 80px;
    background: #e5621a;
}

.wp-block-buttons .wp-block-button a:hover {
    background: #fff;
    color: #e5621a;
}

.wp-block-buttons .wp-block-button a:after {
    content: '';
    height: 1px;
    width: 64px;
    background: #fff;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    transition: .6s;
}

.wp-block-buttons .wp-block-button a {
    font-size: 20px;
    background: #e5621a;
    line-height: 1;
    padding: 24px 0;
    position: relative;
    border: 1px solid #e5621a;
    transition: .6s;
}

.wp-block-group.top-about-wrap {
    padding: 110px 0 232px;
    background-image: url(http://izakayafumiya.com/wp/wp-content/uploads/2025/06/About.png), url(http://izakayafumiya.com/wp/wp-content/uploads/2025/06/illust.png), url(http://izakayafumiya.com/wp/wp-content/uploads/2025/06/top-about-img-1.png);
    background-repeat: no-repeat;
    background-position: bottom 22px left -62px, right 120px bottom 12px, right bottom 160px;
}

nav.hamburger-menu ul li a span {
    color: #fff;
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    font-style: normal;
}

nav.hamburger-menu.wp-block-navigation ul li {
    justify-content: start;
    text-align: center;
    letter-spacing: 9px;
    margin-bottom: 15px;
    align-items: baseline;
}

nav.hamburger-menu li.home-link a:after,
nav.hamburger-menu li.about-link a:after,
nav.hamburger-menu li.menu-link a:after,
nav.hamburger-menu li.drink-link a:after,
nav.hamburger-menu li.course-link a:after,
nav.hamburger-menu li.access-link a:after {
    letter-spacing: 0px;
    margin-left: 23px;
    color: #edd4c6;
}

nav.hamburger-menu li.home-link a:after {
    content: 'ホーム';
}

nav.hamburger-menu li.about-link a:after {
    content: '初めての方へ';
}

nav.hamburger-menu li.menu-link a:after {
    content: 'お品書き';
}

nav.hamburger-menu li.drink-link a:after {
    content: 'お飲み物';
}

nav.hamburger-menu li.course-link a:after {
    content: 'コース';
}

nav.hamburger-menu li.access-link a:after {
    content: '店舗情報';
}

.wp-block-group.top-point-wrap {
    max-width: 1500px;
    width: 100%;
    background-image: url(http://izakayafumiya.com/wp/wp-content/uploads/2025/06/looks-bk-1.png);
    position: relative;
    background-size: cover;
    background-position: right;
}

figure.wp-block-image.size-full.looks-title {
    max-width: 73px;
    position: absolute;
    right: 20px;
    height: 552px;
    top: 0;
    bottom: 0;
    margin: auto;
}

.wp-block-group.looksbox-wrap {
    max-width: 650px;
    width: 100%;
    background: #fff;
}

.wp-block-group.looksbox-wrap {
    max-width: 650px;
    width: 100%;
    background: #fff;
    margin-bottom: 83px;
    justify-content: space-between;
}

.wp-block-group.looksbox-tw {
    padding: 160px 0 30px;
    max-width: 650px;
    margin: 0 0 0 auto;
}

.wp-block-group.looksbox-wrap:nth-of-type(1) {
    position: relative;
    right: 230px;
}

.wp-block-group.looksbox-wrap:nth-of-type(2) {
    position: relative;
    right: 175px;
}

.wp-block-group.looksbox-wrap {
    padding: 19px;
}

.wp-block-group.looks-box-le {
    width: 354px;
    background-image: url(http://izakayafumiya.com/wp/wp-content/uploads/2025/06/57.png);
    background-size: cover;
    position: relative;
}

.wp-block-group.looksbox-wrap:nth-of-type(2) .wp-block-group.looks-box-le {
    background-image: url(http://izakayafumiya.com/wp/wp-content/uploads/2025/06/63.png);
}

.wp-block-group.looksbox-wrap:nth-of-type(1) .wp-block-group.looks-box-le:after,
.wp-block-group.looksbox-wrap:nth-of-type(2) .wp-block-group.looks-box-le:after {
    content: '';
    background-size: contain;
    display: inline-block;
    height: 124px;
    background-repeat: no-repeat;
    position: absolute;
    bottom: 0;
    left: 20px;
}

.wp-block-group.looksbox-wrap:nth-of-type(1) .wp-block-group.looks-box-le:after {
    background-image: url(http://izakayafumiya.com/wp/wp-content/uploads/2025/06/2F.png);
    width: 224px;
}

.wp-block-group.looksbox-wrap:nth-of-type(2) .wp-block-group.looks-box-le:after {
    background-image: url(http://izakayafumiya.com/wp/wp-content/uploads/2025/06/1F.png);
    width: 214px;
}

.wp-block-group.looksbox-wrap h4 {
    color: #e5621a;
    font-weight: bold;
    font-size: 21px;
    text-align: center;
    margin-bottom: 22px;
    border-bottom: 3px dotted;
    padding-bottom: 10px;
    letter-spacing: 2px;
}

.wp-block-group.looks-box-r {
    width: 39%;
}

p.has-text-align-center.point-box span {
    font-size: 22px;
    color: #e5621a;
    font-weight: bold;
}

p.has-text-align-center.point-box {
    font-size: 18px;
    line-height: 1.4;
    letter-spacing: 0px;
    background: #fcefe8;
    border-radius: 5px;
    margin-bottom: 8px;
    height: 56px;
}

.wp-block-group.looksbox-wrap:nth-of-type(1) p.has-text-align-center.point-box:nth-of-type(3) {
    padding: 12px 0;
}

.wp-block-group.top-point-wrap:before {
    content: '';
    background-image: url(http://izakayafumiya.com/wp/wp-content/uploads/2025/06/looks-title-2.png);
    background-size: contain;
    display: inline-block;
    width: 28px;
    height: 451px;
    position: absolute;
    right: -20px;
    background-repeat: no-repeat;
    top: 0;
    bottom: 0;
    margin: auto;
}

.wp-block-group.top-point-wrap:after {
    content: '';
    background-image: url(http://izakayafumiya.com/wp/wp-content/uploads/2025/06/point.png);
    background-size: contain;
    display: inline-block;
    position: absolute;
    width: 534px;
    height: 221px;
    background-repeat: no-repeat;
    position: absolute;
    bottom: -70px;
    right: -393px;
}

.wp-block-group.looksbox-wrap:nth-of-type(1):after {
    content: '';
    background-image: url(http://izakayafumiya.com/wp/wp-content/uploads/2025/06/hukidashi-1-1.png);
    background-size: contain;
    display: inline-block;
    width: 194px;
    height: 84px;
    position: absolute;
    top: -78px;
    right: -89px;
    background-repeat: no-repeat;
}

.wp-block-group.com-flex:nth-of-type(2) figure.wp-block-image.size-full.com-title {
    max-width: 392px;
}

.wp-block-group.looksbox-wrap:nth-of-type(2):after {
    content: '';
    background-image: url(http://izakayafumiya.com/wp/wp-content/uploads/2025/06/1f-hukidashi-1.png);
    background-size: contain;
    display: inline-block;
    width: 196px;
    height: 105px;
    position: absolute;
    top: -86px;
    left: -89px;
    background-repeat: no-repeat;
}

.row {
    flex-direction: row-reverse;
}

.wp-block-group.top-menu-wrap .wp-block-group.h3-af {
    height: 100%;
}

.wp-block-group.top-menu-wrap p {
    writing-mode: tb-rl;
    padding: 180px 0 60px;
}

.wp-block-group.top-menu-wrap h2 {
    writing-mode: tb-rl;
}

.wp-block-group.top-menu-wrap .wp-block-group.ora-h3-wrap h3 {
    writing-mode: tb-rl;
    margin: 0;
    height: 500px;
    text-align: center;
}

.wp-block-group.row.top-menu-flex p span,
.wp-block-group.top-menu-wrap h2 span.big {
    color: #e5621a;
}

.wp-block-group.row.top-menu-flex p span {
    font-weight: bold;
}

.wp-block-group.row.top-menu-flex p {
    margin-right: 55px;
}

.wp-block-group.row.top-menu-flex {
    max-width: 664px;
    width: 100%;
    justify-content: end;
}

.wp-block-group.top-menu-wrap {
    padding: 105px 0 155px;
    background-image: url(http://izakayafumiya.com/wp/wp-content/uploads/2025/06/Menu.png), url(http://izakayafumiya.com/wp/wp-content/uploads/2025/06/pote-1.png), url(http://izakayafumiya.com/wp/wp-content/uploads/2025/06/top-menu-bk.png);
    background-repeat: no-repeat;
    background-position: bottom 23px left -35px, left bottom 368px, right 150px top 188px;
    position: relative;
}

.wp-block-group.top-menu-wrap:after {
    content: '';
    background-image: url(http://izakayafumiya.com/wp/wp-content/uploads/2025/06/karaage.png);
    width: 530px;
    height: 458px;
    display: inline-block;
    background-size: contain;
    position: absolute;
    top: -45px;
    left: 0;
    background-repeat: no-repeat;
}

.wp-block-group.row.top-menu-flex p {
    margin-right: 13px;
    text-shadow: 0 0 2px #f2f2f3, 0 0 2px #f2f2f3, 0 0 2px #f2f2f3, 0 0 2px #f2f2f3, 0 0 2px #f2f2f3, 0 0 2px #f2f2f3, 0 0 2px #f2f2f3, 0 0 2px #f2f2f3, 0 0 2px #f2f2f3, 0 0 2px #f2f2f3, 0 0 2px #f2f2f3;
    z-index: 30;
    height: 934px;
}

.block {
    width: 230px;
    height: 230px;
    margin: auto;
    position: absolute;
    top: 115px;
    right: 45px;
}

.circleText {
    overflow: visible;
    animation: rotation 18s linear infinite;
}

.circleText__circle {
    fill: none;
}

.circleText__text {
    fill: #e5621a;
    font-size: 12px;
    letter-spacing: 0.05em;
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    font-style: normal;
}

p.f-more {
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    font-style: normal;
    color: #e5621a;
    font-size: 16px;
    position: absolute;
    bottom: 4px;
    right: 8px;
    line-height: 1;
}

@keyframes rotation {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.wp-block-group.top-al-bk {
    width: 50%;
    background-image: url(http://izakayafumiya.com/wp/wp-content/uploads/2025/06/13.png);
    background-size: cover;
}

.wp-block-group.al-txt-box {
    width: 50%;
    background: #fff;
    position: relative;
}

.wp-block-group.row.al-flex {
    gap: 0;
    border-top: 1px solid #e5621a;
    border-bottom: 1px solid #e5621a;
}

.wp-block-group.al-txt-box>.wp-block-group__inner-container {
    max-width: 550px;
    margin: 0 auto 0 0;
    width: 100%;
    padding: 48px 0 55px;
    position: relative;
}

.wp-block-group.al-txt-box h2 {
    font-size: 48px;
    text-align: center;
    position: relative;
    bottom: 8px;
}

.wp-block-group.al-txt-box .wp-block-group.ora-h3-wrap {
    margin: auto;
}

.wp-block-group.al-txt-box p {
    max-width: fit-content;
    margin: auto;
    letter-spacing: 2px;
    line-height: 2.2;
    margin-bottom: 46px;
}

.wp-block-group.al-txt-box p span {
    color: #e5621a;
    font-weight: bold;
}

.wp-block-group.al-txt-box .wp-block-buttons {
    margin: auto;
}

.wp-block-group.al-txt-box:after {
    content: '';
    background-image: url(http://izakayafumiya.com/wp/wp-content/uploads/2025/06/be.png);
    background-size: contain;
    display: inline-block;
    width: 254px;
    height: 334px;
    position: absolute;
    bottom: -47px;
    right: 15%;
    background-repeat: no-repeat;
}

.wp-block-group.al-txt-box:before {
    content: '';
    background-image: url(http://izakayafumiya.com/wp/wp-content/uploads/2025/06/al-1.png);
    width: 671px;
    height: 193px;
    display: inline-block;
    background-size: contain;
    background-repeat: no-repeat;
    right: 0;
    position: absolute;
    top: -134px;
}

.wp-block-group.top-course-wrap {
    padding: 100px 0 130px;
    background-image: url(http://izakayafumiya.com/wp/wp-content/uploads/2025/06/Course.png), url(http://izakayafumiya.com/wp/wp-content/uploads/2025/06/top-corse-bk.png);
    background-repeat: no-repeat;
    background-position: left 84px bottom 20px, right bottom;
}

.wp-block-group.course-flex h4:last-of-type {
    padding-top: 105px;
}

.wp-block-group.top-course-wrap .wp-block-group.ora-h3-wrap {
    margin: auto;
}

.wp-block-group.top-course-wrap h2 {
    position: relative;
    max-width: fit-content;
    margin: 0 auto 64px;
}

.wp-block-group.course-flex {
    margin: 56px auto 62px;
    max-width: 878px;
}

.wp-block-group.course-flex h4 {
    width: 263px;
    height: 263px;
    background: #fff;
    border-radius: 50%;
    font-size: 30px;
    color: #e5621a;
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-weight: 500;
    font-style: normal;
    padding-top: 84px;
    box-shadow: 0 0 29px #e0c5b6;
}

.wp-block-buttons {
    margin: auto;
}

.wp-block-group.top-course-wrap h2:before {
    content: '';
    background-image: url(http://izakayafumiya.com/wp/wp-content/uploads/2025/06/hukidashi-1.png);
    background-size: contain;
    display: inline-block;
    width: 70px;
    height: 117px;
    background-repeat: no-repeat;
    position: absolute;
    left: -62px;
}

.wp-block-group.top-course-wrap h2:after {
    content: '';
    background-image: url(http://izakayafumiya.com/wp/wp-content/uploads/2025/06/hukidashi-2.png);
    background-size: contain;
    display: inline-block;
    width: 70px;
    height: 117px;
    background-repeat: no-repeat;
    position: absolute;
    right: -62px;
}

.wp-block-group.top-news-wrap {
    padding: 85px 0 60px;
}

.wp-block-group.top-news-wrap h2,
.wrap.news-wrap .under-v h1 {
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    font-style: normal;
    color: #e5621a;
    font-size: 65px;
    margin-bottom: 23px;
    text-align: center;
}

.wp-block-group.h2-hukidashi-ow:before {
    content: '';
    background-image: url(http://izakayafumiya.com/wp/wp-content/uploads/2025/06/illust-2.png);
    background-size: contain;
    display: inline-block;
    width: 59px;
    height: 103px;
    background-repeat: no-repeat;
    position: absolute;
    top: -21px;
    left: -47px;
}

.wp-block-group.h2-hukidashi-ow {
    max-width: fit-content;
    margin: auto;
    position: relative;
}

h5.wp-block-heading.has-text-align-center.nikan {
    color: #e5621a;
    font-size: 20px;
    margin: 20px 0 0;
}

p.has-text-align-right.view-link a {
    color: #e5621a;
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    font-style: normal;
    font-size: 24px;
    line-height: 1;
    display: block;
    margin-top: 27px;
    letter-spacing: 2px;
}

footer#site-footer {
    background-color: rgba(32, 32, 32, 0.75);
    color: #fff;
    padding: 28px 0 34px;
}

figure.wp-block-image.size-full.foot-logo {
    max-width: 175px;
    margin: 0 auto 14px;
}

footer .wp-block-group.header-tel.has-link h3 {
    font-size: 16px;
}

footer .wp-block-group.header-tel.has-link h2 {
    font-size: 23px;
    letter-spacing: 1px;
    margin: auto;
    text-align: center;
}

footer .wp-block-group.header-tel.has-link {
    max-width: 270px;
    background: #e5621a;
    width: 100%;
    padding: 12px 0;
}

.wp-block-group.foot-access-flex {
    font-size: 16px;
    margin-left: 66px;
}

.wp-block-group.foot-ad-flex p {
    line-height: 2;
}

.wp-block-group.foot-ad-flex p.foot-ad-title {
    width: 94px;
    background: #e5621a;
    line-height: 1;
    text-align: center;
    padding: 7px 0;
    margin-right: 18px;
}

.wp-block-group.row.tate-title {
    align-items: flex-start;
    height: 694px;
}

.under-midashi h1 {
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    font-style: normal;
    font-size: 36px;
    line-height: 1;
    max-width: fit-content;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
}

.under-midashi {
    max-width: 395px;
    width: 100%;
    background: #e5621a;
    color: #fff;
    position: absolute;
    bottom: 75px;
    z-index: 20;
    left: -75px;
    padding: 16px;
}

.under-midashi h1:after {
    font-size: 18px;
    font-family: "Shippori Mincho B1", serif;
    font-weight: 400;
    font-style: normal;
    margin-left: 18px;
}

body#about .under-midashi h1:after {
    content: '初めての方へ';
}

body#menu .under-midashi h1:after {
    content: 'お品書き';
}

body#drink .under-midashi h1:after {
    content: 'お飲み物';
}

body#course .under-midashi h1:after {
    content: '宴会コース';
}

body#access .under-midashi h1:after {
    content: '店舗情報';
}

body#about .under-v-inner {
    background-image: url(http://izakayafumiya.com/wp/wp-content/uploads/2025/06/about-v-1.png);
}

body#menu .under-v-inner {
    background-image: url(http://izakayafumiya.com/wp/wp-content/uploads/2025/06/menu-v-1.png);
}

body#drink .under-v-inner {
    background-image: url(http://izakayafumiya.com/wp/wp-content/uploads/2025/06/drink-v-1.png);
}

body#course .under-v-inner {
    background-image: url(http://izakayafumiya.com/wp/wp-content/uploads/2025/06/course-v-1.png);
}

body#access .under-v-inner {
    background-image: url(http://izakayafumiya.com/wp/wp-content/uploads/2025/06/access-v-1.png);
}

.wp-block-group.about-wrap h2 {
    max-width: fit-content;
    background-image: url(http://izakayafumiya.com/wp/wp-content/uploads/2025/06/line-2.png);
    background-repeat: no-repeat;
    background-position: left 190px top 52px;
    background-size: 406px;
    margin-bottom: 41px;
    position: relative;
    left: -53px;
}

.wp-block-group.about-wrap p span {
    color: #e5621a;
    font-weight: bold;
}

.wp-block-group.about-wrap {
    padding: 113px 0 116px;
    background-image: url(http://izakayafumiya.com/wp/wp-content/uploads/2025/06/illust-2.png), url(http://izakayafumiya.com/wp/wp-content/uploads/2025/06/ow.png);
    background-repeat: no-repeat;
    background-position: top 607px right 85px, top 152px right 218px;
}

.wp-block-group.about-wrap p {
    max-width: 752px;
}

.wp-block-group.commit-wrap h2 {
    font-size: 52px;
    padding-top: 150px;
    margin-bottom: 70px;
    position: relative;
    background-image: url(http://izakayafumiya.com/wp/wp-content/uploads/2025/06/comi.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
}

.wp-block-group.commit-wrap h2:before {
    content: '';
    background-image: url(http://izakayafumiya.com/wp/wp-content/uploads/2025/06/hukidashi-1.png);
    background-size: contain;
    display: inline-block;
    width: 70px;
    height: 117px;
    background-repeat: no-repeat;
    position: absolute;
    left: 0;
    right: 52%;
    margin: auto;
    bottom: -28px;
}

.wp-block-group.commit-wrap h2:after {
    content: '';
    background-image: url(http://izakayafumiya.com/wp/wp-content/uploads/2025/06/hukidashi-2.png);
    background-size: contain;
    display: inline-block;
    width: 70px;
    height: 117px;
    background-repeat: no-repeat;
    position: absolute;
    left: 52%;
    right: 0;
    margin: auto;
    bottom: -28px;
}

.wp-block-group.com-box-txt {
    max-width: 49%;
    width: 100%;
}

figure.wp-block-image.size-full.com-point {
    max-width: 47%;
    position: relative;
}

.row {
    flex-direction: row-reverse;
}

.wp-block-group.com-box-txt h4:before {
    content: '';
    width: 60%;
    height: 2px;
    background: #e5621a;
    display: inline-block;
    position: absolute;
    left: 0;
    bottom: 0;
    top: 0;
    margin: auto;
}

.wp-block-group.floor-point-flex .wp-block-group.point-self h4 {
    letter-spacing: -2px;
    margin-bottom: 5px;
}

.wp-block-group.floor-point-flex .wp-block-group.floor-point-flex p {
    line-height: 1.8;
    letter-spacing: 1px;
}

.wp-block-group.com-box-txt h4 {
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    font-style: normal;
    color: #e5621a;
    font-size: 24px;
    letter-spacing: 0;
    max-width: 488px;
    margin: 0 auto 11px;
    position: relative;
    display: flex;
    justify-content: flex-end;
}

figure.wp-block-image.size-full.com-title {
    max-width: fit-content;
    margin: 0 auto 38px;
}

.wp-block-group.com-flex {
    margin-bottom: 70px;
}

.wp-block-group.com-box-txt p {
    line-height: 2;
    margin-bottom: 40px;
}

.wp-block-group.com-flex-list .wp-block-group.com-flex:nth-of-type(1) figure.wp-block-image.size-full.com-point:after {
    content: '';
    background-image: url(http://izakayafumiya.com/wp/wp-content/uploads/2025/06/sub.png);
    background-size: contain;
    display: inline-block;
    width: 325px;
    height: 108px;
    background-repeat: no-repeat;
    position: absolute;
    left: -55px;
    bottom: 55px;
}


.wp-block-group.com-flex-list .wp-block-group.com-flex:nth-of-type(2) figure.wp-block-image.size-full.com-point:after {
    content: '';
    background-image: url(http://izakayafumiya.com/wp/wp-content/uploads/2025/06/sub-2-1.png);
    background-size: contain;
    display: inline-block;
    width: 325px;
    height: 108px;
    background-repeat: no-repeat;
    position: absolute;
    right: -55px;
    bottom: 21px;
}

.wp-block-group.com-flex-list .wp-block-group.com-flex:nth-of-type(3) figure.wp-block-image.size-full.com-point:after {
    content: '';
    background-image: url(http://izakayafumiya.com/wp/wp-content/uploads/2025/06/sub-3-1.png);
    background-size: contain;
    display: inline-block;
    width: 325px;
    height: 108px;
    background-repeat: no-repeat;
    position: absolute;
    left: -78px;
    bottom: 19px;
}

.wp-block-group.com-flex-list .wp-block-group.com-flex:nth-of-type(4) figure.wp-block-image.size-full.com-point:after {
    content: '';
    background-image: url(http://izakayafumiya.com/wp/wp-content/uploads/2025/06/sub-4-1.png);
    background-size: contain;
    display: inline-block;
    width: 325px;
    height: 108px;
    background-repeat: no-repeat;
    position: absolute;
    right: -55px;
    bottom: 32px;
}

figure.wp-block-image.size-full.floor-title {
    max-width: fit-content;
    position: absolute;
    right: 0;
}

.wp-block-group.floor-box-wrap {
    max-width: 1529px;
    width: 100%;
    background: #e5621a;
    position: relative;
    margin-top: 96px;
}

.wp-block-group.point-self p {
    line-height: 1.8;
}

.wp-block-group.point-self h4 {
    letter-spacing: -2px;
    margin-bottom: 5px;
}


figure.wp-block-image.size-full.first-floor {
    max-width: fit-content;
    position: relative;
    z-index: 20;
    padding: 261px 0 132px;
    margin: 0 0 0 auto;
    right: 74px;
}

.wp-block-group.floor-box-wrap p {
    color: #fff;
    line-height: 2.2;
    letter-spacing: 0;
    max-width: 615px;
    padding-top: 47px;
}

figure.wp-block-image.size-full.first-bk:after {
    content: '';
    background-image: url(http://izakayafumiya.com/wp/wp-content/uploads/2025/06/f.png);
    background-size: contain;
    display: inline-block;
    width: 734px;
    height: 104px;
    position: absolute;
    right: -312px;
    bottom: 45px;
    background-repeat: no-repeat;
}

figure.wp-block-image.size-full.first-bk {
    max-width: 1154px;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
}

/*.wp-block-group.floor-box-wrap.second-box-wrap figure.wp-block-image.size-full.map-1:after {
    left: 0;
    bottom: auto;
    top: 0;
    right: auto;
}
*/
/*figure.wp-block-image.size-full.map-1:after {
    content: 'クリックで拡大できます';
    background: black;
    color: #fff;
    font-size: 16px;
    letter-spacing: 0;
    font-weight: bold;
    max-width: fit-content;
    position: absolute;
    bottom: 0;
    right: 43px;
    padding: 5px 20px;
}*/
figure.wp-block-image.size-full.map-1:after {
    content: 'クリックで拡大できます';
    /* background: black; */
    color: #fff;
    font-size: 16px;
    letter-spacing: 0;
    font-weight: bold;
    max-width: fit-content;
    position: absolute;
    bottom: -33px;
    left: 0;
    padding: 5px 0;
}

.wp-block-group.floor-box-wrap.second-box-wrap figure.wp-block-image.size-full.map-1:after {
    bottom: -29px;
    right: 0;
    left: auto;
}

figure.wp-block-image.size-full.map-1 {
    max-width: 708px;
    position: relative;
}

.wp-block-group.map-flex {
    z-index: 20;
    position: relative;
    max-width: 1365px;
    margin: auto;
    padding-bottom: 90px;
}

.wp-block-group.floor-box-wrap.first-box-wrap:after {
    content: '';
    background-image: url(http://izakayafumiya.com/wp/wp-content/uploads/2025/06/floor-title.png);
    background-size: contain;
    display: inline-block;
    width: 158px;
    height: 871px;
    position: absolute;
    top: -86px;
    right: -176px;
    background-repeat: no-repeat;
}

.wp-block-group.floor-point-box h3:after {
    content: '';
    width: 0;
    height: 0;
    border-left: 22px solid transparent;
    border-right: 22px solid transparent;
    border-top: 32px solid #e5621a;
    position: absolute;
    bottom: -29px;
    left: 0;
    right: 0;
    margin: auto;
}

.wp-block-group.floor-point-box.inner {
    background: #fff;
    border: 1px solid #e5621a;
    padding: 30px 24px;
    position: relative;
    bottom: 35px;
    background-image: url(http://izakayafumiya.com/wp/wp-content/uploads/2025/06/Point.png);
    background-repeat: no-repeat;
    background-position: center;
}

.wp-block-group.floor-point-box h3 {
    background: #e5621a;
    color: #fff;
    font-size: 24px;
    max-width: 486px;
    margin: auto;
    line-height: 1;
    padding: 20px 0;
    position: absolute;
    top: -34px;
    left: 0;
    right: 0;
    border: 1px solid #fff;
    z-index: 20;
}

.wp-block-group.floor-point-flex p {
    line-height: 1.9;
}

.floor-point-flex>.wp-block-group:after {
    content: '';
    height: 55%;
    width: 2px;
    background: #e5621a;
    display: block;
    position: absolute;
    top: 0;
    right: -24px;
    bottom: 0;
    margin: auto;
}

.floor-point-flex>.wp-block-group {
    max-width: 30%;
    width: 100%;
    position: relative;
}

.floor-point-flex>.wp-block-group:last-child:after {
    display: none;
}

.wp-block-group.floor-point-flex figure.wp-block-image.size-full {
    max-width: fit-content;
    margin: 0 auto 17px;
}

.wp-block-group.floor-point-flex h4 span {
    font-size: 18px;
}

.wp-block-group.floor-point-flex h4 {
    color: #e5621a;
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 11px;
    letter-spacing: 0;
}

.wp-block-group.floor-box-wrap.second-box-wrap {
    margin: 75px 0 0 auto;
}

.second-box-wrap figure.wp-block-image.size-full.first-bk {
    left: auto;
    right: 0;
}

.second-box-wrap figure.wp-block-image.size-full.first-floor {
    right: auto;
    left: 74px;
    margin: 0 auto 0 0;
    padding: 228px 0 132px;
}

.second-box-wrap figure.wp-block-image.size-full.first-bk:after {
    content: '';
    background-image: url(http://izakayafumiya.com/wp/wp-content/uploads/2025/06/s.png);
    background-size: contain;
    display: inline-block;
    width: 734px;
    height: 95px;
    position: absolute;
    left: -297px;
    bottom: 45px;
    background-repeat: no-repeat;
    right: auto;
}

.second-box-wrap figure.wp-block-image.size-full.map-1 {
    max-width: 688px;
}

.wp-block-group.floor-point-box.inner {
    margin-bottom: 78px;
}

.wp-block-group.floor-box-wrap.first-box-wrap:before {
    content: '';
    background-image: url(http://izakayafumiya.com/wp/wp-content/uploads/2025/06/1f-1.png);
    background-size: contain;
    display: inline-block;
    width: 308px;
    height: 308px;
    position: absolute;
    left: 28px;
    top: -75px;
    z-index: 20;
}

.wp-block-group.floor-box-wrap.second-box-wrap:before {
    content: '';
    background-image: url(http://izakayafumiya.com/wp/wp-content/uploads/2025/06/2f-1.png);
    background-size: contain;
    display: inline-block;
    width: 308px;
    height: 308px;
    position: absolute;
    right: 28px;
    top: -75px;
    z-index: 20;
}

.wp-block-group.access-box {
    max-width: 50%;
    width: 100%;
}

figure.wp-block-image.size-full.access-img {
    max-width: 45%;
    width: 100%;
}

.wp-block-group.access-txt-flex {
    margin-bottom: 24px;
}

.wp-block-group.access-tel-c-box {
    margin-bottom: 22px;
}

.wp-block-group.access-tel-box h3 {
    font-size: 18px;
    color: #fff;
    background: #e5621a;
    font-weight: bold;
    line-height: 1;
    padding: 7px 0;
}

.wp-block-group.access-tel-box {
    background: #fff;
    border: 1px solid #e5621a;
}

.wp-block-group.access-tel-box h2 a {
    color: #e5621a;
    font-size: 42px;
    display: block;
    letter-spacing: 0;
    font-weight: bold;
    padding: 2px 0 4px;
}

.cancel-btn a {
    display: block;
    color: #e5621a;
    font-weight: bold;
    font-size: 18px;
    text-decoration: underline;
}

p.access-title {
    max-width: 122px;
    width: 100%;
    color: #e5621a;
    font-weight: bold;
}

.wp-block-group.access-txt-flex p {
    letter-spacing: 0;
    line-height: 1.8;
}

div#cancel {
    padding: 25px 10px 35px;
    border: 1px solid #e5621a;
    background: #fff;
    margin: 50px auto 80px;
}

div#cancel h2 {
    color: #e5621a;
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 18px;
}

div#cancel p span {
    border-bottom: 1px solid;
    font-weight: bold;
}

div#cancel p {
    line-height: 2;
    letter-spacing: 0;
}

.wp-block-group.access-flex {
    padding-top: 120px;
}

.wp-block-group.course-about-wrap {
    padding: 140px 0 0;
    background-image: url(http://izakayafumiya.com/wp/wp-content/uploads/2025/06/course-img-2-1.png), url(http://izakayafumiya.com/wp/wp-content/uploads/2025/06/course-img-1-1.png);
    background-repeat: no-repeat;
    background-position: top 373px left, right 122px;
    position: relative;
}

figure.wp-block-image.size-full.under-course {
    max-width: fit-content;
    position: absolute;
    bottom: -110px;
    right: 0;
}

.wp-block-group.course-about.inner p {
    padding: 53px 0 124px;
}

.wp-block-group.course-about.inner .wp-block-group.ora-h3-wrap {
    margin: auto;
}

.wp-block-group.course-about.inner h2:before {
    content: '';
    background-image: url(http://izakayafumiya.com/wp/wp-content/uploads/2025/06/hukidashi-1.png);
    background-size: contain;
    display: inline-block;
    width: 70px;
    height: 117px;
    background-repeat: no-repeat;
    position: absolute;
    left: -62px;
    bottom: 0;
}

.wp-block-group.course-about.inner h2:after {
    content: '';
    background-image: url(http://izakayafumiya.com/wp/wp-content/uploads/2025/06/hukidashi-2.png);
    background-size: contain;
    display: inline-block;
    width: 70px;
    height: 117px;
    background-repeat: no-repeat;
    position: absolute;
    right: -62px;
    bottom: 0;
}

.wp-block-group.course-about.inner h2 {
    max-width: fit-content;
    margin: auto;
    position: relative;
}

.wp-block-group.course-about.inner p span {
    font-weight: bold;
    color: #e5621a;
}

.wp-block-group.motu-d h2 span {
    font-size: 30px;
}

.wp-block-group.motu-d h2 {
    color: #e5621a;
    font-weight: bold;
    max-width: fit-content;
    margin: 0 auto 7px;
    font-size: 48px;
    line-height: 1.4;
}

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

.wp-block-group.course-p-flex-wrap {
    max-width: 391px;
    margin: 0 auto 19px;
}

p.course-d-txt {
    max-width: 490px;
    line-height: 2;
    margin: auto;
}

.wp-block-group.course-p-flex-wrap p {
    color: #e5621a;
    letter-spacing: 2px;
    line-height: 2;
}

p.course-p {
    font-weight: bold;
    font-size: 24px;
}

p.coursetitle {
    max-width: 224px;
    width: 100%;
}

.wp-block-group.motu-syosai-box:after {
    content: 'コース詳細';
    background: #e5621a;
    color: #fff;
    font-size: 16px;
    padding: 2px 16px;
    position: absolute;
    top: 0;
    left: 0;
}

.wp-block-group.motu-syosai-box p {
    font-size: 16px;
    line-height: 2;
    max-width: fit-content;
    margin: auto;
    padding: 0 17px;
}

.wp-block-group.courselist-flex .wp-block-group.motu-syosai-box {
    margin: 0 auto;
}

.wp-block-group.motu-syosai-box {
    background: #fff;
    border: 1px solid #e5621a;
    padding: 41px 0 22px;
    position: relative;
    max-width: 490px;
    margin: 22px auto 0;
}

.wp-block-group.motu-d-r {
    width: 50%;
    margin: 0 auto 0 0;
    padding-bottom: 40px;
}

.wp-block-group.motu-d-r>.wp-block-group__inner-container {
    max-width: 550px;
    margin: 0 auto 0 0;
}

.wp-block-group.motu-bk {
    width: 50%;
    background-image: url(http://izakayafumiya.com/wp/wp-content/uploads/2025/06/motu-1.png);
    background-size: cover;
}

.wp-block-group.motu-flex:after {
    content: '';
    background-image: url(http://izakayafumiya.com/wp/wp-content/uploads/2025/06/osusume.png);
    background-size: contain;
    display: inline-block;
    width: 180px;
    height: 180px;
    position: absolute;
    background-repeat: no-repeat;
    top: -51px;
    left: 0;
    right: 40px;
    margin: auto;
}

.wp-block-group.motu-flex {
    position: relative;
}


.wp-block-group.course-re-wrap>.wp-block-group__inner-container {
    border: 1px solid #fff;
    padding: 52px 0 60px;
}

figure.wp-block-image.size-full.re-title {
    max-width: fit-content;
    margin: 0 auto 33px;
}

.wp-block-group.course-re-wrap {
    background: #e5621a;
    padding: 15px;
    color: #fff;
    letter-spacing: 0;
}

.wp-block-group.course-re-wrap h2 {
    margin: 9px 0 22px;
    letter-spacing: 1px;
    font-weight: bold;
    font-size: 60px;
}

.wp-block-group.course-re-wrap h2 a {
    color: #fff;
}

.wp-block-group.course-re-wrap .inner {
    background-image: url(http://izakayafumiya.com/wp/wp-content/uploads/2025/06/Reserve.png);
    background-repeat: no-repeat;
    background-position: center;
}

figure.wp-block-image.size-full.nomiho-title {
    max-width: fit-content;
    margin: auto;
}

.wp-block-group.nomiho-wrap .wp-block-group.ora-h3-wrap {
    margin: auto;
}

figure.wp-block-image.size-full.beer-img {
    max-width: fit-content;
    margin: auto;
    z-index: 20;
    position: relative;
}

.wp-block-group.nomiho-wrap {
    padding: 92px 0 90px;
    background-image: url(http://izakayafumiya.com/wp/wp-content/uploads/2025/06/nomiho-bk.png);
    background-repeat: no-repeat;
    background-position: center;
}

.wp-block-group.nomiho-box h3 {
    background: #fff;
    color: #e5621a;
    font-weight: bold;
    font-size: 24px;
    margin-bottom: 10px;
}

.wp-block-group.nomiho-box {
    background: #e5621a;
    width: 48%;
    color: #fff;
    padding: 20px;
}

.wp-block-group.nomiho-box-flex {
    position: relative;
    bottom: 23px;
    z-index: 0;
}

p.nomiho-price:before {
    content: '60分';
    font-size: 16px;
    border: 1px solid #fff;
    padding: 2px 10px;
    margin-right: -9px;
}

p.\39 0m.nomiho-price:before {
    content: '90分';
}

.wp-block-group.nomiho-p-flex {
    justify-content: space-between;
}

p.nomiho-price span {
    font-size: 15px;
}

p.nomiho-price {
    font-size: 24px;
    line-height: 2;
}

p.nomiho-p-title {
    letter-spacing: 1px;
}

p.has-text-align-center.nomiho-att {
    font-size: 16px;
}

.wp-block-group.top-menu-wrap.local-sake:after {
    display: none;
}

.wp-block-group.local-sake {
    padding: 97px 0 96px;
    background-image: url(http://izakayafumiya.com/wp/wp-content/uploads/2025/06/sake-img-2.png), url(http://izakayafumiya.com/wp/wp-content/uploads/2025/06/drink-bk.png);
    background-position: left 108px bottom 190px, right 150px top 59px;
    background-size: 500px, auto;
}

.wp-block-group.local-sake p {
    padding: 140px 0 0px;
    height: 868px;
}

.wp-block-group.local-sake .block {
    top: -25px;
    right: 45px;
}

body#drink .wp-block-group.menulist-wrap:before {
    content: '';
    background-image: url(http://izakayafumiya.com/wp/wp-content/uploads/2025/06/Drink.png);
    background-size: contain;
    display: inline-block;
    width: 595px;
    height: 256px;
    background-repeat: no-repeat;
    position: absolute;
    top: -134px;
    left: 52px;
}

.wp-block-group.menulist-wrap {
    background: #fff;
    border-top: 1px solid #e5621a;
    border-bottom: 1px solid #e5621a;
    padding: 75px 0 80px;
    position: relative;
}

.wp-block-group.menulist-wrap h2 {
    color: #e5621a;
    font-size: 48px;
    margin-bottom: 27px;
}

p.has-text-align-center.menulist-att-txt span {
    color: #e5621a;
    text-decoration: underline;
}

p.has-text-align-center.menulist-att-txt {
    margin-bottom: 40px;
    line-height: 2;
}

.wp-block-group.menu-box h3 {
    background: #e5621a;
    color: #fff;
    font-size: 24px;
    line-height: 1;
    padding: 6px 0;
    margin-bottom: 20px;
}

.wp-block-group.menulist-flex {
    justify-content: space-between;
}

.wp-block-group.menulist-inner {
    width: 48%;
}

.wp-block-group.menu-box h4 {
    text-decoration: underline;
    margin: 21px 0 15px;
}

.wp-block-group.menu-box {
    margin-bottom: 50px;
}

p.menu-price {
    text-align: right;
}

.wp-block-group.menu-box p {
    letter-spacing: 0;
}

.wp-block-group.keep-box {
    max-width: 766px;
    margin: auto;
    background: #fcefe8;
    padding: 33px 40px 25px;
}

.wp-block-group.keep-box h3 {
    font-size: 24px;
    margin-bottom: 18px;
    color: #e5621a;
    font-weight: bold;
}

.wp-block-group.keep-box h4 {
    text-decoration: underline;
    font-weight: bold;
    margin-bottom: 10px;
}

p.has-text-align-center.menulist-course-att-txt span {
    text-decoration: underline;
}

p.has-text-align-center.menulist-course-att-txt {
    font-size: 20px;
    color: #e5621a;
    line-height: 2;
    margin-bottom: 30px;
}

.wp-block-group.courselist-flex .wp-block-group.menu-box {
    width: 50%;
    margin: 0;
}

.wp-block-group.course-nomiho-box {
    margin: 40px auto 0;
    background: #fcefe8;
    padding: 37px 20px;
}

.wp-block-group.course-nomiho-box h3 {
    font-size: 24px;
    color: #e5621a;
    font-weight: bold;
    letter-spacing: 2px;
    margin-bottom: 15px;
}

.wp-block-group.otoku-box h4 {
    font-size: 18px;
    color: #fff;
    background: #e5621a;
    line-height: 1;
    padding: 5px 0;
}

.wp-block-group.otoku-box {
    width: 48%;
    width: 100%;
    margin-top: 18px;
}

.wp-block-group.otoku-box p {
    font-size: 24px;
    font-weight: bold;
}

figure.wp-block-image.size-full.menu-about-title {
    max-width: fit-content;
    margin: auto;
}

.wp-block-group.menu-about-wrap {
    padding: 87px 0 110px;
    background-image: url(http://izakayafumiya.com/wp/wp-content/uploads/2025/06/menu-bk.png);
    background-repeat: no-repeat;
    background-position: center;
}

.wp-block-group.menu-about-wrap p {
    padding: 40px 0 110px;
    text-shadow: 0 0 4px #fff, 0 0 4px #fff, 0 0 4px #fff, 0 0 4px #fff, 0 0 4px #fff, 0 0 4px #fff, 0 0 4px #fff;
}

.wp-block-group.menu-btns .wp-block-button a {
    font-size: 24px;
}

.wp-block-group.menu-btns .wp-block-button a span {
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    font-style: normal;
    font-size: 18px;
    letter-spacing: 0px;
    display: block;
    line-height: 1;
    margin-bottom: 5px;
}

.wp-block-group.menu-btns .wp-block-buttons .wp-block-button a {
    padding: 19px 0;
}

.wp-block-group.menu-btns .wp-block-buttons .wp-block-button a:after {
    background: none;
    right: 20px;
    transition: .6s;
    content: '';
    width: 9px;
    height: 9px;
    border: 0;
    border-bottom: solid 2px #fff;
    border-right: solid 2px #fff;
    transform: rotate(45deg);
    position: absolute;
    top: 0;
    left: auto;
    bottom: 0;
    margin: auto;
}

h2.h2-hukidashi:before {
    content: '';
    background-image: url(http://izakayafumiya.com/wp/wp-content/uploads/2025/06/hukidashi-1.png);
    background-size: contain;
    display: inline-block;
    width: 70px;
    height: 117px;
    background-repeat: no-repeat;
    position: absolute;
    left: -92px;
    bottom: -21px;
}

h2.h2-hukidashi {
    max-width: fit-content;
    margin: auto;
    position: relative;
}

h2.h2-hukidashi:after {
    content: '';
    background-image: url(http://izakayafumiya.com/wp/wp-content/uploads/2025/06/hukidashi-2.png);
    background-size: contain;
    display: inline-block;
    width: 70px;
    height: 117px;
    background-repeat: no-repeat;
    position: absolute;
    right: -92px;
    bottom: -21px;
}

.wp-block-group.osusume-txt h3 {
    font-size: 41px;
    color: #e5621a;
    font-weight: bold;
    letter-spacing: 6px;
    text-shadow: 0 0 3px #f7f7f7, 0 0 3px #f7f7f7, 0 0 3px #f7f7f7, 0 0 3px #f7f7f7, 0 0 3px #f7f7f7, 0 0 3px #f7f7f7, 0 0 3px #f7f7f7;
}

.wp-block-group.osusume-txt h4 {
    font-size: 24px;
    color: #e5621a;
    font-weight: bold;
    margin-left: 10px;
}

.wp-block-group.osusume-txt h4 span {
    font-size: 14px;
}

.wp-block-group.osusume-menu-title {
    align-items: baseline;
    margin-bottom: 25px;
}

.wp-block-group.osusume-txt {
    height: 400px;
    padding: 65px 0 0;
}

.wp-block-group.osusume-txt>.wp-block-group__inner-container {
    max-width: 50%;
    width: 100%;
}

.wp-block-group.osusume-txt p {
    letter-spacing: 1px;
    text-shadow: 0 0 3px #f7f7f7, 0 0 3px #f7f7f7, 0 0 3px #f7f7f7, 0 0 3px #f7f7f7, 0 0 3px #f7f7f7, 0 0 3px #f7f7f7, 0 0 3px #f7f7f7;
}

.wp-block-group.osusume-txt-wrap {
    background-repeat: no-repeat;
    background-position: right center;
}

.wp-block-group.osusume-txt-wrap:nth-of-type(2n) {
    background-position: left center;
}


.wp-block-group.osusume-txt-wrap:nth-of-type(2n) .wp-block-group.osusume-txt>.wp-block-group__inner-container {
    margin: 0 0 0 auto;
}

.wp-block-group.fishmenu-wrap {
    position: relative;
    padding: 0 0 85px;
}

figure.wp-block-image.size-full.fish-menu {
    max-width: 653px;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    height: 172px;
}

.wp-block-group.fishmenu-wrap h2 {
    margin-bottom: 34px;
}

.recommend-wrap .wp-block-group.osusume-txt h3 span {
    font-size: 21px;
    letter-spacing: 0;
}

.wp-block-group.osusume-txt-wrap:nth-of-type(1) {
    background-image: url(http://izakayafumiya.com/wp/wp-content/uploads/2025/06/fish-1.png);
}

.wp-block-group.osusume-txt-wrap:nth-of-type(2) {
    background-image: url(http://izakayafumiya.com/wp/wp-content/uploads/2025/06/fish-2.png);
}

.recommend-wrap .wp-block-group.osusume-txt-wrap:nth-of-type(1) {
    background-image: url(http://izakayafumiya.com/wp/wp-content/uploads/2025/06/dashi.png);
}

.recommend-wrap .wp-block-group.osusume-txt-wrap:nth-of-type(2) {
    background-image: url(http://izakayafumiya.com/wp/wp-content/uploads/2025/06/tori.png);
}

.recommend-wrap .wp-block-group.osusume-txt-wrap:nth-of-type(3) {
    background-image: url(http://izakayafumiya.com/wp/wp-content/uploads/2025/06/gari.png);
}

figure.wp-block-image.size-full.recommend {
    position: absolute;
    max-width: 981px;
    height: 161px;
    top: 487px;
    /* bottom: 0; */
    left: 0;
    right: 0;
    margin: auto;
}

.recommend-wrap .wp-block-group.osusume-txt {
    padding: 95px 0 0;
}

.wp-block-group.kids-box.inner {
    background: #e5621a;
    padding: 15px;
    position: relative;
}

.wp-block-group.kids-box.inner>.wp-block-group__inner-container {
    border: 1px solid #fff;
}

.wp-block-group.kids-box-wrap .wp-block-group.ora-h3-wrap {
    position: absolute;
    top: -16px;
    left: 0;
    right: 0;
    margin: auto;
    width: 100%;
}

.wp-block-group.kids-box-wrap .wp-block-group.ora-h3-wrap .wp-block-group.h3-af {
    display: none;
}

.wp-block-group.kids-box h2 {
    padding: 29px 0 42px;
    font-weight: bold;
    color: #fff;
    text-align: center;
}

.wp-block-group.pote-txt-box p {
    letter-spacing: 1px;
    margin-top: 19px;
    line-height: 2;
}

.wp-block-group.pote-txt-box>.wp-block-group__inner-container {
    max-width: fit-content;
    margin: auto;
    padding-bottom: 388px;
}

.wp-block-group.pote-txt-box {
    width: 50%;
    color: #fff;
}

.wp-block-group.pote-title-flex p {
    font-size: 24px;
    margin-left: 9px;
}

.wp-block-group.kids-box-wrap {
    position: relative;
    max-width: 1400px;
    margin: auto;
    padding-bottom: 140px;
}

figure.wp-block-image.size-full.kids-img-1 {
    position: absolute;
    max-width: fit-content;
    top: 40px;
    right: 0;
}

figure.wp-block-image.size-full.kids-img-2 {
    position: absolute;
    bottom: -22px;
    left: 55px;
    z-index: 20;
}

div#dinner .wp-block-group.menulist-wrap:after {
    content: '';
    background-image: url(http://izakayafumiya.com/wp/wp-content/uploads/2025/06/dinner.png);
    background-size: contain;
    display: inline-block;
    width: 698px;
    height: 268px;
    background-repeat: no-repeat;
    position: absolute;
    top: -164px;
    right: 19px;
}

.wp-block-group.lunch-wrap {
    padding: 87px 0 80px;
    background-image: url(http://izakayafumiya.com/wp/wp-content/uploads/2025/07/1.png);
    background-repeat: no-repeat;
    background-position: bottom right;
}

.wp-block-group.lunch-flex p {
    max-width: 500px;
    letter-spacing: 2px;
}

body#menu .wp-block-group.ora-h3-wrap {
    margin: auto;
}

.wp-block-group.lunch-inner.inner {
    max-width: 1200px;
    position: relative;
}

div#lunch .wp-block-group.menulist-wrap:after {
    content: '';
    background-image: url(http://izakayafumiya.com/wp/wp-content/uploads/2025/06/Lunch.png);
    background-size: contain;
    display: inline-block;
    width: 600px;
    height: 237px;
    background-repeat: no-repeat;
    position: absolute;
    top: -164px;
    left: 19px;
}

p.has-text-align-center.menulist-att-txt-free {
    font-size: 20px;
    color: #e5621a;
    text-decoration: underline;
    margin-bottom: 30px;
}

div#lunch p.has-text-align-center.menulist-att-txt {
    margin-bottom: 5px;
}

#lunch .wp-block-group.menu-price-flex {
    margin-bottom: 18px;
}

#lunch .wp-block-group.menu-price-flex p {
    line-height: 2;
}

#lunch .wp-block-group.menu-price-flex p span {
    font-size: 16px;
}

div#takeout .wp-block-group.lunch-wrap {
    background-image: url(http://izakayafumiya.com/wp/wp-content/uploads/2025/07/2.png);
    background-position: bottom left;
}
div#takeout .wp-block-group.lunch-wrap {
    padding: 80px 0 232px;
}

div#takeout figure.wp-block-image.size-full {
    position: absolute;
    bottom: -24px;
    left: 0;
    z-index: 20;
}

#takeout .wp-block-group.lunch-flex p {
    max-width: 600px;
    padding: 90px 0 167px;
    width: 100%;
}

div#takeout .wp-block-group.lunch-wrap {
    padding: 80px 0 0;
}

h2 span {
    font-size: 52px;
}

#takeout .wp-block-group.menulist-wrap:after {
    content: '';
    background-image: url(http://izakayafumiya.com/wp/wp-content/uploads/2025/06/Takeout.png);
    background-size: contain;
    display: inline-block;
    width: 670px;
    height: 228px;
    background-repeat: no-repeat;
    position: absolute;
    top: -142px;
    right: 19px;
}

.wp-block-group.menu-box p {
    letter-spacing: 0;
    max-width: 80%;
}

.wrap.news-wrap .under-v:before,
.wrap.news-wrap .under-v:after {
    display: none;
}

/*.wrap.news-wrap .under-v h1 {
    text-align: center;
    font-weight: bold;
    color: #e5621a;
    letter-spacing: 5px;
    padding: 31px 0 62px;
}*/
.sp2 {
    display: none;
}

.pc {
    display: block;
}

.sp {
    display: none;
}

.wp-block-group.course-about.inner p {
    padding: 53px 0 124px;
    text-shadow: 0 0 5px #f1f1f1, 0 0 5px #f1f1f1, 0 0 5px #f1f1f1, 0 0 5px #f1f1f1, 0 0 5px #f1f1f1, 0 0 5px #f1f1f1, 0 0 5px #f1f1f1;
}

.wp-block-group.course-about.inner h2 {
    text-shadow: 0 0 5px #f1f1f1, 0 0 5px #f1f1f1, 0 0 5px #f1f1f1, 0 0 5px #f1f1f1, 0 0 5px #f1f1f1, 0 0 5px #f1f1f1, 0 0 5px #f1f1f1;
}

.wp-block-group.local-sake .wp-block-group.ora-h3-wrap h3 {
    height: 380px;
}

.wp-block-group.local-sake h2 {
    height: 750px;
}

.wp-block-group.slider-01 {
    background-image: url(http://izakayafumiya.com/wp/wp-content/uploads/2025/06/mainv-1.png);
    background-size: cover;
    background-position: center;
}

.wp-block-group.looksbox-wrap.has-link {
    transition: .6s;
}

.wp-block-group.looksbox-wrap.has-link:hover {
    opacity: .75;
}

body span.slb_template_tag.slb_template_tag_ui.slb_template_tag_ui_slideshow_control {
    display: none;
}

body #slb_viewer_wrap .slb_theme_slb_default .slb_details .slb_data {
    display: none;
}

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

    スマホ・タブレット縦

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

@media screen and (max-width: 1100px) {
    .wp-block-group.local-sake h2 {
        height: auto;
    }

}


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

    スマホ　

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

@media screen and (max-width: 710px) {
    .pc {
        display: none;
    }

    .sp {
        display: block;
    }

    .sp2 {
        display: block;
    }

    nav.header-inner-menu.wp-block-navigation.is-layout-flex.wp-block-navigation-is-layout-flex {
        display: none;
    }

    /*スマホ版MVの高さ適宜変更*/
    .mainv,
    .slider-01,
    .slider-01 .slide figure.wp-block-image.size-full,
    .slider-01 .slide figure.wp-block-image.size-full img {
        height: 60vh;
    }


    .inner-s,
    .inner,
    .inner-l {
        width: 90%;
    }

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

    /*ハンバーガーメニューのサイズ*/

    .nav-wrapper.open .hamburger__line--1 {
        transform: rotate(-45deg);
        top: 26px;
    }

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


    .hamburger:after {
        font-size: 14px;
        letter-spacing: 0;
        bottom: 13px;
    }

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

    .hamburger-wrapper,
    .hamburger {
        width: 80px;
        height: 80px;
    }

    .hamburger__line {
        width: 55px;
        height: 2px;
    }

    p.hamburger__line.hamburger__line--1 {
        top: 22px;
    }

    p.hamburger__line.hamburger__line--3 {
        top: 36px;
    }

    /*スマホ版文字サイズ*/
    p {
        font-size: 14px;
        line-height: 1.7;
    }

    /*お知らせ*/
    .inner.news-flex {
        display: block;
    }

    .mainv,
    .under-v {
        margin: 32px auto 0;
    }

    .under-midashi h1:after {
        font-size: 13px;
        margin-left: 9px;
    }

    .under-midashi h1 {
        font-size: 20px;
    }

    .under-midashi {
        max-width: 227px;
        width: 100%;
        bottom: 33px;
        z-index: 20;
        left: -17px;
        padding: 6px 0;
    }

    header.scroll-nav figure.wp-block-image.size-full.logo,
    body#top header.scroll-nav figure.wp-block-image.size-full.logo {
        top: 6px;
    }

    figure.wp-block-image.size-full.logo {
        max-width: 95px;
        position: fixed;
        top: 6px;
        left: 11px;
    }

    .wp-block-group.menu-tel-insta-flex {
        right: 99px;
        top: 6px;
    }


    .wp-block-group.header-tel h3 {
        font-size: 18px;
        letter-spacing: 4px;
        margin-bottom: 2px;
    }

    header.scroll-nav figure.wp-block-image.size-full.logo,
    body#top header.scroll-nav figure.wp-block-image.size-full.logo {
        top: 3px;
        max-width: 86px;
    }

    .wp-block-group.header-tel h2 {
        font-size: 26px;
        padding-right: 30px;
        letter-spacing: 4px;
    }

    body#top figure.wp-block-image.size-full.logo {
        top: 6px;
    }

    figure.wp-block-image.size-full.maincopy {
        left: -15px;
        max-width: 313px;
    }

    .wp-block-buttons {
        max-width: 260px;
    }

    .wp-block-buttons .wp-block-button a {
        font-size: 16px;
        padding: 18px 0;
    }

    .wp-block-buttons .wp-block-button a:after {
        width: 29px;
    }

    .wp-block-group.top-about-wrap h2:after {
        width: 173px;
        height: 38px;
        bottom: -27px;
        left: 0;
        background-repeat: no-repeat;
        right: 0;
        margin: auto;
    }

    .wp-block-group.top-about-txt {
        max-width: 100%;
        width: 100%;
    }

    .wp-block-group.top-about-txt p {
        padding: 12px 0 39px;
    }

    .wp-block-group.top-point-wrap {
        width: 91%;
        background-position: top center, top 97PX left;
        background-image: url(http://izakayafumiya.com/wp/wp-content/uploads/2025/06/gurade.png), url(http://izakayafumiya.com/wp/wp-content/uploads/2025/06/64.png);
        background-size: 239%, cover;
        background-repeat: no-repeat;
    }

    figure.wp-block-image.size-full.looks-title {
        max-width: 171px;
        position: absolute;
        right: 0;
        height: auto;
        top: 29px;
        bottom: 0;
        margin: auto;
        left: 0;
    }

    .wp-block-group.top-about-wrap {
        padding: 69px 0 350px;
        background-position: bottom -9px left -62px, right 13px bottom 22px, right bottom 132px;
        background-size: 336px, 244px, 345px;
    }

    .wp-block-group.ora-h3-wrap h3 {
        font-size: 16px;
        letter-spacing: 3px;
        padding: 6px 7px;
        margin-bottom: 16px;
    }

    .wp-block-group.ora-h3-wrap {
        margin: auto;
    }

    h2 {
        font-size: 22px;
        letter-spacing: 5px;
    }

    h2 span.big {
        font-size: 34px;
    }

    .wp-block-group.h3-af {
        width: 100%;
        height: 30px;
        bottom: -9px;
        z-index: 0;
        right: -9px;
    }

    .wp-block-group.top-point-wrap:before {
        width: 20px;
        height: 329px;
        position: absolute;
        right: -15px;
        top: 49px;
        bottom: auto;
        margin: auto;
    }

    .wp-block-group.looksbox-wrap:nth-of-type(1),
    .wp-block-group.looksbox-wrap:nth-of-type(2) {
        right: 0;
        width: 255px;
        margin: 0 auto 43px;
        left: 0;
    }

    .wp-block-group.looksbox-tw {
        padding: 174px 0 9px;
        max-width: 522px;
    }

    .wp-block-group.looksbox-wrap:nth-of-type(1):after {
        width: 134px;
        height: 62px;
        top: -54px;
        right: -35px;
    }

    .wp-block-group.looksbox-wrap:nth-of-type(2):after {
        top: -48px;
        left: -50px;
        width: 133px;
        height: 74px;
        background-image: url(http://izakayafumiya.com/wp/wp-content/uploads/2025/06/1f-hukidashi-SP.png);
    }

    .wp-block-group.looksbox-wrap:nth-of-type(1) .wp-block-group.looks-box-le:after,
    .wp-block-group.looksbox-wrap:nth-of-type(2) .wp-block-group.looks-box-le:after {
        height: 68px;
        bottom: -1px;
        left: 20px;
    }

    .wp-block-group.looksbox-wrap:nth-of-type(1) .wp-block-group.looks-box-le:after {
        width: 123px;
    }

    .wp-block-group.looksbox-wrap:nth-of-type(2) .wp-block-group.looks-box-le:after {
        width: 120px;
    }

    .wp-block-group.looks-box-le {
        width: 100%;
        height: 121px;
        background-position: center;
    }

    .wp-block-group.looksbox-wrap>.wp-block-group:nth-of-type(2) {
        width: 100%;
        margin: 10px 0 0;
    }

    .wp-block-group.looksbox-wrap {
        padding: 13px;
        display: block;
    }

    .wp-block-group.looksbox-wrap h4 {
        font-size: 18px;
        margin: 0 0 16px;
        border-bottom: 2px dotted;
        padding-bottom: 8px;
        letter-spacing: 1px;
    }

    p.has-text-align-center.point-box {
        font-size: 15px;
        border-radius: 5px;
        margin-bottom: 8px;
        height: 55px;
        letter-spacing: -1px;
        padding: 4px 0;
    }

    .wp-block-group.looksbox-wrap:nth-of-type(1) p.has-text-align-center.point-box:nth-of-type(3) {
        padding: 14px 0;
    }

    header.scroll-nav .wp-block-group.menu-tel-insta-flex {
        right: 97px;
        top: -1px;
    }

    p.has-text-align-center.point-box span {
        font-size: 17px;
    }

    header.scroll-nav .wp-block-group.header-tel.has-link {
        padding: 16px 0px 15px 10px;
    }

    header.scroll-nav .wp-block-group.header-tel h2 {
        font-size: 26px;
        padding-right: 9px;
        letter-spacing: 4px;
    }

    .wp-block-group.top-al-bk {
        width: 100%;
        height: 312px;
    }

    .wp-block-group.al-txt-box {
        width: 100%;
    }

    .wp-block-group.row.al-flex {
        display: block;
    }

    .wp-block-group.al-txt-box>.wp-block-group__inner-container {
        max-width: fit-content;
        margin: 0 auto;
        width: 100%;
        padding: 29px 0 41px;
    }

    .wp-block-group.al-txt-box:after {
        width: 139px;
        height: 185px;
        position: absolute;
        bottom: auto;
        right: 0;
        background-repeat: no-repeat;
        top: -44px;
        z-index: 0;
    }

    .wp-block-group.al-txt-box .wp-block-group.ora-h3-wrap,
    .wp-block-group.al-txt-box h2 {
        z-index: 10;
    }

    .wp-block-group.al-txt-box h2 {
        text-shadow: 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff;
    }

    .wp-block-group.al-txt-box p {
        margin: auto;
        letter-spacing: 2px;
        line-height: 2;
        margin: 12px auto 27px;
        max-width: 92%;
    }


    .wp-block-group.top-course-wrap h2:after {
        right: -40px;
        bottom: 0;
        top: 0;
        width: 38px;
        height: 117px;
    }

    .wp-block-group.top-course-wrap h2:before {
        left: -40px;
        bottom: 0;
        top: 0;
        width: 38px;
        height: 117px;
    }

    .wp-block-group.course-flex h4:last-of-type {
        padding-top: 53px;
        letter-spacing: 2px;
    }

    .wp-block-group.course-flex h4 {
        width: 136px;
        height: 135px;
        padding-top: 40px;
        font-size: 18px;
        margin: 0 10px;
        letter-spacing: 0;
    }

    .wp-block-group.top-course-wrap {
        padding: 43px 0 92px;
        background-position: left 4px bottom 0, right bottom;
        background-size: 230px, 105%;
    }

    .wp-block-group.top-course-wrap h2 {
        margin: 0 auto 22px;
        font-size: 18px;
        letter-spacing: 2px;
    }

    .wp-block-group.top-course-wrap p {
        text-align: left;
        max-width: 400px;
        margin: auto;
        line-height: 2.2;
    }

    figure.wp-block-image.size-full.foot-logo {
        max-width: 106px;
        margin: 0 auto 17px;
    }

    footer .wp-block-group.header-tel.has-link h3 {
        font-size: 14px;
        letter-spacing: 2px;
    }

    footer .wp-block-group.header-tel.has-link h2 {
        font-size: 19px;
        letter-spacing: 1px;
        margin: auto;
        text-align: center;
        padding: 0;
    }

    .wp-block-group.foot-access-flex {
        max-width: 500px;
        margin: auto;
    }

    .wp-block-group.foot-access-flex p {
        font-size: 12px;
    }

    .wp-block-group.foot-ad-flex p.foot-ad-title {
        width: 100%;
        padding: 5px 0;
        margin: 0 0 5px;
    }

    p.foot-access {
        text-align: center;
        margin-bottom: 11px;
    }

    .wp-block-group.foot-ad-flex {
        display: block;
        margin-bottom: 13px;
    }


    footer .wp-block-group.header-tel.has-link {
        max-width: 200px;
        padding: 9px 3px;
        margin: 0 auto 23px;
    }

    .wp-block-group.foot-flex {
        display: block;
    }

    .wp-block-group.course-flex {
        margin: 18px auto 22px;
        flex-wrap: wrap;
        justify-content: center;
        gap: 0;
    }

    li.top-news-item,
    article.entry_item {
        max-width: 46%;
        width: 100%;
        margin-bottom: 15px;
    }

    .wrap.news-wrap .under-v {
        margin: 56px auto 0;
    }

    section.entry_list {
        margin-bottom: 0;
    }

    .wrap.news-wrap {
        padding-bottom: 58px;
    }

    .top-news-thumbnail img,
    .entry_thumbnail a img {
        height: 155px;
    }

    .top-news-text {
        font-size: 14px;
    }

    span.top-news-date,
    span.entry_date {
        font-size: 10px;
        padding: 3px 0;
    }

    p.has-text-align-right.view-link a {
        margin-top: 0px;
        font-size: 12px;
    }

    .wp-block-group.top-news-wrap h2,
    .wrap.news-wrap .under-v h1 {
        font-size: 35px;
        margin-bottom: 19px;
    }

    .wp-block-group.top-point-wrap:after {
        width: 281px;
        height: 221px;
        bottom: -167px;
        right: -31px;
        background-image: url(http://izakayafumiya.com/wp/wp-content/uploads/2025/06/point-sp-1.png);
    }

    .wp-block-group.top-menu-wrap:after {
        width: 214px;
        height: 196px;
        left: 0;
        top: 89px;
    }

    .wp-block-group.row.tate-title {
        display: block;
        height: auto;
    }

    .wp-block-group.row.top-menu-flex {
        display: block;
    }

    .wp-block-group.top-menu-wrap .wp-block-group.ora-h3-wrap {
        max-width: fit-content;
        position: relative;
        margin: auto;
    }

    .wp-block-group.top-menu-wrap .wp-block-group.ora-h3-wrap h3 {
        writing-mode: horizontal-tb;
        margin: 0 auto;
        height: auto;
    }

    .wp-block-group.top-menu-wrap h2 {
        writing-mode: lr;
        z-index: 30;
        position: relative;
        text-align: center;
        text-shadow: 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff;
        margin-top: 10px;
    }

    .wp-block-group.top-menu-wrap p {
        padding: 18px 0 0;
        writing-mode: lr;
    }

    .wp-block-group.row.top-menu-flex {
        max-width: fit-content;
        margin: auto;
    }

    .wp-block-group.row.top-menu-flex p {
        height: auto;
        margin: 2px auto 166px;
    }

    .wp-block-group.top-menu-wrap {
        padding: 336px 0 94px;
        background-position: bottom 9px left -35px, left -53px top 294px, right bottom 166px;
        background-size: 243px, 150px, 352px;
        background-image: url(http://izakayafumiya.com/wp/wp-content/uploads/2025/06/Menu.png), url(http://izakayafumiya.com/wp/wp-content/uploads/2025/06/pote-1.png), url(http://izakayafumiya.com/wp/wp-content/uploads/2025/06/top-menu-bk-sp-1.png);
    }

    .circleText__text {
        font-size: 10px;
    }

    .block {
        width: 120px;
        height: 120px;
        top: 202px;
        right: 71px;
        left: auto;
    }

    .wp-block-group.al-txt-box:before {
        width: 369px;
        height: 109px;
        right: 0;
        top: auto;
        background-image: url(http://izakayafumiya.com/wp/wp-content/uploads/2025/06/al-sp.png);
        bottom: -54px;
    }

    figure.wp-block-image.size-full.mainv-logo {
        display: none;
    }

    .wp-block-group.al-txt-box h2 {
        font-size: 34px;
    }

    .mainv::before,
    .mainv::after,
    .under-v::before,
    .under-v::after {
        width: 117px;
    }

    .mainv::after,
    .under-v::after {
        bottom: 27px;
        right: -28px;
    }

    .mainv::before,
    .under-v::before {
        top: 27px;
        left: -28px;
    }

    .wp-block-group.top-about-wrap h2 {
        margin: 0 auto 29px;
        text-align: center;
    }

    .wp-block-group.top-news-wrap {
        padding: 26px 0 36px;
    }

    .nav-wrapper .sp-nav-inner ul.wp-block-navigation__container.hamburger-menu.wp-block-navigation li.wp-block-navigation-item a {
        font-size: 18px;
        margin-bottom: 7px;
    }

    nav.hamburger-menu li.home-link:after,
    nav.hamburger-menu li.about-link:after,
    nav.hamburger-menu li.menu-link:after,
    nav.hamburger-menu li.drink-link:after,
    nav.hamburger-menu li.course-link:after,
    nav.hamburger-menu li.access-link:after {
        margin-left: 10px;
        font-size: 14px;
    }

    .wp-block-group.access-flex {
        padding-top: 61px;
        display: block;
    }

    .wp-block-group.access-txt-flex {
        margin-bottom: 14px;
        display: block;
    }

    .wp-block-group.access-txt-flex p {
        margin-bottom: 4px;
    }

    figure.wp-block-image.size-full.access-img {
        max-width: 400px;
        width: 100%;
        margin: 0 auto 32px;
    }

    .wp-block-group.access-box {
        max-width: 100%;
        width: 100%;
    }

    .wp-block-group.access-tel-box {
        max-width: 600px;
        margin: auto;
    }

    .under-v-inner {
        height: 60vh;
    }

    body#course .under-v-inner {
        background-position: left 1% top;
    }

    .wp-block-group.access-tel-box h3 {
        font-size: 14px;
        padding: 7px 0;
        letter-spacing: 2px;
    }

    .wp-block-group.access-tel-box h2 a {
        font-size: 28px;
        display: block;
        letter-spacing: 0;
        padding: 0px 0 4px;
    }

    .cancel-btn a {
        font-size: 15px;
        margin-top: 8px;
    }

    .wp-block-group.access-tel-c-box {
        margin-bottom: 16px;
    }

    div#cancel {
        padding: 19px 11px 23px;
        margin: 36px auto 45px;
    }

    div#cancel h2 {
        font-size: 18px;
        margin-bottom: 10px;
        letter-spacing: 2px;
    }

    div#cancel p {
        text-align: left;
    }

    iframe {
        height: 300px;
    }

    .wp-block-group.course-about h2 span.big {
        letter-spacing: 0;
        font-size: 24px;
    }

    .wp-block-group.course-about.inner p {
        padding: 25px 0 97px;
        text-align: left;
        max-width: 500px;
        margin: auto;
    }

    .wp-block-group.course-about.inner p br.pc {
        display: none;
    }

    .wp-block-group.course-about-wrap {
        padding: 94px 0 0;
        background-position: top 367px left -43px, right 0 top 33px;
        position: relative;
        background-size: 178px, 165px;
    }

    .wp-block-group.floor-point-flex {
        display: block;
    }

    .wp-block-group.floor-point-box.inner {
        max-width: 400px;
        margin: 0 auto 67px;
        padding: 47px 24px 0px;
    }

    figure.wp-block-image.size-full.under-course {
        max-width: 323px;
        bottom: -70px;
        right: 0;
        z-index: 10;
    }

    .floor-point-flex>.wp-block-group:last-child {
        margin: 0 auto 36px;
    }

    .floor-point-flex>.wp-block-group {
        max-width: 300px;
        width: 100%;
        position: relative;
        margin: 0 auto 43px;
    }

    .wp-block-group.floor-point-flex figure.wp-block-image.size-full {
        max-width: 153px;
        margin: 0 auto 11px;
    }

    .wp-block-group.floor-point-flex h4 {
        font-size: 18px;
        margin-bottom: 8px;
    }

    .floor-point-flex>.wp-block-group:after {
        content: '';
        height: 1px;
        width: 100%;
        background: #ccc;
        display: block;
        position: absolute;
        top: auto;
        right: 0;
        bottom: -21px;
        margin: auto;
        left: 0;
    }

    .wp-block-group.course-about.inner h2:after {
        right: -20px;
        width: 36px;
        height: 55px;
    }

    .wp-block-group.course-about.inner h2:before {
        left: -20px;
        width: 36px;
        height: 55px;
    }

    .wp-block-group.motu-flex {
        display: block;
    }

    .wp-block-group.motu-bk {
        width: 100%;
        height: 364px;
    }

    .wp-block-group.motu-d-r {
        width: 100%;
        margin: 0 auto;
        padding: 20px 0 37px;
    }

    .wp-block-group.motu-d h2 span {
        font-size: 19px;
    }

    .wp-block-group.motu-d h2 {
        margin: 0 auto 1px;
        font-size: 35px;
        line-height: 1.4;
    }

    p.coursetitle {
        max-width: 50%;
    }

    p.course-p {
        font-size: 20px;
    }

    .wp-block-group.course-p-flex {
        justify-content: flex-end;
    }

    .wp-block-group.course-p-flex-wrap {
        max-width: 357px;
        margin: 8px auto 8px;
    }

    p.course-d-txt {
        max-width: 332px;
        line-height: 2;
        margin: 16px auto 0;
    }

    .wp-block-group.motu-syosai-box p br {
        display: none;
    }

    .wp-block-group.motu-syosai-box p {
        font-size: 13px;
    }

    .wp-block-group.motu-syosai-box:after {
        font-size: 14px;
    }

    .wp-block-group.motu-syosai-box {
        padding: 36px 0 18px;
        position: relative;
        max-width: 90%;
        margin: 20px auto 0;
    }

    .wp-block-group.motu-d-r>.wp-block-group__inner-container {
        margin: 0 auto;
    }

    .wp-block-group.motu-flex:after {
        width: 150px;
        height: 150px;
        top: 259px;
        left: 0;
        right: auto;
        margin: auto;
    }

    .wp-block-group.courselist-flex {
        display: block;
    }

    .wp-block-group.courselist-flex .wp-block-group.menu-box {
        width: 100%;
        margin: 0 0 40px;
    }

    .wp-block-group.course-re-wrap .inner {
        background-size: 100%;
    }

    .wp-block-group.course-re-wrap>.wp-block-group__inner-container {
        padding: 27px 0 32px;
    }

    .wp-block-group.course-nomiho-flex {
        display: block;
    }

    .wp-block-group.otoku-box h4 {
        font-size: 14px;
        padding: 5px 0;
        letter-spacing: 2px;
    }

    .wp-block-group.otoku-box p {
        font-size: 20px;
    }

    .wp-block-group.course-re-wrap {
        padding: 7px;
    }

    .wp-block-group.course-nomiho-box h3 {
        font-size: 18px;
        margin-bottom: 11px;
    }

    .wp-block-group.course-nomiho-box {
        margin: 31px auto 0;
        padding: 17px 19px;
    }

    figure.wp-block-image.size-full.re-title {
        max-width: 226px;
        margin: 0 auto 19px;
    }

    .wp-block-group.course-re-wrap h2 {
        margin: 8px 0 12px;
        font-size: 36px;
    }


    .wp-block-group.course-re-wrap p.has-text-align-center {
        text-align: left;
    }

    .wp-block-group.course-re-wrap p.has-text-align-center:nth-of-type(1) {
        text-align: center;
    }

    .wp-block-group.floor-point-box h3 {
        font-size: 15px;
        max-width: 85%;
        margin: auto;
        line-height: 1;
        padding: 9px 0;
        top: -20px;
        left: 0;
        right: 0;
        letter-spacing: 1px;
    }

    .wp-block-group.floor-point-box h3:after {
        border-left: 10px solid transparent;
        border-right: 10px solid transparent;
        border-top: 15px solid #e5621a;
        bottom: -14px;
    }

    .wp-block-group.menulist-wrap {
        padding: 31px 0 23px;
    }

    .wp-block-group.menulist-wrap h2 {
        font-size: 30px;
        margin-bottom: 13px;
    }

    p.has-text-align-center.menulist-course-att-txt {
        font-size: 15px;
        margin-bottom: 17px;
        text-align: left;
    }

    p.has-text-align-center.menulist-att-txt {
        margin-bottom: 27px;
    }

    .wp-block-group.menu-price-flex {
        margin-bottom: 15px;
    }

    .wp-block-group.nomiho-box h3 {
        font-size: 15px;
        letter-spacing: 0;
    }

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

    p.nomiho-price:before {
        font-size: 13px;
        padding: 0px 7px;
        margin-right: -9px;
    }

    .wp-block-group.nomiho-p-flex {
        display: block;
    }

    p.nomiho-p-title {
        text-align: center;
    }

    p.nomiho-price {
        max-width: fit-content;
        margin: auto;
    }

    .wp-block-group.top-menu-wrap.local-sake {
        padding: 0 0 137px;
        background-image: url(http://izakayafumiya.com/wp/wp-content/uploads/2025/06/sake-img-2.png), url(http://izakayafumiya.com/wp/wp-content/uploads/2025/06/drink-bk-sp.png);
        background-position: bottom 58px left -6px, right 0 bottom 151px;
        background-size: 169px, 352px;
    }

    .wp-block-group.nomiho-wrap {
        padding: 57px 0 57px;
        background-position: top 284px center;
        background-size: 100%;
    }

    body#drink .wp-block-group.menulist-wrap:before {
        width: 237px;
        height: 104px;
        top: -73px;
        left: auto;
        right: 0;
    }

    .wp-block-group.keep-box {
        max-width: 500px;
        padding: 22px 22px 13px;
    }

    .wp-block-group.keep-box h4 {
        margin: 27px 0 14px;
        font-size: 15px;
    }

    .wp-block-group.menu-box {
        margin-bottom: 27px;
    }

    .wp-block-group.keep-box h3 {
        font-size: 18px;
        margin-bottom: 21px;
        letter-spacing: 0;
    }

    .wp-block-group.menu-box h4 {
        margin: 18px 0 14px;
        font-size: 15px;
    }

    .wp-block-group.menu-box h3 {
        font-size: 16px;
        line-height: 1;
        padding: 4px 0;
        margin-bottom: 20px;
    }

    .wp-block-group.menulist-flex {
        display: block;
    }

    .wp-block-group.menulist-inner {
        width: 100%;
    }

    .wp-block-group.nomiho-box-flex {
        display: block;
    }

    .wp-block-group.nomiho-box {
        max-width: 300px;
        padding: 18px 18px 14px;
        margin: 0 auto 10px;
        width: 100%;
    }

    p.has-text-align-center.nomiho-att {
        font-size: 12px;
        text-align: left;
        max-width: fit-content;
        margin: auto;
    }

    .wp-block-group.nomiho-wrap {
        padding: 57px 0 57px;
    }

    figure.wp-block-image.size-full.nomiho-title {
        max-width: 400px;
    }

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

    .wp-block-group.top-menu-wrap.local-sake .wp-block-group.row.top-menu-flex p {
        max-width: 450px;
    }

    .wp-block-group.menu-btns {
        flex-wrap: wrap;
        justify-content: center;
        gap: 16px;
    }

    .wp-block-group.menu-btns .wp-block-buttons {
        max-width: 48%;
    }

    .wp-block-group.menu-btns .wp-block-buttons .wp-block-button a {
        padding: 13px 0;
    }

    .wp-block-group.menu-btns .wp-block-button a {
        font-size: 15px;
        letter-spacing: 0px;
        line-height: 0.8;
    }

    .wp-block-group.menu-btns .wp-block-button a span {
        font-size: 11px;
    }

    .wp-block-group.menu-btns .wp-block-buttons .wp-block-button a:after {
        display: none;
    }

    .wp-block-group.menu-btns {
        gap: 13px;
    }

    .wp-block-group.menu-about-wrap p {
        padding: 22px 0 42px;
        text-align: left;
    }

    .wp-block-group.osusume-txt>.wp-block-group__inner-container {
        max-width: 100%;
    }

    .wp-block-group.osusume-txt-wrap {
        background-size: 335px;
        padding-bottom: 189px;
        background-position: bottom right;
        margin-bottom: 25px;
    }

    .wp-block-group.osusume-txt {
        height: auto;
        padding: 0;
    }

    .wp-block-group.osusume-txt-wrap:nth-of-type(2n) .wp-block-group.osusume-txt>.wp-block-group__inner-container {
        margin: 0 0 0 auto;
        max-width: 500px;
    }

    .wp-block-group.osusume-txt-wrap:nth-of-type(2n) {
        background-position: left bottom;
    }

    .wp-block-group.fishmenu-wrap h2 {
        margin-bottom: 31px;
        letter-spacing: 1px;
    }

    .recommend-wrap .wp-block-group.osusume-txt h3 span {
        font-size: 16px;
    }

    .wp-block-group.h2-hukidashi-ow:before {
        width: 41px;
        height: 69px;
        top: -29px;
        left: 0;
    }

    figure.wp-block-image.size-full.fish-menu {
        max-width: 300px;
        height: auto;
        left: 0;
        right: 0;
        bottom: 53px;
        top: auto;
    }

    .wp-block-group.menu-about-wrap {
        padding: 58px 0 50px;
        background-size: 133%;
        background-position: center top 39%;
    }

    .wp-block-group.fishmenu-wrap {
        padding: 0 0 52px;
    }

    figure.wp-block-image.size-full.fish-menu {
        max-width: 300px;
        height: 27px;
        left: 0;
        right: 0;
        bottom: 88px;
    }

    .recommend-wrap .wp-block-group.osusume-txt {
        padding: 0;
    }

    figure.wp-block-image.size-full.recommend {
        max-width: 354px;
        height: 161px;
        top: auto;
        bottom: -50px;
    }

    .recommend-wrap .wp-block-group.osusume-txt-wrap:nth-of-type(2) {
        margin-bottom: 27px;
    }

    .recommend-wrap .wp-block-group.osusume-txt-wrap:nth-of-type(3) {
        padding-bottom: 186px;
    }

    figure.wp-block-image.size-full.pote-title {
        max-width: 164px;
        margin: auto;
    }

    .wp-block-group.pote-txt-box p br {
        display: none;
    }

    .wp-block-group.pote-txt-box p {
        letter-spacing: 1px;
        line-height: 2;
        max-width: 300px;
        margin: 13px auto 0;
    }

    .wp-block-group.pote-title-flex p {
        font-size: 16px;
        margin: 5px auto 0;
        max-width: fit-content;
    }

    h2.h2-hukidashi {
        letter-spacing: 0;
    }

    h2 {
        letter-spacing: 3px;
    }

    .wp-block-group.pote-title-flex {
        display: block;
        margin-top: 23px;
    }

    figure.wp-block-image.size-full.kids-img-1 {
        max-width: 203px;
        top: -44px;
        right: 4px;
    }

    .wp-block-group.kids-box h2 {
        padding: 21px 0 7px;
        text-shadow: 0 0 3px #e5621a, 0 0 3px #e5621a, 0 0 3px #e5621a, 0 0 3px #e5621a, 0 0 3px #e5621a, 0 0 3px #e5621a, 0 0 3px #e5621a, 0 0 3px #e5621a;
        z-index: 20;
        position: relative;
        font-size: 28px;
        letter-spacing: 2px;
    }

    .wp-block-group.kids-box.inner {
        padding: 6px;
    }

    .wp-block-group.pote-txt-box {
        width: fit-content;
        margin: auto;
        z-index: 30;
        position: relative;
    }

    .wp-block-group.pote-txt-box>.wp-block-group__inner-container {
        padding-bottom: 121px;
    }

    figure.wp-block-image.size-full.kids-img-2 {
        bottom: 27px;
        left: 15px;
        max-width: 400px;
    }

    .wp-block-group.lunch-wrap {
        padding: 43px 0 73px;
        background-size: 120%;
    }

    .wp-block-group.lunch-flex {
        display: block;
    }

    .wp-block-group.lunch-flex p {
        max-width: 500px;
        margin: 29px auto 23px;
    }

    #lunch .wp-block-group.menu-price-flex {
        margin-bottom: 18px;
        display: block;
    }

    #lunch .wp-block-group.menu-price-flex p span {
        font-size: 12px;
    }

    p.has-text-align-center.menulist-att-txt-free {
        font-size: 15px;
        margin-bottom: 30px;
        letter-spacing: 0;
    }

    .wp-block-group.lunch-wrap figure.wp-block-image.size-full {
        max-width: 300px;
        margin: auto;
    }

    div#lunch .wp-block-group.menulist-wrap:after {
        width: 265px;
        height: 112px;
        top: -71px;
        left: 0;
    }

    figure.wp-block-image.size-full.menu-about-title {
        max-width: 400px;
    }

    div#takeout figure.wp-block-image.size-full {
        padding-bottom: 66px;
        max-width: 287px;
        position: relative;
        bottom: 0;
        left: 0;
        right: 0;
    }

    h5.wp-block-heading.has-text-align-center.nikan {
        font-size: 16px;
        margin: 12px 0 15px;
    }

    #takeout .wp-block-group.lunch-flex p {
        max-width: 500px;
        padding: 0;
    }

    #takeout .wp-block-group.menulist-wrap:after {
        width: 288px;
        height: 106px;
        top: -65px;
        right: 8px;
        z-index: 20;
    }

    h2 span {
        font-size: 27px;
    }

    h2.h2-hukidashi:after {
        width: 27px;
        height: 47px;
        right: -25px;
        bottom: 0;
    }

    h2.h2-hukidashi:before {
        width: 27px;
        height: 47px;
        left: -25px;
        bottom: 0;
    }

    .wp-block-group.osusume-txt h4 {
        font-size: 18px;
        margin-left: 10px;
        letter-spacing: 0;
    }

    .wp-block-group.osusume-txt h4 span {
        font-size: 11px;
    }

    .wp-block-group.osusume-txt h3 {
        font-size: 24px;
        letter-spacing: 4px;
    }

    .wp-block-group.osusume-menu-title {
        margin-bottom: 14px;
    }

    div#dinner .wp-block-group.menulist-wrap:after {
        width: 272px;
        height: 107px;
        top: -65px;
        right: 3px;
    }

    div#takeout .wp-block-group.lunch-wrap {
        padding: 46px 0 0;
    }


    .wp-block-group.about-wrap {
        padding: 55px 0 440px;
        background-position: bottom 0 right 66%, bottom 42px right;
        background-size: 100px, 300px;
    }

    .wp-block-group.commit-wrap h2 {
        background-size: 100%;
        max-width: fit-content;
        margin: 0 auto 42px;
        padding: 58px 0px 0;
        font-size: 30px;
    }

    .wp-block-group.commit-wrap h2:after {
        left: auto;
        right: -28px;
        margin: 0;
        bottom: -10px;
        width: 30px;
        height: 55px;
    }

    .wp-block-group.commit-wrap h2:before {
        left: -28px;
        right: auto;
        margin: 0;
        bottom: -10px;
        width: 30px;
        height: 55px;
    }

    body#about footer {
        margin-top: 20px;
    }

    .wp-block-group.com-flex {
        margin-bottom: 41px;
        display: block;
    }

    .wp-block-group.com-box-txt {
        max-width: 500px;
        width: 100%;
        margin: 0 auto 33px;
    }

    figure.wp-block-image.size-full.com-point {
        max-width: 300px;
        position: relative;
        margin: 0 auto;
    }

    figure.wp-block-image.size-full.com-point.sp {
        margin: 0 auto 22px;
    }

    .wp-block-group.com-flex:nth-of-type(2) figure.wp-block-image.size-full.com-title {
        max-width: 284px;
    }

    .wp-block-group.com-box-txt h4 {
        margin: 0 auto 13px;
        font-size: 17px;
    }

    .wp-block-group.com-flex-list .wp-block-group.com-flex:nth-of-type(2) figure.wp-block-image.size-full.com-point:after {
        width: 220px;
        height: 73px;
        right: -5px;
        bottom: 21px;
    }

    figure.wp-block-image.size-full.com-title {
        max-width: 350px;
        margin: 0 auto 23px;
    }

    .wp-block-group.com-box-txt p {
        margin-bottom: 29px;
    }

    .wp-block-group.com-flex-list .wp-block-group.com-flex:nth-of-type(1) figure.wp-block-image.size-full.com-point:after {
        width: 220px;
        height: 73px;
        left: -6px;
        bottom: 55px;
    }

    .wp-block-group.com-box-txt h4:before {
        width: 55%;
    }

    .wp-block-group.com-flex-list .wp-block-group.com-flex:nth-of-type(4) figure.wp-block-image.size-full.com-point:after {
        width: 218px;
        height: 80px;
        right: -7px;
        bottom: 9px;
    }

    .wp-block-group.com-flex:nth-of-type(2n) figure.wp-block-image.size-full.com-point {
        margin: 0 auto 22px;
    }

    .wp-block-group.com-flex-list .wp-block-group.com-flex:nth-of-type(3) figure.wp-block-image.size-full.com-point:after {
        left: -12px;
        width: 187px;
        height: 71px;
    }

    .wp-block-group.floor-box-wrap.first-box-wrap {
        margin-top: 143px;
        max-width: 94%;
    }

    .wp-block-group.floor-box-wrap.first-box-wrap:before {
        width: 100px;
        height: 100px;
        left: 0;
        top: -24px;
    }

    figure.wp-block-image.size-full.first-bk {
        max-width: 355px;
    }

    figure.wp-block-image.size-full.first-bk:after {
        width: 201px;
        height: 53px;
        right: 0;
        bottom: auto;
        background-image: url(http://izakayafumiya.com/wp/wp-content/uploads/2025/06/f-sp.png);
        top: 159px;
        left: 0;
        margin: auto;
    }

    figure.wp-block-image.size-full.first-floor {
        padding: 43px 0 33px;
        right: 0;
        max-width: 298px;
    }

    .wp-block-group.floor-box-wrap.first-box-wrap:after {
        content: '';
        background-image: url(http://izakayafumiya.com/wp/wp-content/uploads/2025/06/floor-title-sp.png);
        background-size: contain;
        display: inline-block;
        width: 344px;
        height: 109px;
        position: absolute;
        top: -90px;
        right: 0;
        background-repeat: no-repeat;
        z-index: 20;
        left: 0;
        margin: auto;
    }

    .wp-block-group.map-flex {
        max-width: 94%;
        padding-bottom: 96px;
        display: block;
    }

    .wp-block-group.floor-box-wrap p {
        line-height: 2;
        max-width: 500px;
        padding: 55px 0 29px;
        margin: auto;
    }

    figure.wp-block-image.size-full.map-1 {
        max-width: 300px;
        position: relative;
        margin: auto;
    }

    /*    figure.wp-block-image.size-full.map-1:after {
        font-size: 11px;
        bottom: 0;
        right: 17px;
        padding: 3px 11px;
    }*/
    .wp-block-group.floor-box-wrap.second-box-wrap figure.wp-block-image.size-full.map-1:after {
        bottom: -18px;
    }

    figure.wp-block-image.size-full.map-1:after {
        font-size: 11px;
        bottom: -17px;
        right: 17px;
        padding: 0;
    }

    .wp-block-group.floor-point-box.inner {
        max-width: 600px;
        margin: 0 auto 0;
        padding: 38px 24px 0px;
        background-image: url(http://izakayafumiya.com/wp/wp-content/uploads/2025/06/point-sp-2.png);
    }

    .wp-block-group.floor-box-wrap.second-box-wrap:before {
        width: 100px;
        height: 100px;
        right: 0;
        top: -32px;
    }

    .second-box-wrap figure.wp-block-image.size-full.first-floor {
        right: auto;
        left: 0;
        margin: 0 auto 0 0;
        padding: 43px 0 44px;
        max-width: 344px;
    }

    .second-box-wrap figure.wp-block-image.size-full.first-bk:after {
        background-image: url(http://izakayafumiya.com/wp/wp-content/uploads/2025/06/s-sp.png);
        width: 203px;
        height: 56px;
        right: 0;
        bottom: auto;
        top: 161px;
        left: 0;
        margin: auto;
    }

    .second-box-wrap figure.wp-block-image.size-full.map-1 {
        max-width: 300px;
    }

    .wp-block-group.floor-box-wrap.second-box-wrap {
        margin: 8px 0 0 auto;
        max-width: 94%;
    }

    .wp-block-group.about-wrap h2 {
        left: 0;
    }

    .wp-block-group.about-wrap h2 span.big {
        font-size: 29px;
    }

    .wp-block-group.about-wrap h2 {
        letter-spacing: 0;
        max-width: fit-content;
        margin: 0 auto 22px;
        background-size: 228px;
        background-position: top 63px right 14px;
    }

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

    figure.wp-block-image.size-full.map-1:after {
        content: 'タップで拡大できます';
    }

    .wp-block-group.slider-01 {
        background-position: center;
    }
}

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

    PC・タブレット横 

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

@media only screen and (min-width:1100px) {

    .fix_nav.sp_disp.sp {
        display: none;
    }

    .pc {
        display: block;
    }

    .sp {
        display: none;
    }

}

@media (max-width: 1900px) and (min-width: 1650px) {

    .wp-block-group.top-point-wrap {
        width: 76%;
    }
}

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

    タブレット縦横

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

@media (max-width: 1650px) and (min-width: 710px) {
    .wp-block-group.floor-point-flex .wp-block-group.point-self h4 {
        letter-spacing: -3px;
    }

    .wp-block-group.slider-01 {
        background-position: center;
    }

    figure.wp-block-image.size-full.map-1:after {
        content: 'タップで拡大できます';
    }

    .wp-block-group.motu-d {
        padding-top: 20px;
    }

    .wp-block-group.top-menu-wrap .wp-block-group.h3-af {
        display: none;
    }

    .mainv::after,
    .under-v::after {
        bottom: 27px;
        right: -60px;
    }

    .mainv::before,
    .under-v::before {
        top: 27px;
        left: -60px;
    }

    .mainv::before,
    .mainv::after,
    .under-v::before,
    .under-v::after {
        width: 185px;
        height: 2px;
    }

    p.foot-access {
        text-align: center;
        margin-bottom: 13px;
    }

    li.top-news-item,
    article.entry_item {
        margin-right: 9px;
        margin-bottom: 14px;
    }

    .fix_nav.sp_disp.sp {
        display: none;
    }

    .inner-s,
    .inner,
    .inner-l {
        width: 90%;
    }

    nav.header-inner-menu.wp-block-navigation.is-layout-flex.wp-block-navigation-is-layout-flex {
        display: none;
    }

    .wp-block-group.top-about-txt {
        max-width: 100%;
    }

    .wp-block-group.top-about-wrap {
        padding: 110px 0 552px;
        background-position: bottom 22px left -62px, right 30px bottom 23px, right bottom 143px;
        background-size: 557px, 400px, 655px;
    }

    .wp-block-group.top-point-wrap {
        max-width: 90%;
        background-position: left 45% top;
    }

    .wp-block-group.looksbox-tw {
        padding: 116px 0 1px;
    }

    .wp-block-group.top-point-wrap:after {
        background-image: url(http://izakayafumiya.com/wp/wp-content/uploads/2025/06/point-sp-1.png);
        width: 534px;
        height: 221px;
        bottom: -119px;
        right: -57px;
    }

    .wp-block-group.top-menu-wrap:after {
        width: 448px;
        height: 444px;
        left: 0;
    }

    .wp-block-group.row.top-menu-flex p {
        height: 874px;
    }

    .wp-block-group.top-menu-wrap p {
        padding: 157px 0 0;
    }

    .circleText__text {
        font-size: 10px;
    }

    .block {
        width: 180px;
        height: 180px;
        top: 736px;
        right: 0;
        left: 43%;
    }

    .wp-block-group.local-sake .block {
        top: 0;
        right: 0;
        left: 39%;
    }

    .wp-block-group.top-menu-wrap {
        padding: 154px 0 160px;
        background-position: bottom -9px left -35px, left -66px top 422px, right -53px top 188px;
        background-size: 468px, 332px, 455px;
    }

    .wp-block-group.local-sake {
        padding: 0 0 136px;
        background-position: bottom 52px left -21px, right 0 top 188px;
        background-size: 435px, 448px;
    }


    .wp-block-group.al-txt-box:before {
        width: 671px;
        height: 193px;
        right: 0;
        top: auto;
        bottom: -70px;
    }

    .wp-block-group.al-txt-box:after {
        background-image: url(http://izakayafumiya.com/wp/wp-content/uploads/2025/06/be-sp.png);
        width: 223px;
        height: 304px;
        bottom: auto;
        right: auto;
        left: -94%;
        top: -37px;
    }


    .wp-block-group.top-course-wrap {
        padding: 103px 0 137px;
        background-position: left 4px bottom 0, right bottom;
        background-size: 468px, 76%;
    }

    footer#site-footer br.sp {
        display: block;
    }

    .wp-block-group.foot-access-flex {
        font-size: 16px;
        margin-left: 0;
    }

    .wp-block-group.foot-flex {
        display: block;
        max-width: fit-content;
        margin: 0 auto;
    }

    footer .wp-block-group.header-tel.has-link {
        margin: 25px auto 22px;
    }

    .wp-block-group.access-flex {
        padding-top: 100px;
        display: block;
    }

    figure.wp-block-image.size-full.access-img {
        max-width: 600px;
        width: 100%;
        margin: 0 auto 41px;
    }

    .wp-block-group.access-box {
        max-width: 100%;
        width: 100%;
    }

    .wp-block-group.access-tel-box {
        max-width: 600px;
        margin: auto;
    }

    .under-v-inner {
        height: 60vh;
    }

    .wp-block-group.course-about-wrap {
        padding: 140px 0 0;
        background-position: top 480px left, right 47px;
        position: relative;
        background-size: 350px, 400px;
    }

    .wp-block-group.course-about.inner p {
        padding: 53px 0 124px;
    }

    figure.wp-block-image.size-full.under-course {
        max-width: 447px;
        bottom: -95px;
        right: 0;
    }

    .wp-block-group.floor-point-box.inner {
        margin-bottom: 101px;
    }

    .wp-block-group.nomiho-wrap {
        background-size: 100%;
    }

    .wp-block-group.osusume-txt-wrap {
        background-size: 47%;
    }

    figure.wp-block-image.size-full.fish-menu {
        max-width: 593px;
        height: 85px;
    }

    .recommend-wrap .wp-block-group.osusume-txt-wrap:nth-of-type(3) .wp-block-group.osusume-txt {
        height: 259px;
        padding: 25px 0 0;
    }

    figure.wp-block-image.size-full.recommend {
        max-width: 842px;
        height: 161px;
        top: 495px;
        left: 0;
        right: 0;
        margin: auto;
    }

    figure.wp-block-image.size-full.kids-img-1 {
        max-width: 500px;
        top: 57px;
        right: 0;
    }

    .wp-block-group.pote-txt-box>.wp-block-group__inner-container {
        padding-bottom: 286px;
    }

    figure.wp-block-image.size-full.kids-img-2 {
        bottom: -4px;
        left: 44px;
        max-width: 661px;
    }

    .wp-block-group.lunch-wrap {
        background-size: 100%;
    }

    .wp-block-group.lunch-flex p {
        max-width: 50%;
        text-shadow: 0 0 4px #f1f1f1, 0 0 4px #f1f1f1, 0 0 4px #f1f1f1, 0 0 4px #f1f1f1, 0 0 4px #f1f1f1, 0 0 4px #f1f1f1;
    }

    #takeout .wp-block-group.lunch-flex p {
        max-width: 50%;
    }

    div#takeout figure.wp-block-image.size-full {
        bottom: -19px;
        max-width: 47%;
    }

    #takeout .wp-block-group.lunch-flex p {
        max-width: 50%;
        padding: 43px 0 160px;
    }

    #takeout .wp-block-group.menulist-wrap:after {
        width: 588px;
        height: 202px;
        top: -125px;
        right: 19px;
    }

    div#lunch .wp-block-group.menulist-wrap:after {
        width: 528px;
        height: 215px;
        top: -134px;
        left: 19px;
    }

    div#dinner .wp-block-group.menulist-wrap:after {
        width: 572px;
        height: 219px;
        top: -139px;
        right: 8px;
    }

    .wp-block-group.about-wrap {
        padding: 113px 0 767px;
        background-position: bottom 0 right 50%, bottom 42px right;
        background-size: 200px, 589px;
    }

    .wp-block-group.about-wrap .inner {
        max-width: fit-content;
        margin: auto;
    }

    .wp-block-group.about-wrap h2 {
        left: 0;
        right: 0;
        margin: 0 auto 41px;
    }


    .wp-block-group.com-flex-list .wp-block-group.com-flex:nth-of-type(3) figure.wp-block-image.size-full.com-point:after {
        left: -44px;
    }

    .wp-block-group.com-flex-list .wp-block-group.com-flex:nth-of-type(1) figure.wp-block-image.size-full.com-point:after {
        left: -26px;
    }

    .wp-block-group.com-flex-list .wp-block-group.com-flex:nth-of-type(2) figure.wp-block-image.size-full.com-point:after {
        right: -13px;
    }

    .wp-block-group.floor-box-wrap {
        max-width: 90%;
    }

    figure.wp-block-image.size-full.first-bk {
        max-width: 700px;
    }

    figure.wp-block-image.size-full.first-bk:after {
        width: 540px;
        height: 77px;
        right: -238px;
        bottom: 45px;
    }

    figure.wp-block-image.size-full.first-floor {
        padding: 25px 0 139px;
        right: 74px;
    }

    .wp-block-group.map-flex {
        max-width: 94%;
        padding-bottom: 96px;
    }

    figure.wp-block-image.size-full.map-1 {
        max-width: 420px;
        position: relative;
    }

    .wp-block-group.floor-box-wrap.second-box-wrap figure.wp-block-image.size-full.map-1:after {
        bottom: -17px;
    }

    figure.wp-block-image.size-full.map-1:after {
        font-size: 13px;
        /* bottom: 0; */
        /* right: 23px; */
        /* padding: 5px 20px; */
        padding: 0;
        line-height: 1;
        bottom: -15px;
    }

    .wp-block-group.floor-box-wrap p {
        line-height: 2;
        max-width: 54%;
        padding-top: 12px;
    }

    .wp-block-group.floor-box-wrap p br {
        display: none;
    }

    .second-box-wrap figure.wp-block-image.size-full.first-floor {
        right: auto;
        left: 74px;
        margin: 0 auto 0 0;
        padding: 15px 0 149px;
        max-width: 719px;
    }

    .wp-block-group.floor-box-wrap.second-box-wrap:before {
        width: 250px;
        height: 250px;
        right: 0;
        top: -75px;
    }

    .wp-block-group.floor-box-wrap.first-box-wrap:before {
        width: 250px;
        height: 250px;
        left: 0;
        top: -75px;
    }

    .wp-block-group.floor-box-wrap.first-box-wrap {
        margin-top: 219px;
    }

    .wp-block-group.floor-box-wrap.first-box-wrap:after {
        content: '';
        background-image: url(http://izakayafumiya.com/wp/wp-content/uploads/2025/06/floor-title-sp.png);
        background-size: contain;
        display: inline-block;
        width: 700px;
        height: 135px;
        position: absolute;
        top: -124px;
        right: -56px;
        background-repeat: no-repeat;
    }

    .wp-block-group.floor-point-box.inner {
        margin-bottom: 62px;
    }

    .wp-block-group.floor-point-box.inner h4 br.sp {
        display: block;
    }

}


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

    タブレット縦のみ

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

@media (max-width: 1100px) and (min-width: 710px) {
    h2 br.sp {
        display: block;
    }

    .wp-block-group.floor-point-flex .wp-block-group.point-self h4 {
        letter-spacing: -2px;
    }

    .wp-block-group.top-menu-wrap .wp-block-group.h3-af {
        display: block;
    }

    figure.wp-block-image.size-full.under-course {
        bottom: -81px;
        z-index: 20;
    }

    .wp-block-group.floor-box-wrap p br.pc {
        display: none;
    }

    .wp-block-group.floor-box-wrap p br {
        display: block;
    }

    /*MVの高さ適宜変更*/
    .mainv,
    .slider-01,
    .slider-01 .slide figure.wp-block-image.size-full,
    .slider-01 .slide figure.wp-block-image.size-full img {
        height: 60vh;
    }

    /*ハンバーガーメニューサイズ*/

    .hamburger-wrapper,
    .hamburger {
        width: 97px;
        height: 97px;
    }

    .tel-menu-flex {
        max-width: 374px;
    }

    .hamburger:after {
        font-size: 16px;
        bottom: 14px;
    }

    .hamburger__line {
        display: block;
        width: 65px;
    }

    p.hamburger__line.hamburger__line--1 {
        top: 24px;
    }

    p.hamburger__line.hamburger__line--3 {
        top: 40px;
    }

    .nav-wrapper.open .hamburger__line--1 {
        top: 33px;
    }

    .nav-wrapper.open .hamburger__line--3 {
        top: 33px;
    }

    .fix_nav.sp_disp.sp {
        display: none;
    }

    .mainv {
        margin: 84px auto 0;
    }

    .wp-block-group.menu-tel-insta-flex {
        right: 99px;
        top: 6px;
    }


    .wp-block-group.header-tel h3 {
        font-size: 18px;
        letter-spacing: 4px;
        margin-bottom: 2px;
    }

    .wp-block-group.header-tel h2 {
        font-size: 26px;
        padding-right: 30px;
        letter-spacing: 4px;
    }

    figure.wp-block-image.size-full.maincopy {
        left: -35px;
    }

    .wp-block-group.top-about-wrap h2:after {
        width: 260px;
        height: 57px;
        right: auto;
        bottom: -39px;
        left: 0;
        background-repeat: no-repeat;
    }

    .wp-block-group.top-about-txt p {
        padding: 12px 0 39px;
    }

    .wp-block-group.top-about-wrap {
        padding: 110px 0 538px;
        background-position: bottom 22px left -62px, right 30px bottom 24px, right bottom 126px;
        background-size: 509px, 386px, 640px;
    }

    .wp-block-group.looksbox-wrap:nth-of-type(1) {
        right: 111px;
    }

    .wp-block-group.looksbox-wrap:nth-of-type(2) {
        right: 160px;
    }

    .wp-block-group.looksbox-tw {
        padding: 104px 0 9px;
        max-width: 522px;
    }

    .wp-block-group.looksbox-wrap:nth-of-type(2):after {
        top: -78px;
        left: -48px;
    }

    .wp-block-group.looksbox-wrap:nth-of-type(1) .wp-block-group.looks-box-le:after,
    .wp-block-group.looksbox-wrap:nth-of-type(2) .wp-block-group.looks-box-le:after {
        height: 93px;
        bottom: -1px;
        left: 20px;
    }

    .wp-block-group.looksbox-wrap:nth-of-type(1) .wp-block-group.looks-box-le:after {
        width: 167px;
    }

    .wp-block-group.looksbox-wrap:nth-of-type(2) .wp-block-group.looks-box-le:after {
        width: 161px;
    }

    .wp-block-group.looks-box-le {
        width: 55%;
    }

    .wp-block-group.looksbox-wrap>.wp-block-group:nth-of-type(2) {
        width: 43%;
        margin-left: 7px;
    }

    .wp-block-group.looksbox-wrap h4 {
        font-size: 20px;
        margin-bottom: 21px;
        border-bottom: 3px dotted;
        padding-bottom: 11px;
        letter-spacing: 1px;
    }

    p.has-text-align-center.point-box {
        font-size: 18px;
        border-radius: 5px;
        margin-bottom: 8px;
        height: 61px;
        letter-spacing: -1px;
        padding: 4px 0;
    }

    header.scroll-nav .wp-block-group.menu-tel-insta-flex {
        right: 97px;
        top: -1px;
    }

    header.scroll-nav .wp-block-group.header-tel.has-link {
        padding: 14px 0px 15px 10px;
        height: 97px;
    }

    header.scroll-nav .wp-block-group.header-tel h2 {
        font-size: 26px;
        padding-right: 9px;
        letter-spacing: 4px;
    }

    .wp-block-group.top-al-bk {
        width: 100%;
        height: 500px;
    }

    .wp-block-group.al-txt-box {
        width: 100%;
    }

    .wp-block-group.row.al-flex {
        display: block;
    }

    .wp-block-group.al-txt-box>.wp-block-group__inner-container {
        max-width: fit-content;
        margin: 0 auto;
        width: 100%;
        padding: 47px 0 54px;
    }

    .wp-block-group.al-txt-box:before {
        bottom: -95px;
        background-image: url(http://izakayafumiya.com/wp/wp-content/uploads/2025/06/al-sp.png);
    }

    .wp-block-group.top-course-wrap h2:after {
        right: -44px;
        bottom: 0;
    }

    .wp-block-group.top-course-wrap h2:before {
        left: -44px;
        bottom: 0;
    }

    .wp-block-group.course-flex h4:last-of-type {
        padding-top: 91px;
    }

    .wp-block-group.course-flex h4 {
        width: 230px;
        height: 230px;
        padding-top: 73px;
    }

    .wp-block-group.top-course-wrap {
        padding: 72px 0 187px;
        background-position: left 4px bottom 0, right bottom;
        background-size: 414px, 94%;
    }

    .wp-block-group.top-course-wrap h2 {
        margin: 0 auto 42px;
    }

    .wp-block-group.course-flex {
        margin: 48px auto 53px;
    }

    li.top-news-item,
    article.entry_item {
        max-width: 48%;
        width: 100%;
        margin-bottom: 15px;
    }

    p.has-text-align-right.view-link a {
        margin-top: 17px;
    }

    .wp-block-group.top-point-wrap:after {
        width: 429px;
        height: 221px;
        bottom: -137px;
        right: -47px;
    }

    .wp-block-group.top-menu-wrap:after {
        width: 340px;
        height: 337px;
        left: 0;
    }

    .wp-block-group.row.tate-title {
        display: block;
        height: auto;
    }

    .wp-block-group.row.top-menu-flex {
        display: block;
    }

    .wp-block-group.top-menu-wrap .wp-block-group.ora-h3-wrap {
        max-width: fit-content;
        position: relative;
        margin: auto;
    }

    .wp-block-group.top-menu-wrap .wp-block-group.ora-h3-wrap h3 {
        writing-mode: horizontal-tb;
        margin: 0 auto;
        height: auto;
    }

    .wp-block-group.top-menu-wrap h2 {
        writing-mode: lr;
        z-index: 30;
        position: relative;
        text-align: center;
        text-shadow: 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff;
    }

    .wp-block-group.top-menu-wrap p {
        padding: 18px 0 0;
        writing-mode: lr;
    }

    .wp-block-group.row.top-menu-flex {
        max-width: fit-content;
        margin: auto;
    }

    .wp-block-group.row.top-menu-flex p {
        height: auto;
        margin: 20px auto 320px;
    }

    .wp-block-group.top-menu-wrap {
        padding: 276px 0 167px;
        background-position: bottom 3px left -35px, left -88px top 258px, right bottom 272px;
        background-size: 382px, 249px, 741px;
        background-image: url(http://izakayafumiya.com/wp/wp-content/uploads/2025/06/Menu.png), url(http://izakayafumiya.com/wp/wp-content/uploads/2025/06/pote-1.png), url(http://izakayafumiya.com/wp/wp-content/uploads/2025/06/top-menu-bk-sp-1.png);
    }

    .block {
        width: 150px;
        height: 150px;
        top: 165px;
        right: 54px;
        left: auto;
    }

    figure.wp-block-image.size-full.mainv-logo {
        max-width: 200px;
        height: 251px;
    }

    .wp-block-group.al-txt-box p {
        max-width: 500px;
        width: 90%;
    }

    .wp-block-group.course-about h2 span.big {
        letter-spacing: 1px;
        font-size: 50px;
    }

    .wp-block-group.course-about.inner p {
        padding: 39px 0 115px;
        text-align: left;
        max-width: 600px;
        margin: auto;
    }

    .wp-block-group.course-about.inner p br.pc {
        display: none;
    }

    .wp-block-group.course-about-wrap {
        padding: 140px 0 0;
        background-position: top 474px left -43px, right 59px;
        position: relative;
        background-size: 287px, 344px;
    }

    .wp-block-group.floor-point-flex {
        display: block;
    }

    .wp-block-group.floor-point-box.inner {
        max-width: 600px;
        margin: 0 auto 135px;
        padding: 48px 24px 8px;
    }

    .floor-point-flex>.wp-block-group {
        max-width: 400px;
        width: 100%;
        position: relative;
        margin: 0 auto 68px;
    }

    .wp-block-group.floor-point-flex figure.wp-block-image.size-full {
        max-width: 200px;
        margin: 0 auto 16px;
    }

    .floor-point-flex>.wp-block-group:after {
        content: '';
        height: 1px;
        width: 100%;
        background: #ccc;
        display: block;
        position: absolute;
        top: auto;
        right: 0;
        bottom: -31px;
        margin: auto;
        left: 0;
    }

    .wp-block-group.course-about.inner h2:after {
        right: -52px;
        width: 54px;
        height: 85px;
    }

    .wp-block-group.course-about.inner h2:before {
        left: -52px;
        width: 54px;
        height: 85px;
    }

    .wp-block-group.motu-flex {
        display: block;
    }

    .wp-block-group.motu-bk {
        width: 100%;
        height: 364px;
    }

    .wp-block-group.motu-d-r {
        width: 100%;
        margin: 0 auto;
        padding: 8px 0 40px;
    }

    .wp-block-group.motu-d-r>.wp-block-group__inner-container {
        margin: 0 auto;
    }

    .wp-block-group.motu-flex:after {
        width: 180px;
        height: 180px;
        top: 274px;
        left: 0;
        right: 67%;
        margin: auto;
    }

    .wp-block-group.courselist-flex {
        display: block;
    }

    .wp-block-group.courselist-flex .wp-block-group.menu-box {
        width: 100%;
        margin: 0 0 47px;
    }

    .wp-block-group.course-re-wrap p.has-text-align-center {
        text-align: left;
    }

    .wp-block-group.course-re-wrap p.has-text-align-center:nth-of-type(1) {
        text-align: center;
    }

    .wp-block-group.nomiho-box h3 {
        font-size: 18px;
        letter-spacing: 0;
    }

    .wp-block-group.nomiho-box {
        padding: 20px 14px;
    }

    .wp-block-group.nomiho-p-flex {
        display: block;
    }

    p.nomiho-p-title {
        text-align: center;
    }

    p.nomiho-price {
        max-width: fit-content;
        margin: auto;
    }

    .wp-block-group.top-menu-wrap.local-sake {
        padding: 0 0 172px;
        background-image: url(http://izakayafumiya.com/wp/wp-content/uploads/2025/06/sake-img-2.png), url(http://izakayafumiya.com/wp/wp-content/uploads/2025/06/drink-bk-sp.png);
        background-position: bottom 61px left -21px, right 0 bottom 200px;
        background-size: 389px, 679px;
    }

    body#drink .wp-block-group.menulist-wrap:before {
        width: 469px;
        height: 207px;
        top: -134px;
        left: auto;
        right: 0;
    }

    .wp-block-group.menulist-flex {
        display: block;
    }

    .wp-block-group.menulist-inner {
        width: 100%;
    }

    .wp-block-group.menu-btns {
        flex-wrap: wrap;
        justify-content: center;
        gap: 16px;
    }

    .wp-block-group.menu-btns .wp-block-buttons {
        max-width: 48%;
    }

    .wp-block-group.menu-about-wrap p {
        padding: 41px 0 57px;
        text-align: left;
    }

    .wp-block-group.menu-about-wrap p br.pc {
        display: none;
    }

    .wp-block-group.osusume-txt>.wp-block-group__inner-container {
        max-width: 100%;
    }

    .wp-block-group.osusume-txt-wrap {
        background-size: 500px;
        padding-bottom: 258px;
        background-position: bottom right;
        margin-bottom: 100px;
    }

    .wp-block-group.osusume-txt {
        height: auto;
        padding: 0;
    }

    .wp-block-group.osusume-txt-wrap:nth-of-type(2n) .wp-block-group.osusume-txt>.wp-block-group__inner-container {
        margin: 0 0 0 auto;
        max-width: 500px;
    }

    .wp-block-group.osusume-txt-wrap:nth-of-type(2n) {
        background-position: left bottom;
    }

    .wp-block-group.fishmenu-wrap h2 {
        margin-bottom: 74px;
    }


    .wp-block-group.menu-about-wrap {
        padding: 87px 0 66px;
    }

    .wp-block-group.fishmenu-wrap {
        padding: 0;
    }

    figure.wp-block-image.size-full.fish-menu {
        max-width: 551px;
        height: 57px;
        left: 0;
        right: 0;
    }

    .recommend-wrap .wp-block-group.osusume-txt {
        padding: 0;
    }

    figure.wp-block-image.size-full.recommend {
        max-width: 758px;
        height: 161px;
        top: 591px;
    }

    .recommend-wrap .wp-block-group.osusume-txt-wrap:nth-of-type(2) {
        margin-bottom: 27px;
    }

    .recommend-wrap .wp-block-group.osusume-txt-wrap:nth-of-type(3) {
        padding-bottom: 203px;
    }

    figure.wp-block-image.size-full.kids-img-1 {
        max-width: 373px;
        top: -75px;
        right: 0;
    }

    .wp-block-group.kids-box h2 {
        padding: 29px 0 42px;
        text-shadow: 0 0 3px #e5621a, 0 0 3px #e5621a, 0 0 3px #e5621a, 0 0 3px #e5621a, 0 0 3px #e5621a, 0 0 3px #e5621a, 0 0 3px #e5621a, 0 0 3px #e5621a;
        z-index: 20;
        position: relative;
    }

    .wp-block-group.pote-txt-box {
        width: fit-content;
        margin: auto;
        z-index: 30;
        position: relative;
    }

    .wp-block-group.pote-txt-box>.wp-block-group__inner-container {
        padding-bottom: 256px;
    }

    figure.wp-block-image.size-full.kids-img-2 {
        bottom: 38px;
        left: 15px;
        max-width: 555px;
    }

    .wp-block-group.lunch-wrap {
        padding: 60px 0 123px;
    }

    .wp-block-group.lunch-flex {
        display: block;
    }

    .wp-block-group.lunch-flex p {
        max-width: 500px;
        margin: 54px auto 23px;
    }

    .wp-block-group.lunch-wrap figure.wp-block-image.size-full {
        max-width: 500px;
        margin: auto;
    }

    div#lunch .wp-block-group.menulist-wrap:after {
        width: 459px;
        height: 186px;
        top: -112px;
        left: 19px;
    }

    div#takeout figure.wp-block-image.size-full {
        padding-bottom: 103px;
        max-width: 445px;
        position: relative;
        bottom: 0;
        left: 0;
        right: 0;
    }

    #takeout .wp-block-group.lunch-flex p {
        max-width: 500px;
        padding: 0 0 20px;
    }

    #takeout .wp-block-group.menulist-wrap:after {
        width: 494px;
        height: 176px;
        top: -106px;
        right: 19px;
        z-index: 20;
    }

    h2.h2-hukidashi:after {
        right: -72px;
    }

    h2.h2-hukidashi:before {
        left: -72px;
    }

    .wp-block-group.fishmenu-wrap h2 {
        letter-spacing: 1px;
    }

    .mainv::after,
    .under-v::after {
        bottom: 29px;
        right: -62px;
    }

    .mainv::before,
    .under-v::before {
        top: 29px;
        left: -62px;
    }

    .mainv::before,
    .mainv::after,
    .under-v::before,
    .under-v::after {
        width: 182px;
        height: 2px;
    }

    .wp-block-group.about-wrap .sp {
        display: block;
    }

    .wp-block-group.about-wrap .pc {
        display: none;
    }


    .wp-block-group.about-wrap {
        padding: 106px 0 767px;
        background-position: bottom 0 right 66%, bottom 42px right;
        background-size: 200px, 554px;
    }

    .wp-block-group.commit-wrap h2 {
        background-size: 100%;
        max-width: fit-content;
        margin: 0 auto 76px;
    }

    .wp-block-group.commit-wrap h2:after {
        left: auto;
        right: -50px;
        margin: 0;
        bottom: -28px;
    }

    .wp-block-group.commit-wrap h2:before {
        left: -50px;
        right: auto;
        margin: 0;
        bottom: -28px;
    }

    body#about footer {
        margin-top: 50px;
    }

    .wp-block-group.com-flex {
        margin-bottom: 41px;
        display: block;
    }

    .wp-block-group.com-box-txt {
        max-width: 500px;
        width: 100%;
        margin: 0 auto 33px;
    }

    figure.wp-block-image.size-full.com-point {
        max-width: 445px;
        position: relative;
        margin: 0 auto 0 0;
    }

    .wp-block-group.com-box-txt h4 {
        margin: 0 auto 15px;
    }

    .wp-block-group.com-box-txt h4:before {
        width: 55%;
    }

    .wp-block-group.com-flex:nth-of-type(2n) figure.wp-block-image.size-full.com-point {
        margin: 0 0 0 auto;
    }

    .wp-block-group.com-flex-list .wp-block-group.com-flex:nth-of-type(3) figure.wp-block-image.size-full.com-point:after {
        left: -12px;
    }

    .wp-block-group.floor-box-wrap.first-box-wrap {
        margin-top: 181px;
        max-width: 96%;
    }

    .wp-block-group.floor-box-wrap.first-box-wrap:before {
        width: 185px;
        height: 185px;
        left: 0;
        top: -43px;
    }

    figure.wp-block-image.size-full.first-bk {
        max-width: 521px;
    }

    figure.wp-block-image.size-full.first-bk:after {
        width: 371px;
        height: 52px;
        right: -165px;
        bottom: 45px;
    }

    figure.wp-block-image.size-full.first-floor {
        padding: 29px 0 61px;
        right: 74px;
        max-width: 425px;
    }

    .wp-block-group.floor-box-wrap.first-box-wrap:after {
        content: '';
        background-image: url(http://izakayafumiya.com/wp/wp-content/uploads/2025/06/floor-title-sp.png);
        background-size: contain;
        display: inline-block;
        width: 547px;
        height: 102px;
        position: absolute;
        top: -97px;
        right: -2%;
        background-repeat: no-repeat;
        z-index: 20;
    }

    .wp-block-group.map-flex {
        max-width: 94%;
        padding-bottom: 96px;
        display: block;
    }

    .wp-block-group.floor-box-wrap p {
        line-height: 2;
        max-width: 500px;
        padding: 55px 0 29px;
        margin: auto;
    }

    figure.wp-block-image.size-full.map-1 {
        max-width: 420px;
        position: relative;
        margin: auto;
    }

    .wp-block-group.floor-point-box.inner {
        max-width: 600px;
        margin: 0 auto 0;
        padding: 48px 24px 8px;
        background-image: url(http://izakayafumiya.com/wp/wp-content/uploads/2025/06/point-sp-2.png);
    }

    .wp-block-group.floor-box-wrap.second-box-wrap:before {
        width: 185px;
        height: 185px;
        right: 0;
        top: -75px;
    }

    .second-box-wrap figure.wp-block-image.size-full.first-floor {
        right: auto;
        left: 74px;
        margin: 0 auto 0 0;
        padding: 23px 0 81px;
        max-width: 540px;
    }

    .second-box-wrap figure.wp-block-image.size-full.first-bk:after {
        width: 447px;
        height: 58px;
        left: -192px;
        bottom: 22px;
    }

    .second-box-wrap figure.wp-block-image.size-full.map-1 {
        max-width: 400px;
    }

    .wp-block-group.floor-box-wrap.second-box-wrap {
        margin: 36px 0 0 auto;
    }

    figure.wp-block-image.size-full.com-point.pc {
        display: none;
    }

    figure.wp-block-image.size-full.com-point.sp {
        display: block;
        margin: 0 auto 34px;
    }

    .wp-block-group.com-flex:nth-of-type(2n) figure.wp-block-image.size-full.com-point {
        margin: 0 auto 34px;
    }
}



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

    スマホのみ（適宜）

============================== */
@media screen and (max-width: 400px) {}


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

  その他適宜追加する場合は下記に記述

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