@charset "utf-8";
/* CSS Document */

body{
	margin: 0;
	background-color: #F6F6EA;
}

.wrapper{
	background-color: #F6F6EA;
	padding-bottom: 5%;
	max-width: 1000px;
	width: 100%;
	margin: 0 auto;
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-weight: 400;
	font-style: normal;
}

.wrapper img{
	display: block;
	line-height: 0;
}

.zen-kaku {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.lead{
	text-align: center;
	font-size: 15px;
	line-height: 2;
	margin: 10% auto;
}

.wrapper ul{
	padding: 0;
	list-style: none;
	width: 94%;
	margin: 5% auto;
	display: flex;
	justify-content:space-around;
	border-top: solid 1px #ccc;
	border-bottom: solid 1px #ccc;
	padding: 4% 0;
}
.wrapper ul li{
	width:100%;
}

.wrapper ul li a{
	display: block;
	text-align: center;
	color: #000;
	text-decoration: none;
	font-size: 15px;
	padding-bottom: 8%;
	position: relative;
}

.wrapper ul li a:after{
	display: inline-block;
	position: absolute;
	bottom: 0;
	left: 50%;
	right: 15px;
	width: 6px;
	height: 6px;
	border-top: 1px solid #000;
	border-right: 1px solid #000;
	content: "";
	transform: translateX(-50%)  rotate(135deg);
}

.wrapper ul li:first-child{
	border-right: 1px solid #ccc;
}

.wrapper ul li:last-child{
	border-left: 1px solid #ccc;
}

.contentBox{
	margin: 10% auto;
}

.contentBox h1{
	text-align: center;
	margin: 1% auto;
	line-height: 1;
	font-size: 50px;
	font-weight: normal;
}

.contentBox h1 span{
	font-size: 16px;
}

.item{
	margin: 5% auto;
}

.box{
	width: 90%;
	margin: 0 auto 20%;
}

.box_last{
	margin-bottom: 10%;
}

.slide{
	position: relative;
	overflow: inherit;
}

.slide img{
	animation-duration: 9s;
    animation-iteration-count: infinite;
    animation-name: slideshow; 
    animation-timing-function: ease; 
    opacity: 0;
}

.slide img:nth-child(2), .slide img:nth-child(3){
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 100%;
	height: auto;
}

.slide img:nth-child(1){
	animation-delay: 0s;
	}

.slide img:nth-child(2){
	animation-delay: 3s;
}

.slide img:nth-child(3){
	animation-delay: 6s;
}

@keyframes slideshow {
  0% {
    opacity: 0;
  }

  16% {
    opacity: 1;
  }

  33% {
    opacity: 1;
  }

  49% {
    opacity: 0;
  }

  100% {
    opacity: 0;
  }
}

.name{
	margin: 5% 0;
	padding-bottom: 3%;
	border-bottom: solid 1px #ccc;
}

.name p{
	margin: 2% 0;
	font-size: 17px;
	line-height: 1.6;
}

.name p:after{
	content: '(税込)';
	display: inline-block;
	font-size: 13px;
	margin-left: 5px;
}

.thm{
	margin: 5% 0;
}

.thm p{
	margin: 2% 0;
	font-size: 17px;
	line-height: 1.6;
}

.buy{
	display: block;
	width: 60%;
	margin: 10% auto;
	text-align: center;
	background-color: #333333;
	color: #fff;
	text-decoration: none;
	line-height: 2.6;
	position: relative;
}

.buy:after{
	display: inline-block;
	position: absolute;
	top: 50%;
	right: 15px;
	width: 6px;
	height: 6px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	content: "";
	transform: translateY(-50%) rotate(45deg);
}

.all{
	display: block;
	width: 90%;
	margin: 10% auto;
	text-align: center;
	background-color: #8C756A;
	color: #fff;
	text-decoration: none;
	line-height: 3;
	position: relative;
}

.all:after{
	display: inline-block;
	position: absolute;
	top: 50%;
	right: 15px;
	width: 6px;
	height: 6px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	content: "";
	transform: translateY(-50%) rotate(45deg);
}

@media(min-width:750px){
.bnr{
	width: 50%;
	margin: 5% auto
}
	
.wrapper ul li a{
	display: block;
	text-align: center;
	color: #000;
	text-decoration: none;
	font-size: 26px;
	padding-bottom: 4%;
	position: relative;
}
	
.contentBox{
	margin: 10% auto;
}

.contentBox h1{
	font-size: 80px;
}

.contentBox h1 span{
	font-size: 20px;
}

.item{
	margin: 5% auto;
	display: flex;
	column-gap: 15px;
}
	
.item_last {
	justify-content: center;
}
	
.item_last .box{
	width: 33.3%;
	justify-content: center;
	margin: 0;
}

.box{
	width: 100%;
	margin: 0 auto;
}
	
.name p{
	font-size: 15px;
}

.name p:after{
	font-size: 11px;
}

.thm p{
	font-size: 14px;
}
	
.buy{
	margin: 4% 0;
	line-height: 2.0;
}
.all{
	width: 40%;
}
}









