@import "default.css";
@import "standard.css";

body {
	width: 100%;
	min-width: 900px;
	max-width: 1920px;
	margin: 0 auto;
	padding-top: 90px;
	font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo, Osaka", "MS P ゴシック", "MS P Gothic", "sans-Serif";
	font-size: 16px;
	color: #333333;
	-webkit-text-size-adjust: none;
	box-sizing: border-box;
}
* {
	box-sizing: border-box;
}
a {
	text-decoration: none;
}
a:hover {
	opacity: .7;
}
img {
	width: 100%;
	height: auto;
}
/* スタイル
------------------------------------------------ */
header {
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 100;
}
header .in_wrap {
	width: 96%;
	max-width: 1800px;
	margin: 0 auto;
	padding: 10px 0;
	display: flex;
	justify-content: space-between;
	position: relative;
}
header .h1_wrap {
	padding-left: 50px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
@media only screen and (max-width: 1601px) {
header .h1_wrap {
	padding-left: 10px;
}
}
header .h1_wrap p {
	margin-bottom: 10px;
	text-align: center;
}
header .h1_wrap a {
	width: 220px;
	height: 220px;
	background: #fff;
	border-radius: 50%;
	box-shadow: 0 0 6px rgba(0, 0, 0, .16);
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
header .h1_wrap a img {
	width: 140px;
}
header .h1_wrap a em {
	font-size: 12px;
	color: #000;
}
header .h1_wrap a span {
	font-size: 18px;
	color: #7E4E05;
}
/* フッター */
footer {
	padding: 40px 0;
	padding-bottom: 100px;
	background: #F5F5F5;
}
footer ul.nav {
	margin-bottom: 50px;
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 50px;
}
footer ul.nav a {
	font-size: 14px;
	color: #000;
	text-decoration: none;
}
footer ul.nav a i {
	display: none;
}
footer .flex {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	gap: 100px;
}
footer .flex .l_wrap {
	display: flex;
	align-items: center;
	gap: 20px;
}
footer .flex .l_wrap ul.logo img {
	width: 94px;
	margin: 0 auto;
	margin-bottom: 10px;
	display: block;
}
footer .flex .l_wrap ul span {
	font-size: 24px;
	font-family: 'Sawarabi Mincho', serif;
	font-weight: 500;
	font-style: normal;
	color: #633B00;
	text-align: center;
}
footer .flex .l_wrap ul em {
	font-size: 16px;
	color: #633B00;
	text-align: center;
	display: block;
	line-height: 1;
}
footer .flex .l_wrap dt {
	margin-bottom: 10px;
	font-weight: bold;
	color: #633B00;
}
footer .flex ul.tel a {
	padding: 10px 40px;
	background: #65C2C1;
	border-radius: 30px;
	font-size: 26px;
	font-family: 'Zen Maru Gothic', serif;
	font-weight: 700;
	font-style: normal;
	color: #fff;
	letter-spacing: 0.15rem;
	display: flex;
	justify-content: center;
	align-items: center;
}
footer .flex ul.tel a i {
	width: 24px;
	height: 24px;
	margin-top: 5px;
	margin-right: 5px;
	display: inline-block;
}
footer .flex ul.tel .time {
	padding: 10px 20px;
}
ul.contact_button {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 20px;
}
.fixed_button {
	position: fixed;
	top: 220px;
	right: 20px;
	z-index: 200;
}
ul.contact_button a {
	width: 48px;
	height: 48px;
	border-radius: 50%;
	border: 1px #fff solid;
	display: flex;
	justify-content: center;
	align-items: center;
}
ul.contact_button a img {
	width: auto;
}
ul.contact_button .phone a {
	background: #61C1BF;
}
ul.contact_button .line a {
	background: #06C755;
}
ul.contact_button .mail a {
	background: #C64E39;
}
footer .copyright {
	margin: 60px 0;
	margin-bottom: 20pxx;
	font-size: 14px;
	text-align: center;
	letter-spacing: 0.2rem;
}
#fixedTop {
	font-family: 'Zen Maru Gothic', serif;
	font-weight: 700;
	font-style: normal;
	color: #000;
	font-size: 20px;
	text-align: center;
	display: none;
	text-transform: uppercase;
	position: fixed;
	bottom: 10px;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	z-index: 9999;
}
#fixedTop img {
	width: auto;
}
#fixedTop span {
	display: block;
}
/* ナビ部分
------------------------------------------------ */
header .wrap {
	flex: 1;
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 80px;
}
.nav_wrap {
	flex: 1;
	display: flex;
	justify-content: flex-end;
}
header nav {
	width: 100%;
	max-width: 720px;
	min-width: 580px;
}
header nav ul.nav {
	margin-bottom: 20px;
	padding-top: 40px;
	display: flex;
	justify-content: space-between;
}
header nav ul.nav a {
	color: #000;
	text-decoration: none;
}
header nav li a {
	position: relative;
}
#p_top nav .top a:before,
#p_about nav .about a:before,
#p_petreform nav .pet_reform a:before,
#p_works nav .works a:before,
#p_faq nav .faq a:before {
	content: "";
	width: 12px;
	height: 12px;
	background: #61C1BE;
	border-radius: 50%;
	display: block;
	position: absolute;
	top: -16px;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
}
header .reservation {
	margin-left: 5%;
	padding-right: 8%;
}
@media only screen and (max-width: 1601px) {
header .reservation {
	position: fixed;
	bottom: 20px;
	right: 20px;
}
}
header .reservation a {
	width: 12.6vw;
	max-width: 160px;
	min-width: 120px;
	aspect-ratio: 1 / 1;
	background: #FFD500;
	border: 1px #A57B3D solid;
	border-radius: 50%;
	font-size: clamp(18px, 2.3vw, 24px);
	font-weight: 700;
	color: #633B00;
	text-align: center;
	text-decoration: none;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
}
header .reservation a:after {
	content: "";
	width: 88px;
	width: 66%;
	max-width: 88px;
	aspect-ratio: 1 / 2;
	background: url(/image/common/dogs/img_schnauzer.svg) center no-repeat;
	background-size: contain;
	display: inline-block;
	position: absolute;
	top: 50%;
	right: -40%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
}
header .contact li.tel a {
	font-size: 24px;
	color: #000;
	text-decoration: none;
}
header .contact li.mail a {
	width: 46px;
	height: 46px;
	border: 1px #707070 solid;
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
}
header .contact li.mail a img {
	width: 24px;
}
nav li .sp_menu {
	display: none;
}
/* モーダルメニュー */
#nav_wrap_sp {
	display: none;
}
.clone-nav {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 2;
	width: 100%;
	background: rgba(255, 255, 255, 0.9);
	transition: .3s;
	transform: translateY(-100%);
}
.is-show {
	transform: translateY(0);
}
/* パンくずリスト
------------------------------------------------ */
#rootlist {
	max-width: 1480px;
	min-width: 900px;
	width: 86%;
	margin: 0 auto 60px;
	padding: 0 20px;
	font-size: 12px;
}
#rootlist span {
	margin: 0 5px;
	color: #000;
}
#rootlist p {
	color: #000;
}
#rootlist a {
	color: #633B00;
	text-decoration: underline;
}
#rootlist a:hover {
	text-decoration: underline;
}
/* Hタグ
------------------------------------------------ */
h2.title {
	height: 320px;
	background: url(/image/common/img_nikukyu_w.png) right 1340px top 126px no-repeat,url(/image/common/img_nikukyu_w.png) right 1220px top 90px no-repeat,url(/image/common/img_nikukyu_border.svg) left 1480px bottom no-repeat,url(/image/common/block/white_nami_pa.webp) center top no-repeat,url(/image/common/block/white_nami_pb.webp) center bottom no-repeat,#61C1BE;
	background-size: 190px,100px,230px,contain,contain,auto;
	font-size: 42px;
	font-family: 'Zen Maru Gothic', serif;
	font-weight: 700;
	font-style: normal;
	color: #fff;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
h2.title span{
	font-size: 16px;
	color: #535353;
	letter-spacing: 0.3rem;
	text-transform: capitalize;
}
@media only screen and (max-width: 1601px) {
h2.title {
	height: 280px;
}
}
h3.title {
	margin-bottom: 50px;
	font-family: 'Zen Maru Gothic', serif;
	font-weight: 700;
	font-style: normal;
	font-size: 34px;
	font-weight: 700;
	color: #65C2C1;
	text-align: center;
}
h3.title span {
	width: 100px;
	margin: 0 auto;
	display: block;
}
h3.title2 {
	margin-bottom: 30px;
	font-family: 'Zen Maru Gothic', serif;
	font-weight: 500;
	font-style: normal;
	font-size: 42px;
	font-weight: 700;
	color: #65C2C1;
	text-align: center;
}
h3.title2 span {
	font-size: 16px;
	color: #633B00;
	display: block;
}
h3.title3 {
	margin-bottom: 30px;
	font-size: 26px;
	font-weight: bold;
	color: #633B00;
	text-align: center;
}
h3.title_l {
	margin-bottom: 40px;
	font-size: 46px;
	font-family: 'Zen Maru Gothic', serif;
	font-weight: 700;
	font-style: normal;
	color: #633B00;
	text-align: center;
}
h3.brown {
	width: 96%;
	max-width: 1040px;
	margin: 0 auto;
	margin-bottom: 30px;
	padding: 15px 40px;
	background: #633B00;
	font-family: 'Zen Maru Gothic', serif;
	font-weight: 700;
	font-style: normal;
	font-size: 24px;
	color: #fff;
}
/* 共通
------------------------------------------------ */
#contents p {
	margin-bottom: 20px;
	line-height: 1.6em;
}
#contents p:last-child {
	margin-bottom: 0;
}
.cbox {
	max-width: 1040px;
	min-width: 960px;
	width: 96%;
	margin: 0 auto 160px;
	box-sizing: border-box;
}
.cbox_m0 {
	max-width: 1040px;
	min-width: 960px;
	width: 96%;
	margin: 0 auto;
	box-sizing: border-box;
}
.cbox_m100 {
	max-width: 1040px;
	min-width: 960px;
	width: 96%;
	margin: 0 auto 100px;
	box-sizing: border-box;
}
.cbox_s {
	max-width: 980px;
	min-width: 900px;
	width: 94%;
	margin: 0 auto 140px;
	box-sizing: border-box;
}
.cbox_s_m0 {
	max-width: 980px;
	min-width: 900px;
	width: 94%;
	margin: 0 auto;
	box-sizing: border-box;
}
.inbox {
	margin: 0 auto 80px;
	padding: 0 10px;
	box-sizing: border-box;
}
.wp-pagenavi {
	max-width: 980px;
	min-width: 880px;
	margin: 60px auto;
}
br.sp {
	display: none;
}
.pc_none {
	display: none !important;
}
.nowrap {
	margin: 0 10px;
	display: inline-block;
	white-space: nowrap;
}
.button {
	text-align: center;
}
.button a {
	margin: 40px auto;
	padding: 15px 80px;
	background: url(/image/common/icon/icon_arrow_white.svg) right 30px center no-repeat,#65C2C1;
	border-radius: 40px;
	background-size: 12px;
	font-weight: bold;
	color: #fff;
	display: inline-block;
}
.button2 {
	text-align: center;
}
.button2 a {
	margin: 30px auto;
	padding: 8px 60px;
	background: url(/image/common/icon/icon_arrow_white.svg) right 30px center no-repeat,#65C2C1;
	border-radius: 40px;
	background-size: 12px;
	font-weight: bold;
	color: #fff;
	display: inline-block;
}
ul.sns_button {
	margin-top: 30px;
	padding: 0 20px;
	display: flex;
	gap: 15px;
}
ul.sns_button li {
	width: 50px;
}
/* トップページ
------------------------------------------------ */
#p_top .bg_wrap {
	margin-bottom: 60px;
}
#p_top #main_works .bg_wrap {
	padding-bottom: 120px;
	background: url(/image/common/img_nikukyu_t.png) left 25% top 110px no-repeat,url(/image/common/img_nikukyu_w.png) left 15% top 500px no-repeat,url(/image/common/block/white_nami_pa.webp) center top 310px repeat-x,url(/image/common/block/white_nami_pb.webp) center bottom repeat-x,url(/image/common/block/block_white_h310.svg) left top repeat-x,#61C1BE;
}
#p_top #main .flex_wrap {
	max-width: 1800px;
	margin: 0 auto;
	margin-bottom: 20px;
	position: relative;
}
#p_top #main .flex_wrap h2 {
	font-family: 'Zen Maru Gothic', serif;
	font-weight: 500;
	font-style: normal;
	font-size: 60px;
	color: #633B00;
	position: absolute;
	top: 170px;
	left: 6%;
	z-index: 10;
}
#p_top #main .flex_wrap h2 .turquoise {
	color: #61C1BE;
}
#p_top #main .flex_wrap h2 .white {
	color: #fff;
}
#p_top #main .flex_wrap h2 em {
	font-size: 56px;
	font-style: normal;
}
#p_top #main .main_img {
	width: 70%;
	max-width: 1200px;
	min-width: 650px;
	margin-left: auto;
	margin-right: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
}
#p_top #main .main_img:after {
	content: "";
	width: 100%;
	aspect-ratio: 30 / 1;
	background: url(/image/common/block/img_namiparts.svg) center no-repeat;
	position: absolute;
	left: 0;
	bottom: 0;
}
#p_top #main .main_img li {
	flex: 1;
}
#p_top #works h3.title {
	margin-bottom: 40px;
	color: #000;
	text-transform: uppercase;
}
.swiper-wrapper-container {
	max-width: 1430px;
	margin: 0 auto;
	position: relative;
}
.swiper-wrapper-container:after {
	content: "";
	width: 180px;
	height: 112px;
	background: url(/image/common/img_nikukyu_w.png) center no-repeat;
	background-size: contain;
	display: block;
	position: absolute;
	top: -75px;
	right: 40px;
	z-index: 10;
}
.swiper {
	max-width: 1140px;
	margin: 0 auto;
}
.swiper img {
	border-radius: 25px;
}
.swiper-slide ul {
	margin-bottom: 20px;
}
.swiper-slide h4 {
	margin-bottom: 20px;
	font-size: 20px;
	font-weight: bold;
	color: #7E4E05;
}
.swiper-slide p {
	color: #000;
}
.swiper-button-next,
.swiper-button-prev {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}
.swiper-button-prev {
	width: 60px !important;
	height: 60px !important;
	left:  0 !important;
}
.swiper-button-prev:after {
	content: "" !important;
	width: 100%;
	height: 100%;
	background: url(/image/common/icon/icon_arrow_left_turquoise.svg) center no-repeat,#fff;
	border: 1px #707070 solid;
	border-radius: 50%;
	display: block;
}
.swiper-button-next {
	width: 60px !important;
	height: 60px !important;
	left: calc(100% - 60px) !important;
}
.swiper-button-next:after {
	content: "" !important;
	width: 100%;
	height: 100%;
	background: url(/image/common/icon/icon_arrow_right_turquoise.svg) center no-repeat,#fff;
	border: 1px #707070 solid;
	border-radius: 50%;
	display: block;
}
#p_top #about .bg_wrap {
	max-width: 1340px;
	margin: 0 auto;
	margin-bottom: 100px;
	background: url(/image/top/photo_cat_door.png) left 4% top 60px no-repeat,url(/image/common/cats/img_mike.svg) left 13% bottom 240px no-repeat,url(/image/common/dogs/img_poodle.svg) right 18% top 230px no-repeat,url(/image/top/photo_dog_floor.png) right bottom 120px no-repeat,url(/image/top/leaf_a.png) left 10px bottom 60px no-repeat,url(/image/top/leaf_b.png) right 10px top 100px no-repeat;
	background-size: 360px,190px,162px,346px,242px,188px;
}
#p_top #about h4 {
	margin-bottom: 50px;
	font-family: 'Zen Maru Gothic', serif;
	font-weight: 700;
	font-style: normal;
	font-size: 42px;
	color: #633B00;
	text-align: center;
	line-height: 1.6;
	letter-spacing: 0.25rem;
}
#p_top #about .wrap p {
	text-align: center;
	line-height: 2.2;
}
#p_top #about .wrap ul {
	margin: 40px 0;
	display: flex;
	justify-content: center;
	align-items: center;
}
#p_top #about .wrap li:not(.cross) {
	padding: 15px;
	background: #fff;
	border: 1px #65C2C1 solid;
	border-radius: 30px;
	font-family: 'Zen Maru Gothic', serif;
	font-weight: 700;
	font-style: normal;
	font-size: 18px;
	color: #65C2C1;
}
#p_top #about .wrap li.cross {
	margin: 0 5px;
	font-size: 18px;
}
#p_top #reform_ex .flex {
	width: 94%;
	max-width: 1260px;
	margin: 0 auto;
	margin-bottom: 60px;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: flex-start;
	gap: 100px 4%;
}
#p_top #reform_ex .flex:nth-of-type(even) {
	flex-direction: row-reverse;
}
#p_top #reform_ex .flex > ul {
	flex: 1;
	max-width: 680px;
	min-width: 580px;
	aspect-ratio: 62 / 41;
	position: relative;
}
#p_top #reform_ex .flex ul .img img {
	border-radius: 10px;
}
#p_top #reform_ex .flex ul li.dog {
	position: absolute;
	bottom: -100px;
	left: 10px;
}
#p_top #reform_ex .flex ul li.leaf_c {
	position: absolute;
	bottom: -60px;
	right: -40px;
}
#p_top #reform_ex .flex ul li.cat {
	width: 174px;
	position: absolute;
	bottom: -110px;
	right: 50px;
}
#p_top #reform_ex .flex ul li.leaf_d {
	width: 122px;
	position: absolute;
	top: 30px;
	right: -3%;
}
#p_top #reform_ex .flex .explanation {
	flex: 1;
	max-width: 680px;
	min-width: 580px;
}
#p_top #reform_ex .flex h3 {
	font-size: 24px;
	font-family: 'Zen Maru Gothic', serif;
	font-weight: 700;
	font-style: normal;
	color: #65C2C1;
	display: block;
}
#p_top #reform_ex .flex .explanation h4 {
	margin-bottom: 30px;
	font-size: 36px;
	font-family: 'Zen Maru Gothic', serif;
	font-weight: 700;
	font-style: normal;
	color: #633B00;
}
#p_top #reform_ex .flex .explanation p {
	margin-bottom: 40px;
}
#p_top #reform_ex .flex .explanation dt {
	margin-bottom: 15px;
	padding: 0 10px;
	padding-bottom: 26px;
	background: url(/image/top/img_fukidashi.svg) left bottom no-repeat;
	background-size: 320px;
	font-size: 18px;
	font-family: 'Zen Maru Gothic', serif;
	font-weight: 700;
	font-style: normal;
	color: #7E4E05;
}
#p_top #reform_ex .flex .explanation dd li {
	margin-bottom: 5px;
}
#p_top #reform_ex .flex .explanation dd ul {
	padding: 0 15px;
}
#p_top #reform_ex .flex .explanation dd li:before {
	content: "";
	width: 16px;
	height: 16px;
	margin-right: 10px;
	background: url(/image/common/icon/icon_check_red.svg) center no-repeat;
	background-size: contain;
	display: inline-block;
}
#p_top #jutaku .bg_wrap {
	padding: 140px 0;
	background: url(/image/common/block/white_nami_pa.webp) center top repeat-x,url(/image/common/block/white_nami_pb.webp) center bottom  repeat-x,#EDECEA;
}
#p_top #jutaku .flex {
	width: 96%;
	max-width: 1040px;
	margin: 0 auto;
	display: flex;
	justify-content: center;
}
#p_top #jutaku .flex dl {
	width: 50%;
	padding: 40px 30px 0;
	position: relative;
}
#p_top #jutaku .flex dl.sumikae {
	background: #61C1BE;
	border-radius: 10px 0 0 10px;
}
#p_top #jutaku .flex dl.sumikae::after {
	content: "";
	width: 122px;
	height: 150px;
	background: url(/image/common/dogs/img_chihuahua.svg) center no-repeat;
	background-size: contain;
	display: block;
	position: absolute;
	bottom: 3px;
	left: -90px;
}
#p_top #jutaku .flex dl.bosai {
	background: #fff;
	border-radius: 0 10px 10px 0;
	position: relative;
}
#p_top #jutaku .flex dl.bosai::after {
	content: "";
	width: 108px;
	height: 112px;
	background: url(/image/common/cats/img_chashiro.svg) center no-repeat;
	background-size: contain;
	display: block;
	position: absolute;
	bottom: 0;
	right: -40px;
}
#p_top #jutaku .flex dd.photo {
	margin-bottom: 30px;
}
#p_top #jutaku .flex dd.photo img {
	border-radius: 10px;
}
#p_top #jutaku .flex dt {
	font-size: 28px;
	margin-bottom: 30px;
	text-align: center;
}
#p_top #jutaku .flex dt span {
	font-size: 28px;
	font-family: 'Zen Maru Gothic', serif;
	font-weight: 700;
	font-style: normal;
	display: inline-block;
	background: linear-gradient(transparent 70%, #F6E378 70%);
}
#p_top #jutaku .flex dl.sumikae dt {
	color: #fff;
	text-align: center;
}
#p_top #jutaku .flex dl dd.text {
	margin-bottom: 20px;
	padding: 0 20px;
}
#p_top #jutaku .flex dl.sumikae dd.text {
	color: #fff;
}
#p_top #jutaku .flex dl.sumikae .button2 a {
	background: url(/image/common/icon/icon_arrow_turquoise.svg) right 30px center no-repeat,#fff;
	color: #61C1BE;
}
/* お知らせ */
#p_top .log {
	width: 96%;
	max-width: 1040px;
	margin: 0 auto;
}
.log ul li {
	margin-bottom: 20px;
}
.log ul .block {
	padding: 20px 50px;
	background: #FBFBFB;
	border-radius: 10px;
	display: flex;
	align-items: center;
	gap: 60px;
}
.log ul a.block {
	color: #006480;
}
.log ul em {
	font-size: 14px;
	font-weight: bold;
	font-style: normal;
	color: #AF6F00;
}
.log ul strong {
	margin-bottom: 5px;
	display: inline-block;
}
.log ul i {
	margin-left: 10px;
	font-size: 12px;
	font-style: normal;
	color: #C64E39;
}
#p_post h3.post {
	margin-bottom: 10px;
	font-family: 'Zen Maru Gothic', serif;
	font-weight: 700;
	font-style: normal;
	font-size: 36px;
	color: #0E9792;
	text-align: center;
}
#p_post p.date {
	margin-bottom: 40px;
	font-weight: bold;
	color: #AF6F00;
	text-align: center;
}
#p_post #post {
	padding: 100px 5%;
	border: 1px #61C1BE solid;
	border-radius: 20px;
}
/* 私たちについて
------------------------------------------------ */
#p_about #about .bg_wrap {
	margin-bottom: 120px;
	padding: 100px 0;
	background: url(/image/common/block/block_grade_h120.png) left top repeat-x,url(/image/common/block/block_grade_h120b.png) left bottom repeat-x,url(/image/common/block/block_30w.png),url(/about/image/bg_about.webp) center no-repeat;
	background-size: auto,auto,auto,cover;
}
#p_about #about .wrap {
	width: 96%;
	max-width: 1200px;
	margin: 0 auto;
	padding: 60px 40px;
	background: rgba(255, 255, 255, 0.6);
}
#p_about #about .wrap p {
	margin-bottom: 40px;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	line-height: 2;
}
#p_about #overview dl {
	padding: 30px 0;
	border-top: 1px #D5D5D5 solid;
	display: flex;
	align-items: flex-start;
}
#p_about #overview dl:last-of-type {
	border-bottom: 1px #D9D9D9 solid;
}
#p_about #overview dt {
	width: 20%;
	padding: 0 15px;
	font-weight: bold;
	color: #7E4E05;
	display: flex;
	align-items: center;
}
#p_about #overview dt:before {
	content: "";
	width: 12px;
	height: 12px;
	margin-right: 15px;
	background: #61C1BE;
	border-radius: 50%;
	display: inline-block;
}
#p_about #overview dd {
	width: 80%;
	padding: 0 15px;
}
#p_about #signboard_dog .flex {
	margin-bottom: 160px;
	display: flex;
	justify-content: center;
	gap: 60px;
}
#p_about #signboard_dog .flex dl {
	width: 400px;
}
#p_about #signboard_dog .flex dd.photo {
	width: 360px;
	margin: 0 auto;
	margin-bottom: 30px;
}
#p_about #signboard_dog .flex dd.photo img {
	border-radius: 50%;
}
#p_about #signboard_dog .flex dt {
	margin-bottom: 20px;
	font-size: 20px;
	font-weight: bold;
	color: #7E4E05;
	text-align: center;
}
#p_about .rocky {
	width: 96%;
	max-width: 980px;
	margin: 0 auto;
}
#p_about .rocky dd {
	width: 88%;
	margin: 0 auto;
	margin-top: -80px;
	background: #fff;
	padding: 50px;
	line-height: 2;
	display: block;
	position: relative;
	z-index: 3;
}
#p_about .rocky dd .name {
	margin-top: 30px;
	font-weight: bold;
	text-align: right;
	display: block;
}
#p_about .rocky dd .name em {
	margin-right: 20px;
	display: inline-block;
}
/* ペットリフォーム
------------------------------------------------ */
#p_petreform #reform_ex .flex {
	width: 96%;
	max-width: 1260px;
	margin: 0 auto;
	margin-bottom: 200px;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: flex-start;
	gap: 80px;
}
#p_petreform #reform_ex .flex:nth-of-type(even) {
	flex-direction: row-reverse;
}
#p_petreform #reform_ex .flex > ul {
	width: 50%;
	aspect-ratio: 62 / 41;
	position: relative;
}
#p_petreform #reform_ex .flex ul .img img {
	border-radius: 10px;
}
#p_petreform #reform_ex .flex ul li.dog {
	position: absolute;
	bottom: -100px;
	left: 10px;
}
#p_petreform #reform_ex .flex ul li.leaf_c {
	position: absolute;
	bottom: -60px;
	right: -40px;
}
#p_petreform #reform_ex .flex ul li.cat {
	width: 174px;
	position: absolute;
	bottom: -110px;
	right: 50px;
}
#p_petreform #reform_ex .flex ul li.leaf_d {
	width: 122px;
	position: absolute;
	top: 30px;
	right: -40px;
}
#p_petreform #reform_ex .flex .explanation {
	flex: 1;
}
#p_petreform #reform_ex .flex .explanation h3 {
	margin-bottom: 30px;
	font-size: 36px;
	font-family: 'Zen Maru Gothic', serif;
	font-weight: 700;
	font-style: normal;
	color: #633B00;
}
#p_petreform #reform_ex .flex .explanation h3 span {
	font-size: 24px;
	font-weight: 500;
	color: #65C2C1;
	display: block;
}
#p_petreform #reform_ex .flex .explanation p {
	margin-bottom: 40px;
}
#p_petreform #jutaku .flex {
	width: 96%;
	max-width: 1040px;
	margin: 0 auto;
	margin-bottom: 160px;
	display: flex;
	justify-content: center;
}
#p_petreform #jutaku .flex dl {
	width: 50%;
	padding: 40px 30px 0;
	position: relative;
}
#p_petreform #jutaku .flex dl.sumikae {
	background: #61C1BE;
	border-radius: 10px 0 0 10px;
}
#p_petreform #jutaku .flex dl.sumikae::after {
	content: "";
	width: 122px;
	height: 150px;
	background: url(/image/common/dogs/img_chihuahua.svg) center no-repeat;
	background-size: contain;
	display: block;
	position: absolute;
	bottom: 3px;
	left: -90px;
}
#p_petreform #jutaku .flex dl.bosai {
	background: #fff;
	border: 1px #ACACAC solid;
	border-left: none;
	border-radius: 0 10px 10px 0;
	position: relative;
}
#p_petreform #jutaku .flex dl.bosai::after {
	content: "";
	width: 108px;
	height: 112px;
	background: url(/image/common/cats/img_chashiro.svg) center no-repeat;
	background-size: contain;
	display: block;
	position: absolute;
	bottom: 0;
	right: -40px;
}
#p_petreform #jutaku .flex dd.photo {
	margin-bottom: 30px;
}
#p_petreform #jutaku .flex dd.photo img {
	border-radius: 10px;
}
#p_petreform #jutaku .flex dt {
	font-size: 28px;
	margin-bottom: 30px;
	text-align: center;
}
#p_petreform #jutaku .flex dt span {
	font-size: 28px;
	font-family: 'Zen Maru Gothic', serif;
	font-weight: 700;
	font-style: normal;
	display: inline-block;
	background: linear-gradient(transparent 70%, #F6E378 70%);
}
#p_petreform #jutaku .flex dl.sumikae dt {
	color: #fff;
	text-align: center;
}
#p_petreform #jutaku .flex dl dd.text {
	margin-bottom: 20px;
	padding: 0 20px;
}
#p_petreform #jutaku .flex dl.sumikae dd.text {
	color: #fff;
}
#p_petreform #jutaku .flex dl.sumikae .button2 a {
	background: url(/image/common/icon/icon_arrow_turquoise.svg) right 30px center no-repeat,#fff;
	color: #61C1BE;
}
#p_petreform .reform ul.wanchan_icon {
	width: 114px;
	margin: 0 auto;
	display: block;
}
#p_petreform .reform ul.nekochan_icon {
	width: 196px;
	margin: 0 auto;
	padding-left: 50px;
	display: block;
}
#p_petreform .reform h3 {
	margin-bottom: 50px;
	font-family: 'Zen Maru Gothic', serif;
	font-weight: 700;
	font-style: normal;
	text-align: center;
	color: #633B00;
	font-size: 40px;
}
#p_petreform .reform h3 span {
	font-size: 26px;
}
#p_petreform .reform .flex {
	margin-bottom: 40px;
	padding: 40px;
	border: 2px #61C1BE solid;
	border-radius: 10px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 45px;
	position: relative;
}
#p_petreform .reform .flex::before {
	content: "";
	width: 94px;
	height: 92px;
	background: url(/image/common/nikukyu_img.svg) center no-repeat;
	background-size: contain;
	display: block;
	position: absolute;
	top: -20px;
	right: 40px;
}
#p_petreform .reform .flex:nth-of-type(even) {
	flex-direction: row-reverse;
}
#p_petreform .reform .flex:nth-of-type(even)::before {
	position: absolute;
	top: -30px;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
}
#p_petreform .reform .flex ul {
	width: 320px;
}
#p_petreform .reform .flex ul img {
	border-radius: 110px;
}
#p_petreform .reform .flex dl {
	flex: 1;
}
#p_petreform .reform .flex dt {
	margin-bottom: 25px;
	font-family: 'Zen Maru Gothic', serif;
	font-weight: 700;
	font-style: normal;
	font-size: 30px;
	color: #7E4E05;
}
/* 住み替え＋リフォーム支援
------------------------------------------------ */
#p_petreform #sumikae_main h3 {
	margin-bottom: 50px;
	padding: 215px 0;
	background: url(/pet-reform/image/sumikae/bg_sumikae.webp) center no-repeat;
	background-size: cover;
	text-align: center;
}
#p_petreform #sumikae_main h3 span {
	padding: 10px 90px;
	background: rgba(251, 255, 135, 0.8);
	font-size: 40px;
	font-family: 'Zen Maru Gothic', serif;
	font-weight: 700;
	font-style: normal;
	color: #633B00;
	display: inline-block;
	text-align: center;
}
#p_petreform #sumikae_main h3 span em {
	margin-top: 5px;
	font-size: 26px;
	color: #000;
	display: block;
}
#p_petreform #pets_in_rental ul.check_list {
	margin-bottom: 30px;
}
#p_petreform #pets_in_rental ul.check_list  li i {
	width: 16px;
	height: 16px;
	margin-right: 10px;
	display: inline-block;
}
#p_petreform #pets_in_rental ul.check_list li {
	margin-bottom: 10px;
	font-weight: bold;
}
#p_petreform #pets_in_rental .image_block {
	width: 840px;
	margin: 60px auto;
	padding: 30px 0;
	background: #FFFBF4;
}
#p_petreform #pets_in_rental .image_block h4 {
	margin-bottom: 50px;
	text-align: center;
}
#p_petreform #pets_in_rental .image_block h4 span {
	padding: 10px 50px;
	background: #FED8AC;
	border-radius: 30px;
	font-size: 22px;
	font-weight: bold;
	display: inline-block;
}
#p_petreform #pets_in_rental .image_block ul {
	display: flex;
	justify-content: center;
	gap: 20px;
}
#p_petreform #pets_in_rental .image_block li {
	text-align: center;
}
#p_petreform #pets_in_rental .image_block li {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: center;
}
#p_petreform #pets_in_rental .image_block li img {
	margin-bottom: 15px;
}
#p_petreform #pets_in_rental .image_block li.arrow {
	justify-content: center;
}
#p_petreform #pets_in_rental .image_block li span {
	margin-top: auto;
	font-size: 18px;
	font-weight: bold;
	display: block;
}
#p_petreform #integrated_support .flow {
	width: 900px;
	margin: 0 auto;
}
#p_petreform #integrated_support .flow h4 {
	margin: 70px 0;
	margin-bottom: 40px;
	padding: 5px 0;
	background: #F5F5F5;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
}
#p_petreform #integrated_support .flow .flex {
	margin-bottom: 30px;
	padding: 0 10px;
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 50px;
}
#p_petreform #integrated_support .flow .flex li {
	width: 140px;
	height: 140px;
	background: #61C1BE;
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
}
#p_petreform #integrated_support .flow .flex li img {
	width: auto;
}
#p_petreform #integrated_support .flow .flex dl {
	flex: 1;
}
#p_petreform #integrated_support .flow .flex dt {
	margin-bottom: 15px;
	font-size: 20px;
	font-family: 'Zen Maru Gothic', serif;
	font-weight: 700;
	font-style: normal;
}
#p_petreform #sumikae_merit .summary {
	width: 840px;
	margin: 60px auto;
	padding: 50px;
	background: #FFFBF4;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
