@import url('https://fonts.googleapis.com/css2?family=Alex+Brush&family=Leckerli+One&family=Lobster&family=Montserrat:ital,wght@0,100..900;1,100..900&family=Zen+Maru+Gothic:wght@400;500;700;900&display=swap');
body {
    overflow-x: hidden;
	background-color: #959595;
	position: relative;
 background-color: #959595;
/*  background-image: url(/wp-content/uploads/2026/01/bg-wood03.jpg);
   
  background-size: 20vw;
  background-repeat: repeat-y;
  background-position: left top;
	*/
}

main {
    position: relative;
    overflow-x: hidden;
}

iframe {
    width: 100%;
}

header {
    position: fixed;
    z-index: 90;
    top: 50px;
}

p,
a,
li,
dt,
dd,
time,
h1,
h2,
h3,
h4,
h5,
h6,
th,
td,
span {
    font-family: 'Noto Serif JP', serif;
}

.col50 {
    width: 48%;
}

#breadcrumbs{
	display:none;
}
body:not(.home) main{
	padding-top:150px;
}
/* header ------------------------*/

.sp-header-icon-list li a {
    background: transparent;
}

.header-box01 {
    margin-bottom: 0;
    margin-right: auto;
}

.g-sub-nav02 .g-sub-nav-list.flex li:first-child a {
    background-color: transparent;
    color: #333;
    font-size: 2em;
    border: none;
    padding: 0;
    margin: 0 10px 0 0;
    font-weight: 100;
}

.g-sub-nav02 .g-sub-nav-list.flex li:nth-child(2) a {
    position: fixed;
    top: 10vw;
    right: 0;
    writing-mode: vertical-rl;
    text-orientation: upright;
    background: url(/wp-content/uploads/2026/01/bg-wood02.jpg);
    background-size: 100%;
    background-position: right;
    color: #fff;
    padding: 30px 10px;
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 0.2em;
    text-decoration: none;
    border-radius: 4px 0 0 4px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: opacity 0.3s;
  border: 1px solid #fff;
 
  border-right: none;
}

.g-sub-nav02 .g-sub-nav-list.flex {
    align-items: center;
    margin: 0;
}

.header-menu>li a {
    font-size: 1.6rem;
    font-weight: 700;
    letter-spacing: 0.01em;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    display: block;
    color: #333;
    padding: 0 40px;
    border-right: #333 3px dotted;
}

section {
  padding: 150px 0 0;

	
}

section.reserve{
	background:none;
	padding:100px 0;
}
/*-----------------------------------
 * HOME:concept
 * ----------------------------------*/

#concept {
    position: relative;
    padding-bottom: 20vw;
    padding-top: 0;
    background-image: url(/wp-content/uploads/2025/12/bg-pattern01.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: right -10vw bottom;
}

#concept .ab01 {
    position: absolute;
    z-index: -1;
    width: 40vw;
    top: 10vw;
    left: 0;
    height: 20vw;
    overflow: hidden;
}

.frame01 {
    background: #fff;
    padding: 50px;
}

.photo-wrap {
    position: relative;
}

.main-img {
    width: 100%;
    display: block;
    position: relative;
    z-index: 2;
}

h3.title {
    font-size: 4em;
    margin-bottom: 100px;
}

h3.title02 {
    text-align: center;
    font-size: 3rem;
    margin-bottom: 50px;
}

h3.menu{
	background: url(/wp-content/uploads/2026/01/tit-menu.png);
   
  background-size: contain;
  background-repeat: no-repeat;
	color:#fff;
  padding: 30px;
  text-align: center;
  background-position: center;
}
.mb50 {
    margin-bottom: 50px!important;
}

.mb100 {
    margin-bottom: 100px!important;
}

p,
a,
li,
dt,
dd,
time,
h1,
h2,
h3,
h4,
h5,
h6,
th,
td,
span,
label,
input {
    font-family: 'Noto Serif JP', serif;
}


/*-----------------------------------
 * HOME:policy 当店のこだわり
 * ----------------------------------*/

#policy h4 {
    font-size: 3.5em;
    margin-bottom: 50px;
}

