@charset "utf-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Oswald:wght@200..700&display=swap');
html {
  background-color: #F4F3EF;
}
body {
  line-height: 1.6;
  font-family: "Noto Sans JP","Oswald", sans-serif;
  background-color: #FFF;
  color: #000;
}
body.not_scroll {
  height: 100%;
  overflow: hidden;
}
@media (max-width: 750px) {
}
@media (min-width: 751px) {
}
#header {
  display: flex;
  justify-content: space-between;
  font-weight: 500;
}
@media (max-width: 750px) {
  #header .pcNavi {
    display: none;
  }
  #header {
    height: 60px;
    padding-inline: 8px;
  }
  #header .logo {
    flex-basis: 60%;
    display: flex;
    flex-direction: column;
  }
  #header .logo a {
    flex-grow: 2;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  #header .spNavi .openbtn {
    position: fixed;
    z-index: 99999; /*ボタンを最前面に*/
    top: 0px;
    right: 0px;
    cursor: pointer;
    width: 60px;
    height: 60px;
    border-top-left-radius: 999px;
    border-bottom-left-radius: 999px;
    background-color: #FFF;
  }
  #header .spNavi .openbtn.active {
    box-shadow: none;
    background-color: #ee6e00;
  }
  #header .spNavi .openbtn span {
    display: inline-block;
    transition: all .4s;
    position: absolute;
    left: 12px;
    height: 4px;
    border-radius: 5px;
    background-color: #ee6e00;
    width: 45%;
  }
  #header .spNavi .openbtn span:nth-of-type(1) {
    top: 15px;
  }
  #header .spNavi .openbtn span:nth-of-type(2) {
    top: 26px;
  }
  #header .spNavi .openbtn span:nth-of-type(3) {
    top: 37px;
  }
  #header .spNavi .openbtn.active span:nth-of-type(1) {
    top: 20px;
    left: 24px;
    transform: translateY(6px) rotate(-45deg);
    width: 45%;
    background: #FFF;
  }
  #header .spNavi .openbtn.active span:nth-of-type(2) {
    opacity: 0;
  }
  #header .spNavi .openbtn.active span:nth-of-type(3) {
    top: 32px;
    left: 24px;
    transform: translateY(-6px) rotate(45deg);
    width: 46%;
    background: #FFF;
  }
  #header .spNavi #g-nav {
    position: fixed;
    z-index: -1;
    opacity: 0;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100vh;
    background-color: #ee6e00;
    transition: all 0.3s;
  }
  #header .spNavi #g-nav.panelactive {
    opacity: 1;
    z-index: 9998;
    display: block;
  }
  #header .spNavi .spMenu {
    padding: 15px;
  }

}
@media (min-width: 751px) {
  #header {
    width: 100%;
		height: 110px;
  }
  #header .logo {
    flex-basis: 380px;
		padding-inline: 15px;
    display: flex;
    flex-direction: column;
  }
  #header .logo a {
    flex-grow: 2;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  #header .pcNavi {
    display: flex;
		flex-direction: column;
		align-items: flex-end;
		padding: 8px 15px;
		gap: 2px;
  }
  #header .pcNavi .headToi {
    display: flex;
		align-items: flex-end;
		gap: 15px;
		padding-inline: 15px;
		height: 35px;
	}
  #header .pcNavi .headToi ul {
    display: flex;
  }
  #header .pcNavi .headToi ul li {
		font-size: 12px;
  }
  #header .pcNavi .headToi ul li a {
		padding: 8px;
  }
  #header .pcNavi .headToi .headTel {
  }
  #header .pcNavi .gNavi {
		flex-grow: 2;
    display: flex;
  }
  #header .pcNavi .gNavi li {
    display: flex;
		flex-direction: column;
  }
  #header .pcNavi .gNavi li a {
		flex-grow: 2;
    display: flex;
		flex-direction: column;
    justify-content: center;
		align-items: center;
		padding-inline: 1em;
		font-weight: bold;
  }
  #header .pcNavi .gNavi li a:hover {
		background-color: rgba(55,55,55,.05);
	}
  #header .spNavi {
    display: none;
  }
}
#footer {
  background-color: #EE6E00;
}
#footer::before {
	content: "";
	display: block;
	width: 100%;
	height: 600px;
	background-image: url("../img/footImg.jpg");
	background-size: contain;
	background-repeat: no-repeat;
}
#footer .footWrap {
	max-width: 1200px;
	width: 95vw;
	margin-inline: auto;
}
#footer .footWrap .map iframe {
  width:100%;
  height:100%;
}
#footer .footWrap .addr {
	color: #FFF;
	display: flex;
	flex-direction: column;
	gap: 4px;
}
#footer .footWrap .addr p {
	line-height: 1.4;
}
#footer .footWrap .addr .copyright {
	margin-top: auto;
}
@media (max-width: 750px) {
  #footer {
    padding-bottom: 80px;
  }
  #footer::before {
    height: 150px;
    background-size: cover;
  }
  #footer .footWrap {
		padding-top: 30px;
  }
  #footer .footWrap .map {
		display: none;
  }
  #footer .footWrap .addr {
		align-items: center;
		gap: 15px;
  }
  #footer .footWrap .addr .shopName {
		width: 60%;
  }
  #footer .footWrap .addr .shopName p {
		font-size: calc(60vw / 21);
  }
  #footer .footWrap .addr .footTel {
		width: 60%;
  }
  #footer .footWrap .addr .footToi {
		width: 50%;
  }
  #footer .footWrap .addr .bnr_sugimo {
		width: 85%;
  }
}
@media (min-width: 750px) {
  #footer {
    padding-bottom: 30px;
  }
  #footer::before {
    height: 450px;
    background-size: cover;
	}
  #footer .footWrap {
    display: flex;
		flex-direction: row;
		gap: 100px;
		padding-top: 50px;
	}
  #footer .footWrap .map {
		flex-basis: 60%;
		height: 400px;
	}
  #footer .footWrap .addr {
		flex-basis: calc(40% - 100px);
		gap: 15px;
	}
  #footer .footWrap .addr h3 {
		font-size: 28px;
	}
}
@media (min-width: 1400px) {
  #footer::before {
    height: 600px;
}
}
.container {
	max-width: 1400px;
	width: 95vw;
	margin-inline: auto;
}
@media (max-width: 750px) {
}
@media (min-width: 751px) {
}
@media (min-width: 1400px) {
}
.fixToi {
	position: fixed;
	filter: drop-shadow( 0 0 5px rgba(0,0,0,.6));
}
@media (max-width: 750px) {
.fixToi {
	width: calc(100vw - 15px);
	bottom: 0;
	left: 7.5px;
}
}
@media (min-width: 751px) {
.fixToi {
	top: calc(50% - 190px);
	right: 0;
}
}
