@import url('https://fonts.googleapis.com/css2?family=Cormorant+Infant:wght@400;500;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Julius+Sans+One&display=swap');
:root{
	--base-font: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
	--sub-font01: 'Cormorant Infant', serif;
	--en-font: 'Julius Sans One', sans-serif;
	--base-color: #333333; 
	--sub-color01: #796A56;
	--sub-color02: #fff; 
	--sub-color03: #C1AE93;
	--sub-color04: #E0D6CA;
	--bg-color01: #F6F2EF;
}

*{ box-sizing: border-box; }
html { font-size: 62.5%; }
body{
	min-width: 1280px;
	font-family: var(--base-font);
	font-feature-settings: "palt";
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	color: var(--base-color);	
	font-size: 1.5rem;
	font-style: normal;
	font-weight: 500;
	line-height: 2;
	letter-spacing: 0.05em;
	text-align: justify;
}
body.fixed {
	position: fixed;
	width: 100%;
	height: 100%;
}
:focus {
	outline: 0;
}

.sub-font{ font-family: var(--sub-font); }
.en-font{ font-family: var(--en-font); font-weight: 400; line-height: 1; }
.com-bg { background-color: var(--bg-color01);}

a {
	color: var(--base-color);
	transition: .3s;
	text-decoration: none;
}
/* a:hover{ opacity: .7; } */
br{ line-height: inherit; }
p{ line-height: 2; letter-spacing: 0.1em; }
span, a, strong, small{ color: inherit; font-size: inherit; font-family: inherit; font-weight: inherit; letter-spacing: inherit; }

.wrap{ width: 1080px; margin: 0 auto; position: relative; z-index: 1; }
.wrap.midium{ width: 90rem; }
.row{ display: flex; justify-content: space-between; }
.row.jus_centre { display: flex; justify-content: space-between; }

a[href^="tel:"] {
	cursor: default;
	pointer-events: none;
}
@media(min-width: 769px){
	.sp{ display: none !important; }
}



@media(max-width: 768px){
	html{ font-size: 2.66vw; }
	body{ font-size: 1.4rem; min-width: inherit; }
	p{ line-height: 2; letter-spacing: .1em; }
	a[href^="tel:"] {
		cursor: pointer;
		pointer-events: auto;
	}

	.pc{ display: none !important; }

	.body-wrap{ padding-bottom: 12rem; }
	.wrap{ width: 100%; padding-left: 1.3rem; padding-right: 1.3rem; box-sizing: border-box; }
	.wrap.midium{ width: 100%; }
	.row{ display: block; }

}

