@charset "utf-8";

@import url('https://fonts.googleapis.com/css?family=Noto+Serif+SC:400,700');

.spInline {
	display: inline !important;
}
.sp {
	display: block !important;
}
.pc {
	display: none !important;
}

.spImg{
	width:100%;
}
.spImgMax{
	max-width:100%;
}


.txt50 {font-size: 5px !important;}
.txt60 {font-size: 6px !important;}
.txt70 {font-size: 7px !important;}
.txt80 {font-size: 8px !important;}
.txt90 {font-size: 9px !important;}
.txt100 {font-size: 10px !important;}
.txt110 {font-size: 11px !important;}
.txt120 {font-size: 12px !important;}
.txt130 {font-size: 13px !important;}
.txt140 {font-size: 14px !important;}
.txt150 {font-size: 15px !important;}
.txt160 {font-size: 16px !important;}
.txt170 {font-size: 17px !important;}
.txt180 {font-size: 18px !important;}
.txt200 {font-size: 20px !important;}
.txt240 {font-size: 24px !important;}
.txt320 {font-size: 32px !important;}

.w100per {
	width: 100% !important;
	height: auto;
}

.mincho {
	font-family: 'Noto Serif SC', "ヒラギノ明朝 Pro W3","Hiragino Mincho Pro","ヒラギノ明朝 Pro W6","HGS明朝E","HG明朝E","ＭＳ Ｐ明朝",serif !important;
}


/* PAGE TITLE
----------------------------------------------------------- */
#pageTtl {
	width: 100%;
	height: 100px;
	position: relative;

}

#pageTtl h2 {
	width: 320px;
	height: 55px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin:-27px 0 0 -160px;
}

#pageTtl h2 img {
	width: 100%;
	height: auto;
}



/* SUB NAVI
----------------------------------------------------------- */
.subNav {
	margin-top: 20px;
	margin-bottom:25px;
}

.subNav > ul > li {
	font-size: 12px;
	margin-bottom: 5px;
}
.subNav > ul > li:first-child {
	border-left: none;
}
.subNav > ul > li:nth-child(2n) {
	border-right: none;
}

.subNav.col3 > ul > li {
	width: 50%;
}
.subNav.col3 > ul > li:first-child {
	width: 100%;
}

.subNav.col4 > ul > li {
	width: 50%;
}

.subNav.col5 > ul > li {
	width: 50%;
}
.subNav.col5 > ul > li:nth-child(5) {
	width: 100%;
}

.subNav.col6 > ul > li {
	width: 50%;
}

.subNav.col6 > ul > li:first-child  {
	width: 50%;
}

.subNav.col7 > ul > li {
	width: 50%;
}
.subNav.col7 > ul > li:first-child  {
	width: 50%;
}

.subNav.col7 > ul > li:last-child  {
	width: 100%;
	border-right: none;
}

/* feature subNav ------ */

.subNav.type2 > ul {
	width: 100%;
	margin: 0 auto;
}

.subNav.type2 > ul > li {
	width: 33.3%;
	height: 42px;
}

.subNav.type2 > ul > li:first-child,
.subNav.type2 > ul > li:last-child {
	border-left: 1px solid #bebebe;
}

.subNav.type2 > ul > li a {
	padding-bottom: 12px;
	background: url(../img/common/list_icon02_bottom.png) no-repeat 50% 100%;
}




/* リード文
----------------------------------------------------------- */
.leadWrap {
	margin-top: 15px;
	margin-bottom: 20px;
	text-align: center !important;
}

.txtLead {
	font-size: 20px;
	margin-bottom: 10px;
}

/* TITLE
----------------------------------------------------------- */
.ttl01 {
	border-bottom: 2px solid #bebebe;
	font-size: 18px;
	box-sizing: border-box;
	height: 40px;
	margin-bottom: 15px;
}

.ttl01 span {
	height: 40px;
}

.ttl02 {
	font-size: 15px;
	height: 34px;
	line-height: 34px;
	padding-left: 10px;
	margin-bottom: 20px;
}



