body.page-id-2 h2,
body.page-id-2 p {
  font-family: "Sawarabi Mincho", serif;
}



:root {
  --vk-width-container-padding: 5px;
}
:root :where(.is-layout-flex) {
    gap: 0;
}

.page-header, .breadSection {
    display: none;
}

.entry-header {
  display: none;
}
@media (max-width: 991.98px) {
    .mainSection {
        margin-bottom: 0;
    }
    /*
    .wp-block-image img {うまうなロゴ
      max-width:280px;
    }*/
}
@supports (-webkit-overflow-scrolling: touch) {
  .has-parallax {
    background-attachment: scroll !important;
  }
}
h2 {
 border-top: 0;
 border-bottom: 0;
}
h3:after {
    border-bottom: 1px solid #cb0c18;
}

.zindex1 {
  z-index: 1;
}

.zindex2 {
  z-index: 2;
}
.font-size-s {
  font-size: 14px;
}

/* ヘッダー */

.siteHeader {
  background-color: #000 !important;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000; 
}

.siteContent {
  margin-top: 0;
  padding: 0;
}
/*header.php メニュー*/

.siteHeadContainer {
display: flex;
justify-content: space-between;
align-items: flex-start;
width: 100%;
padding: 0 1rem;
box-sizing: border-box;
}
@media (min-width: 1200px) {
    .container{
      max-width: 100%;
    }
  }


/* メニューの右端配置 */
.gMenu_outer {
margin-left: auto; 
}

/*
.gMenu {
  list-style: none;
  margin: 15px 50px;
  padding: 0;
  display: flex;
  flex-direction: row-reverse; 
  align-items: flex-start;
  gap: 1rem;
}*/
.gMenu {
  list-style: none;
  margin: 15px 50px;
  padding: 0;
  display: flex;
  justify-content: flex-end;
  align-items: flex-start;
  gap: 1rem;
}
.gMenu>li .gMenu_name {
  font-size: 16px;
}
.gMenu li {
  writing-mode: vertical-rl;
  text-align: center;
  font-size: 1.2rem !important;
  padding: 0 !important;
}

/* リンク */
.gMenu li a {
color: white;
text-decoration: none;
position: relative;
display: inline-block;
padding-left: 10px;
}
.gMenu li:hover a {
color: white;
}
.gMenu>li:before {
  border-bottom:0;
}
/*
.gMenu li a::before {
content: "";
position: absolute;
left: 0;
top: 0;
width: 1px;
height: 0;
background-color: #895836;
transition: height 0.4s ease-out;
}
*/
.gMenu li a:hover {
color: #fff;
}
.gMenu li a:hover::before {
height: 100%;
}



@media (min-width: 992px) {
  .menu-header-container {
    width: 100% !important;
  }
.header_scrolled .gMenu_outer {
    background-color: #691717;
    display: flex;
    justify-content: flex-end;
  }
 .header_scrolled .gMenu {
    writing-mode: horizontal-tb; 
    align-items: center;
    gap: 2rem; 
    margin-left: auto;
  margin-right: 0;
  }
.header_scrolled .gMenu>li {
    writing-mode: horizontal-tb; 
    text-align: center;
    width: auto;
    border-left: none;
    padding: 0.5rem 1rem;
  }
.header_scrolled .gMenu>li:last-child {
    border-right: 0;
}
.header_scrolled .gMenu_outer nav {
    width: auto; 
    max-width: 1500px;
  }
}
/********スマホメニュー　ドロップダウン***********/
.vk-mobile-nav .vk-mobile-nav-menu-outer {
    margin-top: 50px;
}
.vk-mobile-nav-menu-btn {
    background: var(--vk-mobile-nav-menu-btn-bg-src) center 50% no-repeat #c79756;
    border: 0;
    width: 40px;
    height: 40px;
}
.vk-mobile-nav-menu-btn.menu-open {
    background: var(--vk-mobile-nav-menu-btn-close-bg-src) center 50% no-repeat #c79756;
}
.vk-mobile-nav-menu-btn.position-right {
    left: inherit;
    right: 15px;
    top: 15px;
}
.vk-mobile-nav {
    background-color: #000000d1;
    border-bottom: 1px solid #e5e5e5;
}
.vk-mobile-nav nav ul li a {
    color: #fff;
    border-bottom: 1px solid #ccc;
}
.vk-mobile-nav nav ul {
    writing-mode: vertical-rl; /* 縦書き（右から左） */
    direction: rtl;            /* アイテムの並びを右から左に */
    padding: 0;
    margin: auto;
}
.vk-mobile-nav nav>ul {
    border-top: none;
}