/*------------------------------------------------------------
	ヘッダー
------------------------------------------------------------*/
.gHeader {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 900;
}
.h-inner {
	padding: 54px 130px 0 0;
	display: flex;
	justify-content: flex-end;
}
.h-inner__logo {
	position: absolute;
	top: 67px;
	left: 70px;
}
.h-box {
	display: flex;
}
.com-tel__link {
	padding-left: 30px;
	display: inline-block;
	font-size: 2.4rem;
	letter-spacing: 0.15em;
	font-weight: bold;
	color: var(--sub-color01);
	background: url(../images/common/webp/tel.webp) no-repeat left center;
	background-size: 16px auto;
}
.no-webp .com-tel__link {
	background-image: url(../images/common/tel.png);
}
.reservation-link {
	width: 198px;
	margin-left: 33px;
}
.reservation-link__btn {
	display: flex;
	align-items: center;
	justify-content: center;
	border: 1px solid var(--sub-color01);
	border-radius: 50px;
	font-weight: bold;
	min-height: 51px;
	padding: 3px 15px 3px 3px;
	box-sizing: border-box;
	letter-spacing: 0.1em;
	background: url(../images/common/webp/icon01.webp) no-repeat right 20px center var(--sub-color02);
	background-size: 7px auto;
	color: var(--sub-color01);
}
.no-webp .reservation-link__btn {
	background-image: url(../images/common/icon01.png);
}
.com-link__ul {
	padding-left: 6px;
	display: flex;
}
.com-link__ul__item {
	margin-left: 20px;
}
.com-link__ul__link {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 52px;
	height: 52px;
	border-radius: 50px;
	text-indent: -99999px;
	box-sizing: border-box;
	border: 1px solid var(--sub-color01);
	background-position: center;
	background-color: var(--sub-color02);
	background-repeat: no-repeat;
}
.com-link__ul__item.li01 a {
	background-image: url(../images/common/webp/line_out.webp);
	background-size: 27px auto;
}
.no-webp .com-link__ul__item.li01 a {
	background-image: url(../images/common/line_out.png);
}
.com-link__ul__item.li02 a {
	background-image: url(../images/common/webp/ins_out.webp);
	background-size: 25px auto;
}
.no-webp .com-link__ul__item.li02 a {
	background-image: url(../images/common/ins_out.png);
}
.com-link__ul__item.li03 a {
	background-color: var(--sub-color01);
	background-image: url(../images/common/webp/eng_out.webp);
	background-size: 38px auto;
}
.no-webp .com-link__ul__item.li03 a {
	background-image: url(../images/common/eng_out.png);
}
.menu {
	text-align: center;
	position: absolute;
	top: 59px;
	right: 55px;
	width: 50px;
	z-index: 1001;
	font-size: 1.2rem;
	letter-spacing: 0.05em;
	font-weight: bold;
	cursor: pointer;
	color: var(--sub-color01);
}
.menu-span {
	position: relative;
	display: block;
	height: 25px;
	margin: 0 auto 3px;
	width: 36px;
	cursor: pointer;
	transition: opacity .25s ease;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
}
.menu-span__sub {
	background: #796A56;
	border: none;
	height: 2px;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	-webkit-transition: all .35s ease;
	transition: all .35s ease;
	cursor: pointer;
}
.menu-span__sub:nth-of-type(2) {
	top: 11px;
}
.menu-span__sub:nth-of-type(3) {
	top: 22px;
}
.gHeader.on {
	background-color: rgba(255, 255, 255, 0.8);
}
.gHeader.on .h-inner {
	height: 80px;
	align-items: center;
	padding: 0 110px 0 0 !important;
	justify-content: space-between;
}
.gHeader.on .h-inner__logo-img {
	vertical-align: middle;
}
.gHeader.on .com-tel {
/*	margin-right: 130px;*/
}
.gHeader.on .h-inner__logo {
	position: relative;
	top: auto;
	left: auto;
	padding-left: 35px;
}
.gHeader.on .menu {
	top: 0;
	right: 0;
	width: 80px;
	height: 80px;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #C1AE93;
}
.gHeader.on .menu-span__sub-span {
	display: none;
}
.gHeader.on .menu-span {
	width: 21px;
	margin: 0;
}
.gHeader.on .menu-span__sub {
	background-color: var(--sub-color02);
}
.gHeader.on .h-box {
	align-items: center;
}
.menu-box {
	position: fixed;
	top: 0;
	right: 0;
	width: 100%;
	z-index: 1000;
	height: 100%;
	transform: translateX(100%);
	transition: .3s;
}
.menu-box.on {
	transform: translateX(0);
}
.menu-box__sub {
	padding: 22px 90px 50px;
	width: 680px;
	height: 100%;
	margin-left: auto;
	position: relative;
	box-sizing: border-box;
	overflow-y: auto;
	transition: .5s;
	background-color: #C1AE93;
}
.menu-box__close {
	position: absolute;
	top: 0;
	right: 0;
}
.menu-box__logo {
	margin: 0 0 99px -42px;
}
.menu-box__com-tel {
	position: absolute;
	top: 20px;
	right: 130px;
}
.menu-box__list {
	margin: 0 60px 133px;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.menu-box__list__item {
	width: 50%;
	margin-bottom: 24px;
	padding: 0 10px;
	box-sizing: border-box;
	text-align: center;
}
.menu-box__list__link {
	font-weight: bold;
	letter-spacing: 0.1em;
	font-size: 1.6rem;
}
.menu-box__list__span {
	padding-bottom: 2px;
	display: inline-block;
	position: relative;
}
.menu-box__list__span:after {
	width: 0;  
	height: 1px;
	background-color: #fff;
	position: absolute;  
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);  
	content: ""; 
	transition: all ease 0.3s;
}
.sns-box {
	width: 56px;
	position: absolute;
	top: 138px;
	right: 20px;
	z-index: 1;
}
.sns-box__reservation-link {
	width: 56px;
	margin: 0 0 25px 5px;
}
.sns-box__reservation-link__btn {
	padding: 30px 5px 50px;
	width: 100%;
	background: url(../images/common/webp/icon07.webp) no-repeat center bottom 20px #fff;
	background-size: 13px auto;
}
.sns-box__reservation-link__btn {
	background-image: url(../images/common/icon07.png);
}
.reservation-link__img02 {
	display: none;
}
.reservation-link__img01 {
	display: block;
}
.sns-box__com-link__ul {
	display: block;
	text-align: center;
}
.sns-box__com-link__ul__item {
	margin: 15px 0 0;
}
.cover {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 950;
	background-color: rgba(255, 255, 255, 0.7);
	visibility: hidden;
	opacity: 0;
	transition: .5s;
}
.cover.menu_open {
	visibility: visible;
	opacity: 1;
}
.h-inner__logo__sp-logo {
	display: none;
}

