/*フォント適用（デフォルトでは見出し系とグローバルナビ（サブメニュー除く）に明朝、その他にゴシックを当ててます）*/
body{
	/*font-family: "sans-serif";*/
}
h1 , h2 , h3 , h4 , h5 , h6 , b , strong , .smb-section__title ,  .p-global-nav a:not(.p-global-nav .c-navbar__submenu a){
	/*font-family: serif;*/
}
/*ヘッダーメニュー余白なくしてベタ付け*/
header.l-header .p-global-nav .c-navbar__item a:not(header.l-header .c-navbar__submenu a){
	padding-top:0;
	padding-bottom: 0;
}
header.l-header .p-global-nav .c-navbar__item:last-child a{
	/*padding-right: 0;*/
}

@media screen and (min-width: 1024px){
	header.l-header .l-header__content .c-fluid-container{
		/*padding-right: 0;*/
	}
}

/*ページヘッダーの高さ調整*/
@media screen and (min-width: 1024px){
	.c-page-header[data-has-image=true]{
		max-height:250px;
	}
}
@media screen and (max-width: 1023px){
	.c-page-header[data-has-image=true]{
		max-height:150px;
	}
}
/*ハンバーガーボタン調整用*/
.c-hamburger-btn .c-hamburger-btn__bar{
	height:2px;
	background-color:#ccc !important;
}
.c-hamburger-btn__bar:nth-of-type(2){
	height:2.5px;
}
.c-hamburger-btn[aria-expanded=true]>.c-hamburger-btn__bars>.c-hamburger-btn__bar:nth-of-type(2){
	background-color:initial !important;
}
.c-hamburger-btn__label{
	color:#ccc;
}

/*グローバルナビのフォントサイズ可変化　 ※狭めのPC幅でメニューが詰まる件の対策になります。ブレイクポイントやテキストサイズはサイトに合わせて変更してください。
可変化したタイミングでグローバルナビのデフォルトのフォントサイズ（アプデで変わるかも）を超えないように設定してます。*/
@media screen and (min-width: 1024px) and (max-width: 1200px){
	header.l-header .p-global-nav .c-navbar__item a:not(header.l-header .c-navbar__submenu a) {
		font-size: min(1.1vw, 14.2222px);
	}
}

/*フッターメニュー用デフォルトスタイル*/
@media screen and (min-width: 1024px){
	footer.l-footer .widget_nav_menu ul{
		display: grid;
		grid-template-columns: 1fr 1fr;
		row-gap: 10px;
	}
	footer.l-footer .widget_nav_menu li{
		margin-top: 0;
	}
}
/*フッターsns用デフォルトスタイル*/
footer.l-footer .f_sns{
	max-width: 350px;
	margin-left:0;
}
/*フッターサイド余白消し*/
footer.l-footer .c-fluid-container{
	padding-left:0;
	padding-right:0;
}

/*フッター上下パディング消し*/
footer.l-footer .l-footer-widget-area{
	padding-top:0;
	padding-bottom:0;
}

/*フッターセクションごとにできるマージンボトム消し*/
footer.l-footer .l-footer-widget-area__item.c-row__col{
	margin-bottom:0;
}


/*コピーライト用デフォルトスタイル*/
footer.l-footer .c-copyright{
	background-color:#111;
	color:#4a4a4a;
	margin-top: 47px;
}

/*トップコンテンツ上下余白消し*/
.home .l-contents .c-section{
	padding-top:0;
	padding-bottom:0;
}
/*コンテンツの上下余白消し（投稿と投稿の一覧ページを除く）*/
.l-contents .l-contents__inner:not(.archive .l-contents .l-contents__inner , .single .l-contents .l-contents__inner){
	padding-top: 0;
	padding-bottom: 0;
}
/*投稿のコメント機能トラックバック機能削除*/
.p-comments , .p-trackbacks{
	display:none;
}

