@charset "UTF-8";

/*
Theme Name: jupiters-kitchen
Theme URI: 
Author: Jupiters Kitchen
Author URI: https://wordpress.org/
Version: 1.0
*/


*{margin:0;padding:0;line-height:calc(0.25rem + 1em + 0.25rem)}*,::before,::after{box-sizing:border-box}*:where(:not(fieldset,progress,meter)){border-width:0;border-style:solid;background-origin:border-box;background-repeat:no-repeat}html{block-size:100%;-webkit-text-size-adjust:none}@media (prefers-reduced-motion:no-preference){html:focus-within{scroll-behavior:smooth}}body{-webkit-font-smoothing:antialiased;text-rendering:optimizeSpeed;min-block-size:100%}:where(img,svg,video,canvas,audio,iframe,embed,object){display:block}:where(img,svg,video){block-size:auto;max-inline-size:100%}:where(svg){stroke:none;fill:currentColor}:where(svg):where(:not([fill])){stroke:currentColor;fill:none;stroke-linecap:round;stroke-linejoin:round}:where(svg):where(:not([width])){inline-size:5rem}:where(input,button,textarea,select),:where(input[type="file"])::-webkit-file-upload-button{color:inherit;font:inherit;font-size:inherit;letter-spacing:inherit}:where(textarea){resize:vertical}@supports (resize:block){:where(textarea){resize:block}}:where(p,h1,h2,h3,h4,h5,h6){overflow-wrap:break-word}h1{font-size:2em;font-weight:normal;}:where(ul,ol)[role="list"]{list-style:none}a:not([class]){text-decoration-skip-ink:auto}:where(a[href],area,button,input,label[for],select,summary,textarea,[tabindex]:not([tabindex*="-"])){cursor:pointer;touch-action:manipulation}:where(input[type="file"]){cursor:auto}:where(input[type="file"])::-webkit-file-upload-button,:where(input[type="file"])::file-selector-button{cursor:pointer}@media (prefers-reduced-motion:no-preference){:focus-visible{transition:outline-offset 145ms cubic-bezier(.25,0,.4,1)}:where(:not(:active)):focus-visible{transition-duration:0.25s}}:where(:not(:active)):focus-visible{outline-offset:5px}:where(button,button[type],input[type="button"],input[type="submit"],input[type="reset"]),:where(input[type="file"])::-webkit-file-upload-button,:where(input[type="file"])::file-selector-button{-webkit-tap-highlight-color:transparent;-webkit-touch-callout:none;user-select:none;text-align:center}:where(button,button[type],input[type="button"],input[type="submit"],input[type="reset"])[disabled]{cursor:not-allowed}

:root{
	--font-color:#2d1f0e;
}

:root{
	--font-subcolor:#665c52;
}

:root{
	--hover-color:#cc40cc;
}


html{
	font-size:62.5%;
}

@font-face {
	font-family: 'M PLUS 1 M';
	src: url('assets/fonts/MPLUS1-VariableFont_wght.ttf');
	font-weight: 400;
}

@font-face {
	font-family: 'M PLUS 1 B';
	src: url('assets/fonts/MPLUS1-VariableFont_wght.ttf');
	font-weight: 700;
}

@font-face {
	font-family: 'M PLUS 1 EB';
	src: url('assets/fonts/MPLUS1-VariableFont_wght.ttf');
	font-weight: 900;
}

@font-face {
	font-family: "Bungee Shade";
	src: url('assets/fonts/BungeeShade-Regular.ttf');
}

body{
	font-family: 'M PLUS 1 M';
	letter-spacing:0.02em;
	line-height: 2;
	font-size: 1.5rem;
	color: var(--font-color);
}

p, span{
	transform: rotate(0.05deg);
}


.pc{
	display: block;
}
.sp{
	display: none;
}

@media screen and (max-width: 599px){

	body{
		line-height: 1.8;
	}
	
	.pc{
		display: none!important;
	}
	.sp{
		display: block;
	}
}

.law{
	padding-left: 10px;
    padding-right: 10px;
	margin-top:0;
	margin-right:auto;
	margin-left:auto;
	margin-bottom:0;
	width: 100%;
}

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

nav ul li{
	list-style: none;
}

a{
	color: #222222;
	text-decoration: none;
}

.fade a:hover > img{
	opacity: 1;
}

.w900{
	max-width:930px;
}

