/* CSS Document */

#matsudo h3.title+p { width: 92%; margin-left: auto; margin-right: auto;}
#matsudo h3.title+p small{ display: block; font-size: 0.6rem; padding-top: 0.6rem;}
#matsudo .tokuten{width: 96%; margin: 0 auto 3rem; max-width: 720px;}
#matsudo .tokuten h3{ font-size:1rem; margin-top: -0.6rem; background-color: #FFF; padding: 0.6rem 1.2rem; display: inline-block; font-family: 'Shin Go Medium';}

#matsudo #problem {
    background-image: url(../img/about.jpg);
    background-size: cover;
    background-position: center bottom;
	padding: 2rem 0;
	margin-top: 0;
}
#matsudo #problem li {
  background-color: #FFc300; font-size: 0.9rem;
	border-radius: 2rem;
	padding: 0.6rem 0 0.6rem 0.6rem ;	
  font-family: 'Shin Go Medium';
  background-image: linear-gradient(90deg, rgba(255, 150, 0, 1), rgba(255, 105, 0, 1));
	color: #FFF;
}
#matsudo #problem li i {
    color: #FFF78E;
    margin: 0 0.6rem;
}

#matsudo #gallery h3+p, #matsudo #plan h3.title+p{font-size: 1rem; margin-bottom: 4rem;}


#matsudo #plan .plans div {	
	display: inline-block;
	vertical-align: top;
}
#matsudo #plan .plans {		
background-color: transparent;
}
#matsudo #plan .plans p { font-size: 1rem; margin-bottom: 0.8rem;}
#matsudo #plan .plans .spprice { font-size: 0.6rem; margin: 0 auto;}
#matsudo #plan .plans .del { margin-bottom: -0.4rem!important;}
#matsudo #plan .plans ul {
	display: inline-block;
	margin: 0;
	padding: 0;
	list-style-type: none;
	color: #666;
}
#matsudo #plan .plans li {
	position: relative;
	padding-left: 2em;
	font-size: 0.7rem;
	text-align: left!important;
	color:#000!important;
	
}
#matsudo #plan .plans li small {
	font-size: 0.6rem;
	display: block;
}
#matsudo #plan .plans li::before {
	content: 'check';
	display: block;
	position: absolute;
	left: 0;
	top: 50%;
	-webkit-transform: translate(0, -55%);
	transform: translate(0, -55%);
	font-family: 'Material Icons';
	font-size: 140%;
}
#matsudo #plan .plans li:nth-of-type(n+2) {
}
#matsudo #plan .plans > div:nth-of-type(1) li::before {
	color: #ffe666;
}
#matsudo #plan .plans > div:nth-of-type(2) li::before {
	color: #ffc300;
}
#matsudo #plan .plans > div:nth-of-type(3) li::before {
	color: #f59300;
}
#matsudo #shops small{display: block; font-size: 0.6rem;}

#matsudo #lesson .item h3+p{ font-size: 0.6rem; margin-top: -0.4rem;}



#matsudo .campaign li:first-child {
    padding: 2%;
}

#matsudo .campaign li:nth-child(2) {
    padding: 2%;
}

#matsudo .campaign li:last-child {
    /*width: 100%;*/
	background-color: #0062BE;
}






@media all and (max-width: 640px) {
	#matsudo #problem .sp_c{ text-align: center;}
	#matsudo #plan .plans ul {
		margin-top: 0.5em;
		margin-top: 1em;
		text-align: left;
	}
	#matsudo #shops .body h2{ font-size: 1.8rem;}
}
@media all and (min-width: 641px) {
	#matsudo #plan .plans ul {
		margin-top: 1em;
		font-size: 80%;
	}
}


/* ==================== entry.php  ====================*/
#entry {text-align: center; font-family: 'Shin Go Light'; line-height: 160%; color: #292828; background-color: #FFFDF9;}
#entry header {width: 94%; margin: 0 auto;}
#entry header img{display: block; width: 50%; max-width: 280px; margin: 2rem auto; }
#entry header h1{font-size: 1.5rem; line-height: 160%!important; font-family: 'Shin Go Medium';}
#entry h2{font-family: 'Shin Go Medium'; color:#625002; font-size: 1.4rem;}
#entry h2:nth-of-type(even){ padding-top: 3rem; margin-bottom: 1.4rem;}
#entry h2 small{display: block; font-size: 0.8rem; line-height: 160%; padding-top: 0.8rem;}

#entry .button-group {
  display: flex;
	justify-content: center;
	flex-wrap: wrap;
  gap: 16px;
}

#entry .btn {
  text-decoration: none;
  color: #fff;
  background-color: #ff5722;
  padding: 16px 0;
  border-radius: 8px;
  text-align: center;
  transition: background-color 0.3s ease;
	width: 80%; max-width: 380px;}
#entry .btn:hover {
  background-color: #e64a19;
}

#entry .button-group:nth-of-type(even) .btn {
  background-color: #4caf50; /* 明るいグリーン */
}

#entry .button-group:nth-of-type(even) .btn:hover {
  background-color: #388e3c; /* 濃いグリーン */
}

#entry .button-group a small {display: block; font-size: 0.8rem;}
#entry .button-group+p {display: block; font-size: 0.7rem; padding: 0.6rem 4% 0; line-height: 160%;}

#entry footer{font-size: 0.6rem; color: #373737; padding-bottom: 2rem;}