@media all and (min-width: 769px) {
	.reservation-link__btn:hover {
		color: var(--sub-color02);
		background-image: url(../images/common/webp/icon03.webp);
		background-color: var(--sub-color01);
	}
	.no-webp .reservation-link__btn:hover {
		background-image: url(../images/common/icon03.png);
	}
	.com-link__ul__item.li01 a:hover {
		background-image: url(../images/common/webp/line_over.webp);
		background-color: var(--sub-color01);
	}
	.no-webp .com-link__ul__item.li01 a:hover {
		background-image: url(../images/common/line_over.png);
	}
	.com-link__ul__item.li02 a:hover {
		background-image: url(../images/common/webp/ins_over.webp);
		background-color: var(--sub-color01);
	}
	.no-webp .com-link__ul__item.li02 a:hover {
		background-image: url(../images/common/ins_over.png);
	}
	.com-link__ul__item.li03 a:hover {
		background-image: url(../images/common/webp/eng_over.webp);
		background-color: var(--sub-color02);
	}
	.no-webp .com-link__ul__item.li03 a:hover {
		background-image: url(../images/common/eng_over.png);
	}
	.menu-box__list__link:hover .menu-box__list__span:after {
		width: 150px;
	}
	.sns-box__reservation-link__btn:hover {
		background-image: url(../images/common/webp/icon08.webp);
	}
	.no-webp .sns-box__reservation-link__btn:hover {
		background-image: url(../images/common/icon08.png);
	}
	.sns-box__reservation-link__btn:hover .reservation-link__img01 {
		display: none;
	}
	.sns-box__reservation-link__btn:hover .reservation-link__img02 {
		display: block;
	}
}