/* TEXT
----------------------------------------------------------- */
.txt01 {
	font-size: 12px;
	margin-bottom: 10px;
}

/* BUTTON
----------------------------------------------------------- */
.btn {
	width: 100%;
	height: 40px;
	font-size: 12px;
	color: #7d7d7d;
	background: #fff url(../img/common/list_icon02.png) no-repeat 15px 50%;
}

.btn a {
	line-height: 40px;
}

.btn.green {
	width: 300px;
	margin: 0 auto;
    height: 40px;
    font-size: 12px;
}

.btn.green a {
    line-height: 40px;
}

/* TAB
----------------------------------------------------------- */
.tab {
	margin-bottom: 20px;
}

.tab li {
	float: left;
	height: 48px;
	text-align: center;
	font-size: 12px;
	box-sizing: border-box;
	border-top: 1px solid #bebebe;
	border-right: none;
	border-bottom: none;
	background: #fff;
}
.tab li:first-child {
	border-left: none;
}
.tab li:nth-child(2n) {
	border-left: 1px solid #bebebe;
}
.tab li.ui-tabs-selected,
.tab li.active {
	background: #f5f5f5;
	border-bottom: none;
}

.tab.col5 li {
	width: 50%;
}
.tab.col5 li:nth-child(5) {
	width: 100%;
	border-bottom: 1px solid #bebebe;
}
.tab.col6 li {
	width: 50%;
}
.tab.col6 li:nth-child(5),
.tab.col6 li:nth-child(6),
.tab.col6 li:nth-child(7) {
	width: 50%;
	border-bottom: 1px solid #bebebe;
}

.tab li a {
	line-height: 48px;
}


/* TABLE
----------------------------------------------------------- */
.dlTableWrap {
	margin-bottom: 30px;
}

.dlTableWrap dl,
.dlTableWrap dt,
.dlTableWrap dd {
	display: block;
	width: 100%;
	box-sizing: border-box;
}

.dlTableWrap dt,
.dlTableWrap dd {
	padding: 10px 15px;
}

.dlTableWrap dd span {
	display: block;
}

/* Main Slider
----------------------------------------------------------- */

.mainSlider {
	width: 100%;
    min-width: 100%;
    height: 100%;
    overflow: hidden;

}

.mainSlider .flexslider {
	max-width: 100%;
	height: 300px;
}

.mainSlider .slides {
	height: 100%;
}

.mainSlider .slides li {
	max-width: 100% !important;
	height: 100% !important;
}
.mainSlider .slides li img {
	width: 100%;
	height: auto;
}

/* Direction Nav */
.mainSlider .flex-direction-nav {
	width: 100%;
	min-width: 100%;
	height: 41px;
	margin: -20px auto 0;
}

.mainSlider .flex-direction-nav a {
	width: 41px;
	height: 41px;
	background: url(../img/common/btn_slide_prev.png) no-repeat 0 0;
	background-size: 41px 41px;
}

.mainSlider .flex-direction-nav .flex-next {
	background: url(../img/common/btn_slide_next.png) no-repeat 0 0;
	background-size: 41px 41px;
	right: 0;
}

.mainSlider .flex-direction-nav .flex-prev {
	left: 0;
}


/* Control Nav */
.mainSlider .flex-control-nav {
	width: 100%;
	position: absolute;
	bottom:5px;
	left: 0;
	margin-left: 0;
}


/* スマホ予約モジュール
----------------------------------------------------------- */

.spResModFormWrap .resMod dt {
	font-size: 12px;
}

.spResModFormWrap .resMod dd {
	font-size: 12px;
}


.spResModFormWrap .resMod dd input[type="text"] {
	height: 24px;
	color: #6c5823;
	letter-spacing: 0.1em;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	border: 1px solid #cbcbcb;
	text-align: center;
	font-size: 12px;
}
.spResModFormWrap .resMod dd input.input_ymd {
	width: 110px;
	margin-right: 5px;
}

