@charset "UTF-8";
/* CSS Document */
html,
body {
	padding: 0;
	margin: 0;
	position: relative;
	font-family: "Inter", "Noto Sans", sans-serif;
}
ul,li {
	list-style: none;
	margin: 0;
	padding: 0;
}
h1,h2,h3 {
	margin: 0;
	padding: 0;
}
img {
	max-width: 100%;
}
a {
	text-decoration: none;
	color: #000;
}
#ch_web {
	position: relative;
	width: 100%;
}
.spv {
	display: none;
}
@media only screen and (max-width: 768px) {
	.spv {
		display: block;
	}	
	.pcv {
		display: none;
	}
}

header{
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 60px;
	z-index: 1000;
}
.logo{
  position: absolute;
  top: 50%;
  left: 20px;
	transform: translate(0,-50%);
	width: 20%;
	max-width: 100px;
	line-height: 0;
	z-index: 9999
}
.nav_list li {
	position: relative;
}
.nav_item a,.nav_item p {
	position: relative;
	margin: 0;
	padding: 0;
	font-size: 14px;
	cursor: pointer;
}
.sp_nav,.sp_copyright {
	display: none;
}
.in {
    display: none;
    position: relative;
    top: auto;
    left: auto;
    /*height: 0;*/
}
/*.nav_list li.in_open:hover .in {
	height: 100%;
	display: block;
}*/
@media only screen and (max-width: 768px) {
  .nav {
    position: fixed;
    right: -100%; 
    top: 0;
    width: 100%;
    height: 100vh;
    background-color: #fff;
    transition: all .6s;
    z-index: 9998;
    overflow-y: auto;
  }
  .hamburger {
    position: absolute;
    right: 15px;
    top: 8px;
    width: 40px;
    height: 40px;
    cursor: pointer;
    z-index: 9999;
  }
  .nav_list {
	  position: absolute;
	  top: 25%;
	  left: 5%;
	  width: 90%;
  }
	.nav_item {
		margin-bottom: 5%;
	}
  .nav_item a,.nav_item p {
    display: block;
    text-decoration: none;
    color: #333;
	  font-size: 18px;
  }
  .hamburger_border {
    position: absolute;
    left: 11px;
    width: 18px;
    height: 2px;
    background-color: #333;
    transition: all .6s;
  }
  .hamburger_border_top {
    top: 14px;
  }
  .hamburger_border_bottom {
    top: 26px;
  }
  .black_bg {
    position: fixed;
    left: 0;
    top: 0;
    width: 100vw;
    height: 100vh;
    z-index: 100;
    background-color: #333;
    opacity: 0;
    visibility: hidden;
    transition: all .6s;
    cursor: pointer;
  }

  /* 表示された時用のCSS */
  .nav-open .nav {
    right: 0;
  }
  .nav-open .black_bg {
    opacity: .8;
    visibility: visible;
  }
  .nav-open .hamburger_border_top {
    transform: rotate(45deg);
    top: 20px;
  }
  .nav-open .hamburger_border_center {
    width: 0;
    left: 50%;
  }
  .nav-open .hamburger_border_bottom {
    transform: rotate(-45deg);
    top: 20px;
  }
	.in {
		margin-top: 4%;
	}
	.in li {
		margin-bottom: 2%;
	}
	.in li a {
		font-size: 12px;
	}
	.sp_nav {
		display: block;
		margin-top: 20%;
	}
	.sp_nav li {
		display: inline-block;
		padding-right: 10px;
	}
	.sp_nav li a {
		font-size: 12px;
	}
	.sp_copyright {
		display: block;
		margin-top: 10%;
		font-size: 10px;
	}
}