.vk-mobile-nav nav ul li {
    list-style: none;
    border-bottom: none;
    margin: 0;
}

.vk-mobile-nav nav ul li a {
    display: block;
    padding: 1em 0.5em;
    text-decoration: none;
    color: #fff;
    border-bottom: none;
    font-size: 1.5rem;
}




/*メインビジュアル ロゴ　固定*/


.fixed-logo {
  height: 100vh;
    position: relative;
    clip-path: inset(0);
}
.fixed-logo-img {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  pointer-events: none;
  animation: logoZoomOut 1s ease-out forwards;
}

/* アニメーション定義 */
@keyframes logoZoomOut {
  0% {
    transform: translate(-50%, -50%) scale(1.4);
    opacity: 0;
  }
  30% {
    opacity: 1;
  }
  100% {
    transform: translate(-50%, -50%) scale(1);
    opacity: 1;
  }
}


/*****鰻画像****/
.unagi-img-cover .wp-block-cover__inner-container {
 /* width: auto !important;*/
  margin: 0 auto;
  display: flex;
  justify-content: center;
}

.unagi-img-cover {
  height: 100vh;
  position: relative;
  clip-path: inset(0);
}
.unagi-img-cover >.wp-block-cover__image-background {
  object-fit: cover;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.unagi-img-cover h2 {
  font-size: 40px;
  letter-spacing: 0.2rem;
  line-height: 4em;
  writing-mode: vertical-rl;
  text-orientation: upright;
  white-space: nowrap;
  margin: 0 auto;
}
@media screen and (max-width: 991px) {
  .unagi-img-cover h2 {
  font-size: 34px;
}
}
@media screen and (max-width: 768px) {
  .unagi-img-cover h2 {
  font-size: 26px;
  letter-spacing: 0.2rem;
  line-height: 2.8em;
}
}
/*****鰻画像下　ご馳走がつなぐ・・*****/
.subheading1 {
  font-size: 32px;
  padding: 30px 0;
  letter-spacing: 0.1rem;
}

@media screen and (max-width: 768px) {
.subheading1 {
    padding: 10px 0;
  }
}
/****特徴* concept　パソコン表示*****/
.concept-pc .wp-block-media-text.is-vertically-aligned-center>.wp-block-media-text__media,
.concept-pc .wp-block-media-text.has-media-on-the-right>.wp-block-media-text__media {
align-self: flex-start;
}

.concept-pc .consept-media {
  display: flex;
  justify-content: flex-end; /* ← 子要素を右端に寄せる */
  align-items: flex-start;   /* ← 上揃え（任意） */
}

.concept-pc .wp-block-media-text__content .concept-text {
  font-size: 24px;
  writing-mode: vertical-rl;
  vertical-align: top;
  line-height: 5rem;
}
/******/

.kodawari-colum {
  position: relative;
  display: flex;
  flex-direction: row;
}
.kodawari-colum .left-col-img img {
  width: 90% !important;
  height: auto;
  display: block;
}
.kodawari-colum .right-col-text {
  position: absolute;
    top: 0;
    right: 0;
    writing-mode: vertical-rl;
    text-orientation: mixed;
    padding: 1rem .5rem;
    font-size: 22px;
    line-height: 3rem;
    transform: translate(15%, -40%);
    height: 350px;
    margin-right: 10px;
    background: rgba(255, 255, 255, 0.5);
}
.kodawari-colum .right-col-img {
  display: flex;
  justify-content: flex-end;
}
.kodawari-colum .right-col-img img {
  width: 90% !important;
  height: auto;
  display: block;
}
.kodawari-colum .left-col-text {
  position: absolute;
  top: 0;
  left: 0;
  writing-mode: vertical-rl;
  text-orientation: mixed;
  padding: 1rem .5rem;
  font-size: 22px;
  line-height: 3rem;
  transform: translate(-15%, -40%);
  margin-left: 10px;
  height: 350px;
  background: rgba(255, 255, 255, 0.6);
}




/***スマホ用コンセプト*****/
.concept-cover-right {
 padding-bottom: 0;
}
.concept-cover-right .concept-text-r {
    font-size: 24px;
    writing-mode: vertical-rl;
    vertical-align: top;
    line-height: 5rem;
    margin-left: auto;
    margin-top: 1rem;
    letter-spacing: 0.2rem;
}

.concept-cover-left .concept-text-l {
    font-size: 24px;
    writing-mode: vertical-rl;
    vertical-align: top;
    line-height: 5rem;
    margin-right: auto;
    margin-top: 1rem;
    letter-spacing: 0.2rem;
}


/*************メニューカバー（料金表）********************/
.menu-cover {
  padding: 0;
}

.price-colum .price {
  font-family: "Zen Antique", serif !important;
}
.price {
  font-size:52px ;
  margin: 0;
  color: #571313;
}
.yen {
  font-size:32px ;
  margin-left: 15px;
}
@media screen and (max-width: 1199px) {
.price-colum .price {
  font-size:38px ;
}
}
.drink-menu-colum {
  margin: 30px auto !important;
}

.drink-menu-colum >.wp-block-columns {
  border-bottom: #220e0429 1px solid;
}
/**************お知らせ　トピックス**************/

.topics-cloum .ultp-block-item {
 background-color: #fff;
 padding: 5px;
 margin: 5px;
}
.topics-cloum .ultp-block-title a{
  color: #333;
  font-size: 16px !important;
  font-weight: bold !important;
}
.topics-cloum .ultp-block-date {
 color: #691717 !important;
 font-size: 12px;
}
.topics-cloum .ultp-block-readmore {
  margin-bottom: 20px !important;
}


/***********フッター**************/
.siteFooter {
  border-top: 0;
  background-color: #2e2e2e;
  color: #fff;
}
.siteFooter .copySection p:nth-of-type(2) {
    display: none;
}
.copySection p {
    margin: 0 ;
    color: #898989;
}
.sectionBox {
    padding-top: 0;
    padding-bottom: 1em;
}
.nav li a{
  color: #fff;
}
.footerMenu ul {
 margin:10px 0 0
}
.footerMenu li {
  margin: auto;
}
@media (max-width: 767px) {
    .footerMenu li {
      text-align: center;
    }
}
/*******投稿ページカスタム************/


body.home .siteHeader_logo,
body.page-id-2 .siteHeader_logo {
  display: none;
}
.siteHeader_logo img {
  max-height:100px ;
  padding: 10px;
}
@media (min-width: 992px) {
   body:not(.home) .siteHeader_logo img {
        max-height: 160px;
    }
}
@media (max-width: 991.98px) {
    .siteHeader_logo {
      padding: 0;
    }
  }
body:not(.home) {
  background-image: url(https://umauna.com/web/wp-content/uploads/shingle-bg1.png)
}

body:not(.home) #main {
  max-width: 1000px;
  margin: 360px auto 100px;
}
body:not(.home) #main .container {
  max-width: 1200px; 
  margin-left: auto; 
  margin-right: auto;
  padding: 0 15px;
}
/*****投稿個別ページ********/
.vk-post__category a {
  background-color: #c79756;
  color: #fff;
  padding: 3px 5px;
}
.vk-post__date {
 color: #c79756;
}
.vk-post__category,
.vk-post__meta,
.vk-post__title,
.vk-post__thumbnail {
  margin-bottom: 30px;
}
.vk-post__title {
  font-size: 2rem;
  margin-bottom: 30px;
}
 
