@charset "UTF-8";
/* CSS Document */
/*h1↓*/
.top h1{
	font-family: 'Noto Serif JP', serif;
	font-size: 1.5rem;
	letter-spacing: 5px;
	letter-spacing: 7;
	text-align: center;
	height: 100vh;
	background-image: url("../images/top/top-bg.jpg");
	background-size: cover;
	display: flex;
	justify-content: center;
	align-items: center;
	color: rgba(254,254,254,0.75);
	text-shadow: 2px 2px 4px #c09882;
}

/*コンセプト↓*/
.concept{
	padding-top: 120px;
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 100px;
	padding-bottom: 45px;
	background-image: url("../item/concept/item.png");
	background-size: contain;
	background-repeat: no-repeat;
	background-position: bottom;
}
.concept-text{
	text-align: center;
	margin-bottom: 10px;
}
.concept-text h2{
	font-size: 2rem;
	font-weight: 800;
	margin-bottom: 20px;
}
.link-button-area{
	background-color: #f8f79d;
	text-align: center;
	max-width: 160px;
	height: 40px;
	margin-right: auto;
	margin-left: auto;
	border: solid 1px #411c00;
	border-radius: 35px;
}
.link-button{
	line-height: 40px;
	font-size: 16px;
	font-weight: 600;
}

/*MENU↓*/
.menu{
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 120px;
}
.menu-title{
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 80px;
}
.menu-title h2{
	font-size: 60px;
	padding-left: 1rem;
	position: relative;
}
.menu-title h2::after{
	content: '';
	display: block;
	max-width: 100%;
	height: 11px;
	background-color: #c2d1bb;
	position: absolute;
	top: 40%;
	left: 250px;
	right: 0;
	padding-right: 20px;
	border-bottom: 3px solid #411c00;
}
.menu-title-reverse{
	margin-top: 30px;
}
.menu-title-reverse h2::after{
	content: none;
}
.menu-title-reverse h2{
			text-align: right;
	position: relative;
}
.menu-title-reverse h2::before{
	content: '';
	display: block;
	max-width: 100%;
	height: 11px;
	background-color: #c2d1bb;
	position: absolute;
	top: 40%;
	right: 240px;
	left: 0;
	border-bottom: 3px solid #411c00;
}
.menu-item ul{
	display: flex;
}
.menu-item ul li{
	margin-right: 20px;
}
.menu-item ul li img{
	max-width: 260px;
	max-height: auto;
}
.link-button-area{
	margin-top: 50px;
}

/*↓slick css↓*/
.slider-3 .slick-slide {
  margin: 0 60px;
  padding: 60px 0;
  position: relative;
}
.slider-3 .slick-slide .slide-img {
  width: 600px;
  height: 400px;
  transition: all 0.6s ease 0.4s;
  opacity: 0.8;
  box-shadow: 7px 7px 15px -5px #666;
  overflow: hidden;
}
.slider-3 .slick-slide.slick-current .slide-img {
  transform: scale(1.2);
  opacity: 1;
}
.slider-3 .slick-slide .slide-img img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
/*↓スライド画像サイズ変えた*/
.slide-img{
	max-width: 260px;
	max-height: 260px;
}
.slick-center{
	max-width: 550px;
	max-height: 550px;
}
/*↑スライド画像サイズ変えた*/
.slider-3 .slick-arrow {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background-color: #fff;
  cursor: pointer;
  border: none;
  outline: none;
  font-size: 0;
  position: absolute;
  top: 50%;
  z-index: 1;
  transform: translateY(-50%);
  filter: drop-shadow(0px 3px 6px rgba(0, 0, 0, 0.16));
}
.slider-3 .slick-arrow::before {
  content: '';
  display: block;
  width: 12px;
  height: 12px;
  border: 1px solid #09000d;
  border-width: 3px 3px 0 0;
  position: absolute;
  top: 24px;
  transform: rotate(45deg);
}
.slider-3 .slick-next {
  right: 0;
}
.slider-3 .slick-prev {
  left: 0;
}
.slider-3 .slick-next::before {
  left: 20px;
}
.slider-3 .slick-prev::before {
  border-width: 0 0 3px 3px;
  right: 22px;
}
.dots-3 .slick-dots {
  text-align: center;
}
.dots-3 .slick-dots li {
  display: inline-block;
}
.dots-3 .slick-dots button {
  display: block;
  width: 10px;
  height: 10px;
  margin: 6px;
  font-size: 0;
  padding: 0;
  border: 0;
  outline: none;
  cursor: pointer;
  background: #bcbcbc;
  border-radius: 50%;
}
.dots-3 .slick-dots .slick-active button {
  background: #0a467d;
}

/*online-shop*/
.shop{
	margin-bottom: 100px;
}
.shop-title h2{
	font-size: 50px;
	text-align: center;
	margin-bottom: 100px;
}
.shop-title h2::after{
	content: url("../item/onlineshop/item-onlineshop.png");
}
.shop-title h2::before{
	content: url("../item/onlineshop/item-onlineshop.png");
}
.shop p{
	text-align: center;
	margin-bottom: 50px;
	width: 90%;
	margin-right: auto;
	margin-left: auto;
}
.shop-item{
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}
.shop-item li{
	margin-bottom: 50px;
}
.shop-item li img{
	width: 80%;
	display: block;
	margin-right: auto;
	margin-left: auto;
	object-fit: contain;
}
.shop-item dl{
	display: inline-block;
	margin-left: 10%;
	margin-right: auto;
}
.shop-item li dt{
	font-size: 20px;
	font-weight: 600;
	margin-bottom: 5px;
}

@media(min-width:700px){
	.concept{
		background-size: 500px;
	}

}
@media(min-width:800px){
		.shop-item{
		display: flex;
		flex-direction: row;
			justify-content: space-around;
	}
		.shop-item img{
		width: 150px;
		height: 250px;
	}
}