/*スマホ時の見出しサイズ統一*/
@media screen and (max-width: 639px){
	.smb-section__title , h2.wp-block-heading , h3.wp-block-heading , .smb-media-text__title{
		font-size:23px;
	}
}

/*ヘッダー*/
@media screen and (min-width: 1024px){
	.p-global-nav a:not(.p-global-nav .c-navbar__submenu a):hover{
		opacity:0.5;
		transition:all 0.3s;
	}
	.p-global-nav:not(.p-global-nav .c-navbar__submenu) > .c-navbar{
		gap:20px;
	}
	.c-site-branding__title .custom-logo{
		width:80% !important;
	}
	.p-global-nav a:not(.p-global-nav .c-navbar__submenu a) > span{
		flex-direction:column;
		width:100%;
	}
	.g-menu{
		font-size:17px;
		color:#000 !important;
		
	}
	.g-menu-subTex{
		color:#B83722 !important;
	}
	.g-menu-reservation{
		padding:10px;
		color: #fff !important;
		background-color: #E27900;
		width: 100%;
		border-radius:5px;
	}

}
@media screen and (max-width: 1023px){
	.c-site-branding__title .custom-logo{
		width: 22vw !important;
    	max-width: 180px;
	}
	.g-menu-subTex{
		display:none;
	}
}
/*フッター*/
@media screen and (min-width: 1024px){
	
}
@media screen and (max-width: 1023px){
	
}

/*固定ページ共通調整（トップを除く）*/
.l-contents:not(.home .l-contents){
	background-color:#B83722;
}
.c-breadcrumbs , .c-entry__title{
	color:#fff;
}

/*トップページ*/
.top_main_text .sme-text-color span:nth-child(2){
  background: #fff;
  padding: 15px 6px;
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
}
.top_main_text{
	z-index:11;
}
.top_main_decoration , .top_decoration_wave{
	z-index:10;
}
.fv-zero{
	max-width:initial;
	width:100%;
}

.top_decoration_wave{
	margin-bottom: 0;
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
}
.top_news .c-entries{
	border:none;
}
.top_news .c-entries__item{
	border-bottom:none;
}
.top_news .c-entries__item a{
	background: #fff;
	border-radius: 60px;
	padding-left: 55px;
	padding-right: 55px;
	width:85vw;
}
.top_news .c-entry-summary__body{
	display: flex;
	align-items: center !important;
	flex-direction: row-reverse;
	justify-content: left;
	color: #000;
}
.top_news .c-meta{
	flex-direction: row-reverse;
}
.top_news .c-entry-summary__term{
	border-radius:25px;
	background-color: #D6CE3B;
}
.top_news .c-entry-summary__meta{
	margin-top:0 !important;
}
.top_menu_name {
  position: relative;
}