#policy .block-box {
    position: relative;
    margin-bottom: 150px;
    display: flex;
    flex-wrap: wrap;
    align-items: last baseline;
	flex-direction: row;
}

#policy .block-box:nth-child(2) {
    margin-left: 150px;
	flex-direction: row-reverse;
}
#policy .box-txt{
	position:relative;
	width: 40vw;
margin-right: -50px;
	padding: 30px;
	 background: #fff;



}
#policy .box-txt:before{
content: "";
  position: absolute;
  top: -30px;
  left: -30px;
  width: 100%;
  height: 100%;
background-image: url(/wp-content/uploads/2026/01/bg-wood03.jpg);
  background-position: bottom;
  background-size: cover;
  z-index: -1;
}
#policy .block-box:nth-child(2) .box-txt{
	margin-left: -50px;
}
#policy .block-box .box-img img {
    border-radius: 0 5px 5px 0;
     /*height: 25vw*/
}

#policy .block-box .box-img {
	width: 50vw;
    overflow: hidden;
    position: relative;
    opacity: 0;
}

#policy .block-box .box-img.active {
    opacity: 1;
}

#policy .block-box .box-img.active::before {
    animation: displayImg .5s linear forwards;
    background: #f7f7f7;
    content: '';
    inset: 0;
    pointer-events: none;
    position: absolute;
    z-index: 1;
}

@keyframes displayImg {
    100% {
        transform: translateX(100%);
    }
}

#policy .block-box:after {
    font-family: "Alex Brush", cursive;
    content: "1";
    font-size: 20vw;
    color: rgba(204, 204, 204, .4);
    line-height: 1;
    position: absolute;
    right: 5vw;
    top: 0;
}

#policy .block-box:nth-child(2):after {
    content: "2";
    left: 5vw;
    right: auto;
}

#policy .block-box:nth-child(3):after {
    content: "3";
}

#for {
    background:#888;
    background-image: url(/wp-content/uploads/2025/12/B249306882.jpg);
    background-position: top right;
    background-size: 50%;
	padding:100px 0;
    background-repeat: no-repeat;
    overflow: hidden;
}

#for .box-title {
    width: 45vw;
}

.mv {
    position: relative;
    overflow: unset;
    margin-bottom: 100px;
	padding-top: 50px;
	padding-bottom:100px;
	background-image: url(/wp-content/uploads/2026/01/bg-wood03.jpg);
 /*width: 95vw;     
  height: 100%;   

	*/
  background-repeat: repeat;

  background-size: 50% auto; 

}

.mv .ab01 {
    position: absolute;
    right: 0;
    bottom: -3vw;
    z-index: 10;
    width: 45vw;
    height: 13vw;
    background: #fff;
    border-radius: 50px 0 0 0;
    margin: 0;
    padding: 10px 0 0;
}

.mv .ab02 {
    position: absolute;
    right: 1vw;
    bottom: 9vw;
    z-index: 9;
    width: 20vw;
    margin: 0;
}

.swiper {
    overflow: visible;
    width: 85vw;
    height: 45vw;
    border-radius: 0 0 50px 0;
    margin: 0;
}

.swiper-slide {
    overflow: hidden;
    border-radius: 0 10px 10px 0;
}

.swiper-wrapper {
    position: relative;
    margin-top: 100px;
	border: 10px solid rgba(255,255,255,0.2);
	border-left:none;
  border-radius: 0 20px 20px 0;
}

.swiper-wrapper:before {
    content: "";
    background-color: rgba(0, 0, 0, 0.05);
    width: 100%;
    height: 100%;
    display: block;
    z-index: 999;
    position: absolute;
    top: 0;
    left: 0;
}

.swiper-button-next,
.swiper-button-prev {
    color: #fff;
}

.swiper-button-next::after,
.swiper-button-prev::after {
    font-size: 20px;
}
.swiper-pagination-bullet-active {
  opacity: 1;
  background:  #000;
}
.t-center {
    text-align: center;
}

.box-title {
    text-align: left;
    padding-left: 10vw;
}

.box-title .tit-en {
    margin: 0;
    font-size: 2em;
    font-weight: 500;
    line-height: 1;
}

#about h3.title {
    font-size: 5em;
    text-align: left;
}