@media all and (max-width: 768px) {
	.gHeader {
		height: 6.7rem;
		background-color: #fff;
		position: fixed;
	}
	.h-inner {
		padding: 0;
		display: block;
	}
	.h-inner .h101,
	.h-inner .h102 {
		display: none;
	}
	.h-inner__logo__sp-logo {
		display: block;
	}
	.h-box {
		display: none;
	}
	.h-inner__logo {
		width: 28.1rem;
		top: 1rem;
		left: 1rem;
	}
	.h-inner__logo img {
		vertical-align: middle;
	}
	.gHeader.clone {
		display: none !important;
	}
	.menu {
		position: fixed;
		top: 0;
		right: 0;
		width: 6.7rem;
		height: 6.7rem;
		display: flex;
		align-items: center;
		justify-content: center;
		background-color: #C1AE93;
	}
	.menu-span__sub-span {
		display: none;
	}
	.menu-span {
		margin: 0;
		width: 1.8rem;
		height: 2.2rem;
	}
	.menu-span__sub {
		height: 1px;
		background: #fff;
	}
	.menu-span__sub:nth-of-type(2) {
		top: 1rem;
	}
	.menu-span__sub:nth-of-type(3) {
		top: 2rem;
	}
	.reservation-link {
		width: 22rem;
		margin: 0 auto;
	}
	.reservation-link__btn {
		min-height: 5.0rem;
		background-size: 0.7rem auto;
		border-radius: 5rem;
		font-size: 1.4rem;
		padding-right: 0;
	}
	.menu-box__sub {
		padding: 1.5rem 1.2rem 10rem;
		width: auto;
	}
	.menu-box__logo {
		margin: 0 0 4.2rem;
	}
	.menu-box__com-tel {
		display: none;
	}
	.menu-box__list {
		max-width: 31.1rem;
		margin: 0 auto -0.5rem;
	}
	.menu-box__list__link {
		font-size: 1.5rem;
	}
	.menu-box__close {
		width: 6.7rem;
	}
	.menu-box__close img {
		width: 100%;
	}
	.sns-box {
		width: auto;
		position: relative;
		top: auto;
		right: auto;
	}
	.sns-box__reservation-link {
		display: none;
	}
	.sns-box__com-link__ul {
		max-width: 19.2rem;
		padding: 0;
		margin: 0 auto 3rem;
		display: flex;
		justify-content: space-between;
	}
	.sns-box__com-link__ul__item.li03 {
		display: none;
	}
	.sns-box__com-link__ul__item{
		margin: 0;
	}
	.com-link__ul__link {
		width: 3.6rem;
		height: 3.6rem;
		background-size: 1.8rem auto !important;
	}
}
/*------------------------------------------------------------
	フッター
------------------------------------------------------------*/
#gFooter {
	padding: 147px 0 20px;
	position: relative;
	background-color: rgba(224, 214, 202, 0.7);
}
#gFooter:after {
	width: 100%;  
	height: 85px;
	background: url(../images/common/webp/f_bg.webp) no-repeat;
	background-size: 100% 100%;
	position: absolute;  
	top: -1px;
	left: 0;  
	content: ""; 
}
.no-webp #gFooter:after {
	background-image: url(../images/common/f_bg.png);
}
.f-inner {
	margin-bottom: 35px;
	padding: 0 0px 0 233px;
	display: flex;
	justify-content: space-between;
}
.f-inner__list__item__link {
	font-weight: bold;
	letter-spacing: 0.1em;
}
.f-inner__left {
	flex: 1;
	display: flex;
	justify-content: space-between;
}
.f-inner__list {
	width: 160px;
	margin-right: 15px;
}
.f-inner__list__item {
	margin-bottom: 30px;
}
.f-inner__navi {
	flex: 1;
	letter-spacing: 0.1em;
}
.f-inner__navi__item__link {
	font-weight: bold;
}
.f-inner__navi__sub-ul {
	margin-top: 5px;
	display: flex;
	letter-spacing: 0.1em;
}
.f-inner__navi__sub-ul__item {
	width: 45%;
	padding-right: 10px;
	box-sizing: border-box;
}
.f-inner__navi__sub-ul__item:nth-child(2n) {
	padding-right: 0;
	width: 53%;
}
.f-inner__navi__sub-ul__item01 {
	margin-bottom: 6px;
	font-size: 1.4rem;
}
.f-inner__right {
	width: 330px;
	margin-left: 40px;
}
.f-inner__list--right {
	width: auto;
	margin: 0 0 25px;
	font-size: 1.5rem;
	letter-spacing: 0.1em;
}
.f-inner__list--right__item {
	margin-bottom: 30px;
}
.f-inner__list--right__item:last-child {
	margin-bottom: 0;
}
.f-inner__com-link__ul {
	margin-bottom: 26px;
	padding: 0;
}
.f-inner__com-link__ul__item {
	margin: 0 20px 0 0;
}
.f-inner__right__txt {
	font-size: 1rem;
}
.copyright {
	font-size: 1rem;
	letter-spacing: 0.1em;
	text-align: center;
}
.copyright__link:hover {
	opacity: 0.7;
}

@media all and (min-width: 769px) {
	.f-inner__left a:hover {
		text-decoration: underline;
	}
	.f-inner__list__item__link:hover {
		text-decoration: underline;
	}
}

