@charset "UTF-8";

@import "https://cdn.jsdelivr.net/npm/bulma@0.9.4/css/bulma.min.css";

/* 
font:
52px 3.077rem
48px 3rem
44px 2.75rem
36px 2.25rem
34px 2.125rem
30px 1.875rem
24px 1.5rem
22px 1.375rem
20px 1.25rem
18px 1.125rem
16px 1rem
14px 0.875rem
12px 0.75rem

line-height: 1.5;

基本カラー:
*/
:root { 
	--root-color1: #d3d1aa;/* リンク背景黄緑 */
	--root-color2: #7d0140;/* リンク赤紫 */
	--root-color3: #c10d23;/* 明るい赤 */
	--root-color4: #9c5100;/* オレンジ */
	--root-color5: #976b1d;/* リンク金 */
	--root-color6: #dbd2c6;/* リンク背景金 */
	--root-colorG: #fff7d8;/* fffcd8テキスト金 修正前 r176 g151 b097 #b09761 */
	--root-pcwidth: 1920;
	--root-spwidth: 768;
	--root-navbar: 260;
	}
@media screen and ( min-width: 481px ) {
	.is-hidden-spnr { display: none; }
}
@media screen and ( max-width: 480px ) {
	.is-hidden-spnr { display: block; }
}