/*テーブル*/
table.tablepress {
  border: none;
}
.tablepress tbody td.column-1 {
    width: 30%;
    font-weight: 500;
    color: var(--text-color);
}

.tablepress-table-description {
    text-align: center;
    padding: 20px;
    border-radius: 10px;
    background-color: transparent;
}

.tablepress-table-description {
    display: none;
}

.title01::before {
    display: none;
}

.ill-title p {
    width: 400px;
    margin: 0 auto 0;
}

.block-contact {
    text-align: center;
    margin-bottom: 100px;
}

.block-contact a {
    text-align: center;
    display: block;
    padding: 50px;
    border: 1px solid #ccc;
    color: #02a687;
    border: 1px solid #ccc;
    background-color: #eef8ee !important;
    font-size: 26px;
    border-radius: 10px;
    font-weight: bold;
}

.block-contact .tit-img {
    max-width: 400px;
    width: 90%;
    text-align: center;
    margin: 0 auto;
}

body.page-template-page-fullwidth .contact-band {
    display: none;
}

.news-thumb {
    max-width: 500px;
    width: 90%;
    margin: 0 auto 50px;
    display: block;
}

.button-13 a {
    font-family: 'Noto Serif JP', serif;
    font-size: 14px;
    letter-spacing: 0.1em;
    color: #333;
    font-weight: 400;
    display: block;
    position: relative;
    box-sizing: border-box;
    max-width: 180px;
    text-align: center;
    padding: 4px 16px 4px 0;
    margin: 24px;
    margin-inline: auto;
    text-decoration: none;
    cursor: pointer;
    transition: all 0.3s;
    margin: 0;
    margin-left: auto;
}

.button-13 a::before {
    content: "";
    display: block;
    position: absolute;
    width: 180px;
    height: 1px;
    background: #333;
    bottom: 0;
    transition: all 0.3s;
}

.button-13 a::after {
    content: "";
    display: block;
    position: absolute;
    width: 30px;
    height: 1px;
    background: #333;
    rotate: 40deg;
    right: -3px;
    bottom: 10px;
    transition: all 0.3s;
}

.button-13 a:hover::after,
.button-13 a:hover::before {
    translate: 20px 0;
    transition: all 0.3s;
}

#for .button-13 a{
color:#fff;	
}
#for .button-13 a:before,#for .button-13 a:after{
background:#fff;	
}

/**/

.sub-header {
    position: relative;
	z-index:2;
}

.sub-header-txt {
    position: absolute;
    bottom: -50px;
    padding: 20px 50px;
    color: #333;
    background: #fff;
    font-weight: 100;
    font-size: 2.5em;
    border-radius: 5px;
	
}

.list-service li {
    margin-bottom: 15px;
}

.list-service li .img {
    aspect-ratio: 3 / 2;
    width: 100%;
    overflow: hidden;
    border-radius: 20px;
}

.list-service li .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.list-service li .title {
    display: flex;
    align-items: center;
    font-weight: 600;
    font-size: 1.2em;
    border-bottom: 1px solid #584338;
    padding: 5px 0;
}

.list-service li .title:before {
    content: "";
    width: 50px;
    height: 30px;
    background-image: url(/wp-content/uploads/2025/12/icon_service01.png);
    background-size: contain;
    display: inline-block;
    background-repeat: no-repeat;
    margin-right: 15px;
}

.list-service li:nth-child(2) .title:before {
    background-image: url(/wp-content/uploads/2025/12/icon_service02.png);
}

.list-service li:nth-child(3) .title:before {
    background-image: url(/wp-content/uploads/2025/12/icon_service03.png);
}

.news-list03 {
    margin-bottom: 50px;
}

.news-list03 li .news-cat a {
    background-color: #000;
    border: 1px solid #000;
}

.news-list03 li .news-cat a:hover {
    background-color: #fff;
    color: #333;
}


/*ご予約はこちら*/

.reserve {
    color: #fff;
    font-size: 3em;
    text-align: center;
}


/**/

.contact-band {
    background-color: rgba(255, 244, 246, 0.5);
}

.contact-band {
    display: flex;
    position: relative;
    background-image: url(/wp-content/uploads/2025/12/office.jpg);
    background-size: cover;
    background-position: top center;
    padding: 100px 0;
}