@media all and (max-width: 768px) {
	#gFooter {
		padding: 27vw 0;
	}
	#gFooter::after {
		height: 17vw;
		width: auto;
		left: -7vw;
		right: -7vw;
	}
	.f-inner {
		padding: 0 5rem;
		display: block;
	}
	.f-inner__left {
		display: block;
	}
	.f-inner__list {
		width: auto;
		margin: 0;
		display: block;
	}
	.f-inner__list__item {
		width: auto;
		margin-bottom: 0;
	}
	.f-inner__list__item__link {
		font-size: 1.55rem;
		font-weight: bold;
		display: flex;
		align-items: center;
		min-height: 6.9rem;
		padding: 0.5rem 2rem 0.5rem 2.5rem;
		box-sizing: border-box;
		border-bottom: 1px solid #333333;
	}
	.f-inner__navi__item__link {
		font-size: 1.55rem;
		font-weight: bold;
		display: flex;
		align-items: center;
		min-height: 6.9rem;
		padding: 0.5rem 2rem 0.5rem 2.5rem;
		box-sizing: border-box;
		position: relative;
		border-bottom: 1px solid #333333;
	}
	.f-inner__navi__item__link:after {
		width: 0.8rem;  
		height: 0.8rem;
		background: url(../images/common/webp/icon09.webp) no-repeat;
		background-size: 100% auto;
		position: absolute;  
		top: 50%;
		transform: translateY(-50%);
		right: 4rem;  
		content: ""; 
	}
	.no-webp .f-inner__navi__item__link:after { 
		background-image: url(../images/common/icon09.png);
	}
	.f-inner__navi__item__link.open:after {
		background-image: url(../images/common/icon10.png);
	}
	.no-webp .f-inner__navi__item__link.open:after {
		background-image: url(../images/common/webp/icon10.webp);
	}
	.f-inner__navi__js {
		display: none;
	}
	.f-inner__navi__sub-ul {
		margin: 1rem 0; 
	}
	.f-inner__navi__js.open {
		display: block;
	}
	.f-inner__navi__sub-ul__item {
		padding-right: 1rem;
	}
	.f-inner__navi__sub-ul__item01 {
		margin-bottom: 0.6rem;
	}
	.f-inner__right {
		width: auto;
		margin: 0;
	}
	.f-inner__list--right {
		display: block;
		margin-bottom: 3.3rem;
	}
	.f-inner__com-link__ul {
		margin-bottom: 2rem;
	}
	.f-inner__com-link__ul__item {
		margin: 0 2.5rem 2rem 0;
	}
	.f-inner__com-link__ul__item .com-link__ul__link {
		width: 4.2rem;
		height: 4.2rem;
	}
	.f-inner__com-link__ul__item.li03 .com-link__ul__link {
		background-size: 2.6rem auto !important;
	}
	.f-inner__right__txt {
		font-size: 1.25rem;
		letter-spacing: 0.1em;
		margin-right: -2rem;
	}
	.copyright {
		font-size: 1.1rem;
		letter-spacing: 0.1em;
		text-align: left;
		margin: 0 5rem;
	}
    .copyright.en {
		font-size: 1rem;
		text-align: center;
		margin: 0;
	}
}

#main {
	margin-bottom: 50px;
	display: block;
	padding-top: 195px;
}

#container {
	overflow: hidden;
	position: relative;
}


@media all and (max-width: 768px) {
	#main {
		margin-bottom: 3rem;
		padding-top: 8.2rem;
	}
    
}

/*------------------------------------------------------------
	heading01
------------------------------------------------------------*/
.heading01 {
	margin-bottom: 61px;
	font-size: 1.4rem;
	font-weight: 500;
	text-align: center;
	color: var(--sub-color01);
	letter-spacing: 0.1em;
	overflow: hidden;
}
.heading01__txt-span {
	padding: 0 25px;
	display: inline-block;
	margin-top: 5px;
	font-size: 3.4rem;
	font-weight: bold;
	letter-spacing: 0.05em;
	position: relative;
}
.heading01__txt-span::before {
	width: 9999px;  
	height: 1px;
	background-color: var(--sub-color01);
	position: absolute;  
	top: 50%;
	margin-top: -1px;
	right: 100%;  
	content: ""; 
}
.heading01__txt-span::after {
	width: 9999px;  
	height: 1px;
	background-color: var(--sub-color01);
	position: absolute;  
	top: 50%;
	margin-top: -1px;
	left: 100%;  
	content: ""; 
}
@media all and (max-width: 768px) {
	.heading01 {
		margin-bottom: 3.3rem;
		font-size: 1.2rem;
	}
	.heading01__txt-span {
		font-size: 2.2rem;
		padding: 0 0.5rem;
		display: inline-flex;
		align-items: center;
		justify-content: center;
		min-height: 4.8rem;
		line-height: 1.3;
	}
}