.w1000{
	max-width:1030px;
}

body{
	padding-top: 115px;
}

@media screen and (max-width: 599px){
	body{
		font-size: 1.4rem;
		padding-top: 95px;
	}
}

body::before{
	content: '';
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	background-image: url("assets/img/bg_main.svg");
	background-size: cover;
	z-index: -100;
	display: inline-block;
}

.side{
	width: 50px;
	height: 100%;
	/*right: 15px;*/
	right: 5px;
	position: fixed;
	/* top: 45px; */
	top: 20px;
	z-index: 100;
}

.color1{fill:#e57225;}/*バンズ色*/
.color2{fill:#fcd2b6;}/*薄い肌色*/
.color3{fill:#ff6c4a;}/*濃い肌色*/
.color4{fill:#6d382e;}/*パティ色*/
.color5{fill:#bcce7a;}/*野菜色*/

.anm01, .anm02, .anm03, .anm04, .anm05, .anm06{
	transition: .3s;
}

#trigger{
	cursor: pointer;
	display: inline-block;
	overflow: auto;
	position:relative;
	padding-bottom: 10px;
}

#trigger::after{
	position:absolute;
	content:'MENU';
	font-family: 'M PLUS 1 B';
	font-weight:normal;
	bottom:-1em;
	color:#fff;
	font-size:1.3rem;
	text-align:center;
	bottom: 0px;
    left: 0;
    width: 100%;
}

@media screen and (max-width: 767px){

	#trigger svg{
		width: 45px;
		margin: 0 auto;
	}
}

#trigger g > *{
	stroke:none;
}

.anm01.spread{
	transform: translate(5px, -5px) rotate(9deg);
}

.anm02.spread{
	transform: translate(3px, -2px) rotate(4deg);
}

.anm03.spread{
	transform: translate(2px, -1px) rotate(2deg);
}

.anm04.spread{
	transform: translate(1px, 0px);
}

.anm05.spread{
	transform: translate(-3px, 2px) rotate(-4deg);
}

.anm06.spread{
	transform: translate(-7px, 5px) rotate(-9deg);
}

header + nav > img{
	margin: 6.7vh auto;
}

ul.sns li{
	margin-bottom: 15px;
}

ul.sns li img{
	width: 30px;
	height: auto!important;
	margin: 0 auto;
}

header{
	position: fixed;
	top: 0;
	z-index: 100;
	padding-top: 15px;
    padding-left: 15px;
}

@media only screen and (max-width: 834px){
.side{
	top: 15px;
}
	
	header img{
		max-width: 150px;
	}
	
}

.card div:not(.card_img){
	background: #fff;
	min-height: 80px;
	padding: 20px 0.5em 1em;
	border-radius: 8px;
}

.card .card_img + div{
	border-radius: 0 0 8px 8px;
	padding: 0.7em 0.5em 1em;
}

.card{
	margin-bottom: 30px;
}

@media screen and (max-width: 767px){
	.card{
		margin-bottom: 15px;
	}
}

.card p{
	font-family: 'M PLUS 1 M';
	line-height: 1.2;
	font-size: 1.3rem!important;
}

.day{
	font-family: 'M PLUS 1 B';
	display: inline-block;
	margin-bottom: 0.5em;
	color: var(--font-subcolor);
	font-size: 1.1em;
}

#news .card,
#goods .card,
.mini-menu .card{
	width: 24%;
}

@media screen and (max-width: 767px){
	#news .card,
	#goods .card,
	.mini-menu .card{
		width: 48%;
	}
}

.card_wrapper{
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	flex-wrap: wrap;
}

#news .card_wrapper,
#goods .card_wrapper,
.mini-menu .card_wrapper{
	justify-content: center;
	column-gap: 1.3%;
}

@media screen and (max-width: 767px){
	#news .card_wrapper,
	#goods .card_wrapper,
	.mini-menu .card_wrapper{
		column-gap: 2%;
	}
	
	#news .card_wrapper{
		margin-bottom: 30px;
	}
}

.card_img img{
	transition: .3s;
}

#news .card:hover .card_img img,
#menu .card:hover .card_img img,
.menu .card:hover .card_img img,
#goods .card:hover .card_img img,
.mini-menu .card:hover .card_img img{
	transform: scale(1.05);
	transition: .3s;
}

