@charset 'UTF-8';


/* ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■

	トップページ

■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■ */


/* ================================================================================

	レイアウト

================================================================================ */


/* PC設定
----------------------------------------------- */

@media (min-width: 768px) {
	#wrapper {}

	main.outer_wrap {
		position: relative;
		max-width: 1920px;
		width: 100%;
		min-height: 50vh;
		display: block;
		margin: 0 auto;
	}

	.inner_wrap {
		position: relative;
	}
	.bottom_h-long {
		margin-bottom: 180px;
	}
}




/* SP設定
----------------------------------------------- */

@media (max-width: 767px) {
	#wrapper {}

	main.outer_wrap {
		position: relative;
		width: 100%;
	}

	.inner_wrap {
		position: relative;
	}
	.bottom_h-long {
		margin-bottom: 20vw;
	}
}




/* ================================================================================

	メイン画像

================================================================================ */


/* PC設定
----------------------------------------------- */

@media (min-width: 768px) {

	/* ロゴ
	----------------------------------------------- */
	.h_logo {
		position: absolute;
		width: 340px;
		left: 50%;
		margin-left: -170px;
		top: 0;
		z-index: 1;
	}
	.h_logo a {
		display: block;
	}
	.h_logo img {
		width: 100%;
		height: auto;
	}


	/* スライダー
	----------------------------------------------- */
	#fv-main-img {
		position: relative;
		width: 1090px;
		margin: 0 auto;
		padding-top: 180px;
	}



	/* コロナ
	----------------------------------------------- */
	header #covid19 {
		position: absolute;
		left: 50%;
		top: 560px;
		background-color: rgba(255,255,255,0.9);
		border: 1px solid #c9ae83;
		width: 182px;
		height: 128px;
		margin-left: -600px;
		z-index: 1;
	}

	header #covid19 p {
		padding: 8px;
		text-align: center;
		font-size: 17px;
		color: #c9ae83;
		font-family: 'Noto Sans JP', sans-serif;
		font-weight: bold;
	}

	header #covid19 p span {
		font-size: 15px;
		font-family: 'Oswald', sans-serif;
	}

	header #covid19 #arrow {
		position: relative;
		top: -27px;
		left: 80px;
	}

	header #covid19 #arrow img {
		width: auto;
		height: 17px;
		margin: 0 auto;
	}



	/* スクロール
	----------------------------------------------- */
	header #scroll {
		position: relative;
		text-align: center;
		margin-top: 140px;
	}
	header #scroll img {
		width: auto;
		height: 26px;
	}
}




/* SP設定
----------------------------------------------- */

@media (max-width: 767px) {

	/* ロゴ
	----------------------------------------------- */
	.h_logo {
		position: absolute;
		width: 56vw;
		left: 50%;
		margin-left: -28vw;
		top: 0;
		z-index: 1;
	}
	.h_logo a {
		display: block;
	}
	.h_logo img {
		width: 100%;
		height: auto;
	}


	/* スライダー
	----------------------------------------------- */
	#fv-main-img {
		position: relative;
		width: 100%;
		margin: 0 auto;
		padding-top: 30vw;
	}




	/* コロナ
	----------------------------------------------- */
	header #covid19 a {
		position: relative;
		width: 40vw;
		height: 28vw;
		border: 1px solid #c9ae83;
		margin: 8vw auto;
		display: block;
	}
	header #covid19 p {
		padding: 3vw 1vw 0vw 1vw;
		text-align: center;
		font-size: 3.5vw;
		font-weight: 700;
		color: #c9ae83;
		font-family: 'Noto Sans JP', sans-serif;
		line-height: 5vw;
		letter-spacing: 1px;
	}

	header #covid19 p span {
		font-size: 3.4vw;
		font-family: 'Oswald', sans-serif;
		font-weight: 700;
	}
	header #covid19 #arrow {
		text-align: center;
		margin-top: 0.5vw!important;
	}
	header #covid19 #arrow img {
		height: 20px;
	}
	header #covid19 #arrow img {
		height: 20px;
	}



	/* スクロール
	----------------------------------------------- */
	header #scroll {
		display: none;
	}
}







/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★

	ここからコンテンツ内容

★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */


/* ================================================================================

	ニュース

================================================================================ */


/* PC設定
----------------------------------------------- */