/*------------------------------------------------------------
	com-walk
------------------------------------------------------------*/
.com-walk__txt {
	margin-bottom: 42px;
}
.com-walk__txt--mb {
	margin-bottom: 17px;
}
.com-walk__txt01 {
	margin-bottom: 32px;
	font-size: 1.7rem;
	line-height: 1.88;
	font-weight: bold;
	color: var(--sub-color01);
}
.walk {
	padding: 70px 0 145px;
}
.walk__right__photo {
	margin-bottom: 24px;
}
.com-walk__txt--right {
	margin-bottom: 19px;
}
.com-walk__right .reservation-link {
	width: 237px;
}
.com-walk p:last-child {
	margin-bottom: 0;
}
.walk-inner {
	margin-top: 18px;
}
.walk-inner__text {
	padding-top: 65px;
	flex: 1;
}
.walk-inner__photo {
	margin-right: 80px;
	width: 500px;
}
.walk-inner__text__head {
	margin-bottom: 7px;
	font-size: 2.4rem;
	letter-spacing: 0.1em;
	color: var(--sub-color01);
}
.walk-inner__text__head img {
	vertical-align: middle;
	margin-right: 14px;
}
.com-walk__left {
	margin-top: -7px;
	width: 500px;
}
.com-walk__right {
	width: 500px;
}
.com-walk-table {
	margin-bottom: 25px;
	width: 100%;
	border-collapse: collapse;
}
.com-walk-table__thead-th {
	text-align: center;
	vertical-align: middle;
	padding: 1px 4px;
	color: var(--sub-color02);
	font-size: 1.54rem;
	font-weight: 500;
	border: 1px solid var(--sub-color01);
	background-color: var(--sub-color01);
}
.com-walk-table__thead-th:first-child {
	width: 40%;
	text-align: left;
	padding-left: 45px;
}
.com-walk-table__thead-td {
	text-align: center;
	vertical-align: middle;
	padding: 4px 4px;
	font-size: 1.65rem;
	font-weight: bold;
	letter-spacing: 0.1em;
	color: var(--sub-color01);
	border: 1px solid var(--sub-color01);
	background-color: var(--sub-color02);
}
.com-walk-table__thead-td:first-child {
	padding-left: 45px;
	text-align: left;
}
.com-walk-table__thead-td img {
	vertical-align: middle;
}
.com-walk__day {
	display: inline-block;
	min-height: 23px;
	line-height: 1.2;
	box-sizing: border-box;
	border-radius: 50px;
	padding: 3px 14px 1px;
	margin-right: 10px;
	background-color: rgba(193, 174, 147, 0.5);
}
.com-walk__txt02 img {
	vertical-align: -3px;
	margin-right: 5px;
}
.com-walk__tel {
	margin-bottom: 28px;
	padding: 7px 10px;
	font-size: 1.7rem;
	display: flex;
	align-items: center;
	justify-content: space-between;
	font-weight: bold;
	color: var(--sub-color01);
	border-top: 1px solid var(--sub-color01);
	border-bottom: 1px solid var(--sub-color01);
}
.com-walk__tel__txt {
	padding-left: 27px;
	display: inline-block;
	background: url(../images/common/webp/tel.webp) no-repeat left center;
	background-size: 19px auto;
}
.no-webp .com-walk__tel__txt {
	background-image: url(../images/common/tel.png);
}
.com-walk__tel__link {
	margin-right: 40px;
	font-size: 2.4rem;
	letter-spacing: 0.15em;
	font-weight: bold;
	color: var(--sub-color01);
}
.com-walk__reservation-link {
	margin: 0 0 27px;
}
.menu-box__com-walk__day {
	background-color: rgba(255, 255, 255, 0.5);
}
.menu-box__com-walk-table {
	margin-bottom: 17px;
}
.menu-box__com-walk__txt {
	margin-bottom: 24px;
}
.walk-inner__text__txt__item {
	text-indent: -1rem;
	padding-left: 1rem;
	letter-spacing: 0.1em;
}