.button{
	font-family: 'M PLUS 1 B';
	color: var(--font-color);
	background-color: #fff;
	border-radius: 5px;
	padding: 1em 1.5em;
	transition: .3s;
}

.button span{
	display: inline-block;
	transform: rotate(0.05deg);
}

.button:hover{
	background-color: var(--hover-color);
	color: #fff;
	transition: .3s;
}

.button_wrapper{
	text-align: center;
	margin-top: 40px;
	margin-bottom: 40px;
}

@media screen and (max-width: 767px){
	.button_wrapper{
		/*margin-top: 20px;*/
	}
}

#menu .card,
.menu .card{
	/*width: min(49%, 400px);*/
	width: min(48%, 400px);
}

#menu .card:nth-of-type(2n){
	transform: translateY(130px);
}

@media screen and (max-width: 767px){
	#menu .card{
		width: 49%;
	}
	
	#menu .card:nth-of-type(2n){
		transform: translateY(0px);
	}
}

.accessmap{
	width: min(53%, 530px);
	float: right;
	border-radius: 10px;
}

.accessinfo{
	overflow: hidden;
	line-height: 1.5;
	margin-bottom: 20px;
}

.accessinfo section p{
	font-family: 'M PLUS 1 B';
}

@media screen and (max-width: 767px){
	.accessmap{
		width: 100%;
		clear: both;
		margin-bottom: 1em;
	}

	.accessinfo{
		margin-bottom: 40px;
		padding: 15px!important;
	}
}

@media screen and (max-width: 767px){
	.accessinfo *{
		line-height: 1.6;
	}
}

.accessinfo table{
	margin-top: 0.5em;
	font-weight: 400;
	line-height: 1.5;
}

.accessinfo table th{
	text-align: left;
	vertical-align: top;
	font-weight: 400;
}

.accessinfo table td{
	padding: 0 15px;
	line-height: 1.5;
}

@media screen and (max-width: 767px){
	.accessinfo table td{
		padding-right: 0;
	}
}

.accessinfo h3,
.contents_wrapper .accessinfo h3{
	font-family: 'M PLUS 1 EB';
	font-size: 3rem;
	margin: 5px 0 30px;
}

.contents_wrapper .accessinfo h3{
	line-height: 1.3!important;
}

.accessinfo h3 span{
	font-size: 80%;
}

@media screen and (max-width: 767px){
	.accessinfo h3{
		margin: 5px 0 10px;
		font-size: 2rem;
	}
}

.accessinfo h3 + p{
	margin-bottom: 30px;
	line-height: 1.2;
}

.accessinfo p span{
	font-weight: 400;
	font-size: 80%;
	opacity: .6;
}


#access .card{
	width: min(48%, 480px);
}

.shopphoto{
	width: min(34%, 100px);
	float: right;
	margin-left: 15px;
}

.shopcard{
	width: min(48%, 480px);
	background: #fff;
	border-radius: 5px;
	padding: 15px;
	overflow: hidden;
}

@media screen and (max-width: 767px){
	.shopcard{
		width: 100%;
		margin-bottom: 20px;
	}
}

.shopcard h4{
	font-family: 'M PLUS 1 B';
	font-size: 2.2rem;
	margin: 0.2em 0 0.5em;
}

@media screen and (max-width: 767px){
	.shopcard h4{
		font-size: 1.8rem;
	}
}

.shopcard p{
	line-height: 1.5;
}

footer{
	background-color: #617a78;
	position: relative;
	z-index: 50;
	margin-top: 15vw;
	padding-bottom: 5px;
}

footer p{
	text-align: center;
	margin-bottom: 20px;
}

footer p a{
	text-decoration: underline;
}

footer::before{
	content: '';
	background-image: url("assets/img/footer_bg.webp");
	background-repeat: no-repeat;
	width: 100%;
	height: 25.5vw;
	background-size: contain;
	position: absolute;
	display: inline-block;
	top: -7vw;
	z-index: -1;
}

.footer_title{
	width: min(100%, 195px);
	margin: 0 auto;
}

@media screen and (max-width: 767px) {
	.footer_title{
		width: min(100%, 125px);
		transform: translateY(-10px);
	}
}

.sns.low{
	text-align: center;
	margin-top: 20px;
}

.sns.low li{
	display: inline-block;
	margin-bottom: 0;
}