.spResModFormWrap .resMod dd select {
	width: 55px;
	height: 24px;
}


.spResModFormWrap #rsvYmd {
	margin-bottom: 12px;
}
.spResModFormWrap #rsvYmd dt {
	float: left;
	margin-right: 15px;
}

.spResModFormWrap #rsvHaku {
	float: left;
	margin-right: 15px;
	margin-bottom: 15px;
}


.spResModFormWrap #rsvRoom dt {
	float: left;
	margin-right: 15px;
}

.spBtnSearch {
	width:283px;
	margin: 15px auto 0;
}

.spBtnSearch input {
	width:283px;
	height:44px;
	text-indent:-9999px;
}

#spResLink {
	padding-top: 10px;
}

#spResLink .resLink {
	padding: 0 0 8px 18px;
	background: url(../img/common/list_icon02.png) no-repeat 0 0;
	line-height: 1;
	text-align: left;
}

#spResLink .resLink a {
	font-size: 12px;
}

/*お知らせ
---------------------------------------------------------- */

.infoListWrap {
	width: 95%;
	padding-top: 15px;
	border-top: 1px solid #e3e3e3;
	margin: 0 auto;
}

.infoList p {
	float: left;
	font-size: 12px;
}
.infoList p.date {
	width: 105px;
	padding-top: 2px;
}
.infoList p.catLabel {
	width: 100px;
	background: #5f3226;
	height: 22px;
	line-height: 22px;
	text-align: center;
	color:#fff;
}

.infoList p.txt {
	width: 100%;
	clear: left;
	float: none;
	padding-top: 8px;
}

/* レストランポップアップ
---------------------------------------------- */

#resModWrap {
	position: fixed;
	top: 66px;
	right: 2.5%;
	display: none;
	width: 95%;
	z-index: 10;
}

#resModWrap > .wrapper {
	position: relative;
}

#resModWrap .inner {
	width: 100%;
	border: 1px solid #ccc;
	border-top: 4px solid #907a53;
	box-sizing: border-box;
	position: absolute;
	right: 0;
	background: #fff;
}

#resModWrap .inner #btnClose2 {
	position: absolute;
	top: 10px;
	right: 10px;
}

#sp_resModWrap .inner #sp_btnClose2 a {
	width: 30px;
	height: 30px;
	display: block;
	text-align: right;
}

#resModWrap ul {
	padding: 25px 15px 0 15px;
}

#resModWrap ul li {
	border-bottom: 1px solid #ccc;
}

#resModWrap ul li:first-child a {
	padding-top: 0;
}

#resModWrap ul li:last-child {
	border-bottom: none;
}

#resModWrap ul li a {
	padding: 15px 0 15px 10px;
	display: block;
}

#resModWrap ul li .resModInn {
	display: table;
}

#resModWrap ul li .restImg {
	width: 67px;
	display: table-cell;
}

#resModWrap ul li .restTtl {
	width: 168px;
	display: table-cell;
	vertical-align: middle;
	font-size: 15px;
	padding-left: 15px;
}

#resModWrap ul li .restTtl span {
	font-size: 12px;
}

#resModWrap.fixed {
	display: none;
	top: 42px;
}

/* ページナビ
----------------------------------------- */

.pagenavi {
	width: 95%;
	font-size: 11px;
	margin: 20px auto;
	text-align: center;
	position: relative;
}


.wp-pagenavi a,
.wp-pagenavi span {
	text-decoration: none;
	color: #3f3f3f;
	background: #fff;
	padding: 5px;
	margin: 2px 3px;
	border: 1px solid  #bebebe;
}

.wp-pagenavi span.current {
	font-weight: bold;
	background: #00abc0;
	color: #fff;
}

.wp-pagenavi a:hover {
	text-decoration: underline;
}


/*
.navigation {
	width: 180px;
	margin: 0 auto;
}

.toTop span,
.navigation span.allow {
	text-decoration: none;
	color: #fff;
	background: #004671;
	padding: 5px;
	margin: 2px 3px;
	border: 1px solid  #004671;
}
.navigation span.allow.null {
	background: #999;
	color: #fff;
}
.navigation span.null {
	color: #666;
}

.toTop a,
.navigation a {
	color: #666;
}

.toTop a span,
.navigation a span {
	color: #fff;
}
*/