@media all and (max-width: 768px) {
	.walk {
		padding: 1.2rem 0;
	}
	.com-walk__left {
		width: auto;
		margin-bottom: 3.3rem;
	}
	.com-walk__txt {
		font-size: 1.4rem;
		margin-bottom: 3.7rem;
	}
	.walk-inner__text__txt {
		font-size: 1.4rem;
		margin: 0 0 2.5rem 0.2rem;
	}
	.com-walk__txt--mb {
		margin-bottom: 1.9rem;
	}
	.com-walk__txt02 {
		font-size: 1.045rem;
	}
	.com-walk__day {
		min-height: inherit;
		vertical-align: 0.1rem;
		padding: 0.2rem 1rem 0.1rem;
	}
	.walk__right__photo {
		margin-bottom: 1.2rem;
	}
	.com-walk__txt--right {
		font-size: 1.4rem;
		margin-bottom: 3.1rem;
	}
	.com-walk__right .reservation-link {
		width: 22rem;
	}
	.com-walk__txt01 {
		font-size: 1.5rem;
		margin-bottom: 4.5rem;
		line-height: 1.94;
		letter-spacing: 0.05em;
	}
	.com-walk__tel__link {
		margin-right: 2.9rem;
		font-size: 1.7rem;
	}
	.com-walk__tel {
		margin-bottom: 3.8rem;
		font-size: 1.4rem;
		padding: 0.7rem;
	}
	.com-walk__tel__txt {
		padding-left: 2.4rem;
		background-size: 1.4rem auto;
	}
	.com-walk__reservation-link {
		margin: 0 auto 3.1rem;
	}
	.com-walk__txt02 img {
		width: 1.2rem;
		vertical-align: -2px;
	}
	.com-walk__right {
		width: auto;
	}
	.walk__right__photo img {
		width: 100%;
	}
	.walk-inner__photo {
		margin: 0 0 2rem;
		width: auto;
	}
	.walk-inner__photo img {
		width: 100%;
	}
	.walk-inner__text {
		padding-top: .5rem;
	}
	.walk-inner__text__head {
		margin-bottom: 0.5rem;
		font-size: 2.1rem;
	}
	.walk-inner__text__head img {
		width: 2.0rem;
		vertical-align: -0.7rem;
	}
	.com-walk-table__thead-td {
		font-size: 1.15rem;
		padding: 0.2rem 0.4rem;
	}
	.com-walk-table__thead-th:first-child,
	.com-walk-table__thead-td:first-child {
		padding-left: 3rem;
	}
	.com-walk-table__thead-th {
		font-size: 1.1rem;
	}
	.com-walk-table__thead-td img {
		width: 1rem;
	}
	.com-walk-table {
		margin-bottom: 2rem;
	}
}


/*------------------------------------------------------------
	com-link02
------------------------------------------------------------*/
.com-link02 {
	width: 350px;
	margin: 0 auto;
	position: relative;
	z-index: 1;
}
.com-link02__link {
	overflow: hidden;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50px;
	text-align: center;
	font-size: 1.8rem;
	letter-spacing: 0.1em;
	color: var(--sub-color02);
	min-height: 78px;
	font-weight: bold;
	border: 2px solid #604736;
	box-sizing: border-box;
	position: relative;
	-webkit-backface-visibility: hidden; 
	-webkit-transform-style: preserve-3d;
}
.com-link02__link:after {
	width: 100%;  
	height: 100%;
	background : linear-gradient(90deg, rgba(96, 71, 54, 1) 0%, rgba(99, 75, 58, 1) 33.44%, rgba(108, 88, 69, 1) 68.03%, rgba(121, 106, 86, 1) 99.96%);
	position: absolute;  
	z-index: -1;
	top: 0;
	right: 0;  
	content: ""; 
	opacity: 1;
	transition: all ease 0.3s;
}
.com-link02__link::before {
	border-radius: 50px;
	width: 100%;  
	height: 100%;
	background-color: #fff;
	position: absolute;  
	z-index: -1;
	top: 0;
	right: 0;  
	content: ""; 
	opacity: 0;
	transition: all ease 0.3s;
}
.com-link02__sub-span {
	width: 100%;
	padding: 5px;
	box-sizing: border-box;
	position: relative;
	z-index: 2;
	background: url(../images/common/webp/icon03.webp) no-repeat right 30px center;
	background-size: 8px auto;
	display: block;
}
.no-webp .com-link02__sub-span {
	background-image: url(../images/common/icon03.png);
}

