@charset "utf-8";
/* CSS Document */
.main-navi{
	background-color: rgba(255, 255, 255, 1);
	color: #000;
}

.cat-img{
	justify-content: space-between;
}
.cat-img > div{
	width: 48%;
}
.care-01{
  background-image: url(../img/care-01.jpg);
}

.top-img{
	background-image: url(../img/p-top.jpg);
}

#main ul li{
	list-style: none;
	padding-left: 1em;
  text-indent: -1em;
}
.ca-list ul li{
	padding-left: 1em;
  text-indent: -1em;
}

.item-care{
	background-color: #ece1d6;
}
.care-box{
	padding: 30px;
  transform: translateY(-10px);
	opacity: 0;
}
.care-box p{
	margin-top: 12px;
	font-size: 12px;
}
.care-ttl{
	text-align: center;
  font-size: 22px;
  border-bottom: 1px solid;
  margin-bottom: 20px;
	padding-bottom: 10px;
}
.care-list ul{
	display:flex;
	flex-wrap: wrap;
}
.care-list ul li{
	list-style: none;
	width: 50%;
	position: relative;
  padding-left:15px;
}
.care-list ul li:before {
	background: #996d3b;
  content: "";
  height: 8px;
  width: 8px;
  position: absolute;
  top: 7px;
  left: 0;
}
.cat-img-wrap h4{
	font-size: 20px;
  letter-spacing: 3px;
  margin-left: 10px;
  color: #00688C;
	margin-top: 30px;
	margin-bottom: 20px;
	text-align: center;
}
.sub-img-wrap{
	margin-top: 30px;
	display: flex;
}
.list-box{
	border: 1px solid;
  padding: 15px;
  margin-top: 30px;
}
.list-box span{
  font-size: 20px;
  text-align: center;
  display: block;
}
.list-box p{
	margin-top: 6px;
}
.sub-img{
	position: relative;
  flex-basis: 33.3%;
}
.sub-img .cap{
	font-size: 14px;
	padding: 6px;
}
.price-wrap{
  max-width: 980px;
  margin: 40px auto;
  padding: 0 15px;
}
.price-wrap p{
	margin-top: 12px;
}
.price-ttl-3{
	margin-top: 40px;
  padding: 12px;
  background-color: #ececec;
  font-size: 20px;
  border-left: #00688C 3px solid;
  color: #00688C;
}
.price-ttl{
	font-size: 18px;
  margin-top: 12px;
}
.price-ttl span{
	font-size: 20px;
}
table{
  width: 100%;
	margin: 20px auto;
	text-align: center;
}

table th{
	font-weight: normal;
	background-color: #efefef;
}

table.center th{
	text-align: center;
}

#plantable th,
#cost-t th,
#nurs-t th{
	border: 1px solid #ccc;
	padding: 16px;
}

#plantable td,
#cost-t td,
#nurs-t td{
	border: 1px solid #ccc;
	padding: 16px;
}
#cost-t th,
#cost-t td{
	vertical-align: middle;
}

#cost-t th{
	width: 130px;
}
.big-t{
	font-size: 24px;
}
.only-pc-t{
	display: table;
}
.only-sp-t{
	display: none;
}

.t-left{
	text-align: left;
}
.cost{
	width: 200px;
}

@media (max-width: 768px) {
	.movie-block .movie-list .bnr {
		width: 100%;
		padding: 1em;
	}
}

@media (min-width: 992px){

}
.movie-list {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	padding:0 0.5em;
}
.movie-list .bnr {
	width: 33.33333%;
	padding:1em 0.5em;
}
.bnr img {
	width: 100%;
}
.bnr video {
	width: 100%;
}
.sub_txt {
	text-align: center;
}