@charset "utf-8";
/* CSS Document */


body {
	margin:0;
	padding:0;
}

sup {
	vertical-align: baseline;
    font-size: 10px;
    padding: 0 1.5px;
}
 
sub {
	vertical-align:text-bottom;
}


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

/* ------------ Slider ------------ */

#slider {
	width:100%;
	height:100vh;
	/*background:#131313ab;*/
	top:0;
	display: flex;
   justify-content: center;
   align-items: center;
}

#slider:before {
	background:url("../img/back/back_dp.jpg") no-repeat center center;
	content:"";
	display:block;
	position:fixed;
	top:0;
	left:0;
	z-index:-1;
	width:100%;
	height:100vh;
	background-size:cover;
	/*margin-top:110px;*/
}

.top {
    width: 80%;
    margin: 0 auto;
    top: -70px;
    position: relative;
}


h1.top {
    font-family: 'Montserrat',sans-serif;
    font-size: 95px;
    color: #fff;
    letter-spacing: 10px;
	font-weight: 500;
}

h2.top {
    font-size: 17px;
    font-weight: 500;
    color: #fff;
    letter-spacing: 5px;
    padding-left: 20px;
    margin-top: -10px;
    font-family: 'Montserrat',sans-serif;
}

.sp_logo,.logo {
	display:none;
}

ul.h-nav li a {
	color:#fff;
}

/* ------------ Main ------------ */

#wrap {
	width:100%;
	/*background:#e7e7e7;*/
}


#main {
	width:70%;
	color:#333;
	margin:0 auto;
}


/* ------------ about ------------ */

#about {
	width:100%;
	background:#7c879b;
	height:390px;
}

#box {
    width: 70%;
    font-size: 25px;
    color: #fff;
    margin: 0 auto;
    display: flex;
    /* justify-content: center; */
    align-items: center;
    padding: 30px 0;
    height: 330px;
}


#a-box01 {
    background: #fff;
    width: 450px;
    padding: 25px 35px;
    position: absolute;
	border-radius:10px;
}

.title01 {
    font-size: 25px;
    letter-spacing: 1px;
    font-weight: 600;
    color: #333;
    line-height: 50px;
    border-left: 5px #333 solid;
    padding-left: 25px;
}

.text01 {
	display:inline-block;
	color:#333;
	font-size:14px;
	font-weight:500;
	line-height:25px;
	margin-top:20px;
}

img.info-item {
	display:none;
    z-index: 8;
    width: 410px;
    position: absolute;
    margin-top: 20px;
    margin-left: 500px;
    filter: drop-shadow(5px 4px 6px #555);
}


/* ------------ info ------------ */


#information {
	width:100%;
	background:#fff;
	padding:30px 0;
}


#box2 {
    width: 70%;
    font-size: 25px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 30px 0;
    height: 250px;
    /*border: 1px #e7e7e7 solid;*/
    border-radius: 15px;
}


h1.infoh1 {
    font-family: 'Montserrat', sans-serif;
    text-align: center;
    font-size: 30px;
    font-weight: 400;
    color: #333;
    width: 30%;
    letter-spacing: 3px;
}


ul.info {
	list-style:none;
	width:60%;
	overflow: auto !important;
	height: 200px;
}

ul.info li {
    font-size: 13px;
    color: #333;
    border-bottom: 1px #ccc dotted;
    padding: 15px 10px;
    letter-spacing: 1px;
}

ul.info li:first-child { border-top: 1px #ccc dotted; }


span.date {
	font-family: 'Montserrat', sans-serif;
	font-size:12px;
	color:#ccc;
	letter-spacing:2px;
}



#info_sub {
    margin: 0 auto;
    width: 50%;
}


h1.infoh2 {
    text-align: center;
    letter-spacing: 0.5px;
    color: #333;
	font:23px;
}


#info_sub h3 {
    font-size: 18px;
    letter-spacing: 0.5px;
	padding-top:15px;
	font-weight: 700;
	color:#333;
}

.date2 {
    font-size: 16px;
    padding-left: 20px;
    letter-spacing: 1px;
    color: red;
	font-weight: 700;
}

.time {
    font-size: 14px;
    letter-spacing: 1px;
    color: #333;
    padding-left: 20px;
}

.info2_att {
    padding-left: 20px;
    letter-spacing: 0.5px;
    padding-top: 10px;
    font-size: 13px;
    line-height: 20px;
}


/* ----- product ----- */


#product {
    background: #f5f5f5;
    width: 100%;
    display: inline-block;
	padding-top:20px;
	padding-bottom:50px;
}

#itembox01 {
    width: 80%;max-width: 1200px;
    margin: 0 auto;
    padding-bottom: 50px;
    padding-top: 20px;
    justify-content: center;
    display: flex;
	flex-wrap: wrap;
}


.image {
	width: 80%;
	max-width: 330px;
	margin: 25px auto 15px;;
	text-align: center;
	background: #fff;
	padding: 30px 0;
	border-radius: 15px;
}


.itembox img {
	width: 80%;
	margin:0 auto;
}

.itembox {
	/*width: calc(100%/4); 商品増えたら戻す*/
	width: calc(100%/3);
	padding: 30px 0;
	display: flex;
	flex-direction: column;
	justify-content: space-around;
}

h1.itembox-name {
    font-family: 'Montserrat', sans-serif;
    font-size: 30px;
    text-align: center;
    font-weight: 400;
    letter-spacing: 3px;
    color: #333;
    margin: 100px auto 0;
	width: 100%;
}