.previous {
	float: left;
	border-right: 1px solid #ababab;
	width: 90px;
	text-align: left;
}
.next {
	float:right;
	text-align: right;
}

/*
.toTop {
	position: absolute;
	top: 50px;
	left: 0;
}
.toTop.noNav {
	top: 0;
}
*/

/* フォーム
------------------------------------------------------ */

.formTbl,.formTbl tbody,.formTbl tr,.formTbl th,.formTbl td {display:block;}

.formTbl .w400 {
	width: 90%;
}

.formTbl .w220 {
	width: 100px;
}

.formTbl .w580 {
	width: 90%;
}

.formTbl .w250 {
	width: 200px;
}

.formTbl tr {
	border-bottom: 1px solid #bebebe;
}

.formTbl tr th {
	WIDTH: 100%;
	padding: 15px 0 0;
}
.formTbl .exStl tr th {
	width: 100%;
}

.formTbl tr td {
	padding: 10px 0 15px;
}

.formTbl tr th span {
	padding: 5px 8px;
	margin-right: 10px;
}

input[type="text"] {
    font-size: 12px;
    border: 1px solid #bebebe;
    height: 28px;
    padding: 2px 5px;
    box-sizing: content-box;
    vertical-align: baseline;
    width: 90%;
}

textarea {
    font-size: 12px;
	width: 90%;
	height: 115px;
	padding: 10px;
	border: 1px solid #bebebe;
}
.exStl textarea {
	width: 90%;
}

#submitWrap {
    padding: 20px 0 30px;
    text-align: center;
}

#btnConfirm {
    margin-bottom: 30px;
}

#btnConfirm input {
    width: 275px;
	height: 50px;
	background: url(../img/common/sp_btn_confirm.png) no-repeat 0 0;
	background-size: 275px 50px;
	border: none;
	outline: none;
}
#btnBack input {
    width: 275px;
	height: 50px;
	background: url(../img/common/sp_btn_back.png) no-repeat 0 0;
	background-size: 275px 50px;
	border: none;
	outline: none;
}
#btnSubmit input {
    width: 275px;
	height: 50px;
	background: url(../img/common/sp_btn_submit.png) no-repeat 0 0;
	background-size: 275px 50px;
	border: none;
	outline: none;
}



#submitWrap.col2 {
	width: 100%;
	margin: 0 auto;
}

#submitWrap.col2 > div {
	float: none;
	margin-bottom: 10px;
}
#submitWrap.col2 > div:nth-child(2) {
	float: none;
	margin-bottom: 0;
}

.confirmWrap {
	padding-top: 30px;
}

.complTtl {
    font-size: 20px;
    margin-bottom: 10px;
}

.conpWrap {
	padding-top: 20px;
	padding-bottom: 40px;
}

/* --------- */

/* 220802 */
.tab.col7_n.col6 li:nth-child(1) {
	width: 100%;
	border-top: 1px solid #bebebe;
}

.tab.col7_n.col6 li {
	width: 50%;
	border-bottom: 1px solid #bebebe;
	border-top: none;
}

.tab.col7_n.col6 li:nth-child(2n) {
	border-right: 1px solid #bebebe;
	border-left: none;
}