#p_petreform #sumikae_merit .summary .l_wrap {
	flex: 1;
}
#p_petreform #sumikae_merit .summary .l_wrap h4 {
	margin-bottom: 40px;
	font-size: 22px;
	font-weight: bold;
}
#p_petreform #sumikae_merit .summary .l_wrap li {
	margin-bottom: 15px;
	font-weight: bold;
	color: #D4440E;
}
#p_petreform #sumikae_merit .summary .l_wrap li:last-of-type {
	margin-bottom: 0;
}
#p_petreform #sumikae_merit ul.img {
	width: 320px;
}
/* ペットと防災住宅
------------------------------------------------ */
#p_petreform #bosai_main h3 {
	margin-bottom: 50px;
	padding: 215px 0;
	background: url(/pet-reform/image/bosai/bg_bosai.webp) center no-repeat;
	background-size: cover;
	text-align: center;
}
#p_petreform #bosai_main h3 span {
	padding: 10px 90px;
	background: rgba(251, 255, 135, 0.8);
	font-size: 40px;
	font-family: 'Zen Maru Gothic', serif;
	font-weight: 700;
	font-style: normal;
	color: #633B00;
	display: inline-block;
	text-align: center;
}
#p_petreform #bosai_main h3 span em {
	margin-top: 5px;
	font-size: 26px;
	color: #000;
	display: block;
}
#p_petreform #integrated_bosai .list {
	width: 96%;
	max-width: 980px;
	margin: 60px auto;
}
#p_petreform #integrated_bosai .list dl {
	margin-bottom: 30px;
	padding-left: 94px;
	position: relative;
}
#p_petreform #integrated_bosai .list dt {
	margin-bottom: 10px;
	font-size: 20px;
	font-family: 'Zen Maru Gothic', serif;
	font-weight: 700;
	font-style: normal;
}
#p_petreform #integrated_bosai .list dt span {
	width: 64px;
	height: 64px;
	border-radius: 50%;
	background: #61C1BE;
	font-family: 'Shippori Mincho', serif;
	font-weight: 400;
	font-style: normal;
	font-size: 30px;
	color: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;
	top: 50%;
	left: 0%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
}
#p_petreform #safe_petlife .summary {
	width: 840px;
	margin: 60px auto;
	padding: 50px;
	background: #FFFBF4;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