h2.item-name {
    font-size: 22px;
	color: #333;
    /*border-bottom: 1px #333 solid;
	padding-bottom: 15px;*/
	text-align: left;
	width: 80%;
	margin: 0 auto 15px;
	font-weight: 600;
	letter-spacing: 1px;
}

h3.item-midashi {
    font-size: 13px;
	font-weight: 500;
    color: #fff;
	background: #333;
	letter-spacing:1px;
	text-align: left;
	width: fit-content;
	margin: 15px 11% 10px;
	padding: 5px 10px;
}


p.itembox-text {
    color: #333;
    font-size: 13px;
    /*letter-spacing: 0.2px;*/
    font-weight: 500;
    padding: 5px 10px;
    text-align: justify;
	width: 80%;
	margin: 0 auto;
	flex-grow: 1;
}


p.tyusyaku {
	width: 80%;
	margin: 15px auto 0;
    font-size: 10px;
    font-weight: 500;
    color: #999;
    padding: 5px;
	flex-grow: 1;
}

p.goexm {
	text-align: center;
	padding: 0;
	margin: 0 auto;
	letter-spacing: 0;
}



/* ------------------------------------
  ■ タブレット
------------------------------------ */

@media screen and (max-width:1080px) {
	
	.itembox {
		width: calc(100%/2);
	}
	
	.mini {
		max-width: 270px;
	}
	
	
}

@media screen and (max-width:750px) {
	
	.pc { display: none; }
	.sp {display: block; }
	
	
	
	sup {
		vertical-align:text-top;
}
 
	sub {
		vertical-align:text-bottom;
	}

	.mini {
		max-width: none;
	}
	
	.menu-trigger {
		background: #00000054;
	}
	
/* ------------ Slider ------------ */

	#slider {
		width:100%;
		height:100vh;
		background:#131313ab;
		top:0;
		display: flex;
	   justify-content: center;
	   align-items: center;
	   overflow:hidden;
	}

	#slider:before {
		background: url("../img/back/back_dp_sp.jpg") no-repeat;
		content:"";
		display:block;
		position:fixed;
		top:0;
		left:0;
		z-index:-1;
		width:100%;
		height:100vh;
		background-size:cover;
		background-position: 70%;
	}

	.top {
		top: auto;
		width:80%;
		margin:0 auto;
	}

	h1.top {
		display:none;
	}

	h2.top {
		font-family: 'Montserrat', sans-serif;
		font-size: 12px;
		font-weight: 600;
		color: #fff;
		letter-spacing: 3px;
		margin-top: -15px;
		text-align: center;
	}

	.sp_logo {
		display: block;
		padding-bottom: 30px;
		width: 50%;
		margin: 0 auto;
	}

	/* ------------ about ------------ */

	#about {
		width:100%;
		background:#263246d1;
		padding:40px 0;
	}

	#box {
		width: 90%;
		margin:0 auto;
	}


	#a-box01 {
		/*background: #fff;*/
		margin:0 auto;
		width:80%;
		padding:20px;
		border-radius:10px;
	}

	.title01 {
		font-size: 25px;
		letter-spacing: 1px;
		font-weight: 600;
		color: #fff;
		text-align: center;
		line-height: 45px;
		/* border-left: 5px #333 solid; */
		/* padding-left: 20px; */
		padding-top: 20px;
	}

	.text01 {
		/* display: inline-block; */
		color: #fff;
		font-size: 13px;
		font-weight: 500;
		line-height: 25px;
		margin-top: 20px;
		width: 100%;
		padding: 20px 0;
		margin: 0 auto;
	}

	img.info-item {
		display:block;
		width:80%;
		margin:0 auto;
		margin-top:30px;
	}


	/* ------------ info ------------ */


	#information {
		width:100%;
		background:#fff;
		padding-bottom: 50px;
	}


	#box2 {
		width: 85%;
		margin:0 auto;
		padding:40px 0;
		text-align:center;
		flex-direction: column;
        height: auto;
	}


	h1.infoh1 {
		width: 100%;
		text-align: center;
		font-size: 25px;
		font-weight: 600;
		color: #333;
		display: inline-block;
		/*border-bottom: 1px #ccc solid;*/
		padding-bottom:5px;
	}

	ul.info {
		width: 90%;
		list-style:none;
		padding-left:0;
		text-align:left;
		margin: 10px auto 25px;
		height: 25vh;
	}

	ul.info li {
		font-size: 11px;
		letter-spacing: 1px;
		line-height: 20px;
		color: #333;
		border-bottom: 1px #ccc dotted;
		padding: 5px 10px;
	}


	span.date {
		font-size:10px;
		letter-spacing:2px;
		color:#ccc;
	}


	#info_sub {
		width: 80%;
		margin: 0 auto;
	}


	h1.infoh2 {
		font-size: 17px;
		letter-spacing: 0.5px;
		text-align: center;
		color:#333;
	}

	#info_sub h3 {
		font-size: 13px;
		color: #333;
		text-align: justify;
		padding-top:10px;
	}

	.date2 {
		font-size: 13px;
		color: red;
		text-align: center;
		border-top: 1px red dotted;
		border-bottom: 1px red dotted;
		padding: 5px 0;
		margin-bottom: 7px;
	}

	.time {
		text-align:center;
		color:#333;
		font-size:12px;
	}

	.info2_att {
		text-align:justify;
	}

	.info2_att {
		text-align: justify;
		line-height: 23px;
		letter-spacing: 0.5px;
		padding-bottom:35px;
	}

	
	
/* ------------ product ------------ */
	
	h1.itembox-name {
    	margin: 100px auto 30px;
	}
	
	#itembox01 {
		width: 90%;
	}
	
	.itembox {
    	width: 100%;
	}
	
	


	}




