@charset "utf-8";
/*
Theme Name: 吉永動物病院
Author: Kotaro Saito
Description:  吉永動物病院のテーマ
version: 1.0.0
*/

/*common
-----------------------------------------------------------------------------------------*/
html,body{
	width: 100%;
	margin: 0 auto;
	padding: 0;
	text-align: center;
	color: rgba(63, 63, 63, 1);
	font-size: 16px;
	font-family: "Noto Sans JP", sans-serif;
	background-color: rgba(255, 250, 245, 1);
}

.font-montserrat {
  font-family: "Montserrat", sans-serif;
}

.font-1c {
  font-family: "M PLUS Rounded 1c", sans-serif;
}

.font-zen {
  font-family: "Zen Maru Gothic", sans-serif;
}

.font-kosugi {
  font-family: "Kosugi Maru", sans-serif;
}

.color-orange{
	color: rgba(244, 162, 97, 1);
}




@media screen and (min-width:768px) {
.sp{
	display: none;
}
}

@media screen and (max-width:767px) {
.pc{
	display: none;
}

html,body{
	font-size: 14px;
}
}


/*header
-----------------------------------------------------------------------------------------*/
.header-flex{
	align-items: flex-end;
	justify-content: space-between;
	padding: 10px 20px;
	border-bottom: 4px dashed rgba(191, 171, 155, 1);
}

.header-name{
	text-align: left;
	font-size: 1.2rem;
}

.header-name-ja{
	font-weight: 800;
	color: rgba(127, 112, 101, 1);
}

.header-link{
	gap: 25px;
}

.header-link a{
	color: rgba(127, 112, 101, 1);
	font-weight: 800;
}

.header-link a:hover{
	color: rgba(244, 162, 97, 1);
}


.header-orange-img{
	width: 30px;
	margin: 0;
	object-fit: contain;
}

.header-orange-flex{
	text-align: left;
}

.header-orange-number{
	font-size: 2rem;
	font-weight: 700;
}

.sp-navigation{
	display: none;
}

@media screen and (max-width:1100px) {
	.header-link {
    gap: 15px;
}
}
@media screen and (max-width:1023px) {
	.header-link{
		display: none;
	}

	.sp-navigation{
		display: block;
	}

	.header-flex{
		padding-right: 50px;
	}

	a.drawer-menu-item{
		color: rgba(255, 255, 255, 1);
	}

	nav.drawer-nav{
		z-index: 100;
		padding-top: 100px;
		background-color: rgba(244, 162, 97, 1);
	}

	.drawer--right.drawer-open button.drawer-hamburger{
		right: 20px;
		z-index: 999;
	}
}

@media screen and (max-width:767px) {
		.header-orange{
		display: none;
	}

}

/*footer
-----------------------------------------------------------------------------------------*/
.footer-top{
	background-color: rgba(244, 162, 97, 1);
	padding-top: 100px;
	position: relative;
}

.footer-top::after{
	position: absolute;
	content: '';
	width: 98%;
	border-bottom: 4px dashed rgba(127, 112, 101, 1);
	bottom: 55px;
	left: 15px;
}

.footer-flex{
	justify-content: space-between;
	margin-bottom: 50px;
}

.footer-left{
	width: 30%;
	text-align: left;
}

.footer-name-ja{
	font-size: 1.2rem;
	font-weight: 800;
}

.footer-name-en{
	font-size: 1.2rem;
	color: rgba(251, 245, 222, 1);
	margin-bottom: 5px;
}

.footer-tel-add{
	font-size: 1.2rem;
	margin-bottom: 5px;
}

.footer-tel-flex{
	align-items: center;
}

.footer-tel-img{
	width: 30px;
	margin: 0;
	object-fit: contain;
}

.footer-tel-number{
	font-size: 2rem;
	font-weight: 700;
}

.footer-right{
	width: 60%;
}

.footer-img{
	border-radius: 20px;
	margin-bottom: 5px;
}

.footer-link{
	gap: 25px;
	margin-bottom: 50px;
	justify-content: center;
}

.footer-link a{
	font-weight: 800;
	color: rgba(63, 63, 63, 1);
}

.footer-link a:hover{
	color: rgba(255, 255, 255, 1);
}

div.copy-right{
	padding-bottom: 20px;
}

.footer-privacy{
	padding-left: 20px;
	border-left: 1px solid rgba(63, 63, 63, 1);
	color: rgba(63, 63, 63, 1);
	margin-left: 10px;
}