@media only screen and (min-width: 769px) {
  .nav_list{
    text-align: right;
	  position: absolute;
	  top: 50%;
	  right: 20px;
	  transform: translate(0,-50%);
	  line-height: 1
	  
  }
  .nav_list li{
    display: inline-block;
    text-align: right;
    padding-left: 20px;
  }
  .nav_list li a,.nav_list li p{
    color: #000;
	  font-size: 12px;
	  position: relative;
	  transition: 0.5s all 0s ease;
  }
	.nav_list li a::before,.nav_list li p::before,.foot_nav li a::before{
		content: "";
		position: absolute;
		bottom: 0;
		left: 0;
		width: 0%;
		height: 1px;
		background: #000;
		transition: 0.5s all 0s ease;
	}
	.nav_list li a:hover::before,.nav_list li p:hover::before,.foot_nav li a:hover::before {
		width: 100%;
	}
	.in {
		position: absolute;
		top: 20px;
		left: 0px;
	}
	.in li {
		display: block;
		font-size: 10px;
		text-align: left;
	}
	.in li a {
		display: inline-block;
		margin: 5px 0;
	}
}




main {
	position: relative;
	width: 100%;
	opacity: 0;
	transition: 1.6s all 0.4s ease;
}
main.ac {
	opacity: 1
}


#visual {
	background: url("../img/main_26ss.webp") no-repeat top;
	background-size: cover;
	width: 100%;
	height: 100vh;
	position: fixed;
	top: 0;
	left: 0;
}

.page {
	position: relative;
	box-sizing: border-box;
	padding: 15vh 0;
	min-height: 100vh;
}
.page h2 {
	text-align: center;
	font-size: 16px;
	font-weight: 400;
}
@media only screen and (max-width: 768px) {
	#visual {
		height: 100svh;
	}

	.page {
		min-height: 100svh;
	}
}

#about .txt {
	position: relative;
	margin-top: 75px;
	padding-top: 75px;
}
#about .txt:nth-last-of-type(1)::before {
	content: "";
	position: absolute;
	top: 0;
	left: 50%;
	width: 50px;
	height: 1px;
	background: #000;
	transform: translate(-50%,0);
	
}
#about p {
	text-align: center;
	line-height: 2.4;
	letter-spacing: 1px;
	font-size: 12px;
	margin: 0;
	padding: 0;
}
#about p.en {
	font-size: 10px;
}
@media only screen and (max-width: 768px) {
	#about .txt {
		margin-top: 40px;
		padding-top: 40px;
	}
	#about p {
		font-size: 12px;
	}
}


#shoplist .shop {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	column-gap: 5%;
	padding-top: 75px;
	max-width: 1200px;
	margin: 75px auto 0;
}
#shoplist .shop li {
	text-align: center;
	margin-bottom: 35%;
}
#shoplist .shop h3 {
	font-size: 16px;
	font-weight: 500;
	margin-bottom: 40px;
}
#shoplist .shop p {
	font-size: 12px;
	font-weight: 400;
	line-height: 1.4;
	margin: 20px 0
}
#shoplist .shop .map a {
	display: inline-block;
	text-align: center;
	border: 1px solid #000;
	font-size: 11px;
	padding: 5px 10px;
	line-height: 1;
}
@media only screen and (max-width: 768px) {
	#shoplist .shop {
		display: block;
		padding-top: 40px;
		margin: 40px auto 0;
	}
	#shoplist .shop li {
		text-align: center;
		margin-bottom: 25%;
	}
	#shoplist .shop h3 {
		font-size: 14px;
		font-weight: 500;
		margin-bottom: 40px;
	}
	#shoplist .shop p {
		font-size: 12px;
	}
}



footer {
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 60px;
	z-index: 1000;
}
.foot_nav {
	position: absolute;
	top: 50%;
	left: 20px;
	transform: translate(0,-50%);
}
 .foot_nav li{
    display: inline-block;
    padding-right: 20px;
 }
.foot_nav li a{
	display: inline-block;
	color: #000;
	font-size: 9px;
	position: relative;
}
.copyright {
	position: absolute;
	top: 50%;
	right: 20px;
	transform: translate(0,-50%);
	 font-size: 10px;
}
@media only screen and (max-width: 768px) {
	.foot_nav {
		display: none;
	}
	.copyright {
		 font-size:9px;
	}
}