@media (min-width: 768px) {
	.news-box {
		width: 1180px;
	}
	.news_container {
		margin-top: 210px;
		margin-bottom: 180px;
		background-image: url("../img/news-back.jpg");
		height: 652px;
		background-position: center top;
		background-repeat: no-repeat;
	}
	.news-title {
		text-align: center;
		font-family: 'Nunito', sans-serif;
		font-weight: 100;
		font-size: 40px;
		color: #4b4948;
		margin-top: -20px!important;
		margin-bottom: 85px!important;
		letter-spacing: 2px;
	}

	.owner-photo {
		margin-top: 40px;
		margin-left: 50px;
		width: 540px!important;
	}
	.owner-photo img {
		width: 540px!important;
		height: auto!important;
		max-width: none!important;
	}
	.owner-photo::before {
		position: absolute;
		content: "";
		display: block;
		background: url("../img/ashiato-right.png")top / contain no-repeat;
		width: 20%;
		height: 100%;
		left: 130px;
		top: 430px;
	}
	/*	.clearfix{
		background-color: #ffffff;
		padding: 60px;
	}*/
	.news-box {
		width: 1180px;
	}

	.news-list {
		height: 470px;
		border: 1px solid #c9ae83;
		background-color: #ffffff;
		padding: 40px;
	}

	.post_wrap {
		height: 390px;
	}
	.post_wrap ul {
	}
	.post_wrap ul li {
		text-align: left;
		border-bottom: solid 1px #ecd7ba;
		padding-bottom: 10px;
		margin-top: 10px;
	}
	.post_wrap ul li:first-of-type {
		margin-top: 0;
	}

	.post_date {
		margin-top: 0.5em;
		font-family: 'Noto Sans JP', sans-serif;
		font-size: 14px;
		color: #4b4948;
		padding-left: 5px;
		padding-right: 5px;
	}
	.post_title {
		display: block;
		overflow: hidden;
		white-space: nowrap;
		text-overflow: ellipsis;
		-webkit-text-overflow: ellipsis;
		-o-text-overflow: ellipsis;
	}
	.post_title a {
		font-family: 'Noto Sans JP', sans-serif;
		font-size: 18px;
		color: #4b4948;
		padding-left: 5px;
		padding-right: 5px;
	}
}



/* SP設定
----------------------------------------------- */

@media (max-width: 767px) {
	.news_container {
		margin-top: 16vw;
		margin-bottom: 16vw;
		background-image: url("../img/sp-back.jpg");
		height: 220vw;
		background-position: center top;
		background-repeat: no-repeat;
	}
	.news-title {
		text-align: center;
		font-family: 'Nunito', sans-serif;
		font-weight: lighter;
		font-size: 6vw;
		color: #4b4948;
		margin-top: 16vw!important;
		margin-bottom: 3vw!important;
		letter-spacing: 0.3vw;
	}

	.owner-photo {
		margin: 8vw;
	}
	.owner-photo::before {
		position: absolute;
		content: "";
		display: block;
		background: url("../img/ashiato-right.png")top / contain no-repeat;
		width: 20%;
		height: 100%;
		left: 60vw;
		top: 65vw;
	}
	/*	.clearfix{
		background-color: #ffffff;
		padding: 60px;
	}*/
	.news-list {
		/*height: 85vw;*/
		width: 85%!important;
		border: 2px solid #c9ae83;
		background-color: #ffffff;
		margin: 0 auto;
		height: 80vw;
		padding: 6vw;
	}
	.post_wrap {
		height: 66vw;
	}
	.post_wrap ul {
	}
	.post_wrap ul li {
		text-align: left;
		border-bottom: solid 1px #ecd7ba;
		padding-bottom: 3vw;
		margin-top: 3vw;
	}
	.post_wrap ul li:first-of-type {
		margin-top: 0;
	}


	.post_date {
		margin-top: 0.5em;
		font-family: 'Noto Sans JP', sans-serif;
		font-size: 3.5vw;
		color: #4b4948;
		padding-left: 2vw;
		padding-right: 2vw;
	}
	.post_title {
		display: block;
		overflow: hidden;
		white-space: nowrap;
		text-overflow: ellipsis;
		-webkit-text-overflow: ellipsis;
		-o-text-overflow: ellipsis;
	}
	.post_title a {
		font-family: 'Noto Sans JP', sans-serif;
		font-size: 4vw;
		color: #4b4948;
		padding-left: 2vw;
		padding-right: 2vw;
	}
}






/* ================================================================================

	ご挨拶

================================================================================ */


/* PC設定
----------------------------------------------- */