.sns.low li:not(:last-child){
	margin-right: 15px;
}

footer .button{
	background-color: #f84aec;
/*	border: 4px solid #f84aec;*/
	box-shadow: 0px 0px 7px 0px #f84aec;
	border-radius: 5px;
	margin: 20px 0;
	color: #fff;
}

footer p,
footer p a{
	color: #fff;
}

footer p.copy{
	margin: 5px 0 8px;
	color: #333333;
	font-size: 1.2rem;
}

@media screen and (max-width: 599px){
	footer p.copy{
		font-size: 1rem;
	}
}

.togglemenu{
	background-color: #0c3378;
	background-image: url("assets/img/togglemenu_bg.webp");
	background-repeat: repeat;
	position: fixed;
	width: 100vw;
	height: 100vh;
	padding: 150px 0 50px;
	top: 0;
	display: none;
	z-index: 80;
}

@media screen and (max-width: 767px) {
	.togglemenu{
		padding-top: 120px;
		padding-bottom: 100px;
	}
}

.togglemenu.open{
	display: block;
}

.togglemenu h2{
	font-size: 3rem;
	font-weight: 700;
	text-align: center;
    color: #fff;
    padding-bottom: 0.5em;
    margin-bottom: 1em;
	position: relative;
}

.togglemenu h2::after{
	content: '';
	display: inline-block;
	position: absolute;
	bottom: 0;
	right: 0;
	left: 0;
	margin: 0 auto;
	width: 70px;
	height: 5px;
	background-color: #f84aec;
	box-shadow: 0px 0px 7px 0px #f84aec;
}

.togglemenu ul li{
	margin-bottom: 35px;
	text-align: center;
}

.togglemenu ul li a{
	font-family: "Bungee Shade";
	font-weight: normal;
	color: #fff;
	font-size: 3rem;
	transition: .3s;
	display: inline-block;
}

.togglemenu ul li a span{
	font-family: 'M PLUS 1 M';
	font-size: 50%;
	display: block;
}

.togglemenu ul li a:hover{
	color: var(--hover-color);
	transition: .3s;
}

.togglemenu ul li:last-child a span{
	font-size: 1.4rem;
}

ol{
	padding-left: 20px;
}

.contents ul li{
	list-style: none;
	position: relative;
	padding-left: 20px;
}

.contents ul li::before{
	content: '';
	position: absolute;
	display: inline-block;
	width: 0.7em;
	height: 0.7em;
	background-color: #f84aec;
	border-radius: 50%;
	top: 0.4em;
    left: -0.1em;
}

.contents li{
	margin-bottom: 1em;
}

.contents .card p{
	line-height: 1.5;
    margin-bottom: 0.2em;
	padding-right: 0.3em;
    padding-left: 0.3em;
}

@media screen and (max-width: 767px) {
	.contents .card p{
		line-height: 1.3;
		margin: 0.6em 0 0;
	}
}

@media screen and (max-width: 599px){
	.contents .card p{
		font-size: 1.3rem;
	}
}

.mini-menu .card_wrapper .card img{
	aspect-ratio: 250 / 173;
	object-fit: cover;
}

.accessinfo a.maplink{
	display: inline-block;
	border-radius: 10px;
	color: #fff;
	border: 2px solid var(--font-color);
	background-color: var(--font-color);
	padding: 0.5em 2em;
	margin: 0.5em 0;
	transition: .3s;
}

.accessinfo a.maplink:hover{
	color: var(--font-color);
	background-color: #fff;
	transition: .3s;
}

.accessinfo tbody th,
.accessinfo tbody td{
	padding-bottom: 10px;
}

.card_img{
	position: relative;
	width: 100%;
	overflow: hidden;
	border-radius: 8px 8px 0 0;
}

.card_img::before {
	content: "";
	display: block;
	padding-top: 68%;
}

.card_img img {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.bikou{
	font-size: 80%;
	opacity: .9;
}

#menu h4 span,
.menu h4 span{
	color: var(--font-subcolor);
	text-align: right;
    display: block;
    margin-left: 10px;
}

#menu h4 span span,
.menu h4 span span{
	display: inline-block;
	font-size: 75%;
	margin-left: 0;
}

#menu .card_img + div p{
	color: var(--font-subcolor);
	padding-right: 0.3em;
    padding-left: 0.3em;
}

.grecaptcha-badge { visibility: hidden; }