/* 220824 */
/* 220823　ポップアップ */
.top_lightbox {
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		overflow: hidden;
		background-color: rgba(0,0,0,.8);
		z-index: 2547483645;
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		align-items: center;
		opacity: 0;
		pointer-events: none;
		transition: .3s;
	}
	.top_lightbox.active {
		opacity: 1;
		pointer-events: auto;
	}
	.top_lightbox div {
		/* background: #fff; */
    width: 90%;
    /* max-width: 650px; */
    padding: 10% 3% 5% 3%;
    text-align: center;
    position: relative;
    box-sizing: border-box;
		/* border: 3px solid #caa670; */
		/* height: 70vh; */
		overflow-y: auto;
		/* min-height: 250px; */
		margin-top: -10%;
		border: 8px solid #9c8557;
    /* background: url(/img/top/bk.webp) no-repeat center;
    background-size: cover; */
	}
	.top_lightbox div img {
		width: 100%;
		display: block;
		margin: 0 auto 20px;
	}
	.top_lightbox div p {
		margin-bottom: 30px;
		text-align: center;
		font-size: 14px;
	}
	.top_lightbox div p strong {
		font-size: 4.0vw;
		font-weight: bold;
		display: block;
	}

	.top_lightbox div p strong.popup_strong {
font-size: 3.8vw;
padding: 5% 0;
border: none;
    /* border-bottom: 4px dotted #6a3386;
    border-top: 4px dotted #6a3386; */
	}

	.top_lightbox div p strong.popup_strong span {
		font-size: 8.5vw;
		color: red;
		position: relative;
		z-index: 1;
	}

	.top_lightbox div p strong.popup_strong span::after {
		content: "";
		width: 100%;
		height: 7px;
		background-color: #fff141;
		position: absolute;
		bottom: 4px;
    left: 0;
    z-index: -2;
	}

.top_lightbox div p strong span {
	font-size: 25px;
}
.top_lightbox div p strong span::after {
	background:none;
}
	.top_lightbox div .close {
		position: absolute;
    top: 9px;
    right: 10px;
    width: 25px;
    height: 25px;
    cursor: pointer;
    opacity: 1.0;
	}
	.top_lightbox div .close::before,
	.top_lightbox div .close::after {
		content: '';
		width: 100%;
		height: 2px;
		background: #000;
		position: absolute;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
		margin: auto;
	}
	.top_lightbox div .close::before {
		transform: rotate(45deg);
	}
	.top_lightbox div .close::after {
		transform: rotate(-45deg);
	}
	.top_lightbox div .btn {
		cursor: pointer;
    padding: 20px 0px 20px 5px;
    display: block;
    margin: 30px auto 0;
    line-height: 100%;
    height: auto;
    width: 210px;
		margin-top: 0;
	}
	.top_lightbox div .btn::after {
		display: none;
	}
	.top_lightbox div p strong {
		width: 70%;
	}

	.top_lightbox div.close_btn_area{
		margin-top: 50px;
	}

@media screen and (max-width: 380px) {
	.top_lightbox div {
		height: auto;
	}

	.top_lightbox div p {
		font-size: 3.2vw;
	}

	.top_lightbox div .btn {
		padding: 10px 0px 10px 5px;
	}

	.top_lightbox th,
	.top_lightbox td {
		display: inline-block;
		width: 100%;
		float: left;
	}
}

@media (max-width: 576px) {
	.top_lightbox th,
	.top_lightbox td {
	  display: inline-block;
	  width: 100%;
	  float: left;
	}
  }

#resModWrap.new_220831 .inner {
    right: 0;
}

/* 221020 */
.corona_ninsyo .corona_ninsyo_box {
    width: 90%;
    min-width: 90%;
		padding: 30px 5%;
}

.corona_ninsyo .corona_ninsyo_box .img {
    width: 47%;
    margin: 0 auto 8%;
}

.corona_ninsyo .corona_ninsyo_box .txt {
    width: 100%;
}

.corona_ninsyo .corona_ninsyo_box .txt strong {
    font-size: 19px;
		text-align: center;
}

/* 230726 */
.panel-group #tc-widget {
    width: 85%;
}

.panel-group #tc-widget input[type='text'],
.panel-group #tc-widget select {
	width: 100%;
}

.tab-reserve-group .tab-reserve {
    font-size: 4.3vw;
    width: 50%;
}

.panel-group #tripla_area .confirm_link {
    bottom: 342px;
    font-size: 4.5vw;
}

.panel-group #tripla_area .resLink li {
	display: block;
}