@media screen and (max-width: 991px) {
body:not(.home) #main {
  margin-top: 150px;
}
body:not(.home) .siteHeader {
  height: 8rem;
}
.vk-post__title {
  font-size: 1.5rem !important;
}
}

/*投稿カテゴリページ*/
.subSection {
  margin-top: 360px;
}


/*****TOP投稿一覧　通常********/
.unauma-post >li {
  background-color: #fff;
  text-align: center;
}
.unauma-post .wp-block-latest-posts__post-title {
 font-weight: 700;
 color: #c30d23;
}

/********アクセス****/
.access-cover .wp-block-cover__inner-container .wp-block-group {
 width: 80%;
 margin: auto;
}
.access-cover .wp-block-cover__inner-container .wp-block-table table {
  border:0;
  margin-top: 50px;
  margin-bottom: 50px;
}
.access-cover .wp-block-cover__inner-container .wp-block-table table td {
 border-top: 0px;
 border-bottom: 1px solid #220e0429;
 border-left: 0;
 border-right:0 ;
 padding: 30px 5px;
 font-size: 18px;
}
@media screen and (max-width: 768px) {
.access-cover .wp-block-cover__inner-container .wp-block-group {
 width: 100%;
}
.access-cover .wp-block-cover__inner-container .wp-block-table table td:first-child {
 width: 30%;
}
}