#p_petreform #safe_petlife .summary .l_wrap {
	flex: 1;
}
#p_petreform #safe_petlife .summary .l_wrap h4 {
	margin-bottom: 40px;
	font-size: 22px;
	font-weight: bold;
}
#p_petreform #safe_petlife .summary .l_wrap li {
	margin-bottom: 15px;
	font-weight: bold;
	color: #D4440E;
}
#p_petreform #safe_petlife .summary .l_wrap li:last-of-type {
	margin-bottom: 0;
}
#p_petreform #safe_petlife ul.img {
	width: 220px;
	padding-right: 30px;
}
/* 施工事例
------------------------------------------------ */
#p_works #archive .flex {
	max-width: 1140px;
	margin: 0 auto;
	margin-bottom: 160px;
	display: flex;
	gap: 30px;
	flex-wrap: wrap;
}
#p_works #archive .flex .block {
	width: calc(( 100% - 60px ) / 3);
}
#p_works #archive .flex img {
	border-radius: 25px;
}
#p_works #archive .flex ul {
	margin-bottom: 20px;
}
#p_works #archive .flex dt {
	margin-bottom: 20px;
	font-size: 20px;
	font-weight: bold;
	color: #7E4E05;
}
#p_works #archive .flex dd {
	color: #000;
}
#p_works #background ul.mainphoto {
	width: 96%;
	max-width: 1080px;
	margin: 0 auto;
	margin-bottom: 70px;
	padding: 80px 95px;
	border: 2px #61C1BE solid;
	border-radius: 20px;
	position: relative;
}
#p_works #background .mainphoto:before,
#p_works #background .mainphoto:after {
	content: "";
	width: 94px;
	height: 94px;
	background: url(/image/common/nikukyu_img.svg) center no-repeat;
	background-size: contain;
	display: block;
	position: absolute;
}
#p_works #background .mainphoto:before {
	top: -38px;
	right: 40px;
}
#p_works #background .mainphoto:after {
	bottom: -30px;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
}
#p_works #background .project_info {
	margin: 50px 0;
	padding: 30px 50px;
	background: #FBF9E8;
}
#p_works #background .project_info dl {
	margin-bottom: 10px;
	display: flex;
}
#p_works #background .project_info dl:last-of-type {
	margin-bottom: 0;
}
#p_works #background .project_info dt {
	width: 130px;
	font-size: 14px;
	font-weight: bold;
	color: #7E4E05;
}
#p_works #background .project_info dd {
	flex: 1;
	font-size: 14px;
}
#p_works #point h3.post img {
	width: 94px;
	margin: 0 auto;
	display: block;
}
#p_works h3.post {
	margin-bottom: 45px;
	font-family: 'Zen Maru Gothic', serif;
	font-weight: 700;
	font-style: normal;
	font-size: 24px;
	color: #7E4E05;
	text-align: center;
}
#p_works #point h4.light_brouwn {
	margin-bottom: 20px;
	padding: 15px 20px;
	background: #C19461;
	font-size: 18px;
	font-weight: bold;
	color: #fff;
}
#p_works #point p {
	padding: 0 10px;
}
#p_works #point ul.image {
	margin: 40px 0;
	padding: 0 20px;
	display: flex;
	flex-wrap: wrap;
	gap: 40px;
}
#p_works #point ul.image li {
	width: calc(( 100% - 40px ) / 2);
	font-size: 14px;
}
#p_works #point ul.image li img {
	margin-bottom: 10px;
}
#p_works #point ul.image li em {
	margin-bottom: 6px;
	padding: 0 10px;
	font-weight: bold;
	display: block;
}
#p_works #point ul.image li span {
	padding: 0 10px;
	display: block;
}
#p_works #gallery ul {
	margin-bottom: 120px;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 40px;
}
#p_works #gallery li {
	width: calc((100% - 80px) / 3);
	font-size: 14px;
}
#p_works #gallery li img {
	margin-bottom: 10px;
}
#p_works #gallery .voice {
	width: 900px;
}
#p_works #gallery .voice h5 {
	margin-bottom: 10px;
	font-size: 18px;
	font-weight: bold;
	color: #FF6000;
}
#p_works #gallery .voice dl {
	padding: 50px;
	border: 1px #FFD500 solid;
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 60px;
}
#p_works #gallery .voice dt {
	width: 80px;
	height: 80px;
	background: #F5F5F5;
	border-radius: 50%;
	display: block;
}
#p_works #gallery .voice dd {
	flex: 1;
}
/* よくある質問
------------------------------------------------ */
/*アコーディオン全体*/
.accordion-area{
    list-style: none;
    width: 96%;
    max-width: 960px;
    margin:0 auto;
	margin-bottom: 160px;
}
.accordion-area dl {
	border-bottom: 1px solid #C9C9C9;
}
.accordion-area dt {
	display: flex;
	align-items: center;
	gap: 30px;
    position: relative;
    cursor: pointer;
    font-size:1rem;
    font-weight: normal;
    padding: 25px 10px;
    transition: all .5s ease;
}
.accordion-area dt i {
	width: 40px;
	height: 40px;
	border: 1px #65C2C1 solid;
	border-radius: 50%;
	font-family: 'Zen Maru Gothic', serif;
	font-weight: 700;
	font-style: normal;
	font-size: 18px;
	color: #65C2C1;
	display: flex;
	justify-content: center;
	align-items: center;
}
.accordion-area dt::before,
.accordion-area dt::after{
    position: absolute;
    content:'';
    width: 15px;
    height: 2px;
    background-color: #65C2C1;
}
.accordion-area dt::before{
    top:48%;
    right: 15px;
    transform: rotate(0deg);
}
.accordion-area dt::after{    
    top:48%;
    right: 15px;
    transform: rotate(90deg);
}
.accordion-area dt.close::before{
	transform: rotate(45deg);
}
.accordion-area dt.close::after{
	transform: rotate(-45deg);
}
.accordion-area .box {
    display: none;
    background: #f3f3f3;
	margin:0 3% 3% 3%;
    padding: 3%;
}
/* お問い合わせ
------------------------------------------------ */
#p_contact #rootlist {
	margin-bottom: 110px;
}
#p_contact .relative {
	position: relative;
}
#p_contact .relative:before {
	content: "";
	width: 490px;
	height: 65px;
	background: url(/contact/image/animals.png) center no-repeat;
	background-size: contain;
	display: block;
	position: absolute;
	top: -50px;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
}
#p_contact #mail .box {
	margin-bottom: 40px;
	padding: 30px 50px;
	border: 2px #61C1BE solid;
	border-radius: 10px;
}
#p_contact #mail dl {
	padding: 30px 10px;
	border-bottom: 1px #000000 dotted;
	display: flex;
}
#p_contact #mail dl:last-of-type {
	border: none;
}
#p_contact #mail dt {
	width: 20%;
	height: 44px;
	font-weight: bold;
	color: #7E4E05;
	display: flex;
	align-items: center;
}
#p_contact #mail dd {
	width: 80%;
}
#p_contact #mail dd input,
#p_contact #mail dd select {
	height: 44px;
	border: 1px #BBBBBB solid;
}
#p_contact #mail dd .day {
	margin-bottom: 20px;
}
#p_contact #mail dd .day:last-of-type {
	margin-bottom: 0;
}
#p_contact #mail dd .day span {
	display: block;
}
#p_contact #mail dd .day input,
#p_contact #mail dd .day select {
	width: 260px;
}
#p_contact #mail .file ul {
	margin: 10px 0;
}
#p_contact #mail .file ul input {
	height: auto;
	border: none;
}
textarea {
	height: 160px;
	border: 1px #BBBBBB solid;
}
input[type="submit"] {
	width: 260px;
	height: 50px;
	margin: 0 auto;
	background: #61C1BE;
	border: none;
	border-radius: 10px;
	font-family: 'Zen Maru Gothic', serif;
	font-weight: 700;
	font-style: normal;
	font-size: 16px;
	color: #fff;
	cursor: pointer;
	display: flex;
	justify-content: center;
	align-items: center;
}
input[type="submit"]:hover {
	opacity: .7;
}
/* フォーム幅
------------------------------------------------ */
form .wl {
	width: 100% !important;
}
form .wm {
	width: 50% !important;
}
form .ws {
	width: 25% !important;
}
form .wss {
	width: 10% !important;
}