.panel-group #tc-widget select,
.panel-group #tc-widget input[type='text'] {
	height: 42px;
}

.panel-group #tc-widget .tc-shop,
.panel-group #tc-widget .tc-date,
.panel-group #tc-widget .tc-time,
.panel-group #tc-widget .tc-ppl {
	width: 46%;
    margin: 0 2% 13%;
}

.panel-group #tc-widget[data-theme='clear'] .tc-header {
	padding: 40px 0 0;
}

.panel-group .tc-shop::before,
.panel-group .tc-date::before,
.panel-group .tc-time::before,
.panel-group .tc-ppl::before {
	left: 3%;
}

.panel-group #tc-widget .tc-icon {
display: none;
}

.panel-group .tc-content {
	display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.panel-group #tc-widget[data-theme='clear'] .tc-body {
	padding: 15px 5px 20px;
}

/* 230817 */
.reserv_label.viking {
	width: 78%;
}

.reserv_label.viking {
	width: 78%;
}

.reserv_label.viking li {
	padding: 10px 5%;
	min-width: 100%;
}

/* .panel-group.btn_n #tc-widget {
	margin-bottom: 18%;
} */

.reserv_label.viking li a {
font-size: 4.0vw;
}
/* 230911 */
.lih15{
	line-height: 12px!important;
}

/* 231024 */
.subNav.col6 > ul > li {
    width: 50%;
}

.subNav.col6 > ul > li:nth-child(2n) {
	border-right: none;
}

.subNav.col6 > ul > li:nth-child(2n+1) {
	border-right: 1px solid #bebebe;
}
/* 231221 */
.flex_menu{
	display: flex;
    justify-content: center;
}
/* 240229 */
.bos2{
	border: solid 0.1px #d1d1d1;
}

/* 240821 inokuchi 追記 404エラーページ*/
.pageTtl-404 > h2 {
	font-size: 1.5rem;
}

/* 241113 */
.top_lightbox.side {
	top: 50%;
    transform: translateY(-50%);
    height: 120vw;
}

/* 250421 3カラムポップアップ */
/* .top_lightbox.clm3_contents {
	align-items: flex-start;
} */
.top_lightbox.clm3_contents div {
	margin-top: -55%;
}

.top_lightbox.clm3_contents .foodTitle {
	margin-top: 0;
	margin: 0 auto 0;
	font-size: 5.0vw;
	padding: 0 2%;
  }

  .top_lightbox.clm3_contents .foodTitle strong {
    font-size: 8.0vw;
}

.top_lightbox.clm3_contents .menu-container {
	padding: 15px 2%;
	gap: 1%;
}

.top_lightbox.clm3_contents .pop_inner {
	padding: 0;
    max-height: 100%;
	width: 95%;
	height: auto;
	overflow-x: hidden;
	overflow-y: hidden;
	margin-top: 0;
	background-color: #65c9d5;
}

.top_lightbox.clm3_contents .popup_title_3clm {
    background-color: #65c9d5;
    display: block;
    color: #fff;
    padding: 5% 10px;
    font-size: 4.2vw;
    text-align: center;
	margin: 0 -5%;
}

.top_lightbox.clm3_contents .popup_title_3clm span::before,
.top_lightbox.clm3_contents .popup_title_3clm span::after {
display: none;
}

.top_lightbox.clm3_contents .menu-item {
    width: 32.6%;
}

.top_lightbox.clm3_contents .menu-subtitle {
    font-size: 3.5vw;
}

.top_lightbox.clm3_contents div .btn {
    padding: 5% 2%;
    font-size: 3.5vw;
	margin-bottom: 0;
	max-width: 100%;
	width: 96%;
}

.bg_white {
	background-color: #fff;
	padding: 5% 0;
}


/* 20250512サマーセール追加 */
.top_summerbox div {
	border: 10px solid #4db3f1
}

.top_summerbox div p strong {
    border-bottom: 2px solid #4db3f1;
}

.top_summerbox div .btn {
    border: 1px solid #2b2b2b;
	background-color: #fff;
}
