@charset "UTF-8";
@media screen and (max-width: 767px) {
/* ここに横幅が767px以下の時に発動するスタイルを記述 */
body{
	background-color:  rgb(230, 228, 231);
	text-align: center;
}
.header { background-color: rgb(0, 0, 0); 
color: white;
font-size:  27px;
margin:0;
font-weight: normal;
}
.handler{
	font-size: 22px;
	margin:0;
	font-weight: normal;
}
.store{
	width:100%;
	height:400px;
}
.title{
	background-color: rgb(192, 192, 192);
	font-size: 22px;
	border-bottom:  5px solid rgb(255, 128, 64);
	margin: 10px 0 0 0;
}

.tag {
	font-size: 16px;
	margin: 5px 1px 5px 1px;
	
}
.tag a{
	background-color: black;
	color: white;
	margin: 5px 5px 5px 5px;
	padding: 0px 5px 0px 5px;
	border-radius:5px;
}
.plan{
	font-size: 18px;
	background-color:  white;
}
.plan div:nth-child(1){
	background-color:  rgb(251, 252, 209);
}
.plan div:nth-child(2){
	background-color:  rgb(251, 252, 209);
}
.plan div:nth-child(4){
	background-color:  rgb(251, 252, 209);
}
.detail{
	font-size: 18px;
	background-color:  white;
}
.detail div:nth-child(2n-1){
	background-color:  rgb(251, 252, 209);
}

.footer { background-color: rgb(0, 0, 0); 
color: white;
font-size:  15px;
margin-top: 20px;
}
.sp {
	display: block;
}
.sp2 {
	display: none;
}

.dli-arrow-down {
  display: inline-block;
  vertical-align: middle;
  color: #333;
  line-height: 1;
  position: relative;
  width: 0.1em;
  height: 1em;
  background: currentColor;
  margin: 5px 0px 5px 0px;
}

.dli-arrow-down::before {
  content: '';
  width: 0.65em;
  height: 0.65em;
  border: 0.1em solid currentColor;
  border-top: 0;
  border-right: 0;
  transform: rotate(-45deg);
  transform-origin: bottom left;
  position: absolute;
  left: 50%;
  bottom: -0.05em;
  box-sizing: border-box;
}

.training div{
	font-size: 18px;
	background-color: rgb(251, 252, 209);
	padding: 0px 5px 0px 5px;
	border-radius:5px;
}

}


@media screen and (min-width: 767px) {
/* ここに横幅が767pxより大きい時に発動するスタイルを記述 */
body{
	background-color:  rgb(230, 228, 231);
	text-align: center;
}
.handler{
	font-size: 24px;
	margin:0;
	font-weight: normal;
}
.header { background-color: rgb(0, 0, 0); 
color: white;
font-size:  30px;
margin:0;
	font-weight: normal;
}
.store{
	width:300px;
	height:400px;
}
.title{
	font-size: 24px;
	background-color: rgb(192, 192, 192);
	border-bottom:  5px solid rgb(255, 128, 64);
	margin: 10px 0 0 0;
}

.tag {
	margin: 5px 0px 5px 0px;
	
}
.tag a{
	background-color: black;
	color: white;
	margin: 5px 5px 5px 5px;
	padding: 0px 5px 0px 5px;
	border-radius:5px;
}

.plan{
	font-size: 20px;
	background-color:  white;
}
.plan div:nth-child(1){
	background-color:  rgb(251, 252, 209);
}
.plan div:nth-child(2){
	background-color:  rgb(251, 252, 209);
}
.plan div:nth-child(4){
	background-color:  rgb(251, 252, 209);
}
.detail{
	font-size: 20px;
	background-color:  white;
}
.detail div:nth-child(2n-1){
	background-color:  rgb(251, 252, 209);
}

.footer { background-color: rgb(0, 0, 0); 
color: white;
font-size:  10px;
margin-top: 20px;
}
.sp {
	display: none;
}
.sp2 {
	display: block;
}
.dli-arrow-down {
  display: inline-block;
  vertical-align: middle;
  color: #333;
  line-height: 1;
  position: relative;
  width: 0.1em;
  height: 1em;
  background: currentColor;
  margin: 5px 0px 5px 0px;
}

.dli-arrow-down::before {
  content: '';
  width: 0.65em;
  height: 0.65em;
  border: 0.1em solid currentColor;
  border-top: 0;
  border-right: 0;
  transform: rotate(-45deg);
  transform-origin: bottom left;
  position: absolute;
  left: 50%;
  bottom: -0.05em;
  box-sizing: border-box;
}

.training div{
	background-color: rgb(251, 252, 209);
	padding: 0px 5px 0px 5px;
		border-radius:5px;
}

}
