@charset "euc-jp";
.category-desc img {
  max-width: 100%;
  width: inherit;
  height: auto;
}
.category-desc_2 {
  padding-top: 2em;
}

/* sub category & sub group */

.grp-lst {
  margin-bottom: 40px;
}
.grp-lst-unit {
  display: block;
}

.grp-lst-img {
  display: block;
  margin: 0 auto;
  background: #fff;
}
  .grp-lst-img:hover {
    opacity: 0.8;
  }

.grp-lst-name {
  display: block;
  margin: 4px 0;
  padding: 0;
  font-size: 15px;
}

#mv {
  display: none;
}

@media only screen and (max-width: 768px) {
  .grp-lst-unit a {
    display: block;
    padding: .5em 0;
    color: #444;
    text-decoration: none;
  }
  .grp-lst-name {
    font-size: 11px;
  }
}

@media only screen and (min-width: 768px) {

  .detailpagelink {
    display: block;
    width: 178px;
    height: 38px;
    line-height: 38px;
    text-align: center;
    background: url(https://tamura-florist.online/images/icon_arrowtry_right_red.svg) right 15px center no-repeat;
    border: 1px solid #bf6372;
    margin: 30px auto 0;
  }
}

@media only screen and (max-width: 767px) {
  #container.container { 
  padding-top: 20vw !important;
   }
  .detailpagelink {
    display: block;
    width: 80%;
    height: 8vw;
    line-height: 8vw;
    text-align: center;
    background: url(https://tamura-florist.online/images/icon_arrowtry_right_red.svg) right 2vw center no-repeat;
    border: 1px solid #bf6372;
    margin: 2vw auto 0;
    font-size: 15px;
  }

}



/*.category-block {
	display: none;
}

h2.ttl-h2 {
	display: none;
}*/

.desc-wrap {
	display: flex;
	justify-content: space-between;
}

.desc-cont {
	width: 70%;
}

.desc-img {
	width: 30%;
	align-self: center;
	text-align: center;
}

.desc-ttl {
	margin: 1em 0;
	font-family: "hannari",serif;
	font-size: 32px;
	letter-spacing: .05em;
}

.desc-txt {
	margin-bottom: 1em;
	font-family: "hannari",serif;
	font-size: 17px;
	line-height: 2;
}

.desc-img img {
	width: auto;
	max-height: 100%;
}

@media only screen and (max-width: 767px) {
	.desc-cont {
		width: 70%;
	}
	.group02 .desc-cont { width: 65%; }
	.group04 .desc-cont { width: 75%; }
	.group06 .desc-cont { width: 62%; }
	.group07 .desc-cont { width: 55%; }
	.group08 .desc-cont { width: 60%; }
	.group10 .desc-cont { width: 65%; }
	.group11 .desc-cont { width: 65%; }

	.desc-img {
		width: 25%;
	}
	.group02 .desc-img { width: 30%; padding-top: 40px; }
	.group05 .desc-img { padding-top: 50px; }
	.group06 .desc-img { width: 33%; padding-top: 40px; }
	.group07 .desc-img { width: 40%; padding-top: 60px; }
	.group08 .desc-img { width: 38%; padding-top: 60px; }
	.group09 .desc-img { width: 40%; padding-top: 60px; }
	.group10 .desc-img { width: 30%; }
	.group11 .desc-img { width: 30%; }

	.desc-txt {
		margin-bottom: 1em;
		font-family: "hannari",serif;
		font-size: 17px;
		line-height: 2;
	}

	.desc-ttl {
		margin: .5em 0;
	}

	.desc-txt {
		font-size: inherit;
	}

}