.contact-band:before {
    content: "";
    background-color: rgba(255, 255, 255, 0);
    width: 100%;
    height: 100%;
    display: block;
    z-index: 999;
    position: absolute;
    top: 0;
    left: 0;
}

.contact-band-inner {
    position: relative;
    display: inline-block;
    background: rgba(255, 255, 255, 0.9);
    padding: 30px;
    text-align: center;
    margin: 0 auto;
}


/*---------------
 * footer
 * ----------------*/

.footer {
    position: relative;
background-image: url(/wp-content/uploads/2026/01/bg-wood03.jpg);
	background-position:top;
}
.footer-inner {

  background: rgba(255,255,255,0.9);
  padding: 30px;
}
.footer-menu-title {
    display: none;
}

.footer-menu>li>a {
    color: #333;
    font-size: 0.9em;
    border-color: #333;
}

.footer-address p,
.footer-address a {
    color: #333;
}

.copyright p {
    color: #333;
}

.footer-nav.flex {
    position: relative;
    z-index: 10;
}

.footer-logo {
    padding-bottom: 40px;
    border-bottom: none;
    margin-bottom: 40px;
    padding: 0;
    margin: 0 0 10px;
}

.footer-logo img {
    max-width: 300px;
}

.cf-cb-head {
    display: none;
}

.btn {
    display: block;
    background-color: transparent;
    text-align: center;
    color: #333;
    font-size: 1.8rem;
    font-weight: 100;
    padding: 15px 25px;
    max-width: 340px;
    margin: 0 auto;
    transform-origin: 0.3s;
    border: 1px solid #333;
    border-radius: 0;
}

.btn02 {
    margin: unset;
    margin: 100px auto 0;
}

.btn-reserve a {
    font-family: 'Noto Serif JP', serif;
    font-size: 18px;
    letter-spacing: 0.1em;
    color: #333;
    font-weight: 400;
    outline: 1px solid #333;
    display: block;
    position: relative;
    box-sizing: border-box;
    max-width: 400px;
    text-align: center;
    padding: 30px;
    margin: 24px;
    margin-inline: auto;
    text-decoration: none;
    cursor: pointer;
    z-index: 1;
    transition: all 0.3s;
}

.btn-reserve a::before {
    content: "";
    position: absolute;
    top: 6px;
    left: 6px;
    width: 100%;
    height: 100%;
    background: #fff;
    z-index: -999;
    transition: all 0.3s ease;
}

.btn-reserve a:hover::before {
    top: 0;
    left: 0;
    transition: all 0.3s;
}



.center {
    text-align: center;
}

.sidebar h3 {
    font-size: 1.7em;
    padding: 0;
    border-bottom: 1px solid #333;
    color: #333 !important;
    text-align: center;
    padding: 5px 10px;
    background-color: transparent;
    font-weight: 100;
    letter-spacing: 0.1em;
}

.single-info-date-cat span a {
    display: block;
    background-color: #333;
    border: none;
}

.file-list a {
    display: block;
    padding: 15px 20px;
    text-align: center;
    color: var(--main);
    background-color: #333;
}

.page-nav>div {
    border: 1px solid #333;
}

.page-nav div span {
    color: #333;
}

#tablepress-1.tablepress tbody td.column-1,
#tablepress-10.tablepress tbody td.column-1 {
    background: #fff;
}

#tablepress-7 td.column-1{
background-color: transparent !important;
  padding-bottom: 10px;
  padding-top: 50px;
}
/*-------------------------
 * キャラクター
 * ------------------------*/

.kobito {
    position: absolute;
    bottom: 0;
    right: -150px;
    width: 180px;
    z-index: -1;
    margin;
    0;
    transform: translate(40px, 40px) rotate(20deg);
    opacity: 0;
    animation: peek 8s ease-in-out infinite;
}


/* アニメーション */

@keyframes peek {
    0% {
        transform: translate(40px, 40px) rotate(20deg);
        opacity: 1;
    }
    40% {
        opacity: 1;
    }
    60% {
        transform: translate(0, 0) rotate(-5deg);
        opacity: 1;
    }
    100% {
        transform: translate(40px, 40px) rotate(20deg);
        opacity: 1;
    }
}

