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

#lp_{
	color: #333;
	letter-spacing: 0.2rem;
	margin: 0 auto 100px;
	width: 1100px;
}
#lp_ li{
  list-style: none;
}

.itemnon_{
  margin: 100px auto;
  text-align: center;
  font-family: 'Work Sans', "Yu Gothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
  font-size: 1.4rem;
}

.buttons{
text-align: center;
margin: 50px 0;
font-size: 18px;
}


.button{
display: inline-block;
margin: 0 10px;
border-bottom: 1px solid;
padding-bottom: 5px;
font-weight: 600;
}

.mediatitle_{
	background-color:#EAEAEA;
	margin: 60px auto 30px;
	padding: 10px;
	width: 1000px;
}
.mediatitle_ p{
	font-size: 2rem;
	font-weight: bold;
	margin-left: 20px;
}
.mediatitle_ span{
	font-size: 1.5rem;
}

.btitle_{
	border-bottom: solid 3px #333;
	margin: 60px auto 10px;
	padding: 10px;
	width: 1050px;
}
.btitle_ p{
	font-size: 2.5rem;
	font-weight: bold;
	text-align: left;
}

.itemlist_{
	align-content: flex-start;
	display: flex;
	flex-wrap: wrap;
	gap: 30px 68.5px; 
	justify-content: flex-start;
	letter-spacing: 0;
	margin: 30px auto ;
	width: 950px;
}
.item_{
	width: 180px;
}
.brname_{
	color: #999;
	font-size: 1.2rem;
	font-weight: bold;
	margin: 15px 0 5px;
}
.itemname_, .itemprice_{
	font-size: 1.3rem;
}
.itemprice_{
	margin-top: 5px;
}

.brandbtn_{
  margin: 30px auto 0;
  width: 1000px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.brandbtn_ .btn, .brandbtn_  .btn_nolink_{
    margin-top: 5px;
    border: 1.5px solid #333;
    border-radius: 5px;
    font-family: 'Work Sans', "Yu Gothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
    font-size: 1.4rem;
    font-weight: 500;
    letter-spacing: 0rem;
    padding: 0.8rem 0;
    text-align: center;
    text-decoration: none;
    -webkit-transition: all 0.1s;
    transition: all 0.1s;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    vertical-align: middle;
    width: 15.8%;
}

.brandbtn_ .btn{
  background: #fff;
  color: #333;
  cursor: pointer;
}
.brandbtn_  .btn_nolink_{
  background: #333;
  color: #fff;
}

.brandbtn_ a:hover {
  color: #fff;
  background: #333;
  opacity: 1;
}

.nonitem_{
	background: #eee;
	border: 1.5px solid #333;
	border-radius: 5px;
	font-family: 'Work Sans', "Yu Gothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
	font-size: 1.4rem;
	font-weight: 500;
	letter-spacing: 0rem;
	padding: 0.8rem 0;
	text-align: center;
	text-decoration: none;
	-webkit-transition: all 0.1s;
	transition: all 0.1s;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	vertical-align: middle;
	width: 15.8%;
	cursor: none;
}

.scheduleframe_{
	margin: auto;
	padding: 50px 50px 0;
	text-align: center;
}
.scheduleframe_ img{
	width: 50px;
}

.scheduletitle_{
	font-size: 30px;
    font-family:"Lucida Sans Unicode", "Lucida Grande", "sans-serif";
    font-weight: 600;
	margin: 0 auto;
    letter-spacing: 0.3;
    line-height: 1.5;
    color: #231815;
    text-align: center;
}

#page-link{
  display: flex;
  justify-content: center;
  padding: 20px;
}

#page-link li{
  list-style: none;
  font-weight: 600;
}

#page-link li a{
  color: #333;
  padding:0 20px;
  text-decoration: none;
}

#page-link li a::before{
  content:'▼';
  font-size:0.8rem;
  padding:0 10px 0 0;
  color: #ccc;
}

.back_{
text-align: center;
padding: 20px 0 80px;
}


summary{
text-align: center;
}

@media (max-width: 599px) {
	#lp_{
		letter-spacing: 0.13rem;
		margin: 20px auto 80px;
		max-width: 599px;
		min-width: 340px;
		width: 100%;
	}
	
  .itemnon_{
    font-size: 1rem;
  }

	.menuframe_{
		display: flex;
		gap: 0 30px; 
		justify-content: center;
    margin:  30px auto -10px;
		padding: 0;
		text-align: center;
	}
	.menuframe_ p{
		font-size: 1rem;
		font-weight: bold;
		text-decoration: underline;
        overflow: hidden;
	}
	
	.btitle_{
		border-bottom: solid 2px #333;
		margin: 40px auto 20px;
		text-align: center;
		width: 98%;
	}
	.btitle_ p{
		font-size: 1.3rem;
		text-align: center;
	}

	.mediatitle_{
		margin: 30px auto 12px;
		width: 95%;
	}
	.mediatitle_ p{
		font-size: 1rem;
		margin-left: 0px;
	}
	.mediatitle_ span{
		font-size: 0.7rem;
	}

	.itemlist_{
		gap: 20px 2%; 
		margin: auto ;
		width: 95%;
	}
	.item_{
		line-height: 1.45;
		width: 49%;
	}
	.brname_{
		font-size: 0.7rem;
		font-weight: normal;
		margin: 7px 0 5px;
	}
	.itemname_, .itemprice_{
		font-size: 0.8rem;
	}
	.itemprice_{
		margin-top: 5px;
	}
  
  .brandbtn_{
  margin: auto;
	justify-content: center;
  gap: 9px 7px;
  width: 100%;
}

.brandbtn_ .btn, .brandbtn_  .btn_nolink_{
  border: 1.5px solid #333;
  border-radius: 4px;
  letter-spacing: -0.01rem;
  font-size: 0.7rem;
  padding: 0.6rem 0;
  width: 29%;
  max-width: 147px;
}
	
.nonitem_{
  border: 1.5px solid #333;
  border-radius: 4px;
  letter-spacing: -0.01rem;
  font-size: 0.7rem;
  padding: 0.6rem 0;
  width: 29%;
  max-width: 147px;
}
  


#page-link{
  display: flex;
  justify-content: center;
  margin: auto;
  gap:9px 7px;
  width: 100%;
  flex-wrap: wrap;
}

.scheduletitle_{
	font-size: 20px;
    font-family:"Lucida Sans Unicode", "Lucida Grande", "sans-serif";
    font-weight: 600;
	margin: 0 auto;
    letter-spacing: 0.3;
    line-height: 1.5;
    color: #231815;
    text-align: center;
    padding-top: 10px;
}

#page-link li{
font-weight: 600;
  list-style: none;
}

#page-link li a{
  color: #333;
  padding:0 5px;
  text-decoration: none;
}


.back_{
text-align: center;
padding: 20px 0 40px;
}

summary{
display: block;
margin: 30px auto 10px;
text-align: center;
}
  
}