@media all and (min-width: 769px) {
	.com-link02__link:hover {
		color: #604736;
	}
	.com-link02__link:hover::after {
		opacity: 0;
	}
	.com-link02__link:hover::before {
		opacity: 1;
	}
	.com-link02__link:hover .com-link02__sub-span {
		background-image: url(../images/common/webp/icon01.webp);
	}
	.no-webp .com-link02__link:hover .com-link02__sub-span {
		background-image: url(../images/common/icon01.png);
	}
}

@media all and (max-width: 768px) {
	.com-link02 {
		width: 30rem;
	}
	.com-link02__link {
		font-size: 1.4rem;
		min-height: 6rem;
		border-radius: 5rem;
		letter-spacing: 0.1em;
	}
	.com-link02__sub-span {
		background-size: 0.6rem auto;
	}
}

/*------------------------------------------------------------
	more-link
------------------------------------------------------------*/
.more-link {
	text-align: center;
}
.more-link__txt {
	display: inline-block;
	padding: 0 35px 4px 0;
	letter-spacing: 0.1em;
	background: url(../images/common/webp/icon05.webp) no-repeat right center;
	background-size: 25px auto;
}
.no-webp .more-link__txt { 
	background-image: url(../images/common/icon05.png);
}

@media all and (min-width: 769px) {
	.more-link__txt:hover {
		text-decoration: underline;
		background-image: url(../images/common/webp/icon06.webp);
	}
	.no-webp .more-link__txt:hover {
		background-image: url(../images/common/icon06.png);
	}
}

@media all and (max-width: 768px) {
	.more-link__txt {
		font-size: 1.65rem;
		padding-right: 4rem;
		background-size: 2.7rem auto;
	}
}

/*------------------------------------------------------------
	fixd-box
------------------------------------------------------------*/
.fixd-box {
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	z-index: 1001;
	display: flex;
}
.fixd-box.on {
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
}
.fixd-box__tel {
	width: 41%;
	background-color: #B39878;
}
.fixd-box__time {
	width: 40%;
	background-color: #C1AE93;
}
.fixd-box__eng {
	flex: 1;
	background-color: #E0D6CA;
}
.fixd-box__link {
	padding: 0.5rem 0.5rem 0.3rem; 
	min-height: 7rem;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 1.25rem;
	font-weight: bold;
	text-align: center;
}
.fixd-box__link img {
	vertical-align: middle;
}
.fixd-box__span {
	display: block;
	width: 100%;
}
.fixd-box__tel img {
	width: 2.2rem;
	margin: 0.3rem auto 0.3rem;
	display: block;
}
.fixd-box__time img {
	width: 3.9rem;
	margin: 0 auto 0.1rem;
	display: block;
}
.fixd-box__eng img {
	width: 3.6rem;
}
@media all and (max-width: 768px) {
	.menu-box__com-walk-table__thead-th {
		font-size: 1.05rem;
	}
	.menu-box__com-walk-table__thead-td {
		padding-top: 0.2rem;
		padding-bottom: 0.3rem;
		font-size: 1.15rem;
	}
	.menu-box__com-walk-table__thead-td img {
		width: 1rem;
	}
	.menu-box__com-walk-table__thead-th:first-child {
		padding-left: 3rem;
	}
	.menu-box__com-walk-table__thead-td:first-child {
		padding-left: 3rem;
	}
	.menu-box__com-walk-table {
		margin-bottom: 1.2rem !important;
	}
	.menu-box__com-walk__txt {
		font-size: 1.25rem;
		margin-bottom: 1.1rem;
		letter-spacing: 0.1em;
		line-height: 1.8;
	}
	.menu-box__com-walk__day {
		padding-left: 1.4rem;
		padding-right: 1.4rem;
		vertical-align: 0.1rem;
		margin-right: 0.5rem;
	}
	.menu-box__com-walk__txt img {
		width: 1.1rem;
		vertical-align: -0.1rem;
		margin-left: 2rem;
	}
}




.gHeader.clone {
	position: fixed;
	transform: translateY(-100%);
	transition: .5s;
}
.gHeader.clone.fixed {
	transform: translateY(0);
}

/*en*/
.fixd-box__time.en {
	width: 60%;
}
.reservation-link.en {
	width: 300px;
}
/*//en*/