@charset "UTF-8";
/* CSS Document */

.guide-nav {
	width: calc( 215 / 375 * 100%);
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 50px 0px;
	background-color: #FEF9EB;
	margin: 50px auto;
	border-radius: 10px;
}
@media screen and (min-width: 960px) {
  .guide-nav {
	  width: calc( 1123 / 1920 * 100%);
    padding: 20px 0px;
    margin: 100px auto;
  }
}
.guide-nav > nav {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media screen and (min-width: 960px) {
	.guide-nav > nav {
		flex-direction: row;
	}
}
.guide-item {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 1.2em;
  color: #000;
  text-transform: uppercase;
  cursor: pointer;
  margin-bottom: 5px;
}
@media screen and (min-width: 960px) {
	.guide-item {
		margin: 0px 15px;
	}
}
.guide-item > .guide-icon {
  display: inline-block;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.guide-icon-img {
  width: 30px;
  aspect-ratio: 13 / 13;
  object-fit: cover;
  margin: auto;
  justify-content: center;
  align-items: center;
}
.guide-icon-img > img {
	vertical-align: middle;
}

.guide-content,
.guide-content-left{
	width: calc( 340 / 375 * 100%);
	margin: 100px auto;
	position: relative;
}
@media screen and (min-width: 960px) {
	.guide-content,
	.guide-content-left {
		width: calc( 1430 / 1920 * 100%);
		margin: 250px auto;
	}
}

@media screen and (min-width: 960px) {
	.guide-content::after {
		content: "";
		width: calc( 500 / 1920 * 100%);
		aspect-ratio: 1 / 1;
		background: url("../img/guide_1_ellipse.png") no-repeat center center;
		background-size: 100% 100%;
		position: absolute;
		top: -130px;
		right: -80px;
		z-index: -1;
	}
}

@media screen and (min-width: 960px) {
	.guide-info {
		display: flex;
		justify-content: space-between;
	}
}
@media screen and (min-width: 960px) {
	.guide-img {
		width: calc( 690 / 1430 * 100%);
	}
}
.guide-img > img {
	border-radius: 10px;
	object-fit: cover;
}
/*タイトル装飾*/
.guide-ttl-1 {
	width: fit-content;
	margin: 30px 30px;
	text-align: center;
	font-size: 18px;
	font-weight: 500;
	position: relative;
	z-index: 2;
	line-height: 1.5;
    letter-spacing: 1.5px;
}
@media screen and (min-width: 960px) {
	.guide-ttl-1 {
		font-size: 23px;
	}
}

.guide-ttl-1::before {
	content: "";
    display: inline-block;
   	width: 50px;
	aspect-ratio:  97 / 106;
    background: url("../img/paws_blue.png") no-repeat;
    background-size: 100% 100%;
	position: absolute;
	left: -35px;
	top: -50%;
	z-index: -1;
}
@media screen and (min-width: 960px) {
	.guide-text {
		width: calc( 619 / 1430 * 100%);
	}
}
.guide-text > p {
	font-size: 14px;
	line-height: 2;
	padding-bottom: 20px;
}
@media screen and (min-width: 960px) {
	.guide-text > p {
		font-size: 16px;
	}
}

.komoku-content {
	background-color: #FEF9EB;
	text-align: center;
	padding: 50px 20px;
	border-radius: 10px;
	margin-top: 50px;
}
.komoku-ttl > span {
	font-size: 12px;
	color: #68D9FF;
}
@media screen and (min-width: 960px) {
	.komoku-ttl > span {
		font-size: 15px;
	}
}
.komoku-ttl > h4 {
	font-size: 16px;
	margin-top: 10px;
}
@media screen and (min-width: 960px) {
	.komoku-ttl > h4 {
		font-size: 24px;
	}
}
.komoku-list {
	margin-top: 30px;
	background-color: #fff;
	padding: 40px 10px;
	width: 100%;
}
@media screen and (min-width: 960px) {
	.komoku-list {
		width: calc( 1145 / 1430 * 100%);
		margin: 40px auto 0;
		padding: 40px 50px;
	}
}
.komoku-list > li {
	font-size: 13px;
	text-align: center;
	display: inline-block;
	margin: 0 10px 20px 10px;
}
.komoku-list > li:last-child {
	margin: 0 10px 0 10px;
}
@media screen and (min-width: 960px) {
	.komoku-list > li {
		font-size: 16px;
	}
}

/**********************************************
　　皮膚科
***********************************************/
@media screen and (min-width: 960px) {
	#hihuka > .guide-info {
		flex-direction: row-reverse;
	}
}
.guide-ttl-2 {
	width: fit-content;
	margin: 30px 30px;
	text-align: center;
	font-size: 18px;
	font-weight: 500;
	position: relative;
	z-index: 2;
	line-height: 1.5;
    letter-spacing: 1.5px;
}
@media screen and (min-width: 960px) {
	.guide-ttl-2 {
		font-size: 23px;
	}
}
.guide-ttl-2::before {
	content: "";
    display: inline-block;
   	width: 50px;
	aspect-ratio:  97 / 106;
    background: url("../img/paws_green.png") no-repeat;
    background-size: 100% 100%;
	position: absolute;
	left: -35px;
	top: -50%;
	z-index: -1;
}
@media screen and (min-width: 960px) {
	.guide-content-left::after {
		content: "";
		width: calc( 500 / 1920 * 100%);
		aspect-ratio: 1 / 1;
		background: url("../img/guide_2_ellipse.png") no-repeat center center;
		background-size: 100% 100%;
		position: absolute;
		top: -110px;
        left: -100px;
		z-index: -1;
	}
}
.komoku-hihuka-ttl > span {
	font-size: 12px;
	color: #6FCF97;
}
@media screen and (min-width: 960px) {
	.komoku-hihuka-ttl > span {
		font-size: 15px;
	}
}
.komoku-hihuka-ttl > h4 {
	font-size: 16px;
	margin-top: 10px;
}
@media screen and (min-width: 960px) {
	.komoku-hihuka-ttl > h4 {
		font-size: 24px;
	}
}
.komoku-hihuka-list {
	margin-top: 30px;
	background-color: #fff;
	padding: 40px 10px;
	border-radius: 10px;
}
@media screen and (min-width: 960px) {
	.komoku-hihuka-list {
		width: calc( 1145 / 1430 * 100%);
		margin: 40px auto 0;
		padding: 40px 50px;
		display: grid;
  		grid-template-columns: 1fr 1fr;
	}
}
.komoku-hihuka-list > li {
	font-size: 13px;
	text-align: left;
	margin: 0 10px 20px 10px;
	position: relative;
	padding-left: 35px;
	/*width: calc( 222 / 302 * 100%);
	margin: 0 auto;*/
}
.komoku-hihuka-list > li:last-child {
	margin: 0 10px 0 10px;
}
@media screen and (min-width: 960px) {
	.komoku-hihuka-list > li {
		font-size: 16px;
	}
}
.komoku-hihuka-list > li::before {
	content: "";
	width: 20px;
	aspect-ratio: 1 / 1;
	background: url("../img/check_green.png") no-repeat center center;
	background-size: 100% 100%;
	position: absolute;
	top: 0px;
	left: 0px;
}

/*タイトル装飾*/
.guide-ttl-3 {
	width: fit-content;
	margin: 30px 30px;
	text-align: center;
	font-size: 18px;
	font-weight: 500;
	position: relative;
	z-index: 2;
	line-height: 1.5;
    letter-spacing: 1.5px;
}
@media screen and (min-width: 960px) {
	.guide-ttl-3 {
		font-size: 23px;
	}
}

.guide-ttl-3::before {
	content: "";
    display: inline-block;
   	width: 50px;
	aspect-ratio:  97 / 106;
    background: url("../img/paws_orange.png") no-repeat;
    background-size: 100% 100%;
	position: absolute;
	left: -35px;
	top: -50%;
	z-index: -1;
}
@media screen and (min-width: 960px) {
	.shika-content {
		position: relative;
	}
	.shika-content::after {
		content: "";
		width: calc( 500 / 1920 * 100%);
		aspect-ratio: 1 / 1;
		background: url("../img/guide_3_ellipse.png") no-repeat center center;
		background-size: 100% 100%;
		position: absolute;
		top: -130px;
		right: -80px;
		z-index: -1;
	}
}
.komoku-shika-ttl > span {
	font-size: 12px;
	color: #6FCF97;
}
@media screen and (min-width: 960px) {
	.komoku-shika-ttl > span {
		font-size: 15px;
	}
}
.komoku-shika-ttl > h4 {
	font-size: 16px;
	margin-top: 10px;
}
@media screen and (min-width: 960px) {
	.komoku-shika-ttl > h4 {
		font-size: 24px;
	}
}
.komoku-shika-list {
	margin-top: 30px;
	background-color: #fff;
	padding: 40px 10px;
	border-radius: 10px;
}
@media screen and (min-width: 960px) {
	.komoku-shika-list {
		width: calc( 1145 / 1430 * 100%);
		margin: 40px auto 0;
		padding: 40px 50px;
		display: grid;
  		grid-template-columns: 1fr 1fr;
	}
}
.komoku-shika-list > li {
	font-size: 13px;
	text-align: left;
	margin: 0 10px 20px 10px;
	position: relative;
	padding-left: 35px;
	/*width: calc( 222 / 302 * 100%);
	margin: 0 auto;*/
}
.komoku-shika-list > li:last-child {
	margin: 0 10px 0 10px;
}
@media screen and (min-width: 960px) {
	.komoku-shika-list > li {
		font-size: 16px;
	}
}
.komoku-shika-list > li::before {
	content: "";
	width: 20px;
	aspect-ratio: 1 / 1;
	background: url("../img/check_orange.png") no-repeat center center;
	background-size: 100% 100%;
	position: absolute;
	top: 0px;
	left: 0px;
}

/**********************************************
    対象動物
***********************************************/
.guide-sub {
	background-color: #EBFAFF;
}
.taisyo-animal-ttl {
	width: fit-content;
	margin: 50px auto;
	text-align: center;
	font-size: 22px;
	margin-bottom: 50px;
	position: relative;
	z-index: 2;
	line-height: 1.5;
    letter-spacing: 1.5px;
}

.taisyo-animal-ttl::before {
	content: "";
    display: inline-block;
   	width: 50px;
	aspect-ratio:  97 / 106;
    background: url("../img/paws_orange.png") no-repeat;
    background-size: 100% 100%;
	position: absolute;
	left: -35px;
	top: -30%;
	z-index: -1;
}
.taisyo-animal-content {
	width: calc( 355 / 375 * 100%);
	margin: 0 auto;
	padding: 50px 0;
	margin-bottom: 50px;
}
@media screen and (min-width: 960px) {
	.taisyo-animal-content {
		margin-bottom: 150px;
	}
}
.taisyo-animal-info {
	width: calc( 355 / 375 * 100%);
	background-color: #fff;
	margin: 0 auto;
	border-radius: 10px;
}
@media screen and (min-width: 960px) {
	.taisyo-animal-info {
		width: calc( 1140 / 1920 * 100%);
	}
}
.animal-card-wrap {
	width: calc( 328 / 355 * 100%);
	display: grid;
  	grid-template-columns: 1fr 1fr 1fr;
	gap: 20px;
    margin: 0 auto;
    padding: 30px 0px;
	justify-items: center;
}
@media screen and (min-width: 520px) {
	.animal-card-wrap {
		width: calc( 810 / 1140 * 100%);
		grid-template-columns: 1fr 1fr 1fr;
		gap: 50px;
		padding: 50px 0px;
	}
}
@media screen and (min-width: 960px) {
	.animal-card-wrap {
		width: calc( 810 / 1140 * 100%);
		grid-template-columns: 1fr 1fr 1fr 1fr;
	}
}
.animal-card > p {
	text-align: center;
	margin-top: 10px;
	font-size: 14px;
}
@media screen and (min-width: 960px) {
	.animal-card > p {
		font-size: 16px;
	}
}
/**********************************************
    お持ち頂くもの
***********************************************/
.bring-content {
	width: calc( 280 / 375 * 100%);
	margin: 0 auto;
	padding-bottom: 50px;
}
@media screen and (min-width: 960px) {
	.bring-content {
		width: calc( 1140 / 1920 * 100%);
		padding-bottom: 150px;
	}
}
.bringl-ttl {
	width: fit-content;
	margin: 50px auto;
	text-align: center;
	font-size: 22px;
	margin-bottom: 80px;
	position: relative;
	z-index: 2;
	line-height: 1.5;
    letter-spacing: 1.5px;
}

.bringl-ttl::before {
	content: "";
    display: inline-block;
   	width: 50px;
	aspect-ratio:  97 / 106;
    background: url("../img/paws_orange.png") no-repeat;
    background-size: 100% 100%;
	position: absolute;
	left: -35px;
	top: -30%;
	z-index: -1;
}
.bring-wrap {
	display: block;
}
@media screen and (min-width: 960px) {
	.bring-wrap {
		display: flex;
		justify-content: space-between;
	}
}
.bring-card {
	background-color: #fff;
	border-radius: 10px;
	padding: 50px 30px;
	margin-bottom: 100px;
}
@media screen and (min-width: 960px) {
	.bring-card {
		width: calc( 339 / 1140 * 100%);
		margin-bottom: 0px;
	}
}
.num-1 {
	position: relative;
}
.num-1::before {
	content: "";
	display: inline-block;
	width: 50px;
	aspect-ratio:  60 / 60;
    background: url("../img/bring_num1.png") no-repeat;
    background-size: 100% 100%;
	position: absolute;
	left: 50%;
    top: 0%;
    transform: translate(-50%, -50%);
}
.num-2 {
	position: relative;
}
.num-2::before {
	content: "";
	display: inline-block;
	width: 50px;
	aspect-ratio:  60 / 60;
    background: url("../img/bring_num2.png") no-repeat;
    background-size: 100% 100%;
	position: absolute;
	left: 50%;
    top: 0%;
    transform: translate(-50%, -50%);
}
.num-3 {
	position: relative;
}
.num-3::before {
	content: "";
	display: inline-block;
	width: 50px;
	aspect-ratio:  60 / 60;
    background: url("../img/bring_num3.png") no-repeat;
    background-size: 100% 100%;
	position: absolute;
	left: 50%;
    top: 0%;
    transform: translate(-50%, -50%);
}
.bring-card-img {
	width: calc( 100 / 280 * 100%);
	margin: auto;
}
.bring-text {
	margin-top: 20px;
}
.bring-text > p {
	text-align: center;
	font-size: 14px;
	padding-bottom: 5px;
}
@media screen and (min-width: 960px) {
	.bring-text > p {
		font-size: 16px;
	}
}
.pt-2 {
	padding-top: 0px;
}
@media screen and (min-width: 960px) {
	.pt-2 {
		padding-top: 20px;
	}
}