.kobito02 {
    position: absolute;
    top: -150px;
    right: 10%;
    transform: translateX(-50%) translateY(40px) rotate(10deg);
    width: 130px;
    z-index: -1;
    animation: peekUp02 4.5s ease-in-out infinite;
}

@keyframes peekUp02 {
    0% {
        transform: translateX(-50%) translateY(40px) rotate(10deg);
        opacity: 1;
    }
    40% {
        opacity: 1;
    }
    60% {
        transform: translateX(-50%) translateY(0) rotate(-5deg);
        opacity: 1;
    }
    100% {
        transform: translateX(-50%) translateY(40px) rotate(10deg);
        opacity: 1;
    }
}


/* 小人03 */

.kobito03 {
    position: absolute;
    bottom: 0;
    left: 10%;
    transform: translateX(-50%) translateY(40px) rotate(10deg);
    width: 100px;
    z-index: 99;
    animation: peekUp02 4.5s ease-in-out infinite;
}

@keyframes peekUp03 {
    0% {
        transform: translateX(-50%) translateY(40px) rotate(10deg);
        opacity: 1;
    }
    40% {
        opacity: 1;
    }
    60% {
        transform: translateX(-50%) translateY(0) rotate(-5deg);
        opacity: 1;
    }
    100% {
        transform: translateX(-50%) translateY(40px) rotate(10deg);
        opacity: 1;
    }
}

.block-kobito05 .ab01 {
    position: absolute;
    bottom: 0;
    left: 5vw;
    width: 15vw;
}

.block-kobito05 .ab02 {
    position: absolute;
    bottom: 7vw;
    left: 13vw;
    width: 2vw;
}

.block-kobito05 .ab03 {
    position: absolute;
    bottom: 9vw;
    left: 15vw;
    width: 2vw;
}

.block-kobito05 .ab04 {
    position: absolute;
    bottom: 7vw;
    left: 18vw;
    width: 2vw;
}

.block-kobito05 .ab05 {
    position: absolute;
    bottom: 10vw;
    left: 20vw;
    width: 2vw;
}

.fuwafuwa {
    animation: fuwafuwa 5s ease-in-out infinite;
}

@keyframes fuwafuwa {
    0% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-10px);
    }
    100% {
        transform: translateY(0);
    }
}


/*-------------------------
 * スタイル
 * ------------------------*/

.list-style {
    display: flex;
    flex-wrap: wrap;
    gap: 1%;
    margin-bottom: 200px;
}

.list-style li {
    position: relative;
    width: 23%;
    margin: 0 auto 30px;
    background: rgba(243, 241, 231, .3);
    padding: 30px 30px 20px;
}

.list-style .img {
    margin: 0;
}

.list-style .name {
    text-align: center;
}


/*-------------------------
 * メニュー
 * ------------------------*/
h2.panel-heading{
text-align: center;
  padding: 10px;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;	
  margin-bottom: 10px;
}

.menu-block01__row {
    display: flex;
    justify-content: space-between;
}

.menu-block01__txt {
    width: 58%;
}

.menu-block01__img {
    width: 40%;
}

.menu-block01__img img {
    border-radius: 50% 50% 50% 70%/50% 50% 70% 60%;
}

main.menu .menu-block01 {
    padding: 30px;
}

.menu-item__head {
    display: flex;
    align-items: center;
    width: 100%;
}

.menu-item__name {
    white-space: nowrap;
}

.menu-item__dots {
    flex: 1;
    margin: 0 1em 1em;
	border-bottom: 2px dotted #ccc;
    height: 0.8em;
}

.menu-item__fee {
    white-space: nowrap;
}

main.menu .menu-item {
    margin-bottom: 10px;
}

main.menu .menu-item p {
    margin-bottom: 0;
}

main.menu .menu-item__head p {
    font-weight: 500;
}

h3.list-style__title {
    text-align: center;
    margin-top: 15px;
}

main.menu .menu-item p.menu-item__comment {
    line-height: 1.5;
    margin-top: 10px;
    margin-bottom: 20px;
    font-size: 1.5em;
    background: rgba(255, 255, 255, 0.5);
    padding: 10px;
}