@media (min-width: 768px) {
	.hello-container {
		background: url("../img/hello-back.jpg") center top;
		height: 972px;
		margin-top: 180px;
		margin-bottom: 180px;
	}
	.hello-box {
		background-color: #ffffff99;
		border-radius: 5px;
		text-align: center;
		height: 620px;
		width: 1000px!important;
		padding: 90px;
		margin: 180px auto;
	}
	.hello-box::before {
		position: absolute;
		content: "";
		display: block;
		background: url("../img/ashiato.png")top / contain no-repeat;
		width: 12%;
		height: 100%;
		left: 60px;
		top: 530px;
	}
	.dogs-img {
		margin-top: 15px;
		margin-bottom: 15px;
	}
	.hello-text {
		padding: 20px;
		font-family: 'Noto Sans JP', sans-serif;
		font-size: 16px;
		color: #4b4948;
	}
}



/* SP設定
----------------------------------------------- */

@media (max-width: 767px) {
	.hello-container {
		background-image: url(../img/hello-sp-back.jpg);
		height: 160vw;
		margin-top: 16vw;
		margin-bottom: 16vw;
		padding: 16vw 6vw;
	}
	.hello-box {
		background-color: #ffffff99;
		border-radius: 5px;
		text-align: center;
		padding: 16vw 5vw;
	}
	.hello-box::before {
		position: absolute;
		content: "";
		display: block;
		background: url("../img/ashiato.png")top / contain no-repeat;
		width: 18%;
		height: 100%;
		left: 1vw;
		top: 115vw;
	}
	.dog-title {
		width: 65%!important;
		margin: 0 auto;
	}
	.dogs-img {
		width: 45%!important;
		margin: 5vw auto;
	}
	.hello-text {
		padding: 2vw;
		font-family: 'Noto Sans JP', sans-serif;
		font-size: 3.5vw;
		color: #4b4948;
		text-align: left;
	}
}






/* ================================================================================

	トリミングメニュー

================================================================================ */


/* PC設定
----------------------------------------------- */

@media (min-width: 768px) {
	.trimming-menu {
		margin-bottom: 180px;
	}
	.trimming-box {
		width: 1080px;
	}
	.trimming-title h3 {
		line-height: 140%!important;
	}
	.trimming-title {
		margin-bottom: 45px!important;
		font-family: 'Noto Sans JP', sans-serif;
		font-size: 27px!important;
		color: #4b4948;
		font-weight: 300!important;
		padding-right: 20px;
		padding-top: 27px;
	}
	.trimming-text {
		padding-right: 50px;
		font-family: 'Noto Sans JP', sans-serif;
		font-size: 16px;
		color: #b99863;
	}
}



/* SP設定
----------------------------------------------- */

@media (max-width: 767px) {
	.trimming-menu {
		margin-left: 6vw;
		margin-right: 6vw;
	}

	.trimming-title h3 {
		line-height: 140%!important;
	}

	.trimming-title {
		margin-bottom: 6vw!important;
		font-family: 'Noto Sans JP', sans-serif;
		font-size: 5vw!important;
		color: #4b4948;
		font-weight: 300!important;
	}
	.trimming-text {
		font-family: 'Noto Sans JP', sans-serif;
		font-size: 3.3vw;
		color: #b99863;
		line-height: 5vw;
		margin-bottom: 8vw;
	}
	.trimming-img {
		margin-bottom: 16vw;
	}
}






/* ================================================================================

	無添加おやつ

================================================================================ */


/* PC設定
----------------------------------------------- */

@media (min-width: 768px) {
	.snack-title {
		margin-bottom: 45px!important;
		font-family: 'Noto Sans JP', sans-serif;
		font-size: 27px!important;
		color: #4b4948;
		font-weight: 300!important;
		padding-left: 40px;
		padding-top: 27px;
	}
	.snack-menu p {
		padding-left: 45px;
		font-family: 'Noto Sans JP', sans-serif;
		font-size: 16px;
		color: #ad836c;
	}
	.snack-menu p::before {
		position: absolute;
		content: "";
		display: block;
		background: url("../img/ashiato-right.png")top / contain no-repeat;
		width: 30%;
		height: 110%;
		left: 430px;
		top: 190px;
	}

	.contact-container ul {
		text-align: center;
	}
	.contact-container ul li {
	}
	.contact-container ul li a img {
		width: 230px;
	}
}



/* SP設定
----------------------------------------------- */