.footer-privacy:hover{
	color: rgba(255, 255, 255, 1);
	font-weight: 500;
}

@media screen and (max-width:1023px) {
	.footer-img {
		border-radius: 15px;
	}

	.footer-left {
		width: 40%;
	}
}


@media screen and (max-width:767px) {
	.footer-right{
		display: none;
	}

	.footer-left{
		width: 100%;
	}

	.footer-link{
		display: none;
	}

	.footer-privacy{
		position: absolute;
		bottom: 60px;
		left: 50%;
		transform: translateX(-50%);
		border: none;
		padding: 0;
	}

	div.copy-right {
		padding-bottom: 15px;
	}

	.footer-top::after {
		bottom: 45px;
		width: 92%;
	}

	.footer-top {
		padding-top: 40px;
	}
}

/*お知らせ
-----------------------------------------------------------------------------------------*/
.home-left{
	width: 25%;
	position: relative;
}

.home-news{
	z-index: 2;
	position: relative;

}

.footprint-4{
	position: absolute;
	width: 100px;
	top: 50%;
	left: 0;
	z-index: 1;
}

.home-right{
	width: 75%;
	margin-top: 50px;
}

.home-text-flex{
	gap: 50px;
	margin-bottom: 50px;
}

.home-ymd{
	font-size: 1.5rem;
	font-weight: 700;
	padding-bottom: 5px;
	width: 130px;
	border-bottom: 2px solid rgba(244, 162, 97, 1);
}

.home-title{
	color: rgba(63, 63, 63, 1);
	width: calc(100% - 130px - 50px);
}

.wp-pagenavi a, .wp-pagenavi span{
	border: none;
	margin: 0 10px;
	font-size: 1.2rem;
}

.wp-pagenavi a:hover, .wp-pagenavi span.current{
	color: rgba(244, 162, 97, 1);
}

.home-pagenavi{
	margin-top: 50px;
}

.home-pagenavi a{
	color: rgba(127, 112, 101, 1);

}



@media screen and (max-width:767px) {
	.home-left{
		width: 100%;
	}

	.home-right{
		width: 100%;
		margin-top: 20px;
	}

	.footprint-4{
		left: auto;
		right: 50px;
		top: -50px;
		width: 70px;
	}

	.home-ymd {
		font-size: 1rem;
		width: 70px;
	}

	.home-text-flex {
		gap: 20px;
		margin-bottom: 30px;
		align-items: flex-start;
	}

	.home-title{
		width: 70%;
	}

	.home-pagenavi {
		margin-top: 0px;
	}
}



/*single
-----------------------------------------------------------------------------------------*/
.single-ymd{
	font-size: 1.5rem;
	font-weight: 700;
}

.single-title{
	font-size: 1.2rem;
	margin-bottom: 70px;
	color: rgba(127, 112, 101, 1);
}

.single-content{
	line-height: 2;
}

.single-link-flex{
	justify-content: center;
	align-items: center;
	margin-top: 200px;
	gap: 15px;
}

.single-link{
	font-size: 1.2rem;
	font-weight: 800;
	width: 250px;
	padding: 20px;
	color: rgba(127, 112, 101, 1);
	border-radius: 50px;
	border: 1px solid rgba(191, 171, 155, 1);
}

.single-link:hover{
	background-color: rgba(237, 215, 198, 1);

}

.single-arrow a{
	display: block;
	border-radius: 50%;
	padding: 20px;
	border: 1px solid rgba(191, 171, 155, 1);
}

.single-arrow a:hover{
	background-color: rgba(237, 215, 198, 1);
}

.single-arrow img{
	vertical-align: middle;
	width: 25px;
}

.single-img img{
	object-fit: contain;
	margin-bottom: 70px;
	height: auto;
}


@media screen and (max-width:767px) {
	.single-title{
		margin-bottom: 20px;
	}

	.single-link {
		width: 160px;
		padding: 10px;
	}

	.single-arrow a {
		padding: 10px;
	}

	.single-link-flex{
		margin-top: 20px;
	}

	.single-img img{
		margin-bottom: 20px;
	}
}


/*404
-----------------------------------------------------------------------------------------*/
div.error-message{
	font-size: 150%;
}

@media screen and (max-width:767px) {
div.error-message{
	font-size: 120%;
}
}