/***********問い合わせフォーム　Contactform7*********************/
.form-wrapper {
  padding: 2em 1em;
}

.form-wrapper label,
.form-wrapper legend {
  display: block;
  margin-bottom: 1.5em;
  font-size: 1.2rem; 
}

.form-wrapper input[type="text"],
.form-wrapper input[type="tel"],
.form-wrapper input[type="email"],
.form-wrapper textarea {
  width: 100%;
  padding: 0.7em;
  border: 1px solid #ccc;
  border-radius: 5px;
  font-size: 1em;
  box-sizing: border-box;
}

.form-wrapper textarea {
  min-height: 150px;
  resize: vertical;
}


.form-wrapper .submit-area {
  text-align: center;
  margin-top: 2em;
}

.form-wrapper .wpcf7-spinner {
  display: none !important;
}
.form-wrapper .req,
.takeout-form .req
 {
  font-size: 12px;
  color: #c30d23;
}

.custom-submit {
  background-color: #a18328;
  color: white;
  padding: 0.8em 2.5em;
  font-size: 1em;
  border: none;
  border-radius: 8px;
  cursor: pointer;
  transition: 0.3s;
}

.custom-submit:hover,
.btn-primary:hover,
.btn-primary:focus {
  background-color: #8a6f1f !important;
}
 .btn-primary:not(:disabled):not(.disabled):active {
  background-color: #8a6f1f !important;
 }
.wpcf7 form.sent .wpcf7-response-output {
    border-color: #8a6f1f;
}

.white-divider {
  border: none;
  border-top: 1px solid white;
  margin: 1em 0;
}

.responsive-text {
  text-align: center;
  margin-top: 5px;
}

@media screen and (max-width: 767px) {
  .responsive-text {
    text-align: left;
  }
}



/*追従バナー*/
.fixed_banner {
position: fixed;
z-index: 99999;
bottom: 150px;
right: 0;
}
.fixed_banner_pc {
width: 300px;
}
.floating-banner:hover {
opacity: .8;
}


@media screen and (max-width: 480px) {
.fixed_banner {
bottom: 3%;
right: 0;
}
}
/****プライバシーポリシー***/
body.page-id-3 h3 {
border-bottom:0;
font-size: 1.2rem;
}
.grecaptcha-badge {/*reCAPTHAmark非表示*/
  visibility: hidden;
}


/********サンプル2用********/
.page-id-1916 .gMenu li {
  writing-mode: unset;
}
.page-id-1916 #main {
  max-width: 1000px;
  margin: 0 auto 100px !important;
}

.home .siteHeader,
.page-id-2 .siteHeader {
  background-color: #00000000 !important;
}
.page-id-1916 .siteHeader {
  background-color: #00000000 !important;
  box-shadow: none !important;
}
.page-id-1916 .gMenu {
  margin: 15px 0;
  gap: 1rem;
}