main.menu.menu-page {
    padding-bottom: 150px;
	background-image:url(/wp-content/uploads/2026/01/img-title.png);
	background-position:top;
	background-size:200px;
	background-repeat:repeat-x;
}

.list-style__item img {
    width: 100%;
    aspect-ratio: 1 / 1;
    object-fit: cover;
    height: auto;
}

h3.tit03-1 {
    text-align: center;
    margin: 10px auto 50px;
    font-size: 2em;
}

.mb200 {
    margin-bottom: 200px;
}

.table-map.tablepress {
    margin-top: 30px;
    border: none;
}

.table-map.tablepress tbody td.column-1 {
    width: 100%;
    background: #fff;
    padding: 0;
    border: none;
}

.table-map.tablepress tbody td.column-2 {
    display: block;
    width: 100%;
   padding: 20px;
    border: none;
}

.table-map.tablepress td.column-1 {
    position: relative;
    white-space: nowrap;
    overflow: hidden;
}

.table-map.tablepress td.column-1 {
    display: flex;
    align-items: center;
    width: 100%;
    white-space: nowrap;
}

.table-map.tablepress td.column-1::after {
    content: "";
    flex: 1;
    margin-left: 0.5em;
    border-bottom: 3px dotted #fff;
    height: 0.8em;
}
.single-info-wrap{
	padding-top:100px;
}
.single-info-wrap main{
	padding-top:0!important;
}

main {
  position: relative;
}


body:not(.single-post) main::before {
  font-family: "Leckerli One", cursive;
  font-weight: 400;
  font-style: normal;
  content: "J'adore";
  position: absolute;
  top: 5vw;
  right: 2vw;
  font-size: 10vw;
  writing-mode: vertical-rl;
  color:  rgba(255,255,255,0.2);

	padding-bottom:50px;
  z-index: 1;
}

/*線 */
body:not(.home) main::after {
content: "";
  position: absolute;
  right: calc(2vw + 0.5em);
  width: 10px;
  height: 90vw;
  background-color:  #f7f7f7;
  opacity: 0.2;
  z-index: -3;
  bottom: 0;
  right: 8.5vw;
}


main.style:before {
    content: "style"!important;
}

main.menu:before {
    content: "menu"!important;
}

main.access:before {
    content: "access"!important;
}

/* トップページ用メニューリスト */
.top-menu-list {
    max-width: 1200px;
    margin: 40px auto;
    font-size: 1.1em;
    background-color: #888;
    color: #fff;
    padding: 30px;
    border-radius: 10px;
}

/* メニュー行のラッパー */
.menu-item-row {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    width: 100%;
    margin-bottom: 15px;
}

/* メニュー項目 */
.top-menu-list dt.menu-name {
    width: auto;
    min-width: 250px;
    font-weight: 500;
    margin: 0;
    padding: 0;
    border-bottom: none;
}

/* ドット線（スペーサー） */
.menu-item-dots {
    flex-grow: 1;
    border-bottom: 2px dotted #000;
    margin: 0 10px;
    position: relative;
    top: -5px;
    opacity: 1;
}

.top-menu-list dd.menu-price {
    width: auto;
    text-align: right;
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    margin: 0;
    padding: 0;
    border-bottom: none;
}

.top-menu-list dt.menu-name span,
.top-menu-list dd.menu-price span {
    background: transparent;
    padding: 0;
	color: #fff;
}


/* 見出し（〜オプション〜など） */
.top-menu-list dt.menu-heading {
    display: block;
    width: 100%;
    text-align: center;
    font-size: 1.2em;
    font-weight: bold;
    margin-top: 40px;
    margin-bottom: 15px;
    background: #fff;
    color: #333;
    padding: 10px;
    border-bottom: none;
}

.button-13 a {
    color: #fff;
    margin-top: 20px;
    margin-bottom: 10px;
}

.button-13 a::before,
.button-13 a::after {
    background: #fff;
}

@media screen and (max-width: 600px) {
    .menu-item-row {
        align-items: flex-end;
    }

    .top-menu-list {
        padding: 20px;
    }
}