.top_menu_name::before {
  content: "";
    position: absolute;
    left: 0;
    top: 41%;
    transform: translateY(-50%);
    width: 60px;
    height: 60px;
    background-image: url(https://ond-restaurant.jp/wp-content/uploads/2026/03/launch.svg);
    background-size: contain;
    background-repeat: no-repeat;
}
.top_menu_name_bento::before{
	background-image: url(https://ond-restaurant.jp/wp-content/uploads/2026/03/bento.svg);
}
.top_menu_tab .smb-tabs__tab{
	
}
.top_menu_tab .smb-tabs__tab[aria-selected=true]{
	color:#B83722;
}
.top_menu_tab .smb-tabs__tab{
	background-color:#D8917C;
	color:#fff;
}
.top_menu_tab .smb-tabs__tab[aria-selected=true] , .top_menu_tab.smb-tabs[data-match-height=true]>.smb-tabs__body>.smb-tab-panel{
	background-color:#FFF8ED;
}
.top_QA_tab{
  background-color: #fff;
  /*padding: 48px;*/
  /*border-radius: 13px;*/
}
.top_QA_tab .smb-tabs__tab{
  font-weight: bold;
}
.top_QA_tab .smb-tabs__tab:after{
  background-color: #B83722 !important;
}
.c-copyright{
	margin-top:0 !important;
	background-color:#414141 !important;
	color:#fff !important;
}
.ourPlace_logo img , .top_QA_logo img{
	opacity:0.5;
}
.Group_use_Columns_left , .QA_Column_left{
	border-radius: 0 10px 10px 0 !important;
}
.top_map iframe{
	border-radius: 10px 0 0 10px !important;
}
.top_menu_items .smb-items__item {
	border-radius:10px;
}
.top_btn_design1 .smb-btn{
	border-bottom: 5px solid #B25F00;
}
.top_main_decoration{
	position: absolute;
	top: 0;
	width: 100%;
	max-width:initial;
	left: 0;
}
.top_menu_contents_slider .smb-spider-contents-slider__item{
	border-radius:10px !important;
}
.top_menu_tables h3.wp-block-heading{
	width: max-content;
    padding-left: 20px;
    padding-right: 20px;
    border-bottom: 1px solid #000;
	
}
.top_menu_tables .smb-information__item__body{
	text-align:right;
}
.top_menu_table table {
  width: 100%;
  border-collapse: collapse;
}

/* 1列目：メニュー名 */
.top_menu_table td:nth-child(1) {
  width: 50%;
}

/* 2列目：容量など */
.top_menu_table td:nth-child(2) {
  width: 25%;
  text-align: center;
}

/* 3列目：価格 */
.top_menu_table td:nth-child(3) {
  width: 25%;
  text-align: right;
}
.top_menu_pdflink a{
	text-decoration-color: #000;
}
.top_menu_contents_slider .spider__arrow{
	border-radius: 100%;
    background-color: #D6CE3B;
}
.top_menu_contents_slider .spider__arrow[data-direction=prev]{
	left:-20px;
}
.top_menu_contents_slider .spider__arrow[data-direction=next]{
	right:-20px;
}
.top_menu_tab .smb-tab-panel{
	height:max-content;
}


.top_price_menu , .top_price_menu .smb-price-menu__item{
	border:none !important;
}
@media screen and (min-width: 1024px){
	.top_main_text > span{
		line-height:2.1 !important;
	}
	.top_main_cover .wp-block-cover__inner-container{
		
		position: static !important;
	 }
	.top_main_cover{
		/*background-color:#B83722;*/
		aspect-ratio:16 / 9 !important;
	}
	.top_decoration_wave{
		margin-bottom:-150px !important;
	}
	
	.top_main_text{
		width:max-content;
		margin-right:0 !important;
		position: absolute;
		right: 15%;
		top: 20%;
	}
	.top_main_text > span , .ourPlace_title{
		-ms-writing-mode: tb-rl;
		writing-mode: vertical-rl;
	}
	.top_main_cover{
		/*aspect-ratio: 1604 / 1059 !important;*/
	}
	.GroupeUseColumn_left_right img{
	  max-width: initial !important;
	  width: 152% !important;
	  right: 70%;
	  position: relative;
	}
	.GroupeUse_logo {
	  position: absolute;
	  top: -86%;
	  left: 50%;
	  transform: translateX(-50%);
		z-index:2;
	}
	.GroupeUseColumn_right{
		position:relative;
	}
	.Group_use_Columns_left{
		margin-top:-150px !important;
	}
	.top_scene_box{
		margin-top:-80px !important;
	}
	.top_menu_logo img{
		margin:auto;
		margin-right:0 !important;
	}
	.top_QA_title{
		/*width:max-content;*/
	}
	.top_QA_logo img{
		margin-right:0 !important;
		margin:auto;
		position:relative;
		top:-35px;
	}
	.top_map iframe{
		max-width: initial;
		width: 40.5vw;
	}
	.top_menu_items{
		max-width:87%;
	}
	.top_news .c-meta{
		gap:30px !important;
	}
	
	
}
@media screen and (max-width: 1023px){
	.top_main_cover .wp-block-cover__inner-container{
		position:static !important;
	}
	.top_decoration_wave img{
		width: 131vw !important;
        max-width: initial !important;
        position: relative;
        left: 50%;
        transform: translateX(-50%);
	}
	.top_main_text .sme-text-color span:nth-child(2){
		padding: 6px 6px !important;
	}
	.top_main_text > span , .top_main_text{
		line-height:2.2 !important;
	}
	.top_main_text > span > span:first-child{
		font-size:8px !important;
	}
	.top_main_text > span > span:nth-child(2){
		font-size:23px !important;
	}
	.top_main_cover{
		overflow: visible !important;
        min-height: initial !important;
        height: 600px;
	}
	.fv-zero , .fv-wrap , .fv-wrap #vimeoPlayer , .top_main_cover .wp-block-cover__inner-container{
		height:100% !important;
		max-height:none !important;
	}
	.fv-wrap #vimeoPlayer{
		min-width:310% !important;
	}
	.top_main_text{
		position: absolute;
		bottom: -74px;
		z-index: 2;
	}
	.top_main_decoration{
		max-width:initial !important;
		width:105vw !important;
		left:-4px;
	}
	
	.top_decoration_wave{
		bottom: 5px;
	}
	.ourPlace_logo{
		position: absolute;
		top: 0;
		max-width:81%;
	}
	.top_ourPlace_Media{
		padding-top:14px;
	}
	.top_title_text > span:first-child span{
		font-size:12px !important;
	}
	.top_title_text > span:nth-child(2) , .top_title_text > span:nth-child(2) span{
		font-size:25px !important;
	}
	.groupe_use_SPlogo{
		max-width: 73%;
		/* margin: auto; */
		margin-right: 0 !important;
		/*margin-top: -25px;*/
		padding-right: 11px;
	}
	.Group_use_Columns_left{
		max-width:98% !important;
	}
	.Group_use_Columns{
		padding-right:0 !important;
	}
	.scene_text span{ 
		font-size:17px !important;
	}
	.top_menu_tab .smb-tabs__tab span{
		font-size:20px !important;
	}
	.top_menu_tab .smb-tab-panel{
		padding-left:20px;
		padding-right:20px;
	}
	.top_menu_name > span:first-child span{
		font-size:22px !important;
	}
	.top_menu_name::before{
		transform:initial;
		top:0;
		width:42px;
		height:42px;
	}
	.top_QA_tab{
		margin-top:0px !important;
		/*padding: 30px 20px;*/
	}
	.top_QA_tab .smb-tabs__tabs{
		justify-content:space-between !important;
	}
	.top_QA_tab .smb-tabs__tab{
		padding-left:5px !important;
		padding-right:5px !important;
	}
	.QA_Column_left{
		padding: 0 20px 0 20px !important;
		padding-bottom:20px !important;
		flex-direction:column-reverse !important;
		gap:0 !important;
		margin-top:15px !important;
	}
	
	.top_QA_logo{
		position: absolute;
		z-index: 7;
		top: -110px;
		right: 100px;
		max-width: 30%;
		transform: rotate(270deg);
	}
	.QA_title_columns{
		gap:0 !important;
		padding-right:20px !important;
	}
	.top_map iframe{
		border-radius: 10px 10px 10px 10px !important;
	}
	.top_ourPlace_Media .smb-media-text__figure{
		position:relative;
		z-index:2;
	}
	.top_news .c-entries__item a{
		padding-left:15px !important;
		padding-right:15px !important;
		width: 96vw;
  		max-width: 600px;
  		margin-left: calc(50% - 48vw);
  		margin-right: auto;
  		box-sizing: border-box;
	}
	.top_news .c-entry-summary__title{
		font-size:12px !important;
	}
	.top_news .c-entry-summary__body .c-entry-summary__header{
		flex-basis:59%;
	}
	
}
@media screen and (min-width: 1024px) and (max-width: 1370px){
	.ourPlace_title > span:first-child{
		opacity:0.3;
	}
	.GroupeUseColumn_left_right img{
		width: 130% !important;
        right: 55%;
	}
}

/**/