html, body { width: 100%; margin-left: auto; margin-right: auto; }/* iPad隙間無くす用 */
html { scroll-behavior: smooth; }
body { position: relative; color: #fff; background-color: #000; font-family: serif; -webkit-font-smoothing: antialiased; }

a { line-height: 1; color: #fff; }
a:hover { color: #fff; text-decoration: underline; }
a:hover img { opacity: 0.7; }
@media ( min-width: 1023px ) {
  a[href^="tel:"]{ pointer-events: none; }
}
.button { background-color: var(--root-color6); }
.button.long { white-space: wrap; height: auto; }
a.button { text-decoration: none; }
.button:hover { opacity: 0.7; }
.button img { margin-right: 0.5em; }


/*----------------------------------------
header
------------------------------------------*/
header { width: 100%; }

/* navbar-brand */
.navbar { background: rgba(255,255,255,0); max-height: 65px; position: fixed; top: 0; left: 0; padding-top: 14px; transition:all 0.3s; }
.navbar-brand { position: relative; width: 100vw; }
.navbar-brand #logo { width: 50px; position: absolute; left: calc( 50vw - 25px ); top: 0; display: block; }
/* navbar-burger */
.navbar-burger { width: 40px; height: 40px; margin-right: 3vw; }
.navbar-burger,
a.navbar-burger,
a.navbar-burger.is-active,
a.navbar-burger:hover,
a.navbar-burger.is-active:hover { background-color: var(--root-color2); color: #fff; }
.navbar-burger span { width: 22px; height: 2px; left: calc(50% - 11px); }
.navbar-burger span:nth-child(1) { top: calc(50% - 9px); }
.navbar-burger span:nth-child(3) { top: calc(50% + 7px); }
.navbar-burger.is-active span:nth-child(1) { transform: translateY(9px) rotate(45deg); }
.navbar-burger.is-active span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
/* navbar-menu */
.navbar-menu {
	background: linear-gradient(to right, #e9d1ab, #966b4b),url(../images/bg_wall.jpg);
	background-repeat: no-repeat;
	background-blend-mode: multiply;
	width: 100vw;
	height: 100vh;
	margin-top: -66px;
	overflow: auto;
}
.navbar-menu { padding: 100px 0 0; text-align: center; }
.navbar-menu a { color: #fff; font-size: 1.25rem; line-height: 2; display: inline-block; }
.navbar-menu ul#sns { display: flex; margin-top: 15px; justify-content: center; }
.navbar-menu ul#sns li { margin: 15px 15px 0; }
.navbar-menu ul#sns li a { line-height: 1; }
.navbar-menu li > ul > li { display: inline-block; padding-left: 1em; }
@media screen and (max-width: 1023px) {
	.navbar-menu { opacity: 0; transition: all 0.3s; }
	.navbar-menu.is-active { opacity: 1; overflow: auto; -webkit-overflow-scrolling: touch; }
	.navbar.is-active { background: rgba(0,0,0,0.8); }
}

/* menu-nav */
#food-navigation { margin: 45px calc( 30 / var(--root-pcwidth) * 100vw ); }
#food-navigation ul { display: flex; justify-content: center; flex-wrap: wrap; }
#food-navigation li { margin-bottom: 10px; }
#food-navigation li:not(:last-child):after { content: '｜'; }
#food-navigation li a { padding: 0 0.25em; font-size: 1.25rem; text-decoration: underline;}

#sub-navigation ul { display: flex; flex-wrap: wrap; }
#sub-navigation li { margin: 0 0.3em 1em; }
#sub-navigation li a { display: block; width: 10em; height: 2.5em; line-height: 2.5em; color: #000; background: var(--root-color6) url(../images/icn_link_s.png) no-repeat right top; background-size: 1.5em; padding: 0 1em; }
#sub-navigation li.current a,
#sub-navigation li a:hover { text-decoration: none; color: #000; background-color: rgba(219, 210, 198, 0.8); background-image: url(../images/icn_link_s_on.png); }
@media screen and (max-width: 1023px) {
	#food-navigation li { font-size: 0.75em; }
}


/*----------------------------------------
footer 1.45254vw
------------------------------------------*/
footer { padding: 0 calc( 30 / var(--root-pcwidth) * 100vw ) 2.0833vw; 
background: url(../images/pic_ankou3.png) no-repeat right bottom; background-size: 30%; background-blend-mode: lighten; }

.footer-info { margin-top: 35px; }
.footer-info #footer-logo { display: block; margin: 0 auto 4vw; text-align: center;}
.footer-info #footer-logo img { margin: auto; }
/* .footer-info #shopinfo { line-height: 1.3; } */
.footer-info #shopinfo p { margin-bottom: 1em; }
.footer-info #shopinfo p:first-child { line-height: 1.8; }
.footer-info #shopinfo a { font-size: 1.5rem; position: relative; }
.footer-info #shopinfo a.access { display: flex; align-items: center; }
.footer-info #shopinfo a.access::before { content: ''; width: 30px; height: 20px; background: url(../images/map-location.svg) no-repeat left center; }
.footer-info #shopinfo dl { display: flex; flex-wrap: wrap; margin-bottom: 1em; }
.footer-info #shopinfo dt { width: 3.5em; }
.footer-info #shopinfo dd { width: calc( 100% - 3.5em ); }
.footer-info iframe { height: 445px; }
@media screen and ( min-width: 1360px ) {
	.footer-info { display: grid; grid-template-columns: 100px 1fr 1fr; grid-template-rows: 1fr; grid-column-gap: 40px; }
	.footer-info #footer-logo { grid-column: 1 / 1; }
	.footer-info #shopinfo { grid-column: 2 / 2; }
	.footer-info iframe { grid-column: 3 / 3; width: 100%; }
	.footer-info #footer-logo img { width: 100%; }
}
@media screen and ( max-width: 1359px ) and ( min-width: 1024px ) {
	.footer-info { display: grid;  grid-template-columns: 100px 1fr; grid-column-gap: 40px; }
	.footer-info #footer-logo { grid-column: 1 / 1; grid-row: 1 / 1; }
	.footer-info #shopinfo { grid-column: 2 / 2; grid-row: 1 / 1; }
	.footer-info iframe { grid-column: 1 / 2; grid-row: 2 / 2; width: calc( 100vw - 260px - 80px - 20px ); }
}
@media screen and ( max-width: 1023px ) and ( min-width: 841px ) {
	.footer-info { display: grid; grid-template-columns: 100px 1fr 1fr; grid-template-rows: 1fr; grid-column-gap: 40px; }
	.footer-info #footer-logo { grid-column: 1 / 1; }
	.footer-info #shopinfo { grid-column: 2 / 2; }
	.footer-info iframe { grid-column: 3 / 3; width: 100%;}
	.footer-info #footer-logo img { width: 100%; }
}
@media screen and ( max-width: 840px ) {
	.footer-info { display: grid;  grid-template-columns: 100px 1fr; grid-column-gap: 40px; }
	.footer-info #footer-logo { grid-column: 1 / 1; grid-row: 1 / 1; }
	.footer-info #footer-logo img { width: 75px; }
	.footer-info #shopinfo { grid-column: 2 / 2; grid-row: 1 / 1; }
	.footer-info iframe { grid-column: 1 / 2; grid-row: 2 / 2; width: calc( 100vw - 2.90508vw - 10px ); }
}
@media screen and ( max-width: 480px ) {
	.footer-info { display: block; }
}

/* #pagetop */
#pagetop a {
	display: block;
	border: var(--root-color5) solid 1px;
	width: 40px;
	height: 40px;
	transition:all 0.3s;
	z-index: 998;
}
#pagetop img { display: block; margin-bottom: 2px; }
#pagetop {
	position: fixed;
	right: 10px;
	z-index: 2;
	opacity: 0;
	transform: translateX(80px);
}
#pagetop.UpMove{ animation: UpAnime 0.5s forwards; }
@keyframes UpAnime{
  from { opacity: 0; transform: translateY(80px); }
  to { opacity: 1; transform: translateY(0); }
}
#pagetop.DownMove{ animation: DownAnime 0.5s forwards; }
@keyframes DownAnime{
  from { opacity: 1; transform: translateY(0); }
  to { opacity: 1; transform: translateY(80px); }
}



/*----------------------------------------
main
------------------------------------------*/
main { margin-bottom: 80px; }
h1, h2, h3 { text-align: center; margin-bottom: 0.25em; }
h1 { font-size: 2.125rem; }
h4 { margin-bottom: 0.25em; }
main figure { line-height: 0; }

.note { font-size: 0.875rem; }
.table th { border-bottom: 1px solid #5F5E85; }
.table tr:first-child th { border-top: 1px solid #5F5E85; }
.table tr:first-child td { border-top: 1px solid #dbdbdb; }
.table tbody tr:last-child td, .table tbody tr:last-child th { border-bottom-width: 1px; }


/* #topimg */
#topimg {
	position: relative;
	width: 100%;
	height: 50vw;
	background-image: url("../../common/images/img_top01.jpg");
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
	align-items: flex-end;
  flex-direction: column-reverse;
}
#topimg h1 { display: inline-block; width: 1em; margin-right: 0.75em; margin-bottom: 0.75em; writing-mode: vertical-rl; font-weight: bold; text-shadow: 0 0 6px #000; text-align: right; }
@media screen and ( max-width: 580px ) {
	#topimg h1 { margin-right: 2em; margin-bottom: 0.25em; line-height: 1.1; font-size: 1.875rem; }
}

/* section */
.section { margin: 0 calc( 30 / var(--root-pcwidth) * 100vw ) calc( 60 / var(--root-pcwidth) * 100vw ); padding: 0; }
.section h2.lead { font-size: 1.5rem; text-align: center; padding: 50px 0;
	background: url(../images/bg_pattern1.png) no-repeat right top; background-size: 75%; }
.section h2 .tag{ font-size: 1rem; }
.section .nolead { min-height: 165px;
	background: url(../images/bg_pattern1.png) no-repeat right top; background-size: 75%; }
.section h3 { font-size: 1.25rem; margin-bottom: 1em;; }
.section h4 { font-size: 1.25rem; }
.section strong,
.content table th,
.content h1, .content h2, .content h3, .content h4, .content h5 { color: #fff; }

.section .col2, .section .col3 { width: 100%; display: flex; flex-wrap: wrap; justify-content: space-between; margin: 0 0 calc( 50 / var(--root-pcwidth) * 100vw ); }
.section .col2 > li, .section .col3 > li { display: flex; flex-direction: column; }
.section .col2 > li { width: calc( 50% - calc( 20 / var(--root-pcwidth) * 100vw ) ); }
.section .col3 > li { width: calc( 33.33% - calc( 20 / var(--root-pcwidth) * 100vw ) ); }
@media screen and ( max-width: 580px ) {
	.section h2.lead { padding: 0.5em 0 2em; background-size: 100%; }
	.section .nolead { min-height: 30vw; background-size: 100%; }
	.section .col2, .section .col3 { margin-bottom: 5em; }
	.section .col2 > li { width: 100%; }
	.section .col3 > li { width: calc( 50% - calc( 20 / var(--root-pcwidth) * 100vw ) ); }
}

.section .item { border-bottom: #fff dashed 1px; margin-bottom: 20px; }
.section .item.noline { border-bottom: none; }
.section .item figure { margin-bottom: 20px; }
.section .item p { margin-bottom: 20px; }
.section .item span { display: block; line-height: 1.25; }
.section .caption { margin-bottom: 0.25em; }
.section .name { font-size: 1.5rem; margin-right: 0.75em; margin-top: 0.5em; display: inline-block; }
.section .price { font-size: 1.5rem; margin-bottom: 0.5em; display: inline-block; }
.section .name small,
.section .price small { font-size: 1rem; margin-left: 0.25em; }
.section .detail { font-size: 1rem; margin-top: 0.25em; }

.section .tags { margin-bottom: 0; }
.section span.tags { display: inline-block; vertical-align: text-bottom;  margin-left: 0.5rem; }
.section .tags .tag,
.section .button .tag { background-color: var(--root-color3); color: #fff; font-weight: bold; margin-bottom: 0; border-radius: 0; }
.section .tag.summer { background-color: #019ee9; }
.section .tag.limited { background-color: #4b02e8; } /* #530ec2紫90 #0e23c2青120 */
.section span.tags .tag { display: inline-flex; }

.section .itembox { border-bottom: #fff dashed 1px; margin-bottom: calc( 80 / var(--root-pcwidth) * 100vw ); padding-bottom: calc( 80 / var(--root-pcwidth) * 100vw ); }
.section ol { margin-top: 20px; margin-left: 1.5em; }
.section ol li { margin-bottom: 1em; }

.section .leftphoto, .section .rightphoto { display: flex; justify-content: space-between; }
.section .itembox figure { width: calc( 33.33% - calc( 20 / var(--root-pcwidth) * 100vw ) ); }
.section .itembox.leftphoto .txt,
.section .itembox.rightphoto .txt { width: calc( 66.66% - calc( 20 / var(--root-pcwidth) * 100vw ) ); }
.section .itembox h3 { font-size: 1.5rem; line-height: calc( 43 /34 ); margin-bottom: 1em; color: var(--root-colorG); }
.section .itembox.leftphoto h3,
.section .itembox.rightphoto h3 { text-align: left; color: var(--root-colorG); }
.section .itembox p:not(:last-child) { margin-bottom: 1em; }
.section .leftphoto { flex-direction: row-reverse; }

.section .itembox2 { display: flex; justify-content: space-between; margin-bottom: calc( 80 / var(--root-pcwidth) * 100vw ); }
.section .itembox2 figure,
.section .itembox2 .itemtxt { width: calc( 50% - calc( 20 / var(--root-pcwidth) * 100vw ) ); }
.section .itembox2 .itemtxt p { margin-bottom: 1em; }
.section .itembox2 dl,
.section .option dl { display: flex; flex-wrap: wrap; margin-bottom: 1em; }
.section .itembox2 dd,
.section .option dd { text-align: right; }

@media screen and ( max-width: 580px ) {
	.section .itembox { margin-bottom: 5em; }
	.section .leftphoto, .section .rightphoto,
	.section .itembox2 { display: block; margin-bottom: 5em; }
	.section .itembox figure,
	.section .itembox.leftphoto .txt, .section .itembox.rightphoto .txt,
	.section .itembox2 figure,
	.section .itembox2 .itemtxt { width: 100%; }
	.section .itembox2 figure { margin-bottom: 1em; }
	.section .itembox.leftphoto .txt, .section .itembox.rightphoto .txt,
	.section .itembox2 .itemtxt { margin-bottom: 1em; }
}
.course .courselist { margin: 0; }
.course .courselist li { display: inline-block; margin-right: 1em; }
.course .courselist li::before { content: '◇'; }


/*----------------------------------------
PCメニュー左固定時設定
------------------------------------------*/
@media screen and ( min-width: 1024px ) {
	
/* メニュー左固定 */
	header { width: 260px; }
	.navbar { width: 260px; flex-wrap: wrap; }
	.navbar-brand, .navbar-menu { display: block; width: 260px; }
	.navbar-brand #logo { width: 150px; left: 55px; } /* left:calc( 50px - 14px ) */
	.navbar-menu { padding: 215px 50px 0 0; text-align: right; } /* padding: 300px; */
	.navbar-menu ul#sns { margin-right: -15px; margin-top: 0; justify-content: flex-end; } /* margin-top: 15px; */
	.navbar-menu a { font-size: 1.125rem; } /* font-size: 1.25rem; */

/* 左余白設定 */
	footer, main { margin-left: 260px; width: calc(100% - 260px); }
	.footer-info #shopinfo { font-size: 1.5rem; margin-top: 1em; }
	.footer-info #shopinfo a.tel { font-size: 3.077rem; }

	main { margin-bottom: 100px; }
	section, .section { margin: 0 20px 80px; }
	h1 { font-size: 2.5rem; }

	#topimg { height: 300px; }
	#topimg h1 { margin-right: 45px; margin-bottom: 20px; }

	/* section */
	.section h2.lead { font-size: 2.25rem; }
	.section h3 { font-size: 2.125rem; }
	.section .col2, .section .col3 { justify-content: flex-start; margin-left: -20px; margin-right: -20px; }
	.section .col2 > li { width: calc( 50% - 40px ); margin-left: 20px; margin-right: 20px; }
	.section .col3 > li { width: calc( 33.33% - 40px ); margin-left: 20px; margin-right: 20px; }
	.section .item .caption { font-size: 1.25rem; }
	.section .item .name { font-size: 2.125rem; }
	.section .item .price { font-size: 2.125rem; }
	.section .item .price small { font-size: 1.25rem; }

	#sub-navigation ul {  margin-right: -10px; margin-left: -10px; }
	#sub-navigation li {  margin: 0 10px 20px; }
	#sub-navigation li a { width: 300px; height: 80px; line-height: 80px; font-size: 1.875rem; background-size: 45px; }

}