@media (max-width: 767px) {
	.snack-title {
		margin-bottom: 6vw!important;
		margin-top: 12vw!important;
		font-family: 'Noto Sans JP', sans-serif;
		font-size: 5vw!important;
		color: #4b4948;
		font-weight: 300!important;
	}
	.snack-menu {
		margin-left: 6vw;
		margin-right: 6vw;
	}
	.snack-menu p {
		font-family: 'Noto Sans JP', sans-serif;
		font-size: 3.3vw;
		color: #ad836c;
		line-height: 5vw;
		margin-bottom: 8vw;
	}
	.snack-menu p::before {
		position: absolute;
		content: "";
		display: block;
		background: url("../img/ashiato-sp.png")top / contain no-repeat;
		width: 12%;
		height: 110%;
		left: 40vw;
		top: 109vw;
	}
	.snack-img {
		margin-bottom: 35vw;
	}

	.contact-container ul {
		text-align: center;
		margin-top: 6vw;
	}
	.contact-container ul li {
	}
	.contact-container ul li a img {
		width: 60vw;
	}
}




/* ================================================================================

	ワンちゃんのビフォーアフター

================================================================================ */


/* PC設定
----------------------------------------------- */

@media (min-width: 768px) {
	.before-container {
		margin-top: 180px;
	}
	.before-title {
		font-size: 36px;
		color: #b99863;
		text-align: center;
		margin-bottom: 15px!important;
		font-weight: 400;
	}
	.before-text {
		font-family: 'Nunito', sans-serif;
		font-weight: 100;
		font-size: 30px;
		color: #4b4948;
		text-align: center;
		letter-spacing: 2px;
	}
	.before-voice {
		margin-bottom: 60px;
		margin-top: 60px;
	}
	.before-botann {
		margin-bottom: 180px;
	}



	.voice_wrap {
		margin-bottom: 60px;
		color: #b99863;
		margin-top: 0.5em;
		font-size: 15.8px;
	}
	.voice_wrap ul {
		font-size: 0;
		text-align: center;
	}
	.voice_wrap ul li {
		display: inline-block;
		vertical-align: top;
		width: 334px;
		text-align: left;
		margin-left: 44px;
	}
	.voice_wrap ul li:first-of-type {
		margin-left: 0;
	}

	.voice_thumb img {
		width: 100%;
		height: 230px;
		object-fit: cover;
		font-family: 'object-fit: cover;'; /* IE対策 */
	}
	.voice_date {
		color: #b99863;
		margin-top: 0.5em;
		font-size: 16px;
		padding-left: 5px;
		padding-right: 5px;
	}
	.voice_title a {
		display: block;
		overflow: hidden;
		white-space: nowrap;
		text-overflow: ellipsis;
		-webkit-text-overflow: ellipsis;
		-o-text-overflow: ellipsis;
		color: #b99863;
		font-size: 16px;
		line-height: 1.5;
		letter-spacing: 0.05em;
		padding-left: 5px;
		padding-right: 5px;
	}
}



/* SP設定
----------------------------------------------- */

@media (max-width: 767px) {
	.before-container {
		margin-top: 56vw;
	}

	.before-title {
		font-size: 5vw!important;
		color: #b99863;
		text-align: center;
	}
	.before-text {
		font-family: 'Nunito', sans-serif;
		font-weight: 100;
		font-size: 4vw;
		color: #4b4948;
		text-align: center;
		letter-spacing: 0.1vw;
		margin-top: 2vw;
	}
	.before-botann {
		margin-top: 16vw!important;
		margin-bottom: 16vw!important;
		width: 40%!important;
		margin: 0 auto;
	}



	.voice_wrap {
		color: #b99863;
		margin-bottom: 6vw;
		margin-top: 6vw;
		font-size: 3.5vw;
		padding: 0 8vw;
	}
	.voice_wrap ul {
		font-size: 0;
		text-align: center;
	}
	.voice_wrap ul li {
		width: 100%;
		margin-top: 12vw;
	}
	.voice_wrap ul li:first-of-type {
		margin-top: 0;
	}

	.voice_thumb img {
		width: 100%;
		height: 60vw;
		object-fit: cover;
		font-family: 'object-fit: cover;'; /* IE対策 */
	}
	.voice_date {
		color: #b99863;
		margin-top: 0.5em;
		font-size: 3.5vw;
	}
	.voice_title a {
		display: block;
		overflow: hidden;
		white-space: nowrap;
		text-overflow: ellipsis;
		-webkit-text-overflow: ellipsis;
		-o-text-overflow: ellipsis;
		color: #b99863;
		font-size: 4vw;
		line-height: 1.5;
		letter-spacing: 0.05em;
	}
}