/* General element styling --------------------------------------------- */

@font-face {
	font-family: 'HGSGothicM';
	src: url('fonts/HGSGothicM.woff') format('woff'),
		url('fonts/HGSGothicM.woff2') format('woff2');
	font-weight: 400;
}

html {
	margin: 0;
	padding: 0;
}

body {
	margin: 0;
	padding: 0;
	font-size: 16px;
	line-height: 32px;
	color: #1F1F1F;
	font-family: "BIZ UDPGothic", sans-serif;
	font-weight: 400;
	font-style: normal;
}

h1,
h2,
h3,
h4,
h5 {
	font-weight: 500;
	margin: 0 0 20px;
}

a {
	color: #112288;
}

img {
	max-width: 100%;
}

button {
	cursor: pointer;
}

html {
	scroll-behavior: smooth;
}

/* General re-usable styling ------------------------------------------- */

.am-container {
	width: calc(100% - 40px);
	margin: 0 auto;
	max-width: 1440px;
}

.am-container.style2 {
	max-width: 1000px;
}

.am-container.style3 {
	max-width: 1200px;
}

.am-container.style5 {
	width: calc(100% - 120px);
}

.am-container.bg-grey {
	background: #F5F5F5;
}

.am-flex {
	display: flex;
}

.am-flex.wrap {
	flex-wrap: wrap;
}

.am-flex.between {
	justify-content: space-between;
}

.am-flex.center {
	justify-content: center;
}

.am-flex.vert-center {
	align-items: center;
}

.am-flex.vert-stretch {
	align-items: stretch;
}

.am-flex.vert-fl-end {
	align-items: flex-end;
}

.am-col1 {
	width: calc(100% / 12);
}

.am-col2 {
	width: calc(100% / 12 * 2);
}

.am-col3 {
	width: calc(100% / 12 * 3);
}

.am-col4 {
	width: calc(100% / 12 * 4);
}

.am-col5 {
	width: calc(100% / 12 * 5);
}

.am-col6 {
	width: calc(100% / 12 * 6);
}

.am-col7 {
	width: calc(100% / 12 * 7);
}

.am-col8 {
	width: calc(100% / 12 * 8);
}

.am-col9 {
	width: calc(100% / 12 * 9);
}

.am-col10 {
	width: calc(100% / 12 * 10);
}

.am-col11 {
	width: calc(100% / 12 * 11);
}

.am-hide {
	display: none;
}

.am-center {
	text-align: center;
}

.am-sp {
	display: none;
}

.am-pc {
	display: block;
}

.am-modal__min-btn {
	border: unset;
	background: unset;
	margin: 0 auto;
	display: block;
}

dialog.am-modal__max {
	width: 100%;
	height: 100%;
	border: unset;
	background: #0003;
}

.am-modal__max-cont {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	background: #FFF;
	width: calc(100% - 80px);
	height: calc(100% - 120px);
	padding: 20px;
	border-radius: 10px
}

.am-modal__max-pix {
	width: calc(100% - 100px);
	height: calc(100% - 150px);
	overflow: auto;
	padding: 50px;
	box-shadow: 0 0 10px #8888 inset;
	border: 1px solid #888;
}

.am-modal__max-pix>img {
	max-width: 100%;
	max-height: 100%;
	object-fit: contain;
	object-position: center;
	display: block;
	margin: auto;
	/* 	cursor: zoom-in; */
}

.am-modal__max-pix.zoom>img {
	width: auto;
	height: auto;
	max-width: 200vw;
	max-height: 200vh;
	/* 	cursor: zoom-out; */
}

.am-modal__max-close.lp-btn {
	margin: 10px auto;
	display: block;
	padding: 10px;
	min-width: 140px;
}

.am-modal__max-close.lp-btn::after {
	content: unset;
}

.am-bg-layout {
	position: relative;
}

.am-bg-pix {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 0;
	width: 100%;
	height: 100%;
}

.am-bg-pix > img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

.am-bg-cont {
	position: relative;
	z-index: 1;
}

.am-bg-layout.style2 .am-bg-pix {
	position: relative;
	top: unset;
	left: unset;
	height: auto;
}

.am-bg-layout.style2 .am-bg-pix > img {
	width: 100%;
	height: auto;
	object-fit: cover;
	display: block;
}

.am-bg-layout.style2 .am-bg-cont {
	position: absolute;
	top: 50%;
	left: 0;
	transform: translatey(-50%);
	height: auto;
}

#sect-banner .am-bg-pix > img {
	object-position: right;
}

.bnr__title {
	margin: 0;
	font-size: 50px;
	padding: 200px 0;
}

.sect-cont {
	padding: 80px 0;
}

.sect-cont.style2 {
	padding: 60px 0;
}

.af-topgap {
	height: 100px;
}

header {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 10;
	background-image: url("./images/bg-header.png");
	color: #3C6F36;
}

.hdr__layout {
	height: 100px;
}

.hdr__logo {
	margin: 0 auto 0 0;
}

.hdr__logo>a>img {
	height: auto;
}

.hdr__navi-menu {
	display: block;
}

.hdr__navi-menu {
	display: flex;
	justify-content: flex-end;
	padding: 0;
	margin: 0 10px 0 0;
}

.hdr__navi-menu li {
	list-style: none;
	text-align: center;
	display: block;
	line-height: 1;
}

.hdr__navi-menu li:last-child {
	border-width: 0;
}

.hdr__navi-menu li a {
	text-decoration: none;
	color: #3C6F36;
	font-weight: 500;
	padding: 5px 15px;
	width: calc(100% - 40px);
	display: block;
	white-space: nowrap;
}

.hdr__navi-lang a {
	color: #ffff;
	text-decoration: none;
}

.hdr__navi-lang a.active {
	color: blue;
}

.hdr__navi-button {
	color: #fff;
	background: linear-gradient(90deg, #3F8837 0%, #8FDF86 100%);
	text-decoration: none;
	padding: 2px 25px;
	border-radius: 20px;
}

.hdr__navi-button-img {
	width: 10px;
	margin: -5px 0 0 10px;
	vertical-align: middle;
}

.slider__layout {
	position: relative;
}

.slider__item {
	height: calc(100vh - 70px);
	min-height: 600px;
}

.slider__item > img, .slider__item > video {
	height: 100%;
	width: 100%;
	object-fit: cover;
}

.slider-nav .slick-slide .slider-nav__image {
	filter: saturate(0);
}

.slider-nav .slick-slide.slick-current .slider-nav__image {
	filter: unset;
}

.slider-navi {
	text-align: center;
	margin: 15px 0;
	display: block;
	width: 100%;
	white-space: nowrap;
	padding: 0;
}
.slider-navi button {
	background-color: unset;
	color: #333;
	border: unset;
	font-size: 35px;
	cursor: pointer;
	display: inline-block;
	width: fit-content;
	max-width: unset;
	padding: 0 5px;
	margin: 0;
}

.slider-nav__item:focus-visible .slider-nav__image {
	position: relative;
	z-index: -1;
}

.slider__ov {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	width: auto;
	color: #fff;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	white-space: nowrap;
}

.slider__ov-main-title {
	font-size: 40px;
	line-height: 1.8;
	font-family: "BIZ UDPGothic", sans-serif;
	font-weight: 700;
	font-style: normal;
}

i.fa-solid.fa-circle-arrow-left {
	color: #3C6F36;
}

i.fa-solid.fa-circle-arrow-right {
	color: #3C6F36;
}

i.fa-solid.fa-pause {
	color: #3C6F36;
}

.slider__button {
	width: auto;
	color: #000;
	margin: 130px 0 0;
}

.slider__button a {
	padding: 20px 50px;
	border-radius: 40px;
	font-size: 16px;
}

.slider__button a img {
	margin: -5px 0 0 20px;
	vertical-align: middle;
}

.slider__container-aboutus,
.slider-nav__arrows-aboutus {
	width: calc(100% - 60px);
	margin-right: auto;
}

.slider__item-aboutus {
	width: 100%;
	height: auto;
}

.dl-title-1 {
	text-align: center;
	font-weight: 700;
	font-size: 18px;
	line-height: 32px;
}

.dl-title-1 span {
	display: block;
	font-weight: 700;
	font-size: 40px;
	color: #3c6f36;
	font-family: "Brygada 1918", serif;
	font-optical-sizing: auto;
	font-weight: <weight>;
	font-style: normal;
	margin: 10px 0 0 0;
}

.dl-aboutus__cont {
	padding: 50px 0;
}

#dl-aboutus .dl-title-1 {
	padding: 90px 0 0;
}

.dl-button.aboutus a {
	padding: 20px 50px;
	border-radius: 40px;
}

.dl-aboutus__cont {
	align-items: center;
}

.dl-button.aboutus {
	margin: 100px 0 0 60px;
	text-align: left;
}

#dl-aboutus .am-col3 img {
	margin: 0;
	width: 100%;
	height: auto;
}

.dl-button.aboutus a img {
	margin: -5px 0 0 10px;
	vertical-align: middle;
}

.dl-strength__cont {
	max-width: 1198px;
	margin: 0 auto;
}

#dl-strength .dl-title-1 {
	padding: 90px 0 40px 0;
}

.dl-strength__cont-item img {
	width: 190px;
	height: 190px;
	object-fit: cover;
	border-radius: 50%;
}

.dl-strength__cont-item {
	text-align: center;
}

.dl-strength__cont .am-col4 {
	width: calc(100% / 3 - 16px);
	margin: 0 8px;
}

.dl-strength__cont {
	padding: 0 0 80px 0;
}

.dl-strength__item-desc {
	margin: 30px 0 0 0;
}

#dl-intro-poodle {
	background-color: #F4FFF3;
	padding: 90px 0 60px 0;
}

.dl-intro-poodle__item-img {
	width: 278px;
	height: 278px;
	object-fit: cover;
	border-radius: 20px;
	object-position: top;
}

#dl-intro-poodle .dl-title-1 {
	margin: 0 0 60px;
}

.dl-intro-poodle__item-details span {
	display: block;
	text-align: center;
}

.dl-intro-poodle__cont {
	text-align: center;
	max-width: 1200px;
	margin: 0 auto;
}

.dl-intro-poodle__item.am-col3 {
	width: calc(100% / 4 - 30px);
	margin: 0 15px 50px 15px;
}

.dl-intro-poodle__item {
	margin: 0 0 40px 0;
	position: relative;
}

.dl-intro-poodle__item-tag {
    position: absolute;
    top: 0;
    left: 0;
    color: #fff;
/*     background: linear-gradient(90deg, #7ABE73 0%, #ACD117 100%); */
	background: #3c6f36;
    border-radius: 20px;
    padding: 15px 20px;
    line-height: 1;
}

.dl-intro-poodle__item-button {
	color: #fff;
	background: linear-gradient(90deg, #7ABE73 0%, #ACD117 100%);
	text-decoration: none;
	padding: 2px 30px 2px 25px;
    border-radius: 20px;
    display: block;
	position: relative;
}

.dl-intro-poodle__item-button img {
	width: 6px;
	height: auto;
	margin: 0;
	vertical-align: middle;
	position: absolute;
	right: 12px;
	top: 50%;
	display: block;
	transform: translateY(-50%);
}


.dl-button.intro-poodle {
	margin: 100px 0 0 60px;
	text-align: center;
}

.dl-button.intro-poodle a {
	padding: 12px 55px;
	border-radius: 40px;
}

.dl-button.intro-poodle img {
	margin: -5px 0 0 10px;
	vertical-align: middle;
}

#dl-faq .dl-title-1 {
	padding: 90px 0 40px 0;
}

.dl-faq__cont {
	max-width: 1200px;
	margin: 0 auto;
	padding: 0 0 100px;
}

.dl-faq__cont-question span {
	background-color : #3C6F36;
	color: #fff;
	width: 32px;
	height: 32px;
	font-size: 16px;
	font-weight: 700;
	border-radius: 50px;
	line-height: 32px;
	display: block;
	text-align: center;
	margin: 0 10px 0 0;
}

.dl-faq__cont-question {
	border-style: solid;
	border-width: 0 1px 1px 1px;
	border-image: linear-gradient(to right, #7ABE73 0%, #ACD117 100%) 1;
	background-color: #fff;
	padding: 18px;
	position: relative;
	cursor: pointer;
}

.dl-faq__cont-item:first-child .dl-faq__cont-question {
	border-width: 1px;	
}

.dl-faq__cont-answer {
	border-style: solid;
	border-width: 0 1px;
	border-image: linear-gradient(to right, #7ABE73 0%, #ACD117 100%) 1;
	background-color: transparent;
	padding: 0 18px;
	max-height: 0;
	transition: max-height 0.25s ease, padding 0.25s ease;
	overflow: hidden;
}

.show .dl-faq__cont-answer {
	max-height: 500px;
	padding: 18px;
	border-width: 0 1px 1px 1px;
}

.dl-faq__cont-answer span {
	background-color: #fff;
	color: #3C6F36;
	width: 32px;
	height: 32px;
	font-size: 16px;
	font-weight: 700;
	border-radius: 50px;
	line-height: 32px;
	display: block;
	text-align: center;
	margin: 0 10px 0 0;
}

.dl-faq__cont-answer.am-flex.wrap.last {
	border-width: 0 1px 1px 1px;
}

#dl-faq .dl-button.intro-poodle {
	padding: 0 0 50px;
}

.dl-faq__cont-question:after {
	content: "\f054";
	font-family: 'Font Awesome 6 Free';
	position: absolute;
	top: 50%;
	right: 30px;
	transform: translateY(-50%);
	color: #000;
	transition: transform 0.5s ease;
	font-weight: 600;
	color: #3C6F36;
}

.dl-faq__cont-item.show .dl-faq__cont-question:after {
	transform: translateY(-50%) rotate(90deg);
}

#dl-review .dl-title-1 {
	padding: 90px 0 40px 0;
}

.dl-review__item .am-col3 img {
	width: 350px;
	height: 350px;
	object-fit: cover;
}

.dl-review__item-name, .dl-review__item-purchased {
	font-weight: 700;
	padding: 0 0 10px;
}

.dl-review__item .am-col3 {
	margin: 0 40px 0 0;
	width: calc(34% - 65px);
}

.dl-review__cont {
	max-width: 1200px;
	margin: 0 auto;
}

.dl-review__item-name span{
	/* 	border-width: 1px;
	border-image: linear-gradient(to right, #7ABE73 0%, #ACD117 100%) 1; */
	border: 1px solid #ACD117;
	padding: 10px 12px;
	border-radius: 20px;
	margin: 0 10px 0 0;
	font-size: 16px;
	color: #3C6F36;
	border-style: solid;
	font-weight: 400;
}

.dl-review__item-purchased span{
	/* 	border-width: 1px;
	border-image: linear-gradient(to right, #7ABE73 0%, #ACD117 100%) 1; */
	border: 1px solid #ACD117;
	padding: 10px 12px;
	border-radius: 20px;
	margin: 0 10px 0 0;
	font-size: 16px;
	color: #3C6F36;
	border-style: solid;
	font-weight: 400;
	background-clip: padding-box, border-box;
	background-origin: padding-box, border-box;
}

.dl-review__item-purchased {
	margin: 10px 0 30px;
}

#dl-review .dl-button.intro-poodle {
	padding: 0 0 50px;
}

.dl-instagram__cont .am-col2 {
	width: calc(100% / 6 - 20px);
	margin: 10px 10px 0 0;
}

.dl-instagram__cont .am-col2 img {
	width: 176px;
	height: 176px;
	object-fit: cover;
	border-radius: 20px;
}

.dl-instagram__cont {
	max-width: 1200px;
	margin: 0 auto;
	text-align: center;
	justify-content: space-between;
	padding: 0 0 100px 0;
}

.dl-instagram__cont .am-col2.mrg-adj {
	margin: 10px 0 0 0;
}

.dl-review__item .am-col9 {
	align-self: center;
	width: calc(68% - 40px);
}

.dl-review__item {
	margin: 30px 0 0 0;
}

.dl-review__item:first-child {
	margin: 0;
}

.dl-blog__cont {
	max-width: 1200px;
	margin: 0 auto;
	text-align: left;
	padding: 0 0 80px;
}

.dl-blog__cont .am-col4 {
	width: calc(100% / 3 - 20px);
	margin: 0 30px 0 0;
}

.dl-blog__cont .am-col4:last-child {
	margin: 0;
}

#dl-blog .dl-title-1 {
	padding: 90px 0 40px 0;
}

.dl-blog__item-excerpt {
	overflow-wrap: break-word;
}

.dl-blog__item-title {
	font-weight: 700;
}

.dl-blog__item a {
	text-decoration: none;
}

.dl-blog__item .am-col4 img {
	border-radius: 20px;
	height: 210px;
	object-fit: cover;
	margin: 0 auto 10px;
    display: block;
}

#dl-owner-diary .dl-title-1 {
	padding: 40px 0;
}

.dl-owner-diary__item span {
	background: #3c6f36;
	color: #fff;
	padding: 0 20px;
	border-radius: 40px;
	margin: 0 10px 0 0;
	height: 39px;
	line-height: 39px;
	display: block;

}

.dl-owner-diary__item {
	margin: 20px 0 0;
}

.dl-owner-diary__cont {
	max-width: 1200px;
	margin: 0 auto;
	padding: 0 0 80px 0;
}

.footer__cont {
	max-width: 1000px;
	margin: 0  auto;
}

footer {
	background-color: #f4fff3;
	padding: 50px 0 0;
	border: 1px solid #acd117;
	border-width: 1px 0 0 0;
}

footer .footer__container {
	border: 1px solid #7abe73;
	border-width: 0 0 1px 0;
	padding: 0 0 50px;
}

#footer__cont .am-col4 {
	width: calc(100% - 40px);
	margin: 0 40px;
}

.ftr-copyright {
	text-align: center;
	color: #3C6F36;
	font-size: 15px;
	padding: 20px 0;
}

.footer__cont .am-col4 iframe {
	width: 100%;
	height: 305px;
	border-radius: 20px;
}

.footer__cont .am-col4 {
	margin: 0 40px 0 0;
	width: calc(43% - 20px);
}

.footer__cont .am-col8 {
	width: calc(57% - 40px);
}

.ftr-phone-num {
	font-size: 18px;
	font-weight: 700;
	margin: 10px 0;
}

.ftr-phone-num span {
	font-weight: 400;
	font-size: 15px;
}

.ftr-phone-num img {
	vertical-align: middle;
	margin: 0 10px 0 0;
}

.ftr-fax-num img {
	vertical-align: middle;
	margin: 0 10px 0 0;
}

.ftr-fax-num {
	margin: 10px 0;
}

.ftr-business-hours span {
	border: #7ABE73 2px solid;
	display: inline-block;
	padding: 0 11px;
	border-radius: 20px;
	margin: 0 10px 0 0;
	font-size: 15px;
}

.ftr-business-days span {
	border: #7ABE73 2px solid;
	display: inline-block;
	padding: 0 18px;
	border-radius: 20px;
	margin: 10px 10px 20px 0;
	font-size: 15px;
}

.ftr-sns-logo {
	margin: 20px 0 0 0;
}

.ftr-sns-logo img:first-child {
	margin: 0 10px 0 0;
}

i.fa-solid.fa-play {
	color: #3c6f36;
}

/* SP menu btn ---------------------------------------------*/

.hdr__menu-btn {
	position: absolute;
	top: calc(80px / 2);
	right: 30px;
	border: 2px solid #3c6f36;
	background: transparent;
	width: 50px;
	height: 50px;
	transform: translateY(-50%);
	display:none;
}

.hdr__menu-btn-icon {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}

.hdr__menu-btn-icon::before,
.hdr__menu-btn-icon::after,
.hdr__menu-btn-icon>span {
	content: "";
	width: 30px;
	height: 2px;
	background: #3c6f36;
	display: block;
	margin: 8px 0;
	transition: 0.5s ease;
	opacity: 1;
}

header.hdr__menu--show {
	height: 100vh;
	overflow: auto;
}

.bnr__pix {
	text-align: center;
	padding: 0 0 50px;
}

.bnr__pix > video {
	width: 100%;
	height: auto;
}

.bnr__ov {
	position: absolute;
	bottom: 25px;
	right: 10px;
}

#sect-intro {
	color: #fff;
	padding: 0 0 50px;
}

.intro__item {
	font-size: 16px;
	text-align: center;
}

.intro__item-pix {
	background: transparent;
	width: 400px;
	height: 400px;
	border-radius: 50%;
	padding: 50px;
	margin: 0 auto;
}

.intro__item-pix > img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.intro__item-subtext {
	margin: 30px 0 0;
	font-size: 16px;
}

.hdr__ftr.ftr__cont {
	display: none!important;
}

#dl-blog .am-col4 {
	color: #000;
}

.slider-nav__arrows-aboutus i.fa-solid.fa-circle-arrow-left {
	display: none;
}

#dl-instagram .dl-title-1 {
	padding: 90px 0 40px 0;
}

#dl-intro-poodle .dl-button.intro-poodle {
	margin: 90px 0 20px 0;
}

#dl-faq .dl-button.intro-poodle {
	padding: 65px 0 100px 0;
	margin: 0;
}

#dl-review .dl-button.intro-poodle {
	padding: 60px 0 100px;
	margin: 0;
}

#dl-instagram .dl-button.intro-poodle {
	padding: 70px 0;
	margin: 0;
}

.dl-bnr__layout {
	position: relative;
}

.dl-bnr__pix {
	position: relative;
}

.dl-bnr__pix::after {
	content: "";
	width: 100%;
	height: 100%;
	background: #0003;
	position: absolute;
	top: 0;
	left: 0;
}

.dl-bnr__pix > img {
	display: block;
	height: 678px;
	width: 100%;
	object-fit: cover;
}

.dl-bnr__ov {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	text-align: center;
}

.dl-bnr__title {
	text-align: center;
	margin: 0;
	color: #fff;
}
.dl-bnr__title > span {
	display: block;
}

.dl-bnr__title > .en {
	font-size: 50px;
	font-family: "Brygada 1918", serif;
	font-optical-sizing: auto;
	font-weight: <weight>;
	font-style: normal;
	font-weight: 700;
}

.dl-bnr__title > .jp {
	margin: 0 0 10px;
	font-size: 26px;
}

.dl-section-pad {
	padding: 80px 0 50px;
}

.dl-section-pad2 {
	text-align: center;
	padding: 50px 0;
}

.dl-section-pad3 {
	padding: 90px 0 80px;
}

.about-staff__item {
	border: 1px solid #3c6f36;
	border-radius: 20px;
	margin: 0 20px 40px 0;
	padding: 30px;
	min-height: 700px;
}

.about-staff__cont > div:nth-child(2n) .about-staff__item {
	margin: 0 0 40px 20px;
}
.dl-title-1.btm-pad1 {
	padding-bottom: 60px;
}

.about-staff__id {
	margin: 0 0 15px;
}

.about-staff__id > span {
	display: inline-block;
	background: #e6fae6;
	border-radius: 15px;
	padding: 0 15px;
	margin: 0 10px 0 0;
}

.about-staff__name-txt {
	display: inline-block;
	margin: 0 20px 0 0;
}

.about-staff__name-txt .jp {
	margin: 0 15px 0 0;
	display: inline-block;
}

.about-staff__name-txt .en {
	color: #3c6f36;
}

.about-staff__name-lbl {
	background-image: linear-gradient(90deg, #7bbe72, #acd118);
	border-left: 1px solid #fcf2b4;
	border-top: 1px solid #eab557;
	border-right: 1px solid #fcf2b7;
	border-bottom: 1px solid #eab557;
	border-radius: 15px;
	padding: 6px 20px;
	color: #FFF;
}

.about-staff__name-lbl::after {
	content: "›";
	display: inline-block;
	line-height: 10px;
	vertical-align: middle;
	font-size: 20px;
	margin: 0 -5px 10px 8px;
}

.about-staff__name {
	margin: 0 0 20px;
}

.dl-grad-border1 {
	display: inline-block;
	position: relative;
	z-index: 0;
}
.dl-grad-border1:before {
	content: "";
	position: absolute;
	z-index: -1;
	inset: 0;
	padding: 1px; /* the border thickness */
	background: linear-gradient(90deg, #FCF2B4 0%, #EAB355 46%, #FCF2B4 100%);
	mask: 
		linear-gradient(#000 0 0) exclude, 
		linear-gradient(#000 0 0) content-box;
}

footer .dl-grad-border1:before {
	border-radius: 15px;
}

.hdr__navi-button.dl-grad-border1:before {
	padding: 2px;
	border-radius: 40px;
}

.dl-review__item-name span.dl-grad-border1:before,
.dl-review__item-purchased span.dl-grad-border1:before {
	background: linear-gradient(90deg, #7ABE73 0%, #ACD117 100%);
	padding: 2px;
}

.dl-review__item-name span.dl-grad-border1,
.dl-review__item-purchased span.dl-grad-border1 {
	padding: 3px 13px;
	border: unset;
}

.ftr-business-hours span.dl-grad-border1, .ftr-business-days span.dl-grad-border1 {
	border: unset;
}

.ftr-business-hours span.dl-grad-border1:before, .ftr-business-days span.dl-grad-border1:before {
	background: linear-gradient(90deg, #7ABE73 0%, #ACD117 100%);
	padding: 2px;
}

.about-staff__pix {
	border-radius: 50%;
	margin: 0 auto 20px;
	display: block;
	width: 220px;
    height: 220px;
    object-fit: cover;
}

.about-staff__icon {
	width: 24px;
	vertical-align: middle;
	margin: 0 10px 0 0;
}

.about-access__icon {
	width: 67px;
	height: 67px;
	vertical-align: middle;
	margin: 0 10px 0 0;
}

.about-access__title {
	font-size: 18px;
	color: #3C6F36;
	font-weight: 700;
}

.about-access__list {
	counter-reset: list-counter;
	list-style-type: none; /* Remove default numbering */
	padding-left: 80px;
}

.about-access__list li {
	counter-increment: list-counter;
	padding: 0 0 0 34px;
	text-indent: -34px;
	margin: 0 0 20px;
}

.about-access__list li::before {
	content: counter(list-counter, decimal-leading-zero) " ";
	margin-right: 5px;
	color: #3C6F36;
	font-weight: 700;
}

section#about-class {
	background-color: #f4fff3;
}

.dl-tbl-style1 table {
	border-spacing: 0 10px;
}

#about-show .dl-tbl-style1 table tbody tr th {
	width: 140px;
	height: 35px;
}

.dl-tbl-style1 table tr td {
	padding: 0 0 0 20px;
}
.dl-tbl-style1 {
	color: #3c6f36;
}

.about-class__btn a {
	padding: 12px 55px;
	border-radius: 40px;
	font-size: 16px;
}

.about-show__pix {
	width: 460px;
	height: 300px;
	object-fit: cover;
	border-radius: 15px;
}

.about-show__cont {
	margin: 30px 0 0;
}

.about-class__btn {
	margin: 30px 0 auto;
	text-align: center;
}

#about-show .dl-tbl-style1.about-show__table table tbody tr th {
	color: #88AA02;
}

#about-show .dl-tbl-style1.about-show__table {
	color: #000;
}

#about-show .dl-tbl-style1.about-show__table table tbody tr th.dl-grad-border1:before {
	background: linear-gradient(90deg, #7ABE73 0%, #ACD117 100%);
	padding: 2px;
}

.dl-tbl-style1.about-class__table {
	color: #000;
}

.dl-tbl-style1.about-class__table table tbody tr th {
	border: 1px solid #3c6f36;
	padding: 5px 35px;
	color: #3c6f36;
}

section#about-kennel-intro {
	background-color: #f4fff3;
}

.scrollslide .splide__arrows {
	visibility: hidden;
	max-width: 100%;
}

.about-kennel-intro__layout {
	display: flex;
}

.about-kennel-intro__item {
	border: solid #fff;
	/* 	border-width: 0 0 0 1px; */
	border-width: 0 1px;
	margin: 0 20px 0 0;
	color: inherit;
	text-decoration: unset;
	cursor: pointer;
}

.about-kennel-intro__top {
	width: 100%;
	height: 250px;
	text-align: center;
	position: relative;
	margin: 0 auto;
}

.about-kennel-intro-item__image {
	position: relative;
	top: 50%;
	transform: translateY(-50%);
	height: 100%;
	width: 100%;
	object-fit: cover;
}

.about-kennel-intro__txt-jp {
	background-color: green;
	text-align: center;
	color: #fff;
	padding: 5px;
}

.about-greeting__col.pix {
	margin: 0 30px 0 0;
}

.intro-about-tour__cont {
	text-align: center;
}

.intro-contract-score__cont {
	text-align: center;
}

.intro-contract-score__item-number {
	font-family: "Bonheur Royale", cursive;
	font-weight: 400;
	font-style: normal;
	font-size: 50px;
	display: block;
	margin: 0 0 5px 0;
	background: linear-gradient(90deg, #3B9F30 0%, #88AA02 100%);
	background-clip: text;
	-webkit-text-fill-color: transparent;
}

.intro-contract-score__item-cont {
	width: 147px;
	height: 147px;
	border-radius: 50%;
	align-self: center;
	margin: 0 auto;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.intro-contract-score__item-desc {
	color: #3c6f36;
	text-align: center;
	margin: 10px 0 0 0;
	font-weight: 700;
}

.intro-contract-score__item-desc span {
	color: #000;
	display: block;
	font-weight: 400;
}

.intro-contract-score__item {
	width: calc(100% / 5 - 20px);
	margin: 0 10px;
}

.intro-benefit__cont {
	margin: 30px 0 0 0;
}

#intro-contract-score .dl-grad-border1:before {
	content: "";
	position: absolute;
	z-index: -1;
	inset: 0;
	padding: 3px;
	border-radius: 50%;
	background: linear-gradient(90deg, #7ABE73 0%, #ACD117 100%);
}

.trimming-features__desc {
	margin: 0 0 80px;
}

#trimming-features .am-col2 img {
	border-radius: 20px;
}

#trimming-features .am-col10 {
	width: calc(85% - 60px);
	margin: 0 0 0 30px;
	text-align: left;
	color: #3c6f36;
}

.trimming-features__item-num {
	font-size: 90px;
	display: inline-block;
	vertical-align: middle;
	font-family: "Bonheur Royale", cursive;
	margin: 0 10px 0 0;
	font-weight: 400;
}

.trimming-features__item-desc {
	color: #000;
	margin: 20px 0 0;
}

.trimming-features__item-num-cont {
	font-size: 18px;
	font-weight: 700;
}

.trimming-features__item-cont {
	margin: 0 0 40px 0;
}

.trimming-features__item-desc span {
	color: #3c6f36;
}

#trimming-features {
	background-color: #F4FFF3;
}

.trimming-intro__item .am-col4 img {
	width: 350px;
	height: 360px;
	object-fit: cover;
	border-radius: 20px;
}

.mgb-50 {
	margin-bottom: 50px;
}

#trimming-process {
	background-color: #f4fff3;
}

.trimming-process__item .am-col10 {
	text-align: left;
}

.trimming-process__item-title span {
	background-color: #3c6f36;
	color: #fff;
	padding: 7px 14px;
	border-radius: 20px;
	margin: 0 10px 0 0;
}

.trimming-process__item-title {
	color: #3c6f36;
	font-weight: 700;
}

.trimming-process__item {
	margin: 0 0 60px;
}

.trimming-process__item-desc {
	line-height: 32px;
}

.flow-diagram__item {
	margin: 0 0 60px;
}

.flow-diagram__item .am-col10 {
	text-align: left;
}

.flow-diagram__item-title span {
	color: #3c6f36;
	font-size: 50px;
	margin: 0 10px 0 0;
	font-family: Bonheur Royale;
	font-weight: 400;
	display: inline-block;
	vertical-align: bottom;
}

.flow-diagram__item-title {
	color: #3c6f36;
	font-weight: 700;
}

.flow-diagram__item-desc {
	line-height: 32px;
}

.trimming-process__gallery .am-col2 img {
	width: 100%;
	height: 180px;
	object-fit: cover;
	border-radius: 20px;
}

.trimming-process__gallery {
	justify-content: center;
	margin: 50px 0 0;
}

.trimming-process__gallery .am-col2 {
	width: calc(100% / 5 - 20px);
	margin: 0 10px;
}

.price-table tr th {
	background-color: #3c6f36;
	color: #fff;
	padding: 10px;
	border: 2px solid #b5c8b3;
}

.price-table tr td {
	border: 2px solid #b5c8b3;
	padding: 10px;
}

.price-table {
	width: 100%;
	border-collapse: collapse;
	text-align: center;
}

.price-table__caption {
	text-align: right;
	margin: 10px 0;
}

.trimming-price__desc ul {
	padding-left: 20px;
}

.trimming-price__resrevation-bonus-item {
	margin: 40px auto;
	max-width: 800px;
	border: 3px solid #88aa02;
	border-radius: 15px;
	height: 200px;
}

.resrevation-bonus__img {
	height: 200px;
	object-fit: cover;
	width: 100%;
}

.trimming-price__resrevation-bonus-item .am-col6:first-child {
	vertical-align: middle;
	align-self: center;
	padding: 15px;
}

.trimming-price__resrevation-bonus-item .am-col8 {
	vertical-align: middle;
	align-self: center;
	padding: 15px;
}

.trimming-price__resrevation-bonus-item.am-bg-layout.style2 {
	overflow: hidden;
}

.trimming-price__resrevation-bonus-item.am-bg-layout.style2 .am-bg-pix {
	width: 50%;
	left: 50%;
	right: 0;
	mask-image: linear-gradient(270deg, #000, #000 60%, transparent);
}

.trimming-price__resrevation-bonus-item.am-bg-layout.style2 .am-bg-cont {
	padding: 15px;
}

.trimming-price__resrevation-bonus-item.am-bg-layout.style2:nth-child(2) .am-bg-pix {
	width: calc(33.34% + 2px);
	left: calc(100% - 33.34%);
	right: 0;
	mask-image: linear-gradient(270deg, #000, #000 60%, transparent);
}

.trimming-price__resrevation-bonus-item.am-bg-layout.style2:nth-child(2) .am-bg-pix img {
	min-height: 220px;
}



.resrevation-bonus__title img {
	margin: 0 5px 0 0;
	display: inline-block;
	vertical-align: middle;
}

.resrevation-bonus__title {
	font-size: 20px;
	color: #3C6F36;
}

.resrevation-bonus__desc span {
	color: #d15a53;
	margin: 0 5px 0 0;
}

.resrevation-bonus__desc {
	padding: 10px 0 0 0;
}

#dl-blog.trimming {
	background-color: #f4fff3;
}

.trimming-price__contact-tel {
	display: inline-block;
	color: #3c6f36;
	font-size: 24px;
	font-weight: 700;
}

.trimming-price__contact-tel img {
	vertical-align: middle;
	margin: 0 10px 0 0;
}

.trimming-price__button {
	background-image: linear-gradient(90deg, #7bbe72, #acd118);
	border-left: 1px solid #fcf2b4;
	border-top: 1px solid #eab557;
	border-right: 1px solid #fcf2b7;
	border-bottom: 1px solid #eab557;
	border-radius: 15px;
	padding: 6px 20px;
	color: #FFF;
}

.trimming-price__button::after {
	content: "›";
	display: inline-block;
	line-height: 10px;
	vertical-align: middle;
	font-size: 20px;
	margin: 0 -5px 10px 8px;
}

.trimming-price__button-cont {
	margin: 20px 0;
}

.second-life-intro__cont .am-col6 {
	text-align: left;
}

.second-life-intro__cont .am-col6:first-child {
	margin: 0 30px 0 0;
	width: calc(100% / 2 - 50px);
}

.second-life-intro__cont .am-col6:first-child img {
	border-radius: 20px;
}

#second-life-intro {
	background-color: #f4fff3;
}

.dl-title-2 {
	font-size: 18px;
	font-weight: 700;
	color: #3c6f36;
	border: 1px solid #3c6f36;
	border-radius: 30px;
	padding: 15px;
}

.second-life-charm__subcont {
	margin: 50px 0 20px;
}

.second-life-charm__subcont .am-col8 {
	text-align: left;
}

.second-life-charm__subcont .am-col4 {
	/* margin: 0 30px 0 0; */
	width: 38%;
}

.second-life-charm__subcont .am-col8 {
	width: calc(63% - 50px);
	margin: 0 0 0 30px;
}

.second-life-charm__subcont .am-col6 img {
	width: 230px;
	height: 210px;
	object-fit: cover;
	border-radius: 20px;
}

.second-life-charm__subcont .am-col6 {
	width: calc(100% / 2 - 5px);
	margin: 0px 10px 0px 0;
}

.second-life-charm__subcont .am-col6:last-child {
	margin: 0;
}

.second-life-charm-item {
	margin: 0 0 20px 0;
}

.second-life-charm__subcont .dl-title-2 {
	margin: 0 0 50px 0;
}

.trimming-process__item .am-col2 {
	position: relative;
}

.trimming-process__item .am-col2::before {
	content: "";
	position: absolute;
	width: 0px;
	height: calc(100% - 20px);
	border-width: 0 0 0 3px;
	border-style: dotted;
	border-image: linear-gradient(180deg, #3F8837 0%, #8FDF86 100%) 1;
	left: 50%;
	top: 80px;
	-webkit-mask-image: repeating-linear-gradient(black, black 5px, transparent 5px, transparent 10px);
	mask-image: repeating-linear-gradient(black, black 5px, transparent 5px, transparent 10px);
}

.trimming-process__item .am-col2.last::before {
	content: unset;
}


.flow-diagram__item .am-col2 {
	position: relative;
}

/* .flow-diagram__item .am-col2::before {
content: "";
position: absolute;
width: 0px;
height: calc(100% - 20px);
border-width: 0 0 0 3px;
border-style: dotted;
border-image: linear-gradient(180deg, #3F8837 0%, #8FDF86 100%) 1;
left: 50%;
top: 80px;
-webkit-mask-image: repeating-linear-gradient(black, black 5px, transparent 5px, transparent 10px);
mask-image: repeating-linear-gradient(black, black 5px, transparent 5px, transparent 10px);
} */

.flow-diagram__item .am-col2.last::before {
	content: unset;
}
.second-life-request__subcont {
	margin: 50px 0 20px;
}

#second-life-request {
	background-color: #f4fff3;
}

.second-life-promise__item .am-col10 {
	text-align: left;
}

.second-life-promise__item {
	margin: 40px 0 0 0;
}

.second-life-promise__item-title span {
	font-size: 50px;
}

.second-life-promise__item-title span {
	font-family: "Bonheur Royale", cursive;
	font-weight: 400;
	font-style: normal;
	color: #3c6f36;
	margin: 0 10px 0 0;
	vertical-align: middle;
}

.second-life-promise__item-title {
	font-weight: 700;
	color: #3c6f36;
}

.second-life-promise__item-button {
	background-image: linear-gradient(90deg, #7bbe72, #acd118);
	border-left: 1px solid #fcf2b4;
	border-top: 1px solid #eab557;
	border-right: 1px solid #fcf2b7;
	border-bottom: 1px solid #eab557;
	border-radius: 40px;
	padding: 0 60px;
	color: #FFF;
	font-weight: 700;
	display: inline-block;
	margin: 10px 0;
}

.second-life-promise__icon {
	background-color: #3c6f36;
	width: 120px;
	height: 120px;
	border-radius: 50%;
	margin: 0 auto;
	display: flex;
	align-items: center;
	justify-content: center;
}

.second-life-promise__icon img {
	display: block;
}

.second-life-cost__item-title span {
	font-family: "Bonheur Royale", cursive;
	font-weight: 400;
	font-style: normal;
	color: #3c6f36;
	margin: 0 10px 0 0;
	vertical-align: middle;
	font-size: 50px;
}

.second-life-cost__item-title {
	font-weight: 700;
	color: #3c6f36;
}

.second-life-cost__item-button {
	background-color: #3c6f36;
	border-radius: 40px;
	padding: 0 60px;
	color: #FFF;
	font-weight: 700;
	display: inline-block;
	margin: 10px 0;
}

.second-life-cost__item .am-col10 {
	text-align: left;
}

.second-life-cost__item {
	margin: 40px 0 0 0;
}

.second-life-cost__icon {
	background-color: #fff;
	width: 120px;
	height: 120px;
	border-radius: 50%;
	margin: 0 auto;
	display: flex;
	align-items: center;
	justify-content: center;
	border: 2px solid #3c6f36;
}

.flow-diagram__icon {
	width: 120px;
	height: 120px;
	border-radius: 50%;
	margin: 0 auto;
	display: flex;
	align-items: center;
	justify-content: center;
	border: 2px solid #3c6f36;
}

#second-life-button .about-class__btn {
	margin: 40px 0;
}

.flow-intro__cont {
	text-align: center;
	margin: 40px 0;
}

#flow-diagram .am-bg-pix > img {
	opacity: 0.3;
}

.flow-about-insurance__title {
	border: 1px solid;
	border-radius: 40px;
	padding: 14px;
	margin: 20px 0;
	color: #3c6f36;
	font-size: 18px;
	font-weight: 700;
}

.flow-about-insurance__subdesc span {
	font-weight: 700;
	display: block;
	margin: 0 0 20px 0;
	text-align: center;
}

.flow-about-insurance__subdesc {
	text-align: left;
}

.flow-about-insurance__subtitle {
	color: #3c6f36;
	font-weight: 700;
	text-align: left;
	border-bottom: 1px solid;
}

.flow-about-insurance__item {
	text-align: left;
	margin: 40px 0;
}

.flow-about-insurance__content {
	margin: 20px 0 0;
}

.flow-about-insurance__table table tr td {
	border: 1px solid #3c6f36;
	padding: 10px;
}

.flow-about-insurance__table table tr td:first-child {
	background-color: #3c6f36;
	color: #fff;
	width: 36%;
	text-align: center;
	border-bottom: 1px solid #fff;
}

.flow-about-insurance__table table {
	border-collapse: collapse;
}

.flow-about-insurance__underwriting span {
	font-weight: 700;
}

.flow-about-insurance__underwriting {
	text-align: left;
}

.flow-about-insurance__underwriting-tel {
	color: #3c6f36;
	margin: 20px 0;
}

.flow-about-insurance__underwriting-tel img {
	vertical-align: middle;
	margin: 0 10px 0 0;
}

.flow-about-insurance__solication {
	margin: 50px 0;
	text-align: left;
}

.flow-about-insurance__solication-title {
	border: 1px solid;
	border-radius: 40px;
	padding: 14px;
	margin: 20px 0;
	color: #3c6f36;
	font-size: 18px;
	font-weight: 700;
	text-align: center;
}

.flow-about-insurance__solication-subdesc {
	margin: 0 0 30px 0;
}

.flow-about-insurance__solication-subtitle span {
	background-color: green;
	color: #fff;
	font-size: 18px;
	width: 39px;
	height: 39px;
	display: inline-flex;
	text-align: center;
	border-radius: 50%;
	vertical-align: middle;
	margin: 0 10px 0 0;
	justify-content: center;
	align-items: center;
}

.flow-about-insurance__solication-subtitle {
}

.flow-about-insurance__solication-item {
	margin: 40px 0;
}

.flow-about-insurance__solication-subtitle2 {
	margin: 15px 0;
	font-weight: 700;
	color: #008000;
}

.flow-about-insurance__solication-content {
	margin: 0 0 30px 0;
}

.flow-about-insurance__solication-content {
	margin: 20px 0;
}

.flow-about-insurance__contract__title {
	border: 1px solid;
	border-radius: 40px;
	padding: 14px;
	margin: 20px 0;
	color: #3c6f36;
	font-size: 18px;
	font-weight: 700;
	text-align: center;
}

.flow-about-insurance__contract-cont {
	text-align: left;
	margin: 50px 0;
}

.flow-about-insurance__caution__title {
	border: 1px solid;
	border-radius: 40px;
	padding: 14px;
	margin: 20px 0;
	color: #3c6f36;
	font-size: 18px;
	font-weight: 700;
	text-align: center;
}

.flow-about-insurance__caution__subdesc {
	text-align: left;
}

#flow-genetic {background-color: #e6fae6;}

.flow-genetic__desc {
	margin: 0 0 40px;
}

.flow-genetic__subtitle {
	border: 1px solid;
	border-radius: 40px;
	padding: 14px;
	margin: 20px 0;
	color: #3c6f36;
	font-size: 18px;
	font-weight: 700;
	text-align: center;
}

.flow-genetic__subdesc {
	text-align: left;
	margin: 0 0 40px;
}

.flow-genetic__cont {
	text-align: left;
}

.flow-genetic__item {
	margin: 30px 0;
	text-align: left;
}

.flow-genetic__item span {
	display: block;
	color: #3c6f36;
	border-bottom: 1px solid #3c6f36;
	font-weight: 700;
	margin: 0 0 10px;
}

.flow-about-insurance__solication-contact span {
	font-weight: 700;
}

.flow-about-insurance__solication-contact {
	text-align: center;
	width: 50%;
	margin: 40px 0 0;
}

.flow-about-insurance__solication-tel span {
	color: #008000;
}

.flow-about-insurance__solication-tel img {
	vertical-align: middle;
	margin: 0 10px 0 0;
}

.flow-about-insurance__solication-tel {
	margin: 15px 0 0;
	font-size: 18px;
}

.dl-cropdiv {
	padding: 20px;
	position: relative;
}

.dl-cropdiv::before {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	border: 1px solid #3c6f36;
	border-radius: 15px;
	z-index: -1;
	clip-path: polygon(
		0 -20px,
		calc(50% - 60px) -20px,
		calc(50% - 60px) 20px,
		calc(50% + 60px) 20px,
		calc(50% + 60px) -20px,
		100% -20px,
		100% 100%,
		0 100%
	);
}

.trimming-price__button-cont a {
    text-decoration: none;
}

.dl-cropdiv .dl-cropdiv__title {
	position: absolute;
	top: 0;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 2;
	font-weight: 700;
	color: #3c6f36;
}

.flow-about-insurance__underwriting {
	padding: 38px;
	position: relative;
}

.flow-about-insurance__solication-contact.dl-cropdiv::before {
	clip-path: polygon(
		0 -20px,
		calc(50% - 120px) -20px,
		calc(50% - 120px) 20px,
		calc(50% + 120px) 20px,
		calc(50% + 120px) -20px,
		100% -20px,
		100% 100%,
		0 100%
	);
}

.flow-diagram__icon {
	position: relative;
}

.flow-diagram__icon:before {
	content: "";
	position: absolute;
	width: 0px;
	height: calc(100% - 58px);
	border-width: 0 0 0 2px;
	border-style: dotted;
	color: #3c6f36;
	left: 50%;
	top: 120px;
}

.flow-diagram__icon.last:before {
	display: none;
}

.dl-bnr__pix.flow > img {
	display: block;
	width: 100%;
	height: 678px;
	object-fit: cover;
}

#preparing-puppy-intro {
	background-color: #f4fff3;
}

.preparing-puppy-intro__cont {
	text-align: center;
	margin: 0 0 50px;
}

.preparing-puppy-intro__list {
	max-width: 1000px;
	margin: 40px auto;
}

.dl-title-2 span {
	font-size: 50px;
	font-family: Bonheur Royale;
	margin: 0 10px 0 0;
	background: linear-gradient(90deg, #3B9F30 0%, #88AA02 100%);
	background-clip: text;
	-webkit-text-fill-color: transparent;
	display: inline-block;
	vertical-align: middle;
}

#preparing-puppy-intro .dl-title-2 {
	font-size: 16px;
	padding: 10px 0 10px 20px;
	border: none;
	width: 100%;
	max-width: 1200px;
}

#preparing-puppy-intro .dl-grad-border1:before {
	background: linear-gradient(90deg, #7ABE73 0%, #ACD117 100%);
	border-radius: 40px;
	mask: linear-gradient(#000 0 0) exclude, linear-gradient(#000 0 0) content-box;
}

.dl-title-3 {
	border-bottom: 1px solid #3c6f36;
}

.dl-title-3 img {
	vertical-align: middle;
	margin: 0 10px 0 0;
}

#preparing-puppy-insurance .dl-title-2 {
	padding: 14px;
	text-align: center;
	margin: 60px 0 30px;
}

.preparing-puppy-insurance__item span {
	background-color: green;
	color: #fff;
	width: 39px;
	height: 39px;
	display: inline-flex;
	border-radius: 50%;
	text-align: center;
	margin: 0 10px 0 0;
	justify-content: center;
	align-items: center;
	vertical-align: middle;
	font-weight: 700;
}

.preparing-puppy-insurance__cont {
	text-align: center;
}

.preparing-puppy-insurance__desc {
	padding: 20px 0;
	border: 1px solid #3c6f36;
	border-width: 1px 0;
	margin: 60px 0;
}

.sect-news__cont a {
	text-decoration: none;
}

.sect-news__item-title {
	color: #000;
}

.sect-news__cont {
	margin: 80px auto 50px;
	max-width: 1000px;
}

.sect-news__item-date {
	color: #006533;
	font-weight: 700;
	margin: 0 80px 0 0;
	white-space: nowrap;
}

.sect-news-single__cont {
	max-width: 1000px;
	margin: 80px auto;
}

.sect-news-single__item-date {
	color: #006533;
	font-weight: 500;
	margin: 20px 0 5px 0;
	font-size: 14px;
}

.sect-news-single__item-date > img {
	width: 25px;
	height: 26px;
	vertical-align: middle;
	margin: 0 12px 0 0;
}

.sect-news-single__item-title {
	font-weight: 700;
	font-size: 20px;
	padding: 0 0 8px;
	border-bottom: 1px solid #ccc;
}

.sect-news-single__item-date i {
	font-size: 25px;
	margin: 0 10px 0 0;
}

.sect-news-single__item-content {
	line-height: 32px;
}

.sect-news__cont-item {
	display: flex;
	border-bottom: 1px solid #cccccc;
	padding: 0 0 20px;
	margin: 0 0 35px;
}

.ii-pgnavi__btn.ii-pgnavi__current {
	background: #006533;
	color: #FFF;
	cursor: revert;
}

.ii-pgnavi__btn {
	background-color: #006533;
	padding: 10px 14.79px;
	color: #fff;
	font-weight: 500;
	border: 1px solid #888;
	margin: 0 5px;
	cursor: pointer;
	font-size: 16px;
	border-radius: 50px;
}

.ii-pgnavi__btn i {
	background-color: #fff;
	color: #006533;
}

button.ii-pgnavi__btn.next {
	background-color: #fff;
	padding: 12px 13.79px;
}

button.ii-pgnavi__btn.previous {
	background-color: #fff;
	padding: 12px 13.79px;
}

.sect-news__pagenavi{
	text-align: center;
	margin: 0 0 100px;
}

.sect-news__pagenavi .btn-style-1 {
	text-decoration: unset;
	display: inline-block;
	margin: 0 10px;
	width: 150px;
	position: relative;
}

.sect-news__pagenavi .btn-style-1 {
	text-decoration: unset;
	display: inline-block;
	margin: 0 10px;
	width: 150px;
	position: relative;
	background: linear-gradient(90deg, #3F8837 0%, #8FDF86 100%);
}

.ll-button {
	background-color: #006533;
	border-radius: 50px;
	color: #fff;
}

.chev-left {
	padding: 5px 20px 5px 15px;
}

.chev-right {
	padding: 5px 15px 5px 20px;
}

.chev-left::before {
	font-family: 'Font Awesome 6 Free';
	font-weight: 700;
	font-size: 10px;
	width: 18px;
	height: 18px;
	border: 2px solid;
	display: inline-block;
	border-radius: 50%;
	vertical-align: bottom;
	position: absolute;
	top: 22%;
	right: 0;
	left: 15px;
	line-height: 1.8;
}

.chev-right::after {
	font-family: 'Font Awesome 6 Free';
	font-weight: 700;
	font-size: 10px;
	width: 18px;
	height: 18px;
	border: 2px solid;
	display: inline-block;
	border-radius: 50%;
	vertical-align: bottom;
	position: absolute;
	top: 22%;
	right: 0;
	left: 75%;
	line-height: 1.8;
}

.chev-left::before {
	content: "\f053";
	margin: 0 10px 4px 0;
}

.chev-right::after {
	content: "\f054";
	margin: 0 0 4px 10px;
}

.dl-review__item-name .dl-grad-border1:before {
	border-radius: 20px;
}

.dl-review__item-purchased .dl-grad-border1:before {
	border-radius: 20px;
}

.sect-blog__item-img {
	width: calc(100% - 30px);
	margin: 0 30px 0 0;
	border: 2px solid #ccc;
	border-radius: 20px;
	height: 150px;
	object-fit: cover;
}

.sect-blog__item-cont {
	margin: 0 0 30px;
	border-bottom: 1px solid #C0B8B8;
	padding: 0 0 30px 0;
}

.sect-blog__item-date {
	font-size: 14px;
}

.sect-blog__item-excerpt {
	font-size: 16px;
	line-height: 160%;
}

.sect-blog__item-title {
	font-size: 18px;
	margin: 10px 0;
	font-weight: 700;
}

.sect-blog__title {
	font-size: 22px;
	border-bottom: 4px solid #A4A2A2;
	padding: 0 0 10px 0;
	margin: 0;
}

ul.wp-block-categories-list.wp-block-categories {
	list-style: none;
	padding-left: 0;
}

.sect-blog__sidebar {
	width: calc(100% - 40px);
	margin: 0 0 0 40px;
}

.sect-blog__title ul li a {
	text-decoration: unset;
}

.wp-block-categories li a {
	text-decoration: unset;
	color: #000;
	padding: 0 0 20px 0;
	font-size: 20px;
}

.wp-block-categories li {
	border-bottom: 1px dashed #a4a2a2;
	padding: 20px 0;
}

.sect-blog__post a {
	text-decoration: unset;
	color: #000;
}

.wp-block-categories li:first-child {
	padding: 0 0 20px;
}

.sect-blog__single-cont {
	font-size: 18px;
	line-height: 48px;
}

.sect-blog__single-cont img {
	width: auto;
	display: block;
	margin: 30px auto;
}

.sect-blog__single-cont-title {
	font-size: 30px;
	text-align: center;
}

.sect-blog__single-cont-date {
	display: inline-block;
}

.sect-blog__single-cont-tags {
	display: inline-block;
	margin: 0 0 0 10px;
	background-color: orange;
	color:#FFF;
	width: 90.1px;
	border-radius: 30px;
	text-align: center;
	font-size: 14px;
	line-height: 30px;
}

.header-blog {
	font-weight: 700;
	color: #555;
	line-height: 140%;
	border-bottom: 3px solid #38393c;
	font-size: 26px;
	text-align: left;
}

.widgettitle {
	font-weight: 700;
	color: #555;
	line-height: 140%;
	border-bottom: 3px solid #38393c;
	font-size: 26px;
	text-align: left;
	margin: 60px 0 0;
}

.widgettitle:last-child {
	margin: 60px 0 0 0;
}

.sect-blog__sidebar ul li {
	list-style: none;
	border-bottom: 1px solid #efefef;
	padding: 10px 0;
}

.sect-blog__sidebar ul li a {
	text-decoration: none;
	font-weight: 700;
	color: #000;
}

div#calendar_wrap {
	width: 100%;
}

table#wp-calendar {
	width: 100%;
	margin: 20px 0 0;
	table-layout: fixed;
}

#wp-calendar tbody td {
	background: #f5f5f5;
	border: 1px solid #fff;
	text-align: center;
	padding: 8px;
}

.sidebar ul li a {
	color: #000;
}

#sect-blog a:hover {
	color: #000;
	text-decoration: underline;
}

.widgettitle:first-child {
	margin: 0;
}

.wp-calendar-nav-prev a {
	text-decoration: none;
	color: #007bff;
	font-weight: 700;
}

#wp-calendar a {
	color: #007bff;
	font-weight: 700;
	text-decoration: none;
}

caption {
	padding-top: .75rem;
	padding-bottom: .75rem;
	color: #6c757d;
	text-align: left;
	caption-side: bottom;
}

#wp-calendar caption {
	text-align: right;
	color: #333;
	font-size: 14px;
	margin-top: 10px;
	margin-bottom: 15px;
}

.about-staff__name-lbl a {
	text-decoration: none;
	color: #fff;
}

.price-table tbody tr td:first-child {
	background-color: #F4FFF3;
}

.price-table tbody tr td {
	background-color: #fff;
}

.slider__container-aboutus {
    width: 96%;
    height: 97%;
    position: absolute !important;
    left: 50%;
    top: 1%;
    transform: translateX(-50%);
    border-radius: 14%;
    overflow: hidden;
}

.slider__layout-aboutus {
    position: relative;
    width: calc(100% - 60px);
    margin-right: auto;
}

#dl-aboutus .am-col3 .vid-frame {
    position: relative;
    width: 100%;
    height: auto;
}

.slider__item-aboutus > video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.slider__item-aboutus {
    height: 100%;
}

.slider__container-aboutus .slick-list,
.slider__container-aboutus .slick-track {
	height: 100% !important;
}

.contact-form__cont {
    max-width: 1000px;
    margin: 0 auto;
}

#contact-form {
    background-color: #f4fff3;
}

.inquiry-form__contact-form {
	margin: 0 auto;
	text-align: right;
	max-width: 995px;
	width: 100%;
}

.required {
	color: #FFF;
    padding: 1px 34px;
    font-size: 14px;
    margin: 0 20px 0 auto;
    background-color: #006533;
    border-radius: 30px;
}

.inquiry-form__contact-col label {
	font-size: 16px;
	text-align: left;
	font-weight: 400;
	display: flex;
}

.inquiry-form__contact-col input {
	padding: 16px 0;
	width: 99%;
	border: 1px solid #3c6f36;
}

.inquiry-form__contact-col p {
	width: 100%;
	text-align: left;
}

.inquiry-form__contact-col p textarea {
	width: calc(100% - 6px);
	border: 1px solid #3c6f36;
}

.inquiry-form__link {
	font-size: 18px;
}

.inquiry-form__contact-form a {
    color: #000;
    text-decoration: none;
    border-bottom: 2px solid #B1B1B1;
}

.inquiry-form__row.height-adj {
    height: 93px;
}

.inquiry-form__contact-col.inq-item__radio {
	align-self: center;
}

.inquiry-form__row {
    display: flex;
}

.inquiry-form__contact-col {
    width: 72%;
}

.inquiry-form__contact-col:first-child {
    width: 28%;
	align-self: center;
}

.dl-submit {
	position: relative;
	margin: 50px auto 100px;
	width: calc(100% - 20px);
	max-width: 260px;
}

.dl-submit::after {
    content: "\f054";
    font-family: 'Font Awesome 6 Free';
    color: #FFF;
    letter-spacing: 0.25px;
    font-size: 12px;
    line-height: 1.55;
    width: 18px;
    height: 18px;
    position: absolute;
    right: 20px;
    top: 25px;
    transform: translateY(-50%);
	font-weight: 600;
}

.wpcf7-submit {
    height: 50px;
    color: #fff;
    font-size: 16px;
    border-top: 2px solid #FCF2B4;
	border-bottom: 2px solid #FCF2B4;
	border-left: 2px solid #FCF2B4;
	border-right: 2px solid #FCF2B4;
   	background: linear-gradient(90deg, #3F8837 0%, #8FDF86 100%);
    border-radius: 50px;
    width: 100%;
	line-height: 1;
}

.wpcf7-form-control.wpcf7-submit.has-spinner p {
	text-decoration: underline;
}

#contact-sns .am-bg-cont {
    text-align: center;
}

.contact-sns__image img {
    width: 94px;
    height: 94px;
    object-fit: contain;
    margin: 0 10px 0;
}

.contact-sns__image {
    margin: 30px 0 0;
}

input.wpcf7-form-control {
    font-size: 16px;
    padding: 15px 0 15px 10px;
}

textarea.wpcf7-form-control {
	font-size: 16px;
    padding: 15px 0 15px 10px;
}

.ii-submit input.wpcf7-form-control {
	padding: unset;
}

.last .inquiry-form__contact-col {
    align-self: flex-start;
}

/* section#sect-blog {
overflow: hidden;
} */

.am-anchor {
    position: relative;
}

.am-anchor > span {
    position: absolute;
    top: -120px;
}

.price-table tr:first-child td, .price-table tr:first-child td:first-child {
    background-color: #3c6f36;
    color: #fff;
    padding: 10px;
    border: 2px solid #b5c8b3;
}

#dl-blog.trimming .dl-blog__item .am-col4 img {
    margin: 0 auto 15px;
    display: block;
}

header .hdr__navi-button {
    width: 130px;
    display: block;
    align-self: center;
}

.hdr__navi-menu {
    width: calc(100% - 130px);
}

textarea.wpcf7-form-control.wpcf7-textarea.wpcf7-validates-as-required {
    font-size: 16px;
    padding: 15px 0 15px 10px;
    line-height: 1.5;
}

.dl-bnr__pix video {
    object-fit: cover;
	display: block;
}

.preparing-puppy-intro__list .am-col4 {
    margin: 20px 0 0;
    text-align: end;
	width: calc(60% - 310px);
}

.preparing-puppy-intro__list .am-col4 img {
    height: 200px;
    border-radius: 20px;
	width: 270px;
    object-fit: cover;
	margin: 0 -10px 0 0;
}

.preparing-puppy-intro__list .am-col8 {
    width: calc(100% - 310px);
    margin: 0 10px 0 0;
}

.preparing-puppy-intro__list .am-flex {
	justify-content: space-evenly;
}

.preparing-puppy-intro__list .w-adj .am-col8 {
    width: calc(100% - 258px);
    margin: 0 10px 0 0;
}

.preparing-puppy-intro__list .w-adj .am-col4 {
    width: calc(55% - 310px);
}

.dl-owner-diary__cont a {
    text-decoration: none;
    color: #000;
}

.title-icon {
    max-width: 200px;
    margin: auto 30px auto;
}

.am-flex.dl-diary-title__cont {
    justify-content: center;
	padding: 50px 0 0;
}

.title-icon img {
    display: block;
}

.dogshow__img {
    margin-bottom: 20px;
}

.widget img, .entry-content img, .item-description img {
    max-width: 100%;
    height: auto;
}

.entry-content table, .item-description table {
    width: 100%;
    margin-bottom: .714286em;
    border: 1px solid #ccc;
    border-collapse: collapse;
	max-width: 750px;
}

.dogshow__table th {
    width: 20%;
}

.entry-content th, .item-description th {
    background-color: #2d7807;
    color: #fff;
}

.entry-content th, .item-description th {
    padding: .714286em;
    background-color: #2d7807;
    border: 1px solid #ccc;
}

.entry-content td, .item-description td {
    padding: .714286em;
    border: 1px solid #ccc;
}

#main.two-column #content {
	width: 750px;
	margin: 0;
	padding: 0;
}

.dogshow__box {
    margin-bottom: 50px;
}

#dl-intro-poodle .dl-button.aboutus {
    text-align: center;
    margin: 30px 0 0 60px;
}

.am-anchor {
    position: relative;
}

.am-anchor > span {
    position: absolute;
    top: -220px;
}

.am-anchor > span#intro-parents-anch {
    position: absolute;
    top: -120px;
}

#dl-blog .dl-title-1 {
    padding: 30px 0;
}

#dl-blog .title-icon {
    margin: auto 30px 0;
}

#dl-blog .title-icon img {
    width: 150px;
    height: 150px;
}

#dl-blog .am-flex.dl-diary-title__cont {
    margin: 0 0 30px;
}

@media screen and (max-width: 1366px) {
	.hdr__navi-menu {
		flex-wrap: wrap;
		font-size: 15px;		
	}

	.hdr__navi-menu li a {
		padding: 5px 10px;
	}
}

@media screen and (max-width: 1200px) {
    .slider__container-aboutus {
        height: 96%;
    }
}

@media screen and (max-width: 1024px) {
	.dl-strength__cont .am-col4 {
		width: calc(100% / 3 - 10px);
		margin: 0 10px 0 0;
	}

	.am-col4.dl-strength__cont-item:last-child {
		margin: 0 0 0 10px;
	}
	.am-flex.wrap.dl-aboutus__cont {
		align-items: flex-start;
	}

	.dl-button.aboutus {
		margin: 50px 0 0 60px;
	}

	.dl-intro-poodle__item.am-col3 {
		width: calc(100% / 3 - 10px);
		margin: 0 10px 20px 0;
	}

	.dl-intro-poodle__item-button {
		padding: 6px 30px;
		font-size: 12px;
	}

	.dl-button.intro-poodle {
		padding: 30px 0 40px;
		margin: 0;
		text-align: center;
	}

	.slider__ov-main-title {
		text-align: center;
	}

	#dl-faq .dl-button.intro-poodle {
		padding: 50px 0;
	}

	#dl-intro-poodle .dl-button.intro-poodle {
		padding: 50px 0 70px;
		margin: 0;
	}

	#dl-intro-poodle {
		background-color: #F4FFF3;
		padding: 50px 0 0;
	}

	.about-staff__name-lbl {
		display: block;
		width: fit-content;
		margin: 20px 0 0;
	}

	.dl-bnr__title > .en {
		font-size: 25px;
	}

	.dl-bnr__title > .jp {
		font-size: 20px;
	}

	#trimming-intro .am-col4 {
		margin: 0 20px 0 0;
		align-self: center;
	}

	.trimming-features__desc {
		margin: 0 0 40px;
	}

	.dl-title-1.btm-pad1 {
		padding-bottom: 30px;
	}

	.dl-section-pad {
		padding: 40px 0 25px;
	}

	#preparing-puppy-intro .dl-title-2 {
		width: calc(100% - 20px);
		margin: 0 auto;
	}

	.hdr__navi-button {
		width: 105px;
	}

	.hdr__navi-button {
		width: 160px;
		padding: 2px 10px;
		align-self: center;
	}
	
	#dl-intro-poodle .hdr__navi-button {
        width: 230px;
        padding: 10px 25px;
        height: 30px;
        line-height: 2;
    }

	.sect-news__cont {
		margin: 80px 10px 50px;
	}

	.sect-news-single__cont {
		margin: 80px 10px;
	}

	.dl-bnr__pix > img {
		height: 500px;
	}

	.dl-bnr__pix.flow > img {
		height: 500px;
	}
}

@media screen and (max-width: 991px) {

	.hdr__navi-menu {
		width: 460px;
		font-size: 14px;
	}

	.hdr__navi-button {
		width: 100px;
		font-size: 14px;
		padding: 14px 20px 0;
		text-align: center;
		line-height: 1;
		height: 30px;
	}

	.hdr__navi-button > img {
		vertical-align: middle;
	}

	.dl-instagram__cont {
		justify-content: space-between;
	}

	.dl-instagram__cont .am-col2.mrg-adj {
		margin: 15px 0 0 0;
	}

	.dl-instagram__cont .am-col2 {
		width: calc(100% / 4 - 15px);
		margin: 15px 0 0 0;
	}

	.about-staff__icon {
		margin: 0 5px 0 0;
		width: 24px;
		vertical-align: super;
	}

	.about-staff__item {
		padding: 10px;
		height: 850px;
	}

	.about-staff__name-txt .jp {
		margin: 0;
	}

	.about-staff__name-txt .en {
		display: block;
	}

	.about-kennel-intro__top {
		width: 100%;
		height: 150px;
	}

	#about-show .am-col6 {
		width: calc(100% / 2 - 40px);
		margin: 0 40px 0 0;
	}

	#about-show .am-col6:last-child {
		margin: 0;
	}

	.about-class__btn a {
		padding: 12px 55px 1px;
	}

	#second-life-cost .am-col10 {
		width: calc(80% - 20px);
	}

	#second-life-cost .am-col2 {
		margin: 0 20px 0 0;
	}

	#second-life-request .am-col10 {
		width: calc(80% - 20px);
	}

	#second-life-request .am-col2 {
		margin: 0 20px 0 0;
	}

	.second-life-charm__subcont .am-col6 img {
		height: 150px;
	}

	.flow-about-insurance__solication-contact {
		width: 56%;
	}

	.flow-diagram__item .am-col2 {
		padding: 0 20px 0 0;
	}

	.flow-diagram__item .am-col10 {
		font-size: 15px;
	}

	.hdr__navi-button {
		width: 105px;
	}
	
	.slider__container-aboutus {
        height: 95%;
    }
	
	.required {
		padding: 1px 20px;
		font-size: 12px;
		margin: 0 15px 0 auto;
	}
	
	.preparing-puppy-intro__list .am-col4 {
		width: unset;
	}
	
	.preparing-puppy-intro__list .w-adj .am-col8 {
		width: calc(100% - 270px);
	}
	
	.preparing-puppy-intro__list .w-adj .am-col4 {
		width: calc(55% - 200px);
	}
}

@media screen and (max-width: 820px) {

	.dl-intro-poodle__item.am-col3 {
		width: calc(100% / 3 - 15px);
		margin: 15px 15px 0 0;
	}

	.dl-faq__cont-question span {
		line-height: 28px;
	}

	.sect-blog__sidebar ul {
		padding: 0;
	}
}

@media screen and (max-width: 768px) {
	.dl-intro-poodle__item-button {
		font-size: 11px;
	}

	.dl-review__item .am-col3 img {
		width: 300px;
		height: 300px;
		object-fit: cover;
	}

	.slider__button {
		margin: 50px 0 0;
	}

	.about-staff__item {
		padding: 10px;
		height: 900px;
	}
	
	.required {
        padding: 1px 18px;
    }
}

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

	.af-topgap {
		height: 80px;
	}

	.hdr__menu-btn {
		display: block;
		right: 15px;
	}

	header {
		position: fixed;
		z-index: 5;
		width: 100%;
		top: 0;
		left: 0;
		border-bottom: 1px solid #163a6e;
	}

	header .am-container {
		width: 100%;
	}

	.hdr__logo > a {
		display: block;
		position: absolute;
		top: 45px;
		width: calc(100% - 170px);
		text-align: left;
		transform: translateY(-50%);
		padding: 0 0 0 20px;
	}

	.hdr__logo img {
		width: auto;
		height: 50px;
	}

	.hdr__layout {
		display: block;
		height: auto;
		width: 100%;
		position: relative;
	}

	.hdr__logo {
		text-align: center;
		height: 80px;
	}

	.hdr__navi {
		max-height: 0;
		overflow: hidden;
		transition: max-height 0.5s linear;
		flex-wrap: wrap;
	}

	.hdr__navi-cont {
		height: auto;
		display: flex;
		flex-direction: column;
		align-items: stretch;
		justify-content: space-between;
		min-height: max(710px, calc(100vh - 125px));
	}

	.hdr__navi-menu {
		position: relative;
		margin: 0;
		width: calc(100% - 1px);
	}

	.hdr__navi-menu-bg {
		position: absolute;
		left: 0;
		top: 0;
		width: 100%;
		height: 100%;
		z-index: 1;
	}

	.hdr__navi-menu {
		display: block;
		position: relative;
		z-index: 2;
	}

	.hdr__navi-menu li,
	.hdr__navi-menu li:last-child {
		border: solid #3c6f36;
		border-width: 1px 0 0;
	}

	.hdr__navi-menu li:last-child {
		border: solid #3c6f36;
		border-width: 1px 0;
	}

	.hdr__navi-menu li a,
	.hdr__navi-menu li:last-child a {
		padding: 30px 0;
		color: #3c6f36;
		font-weight: 400;
		width: 100%;
		text-align: center;
		font-size: 16px;
	}

	.hdr__navi-btn-cont .hdr__navi-btn:last-child,
	.hdr__navi-btn-cont .hdr__navi-btn:first-child {
		border-radius: 25px;
		display: block;
		margin: 50px auto 10px;
		font-size: 16px;
	}

	.hdr__navi-lang {
		position: absolute;
		top: 60px;
		transform: translateY(-50%);
		right: 80px;
	}

	.hdr__navi-btn-cont .hdr__navi-btn:last-child {
		margin: 0 auto;
	}

	.hdr__navi-btn-cont {
		text-align: center;
	}

	.hdr__menu--show .hdr__menu-btn-icon>span {
		opacity: 0;
	}

	.hdr__menu--show .hdr__menu-btn-icon::before {
		transform: translateY(10px) rotate(225deg);
	}

	.hdr__menu--show .hdr__menu-btn-icon::after {
		transform: translateY(-10px) rotate(-225deg);
	}

	.hdr__menu--show .hdr__navi {
		max-height: 1000px;
	}

	header .ftr__cont {
		display: block;
	}

	.hdr__ftr.ftr__cont {
		padding: 30px 0 0;
		min-height: calc(100vh - 461px);
		display: flex;
		flex-direction: column;
	}

	.hdr__ftr .ftr__socmed {
		padding: 0 10px;
	}

	.hdr__ftr .ftr__addr {
		margin: auto 20px 30px;
		text-align: center;
	}

	.hdr__ftr .ftr__socmed-link {
		text-align: center;
		width: calc(50% - 25px);
		margin: 0 10px 20px;
		padding: 5px 0;
	}

	.hdr__ftr .ftr__cpright {
		margin: auto 0 0;
	}

	.hdr__ftr.ftr__cont {
		display: block;
	}

	.slider__ov-main-title {
		font-weight: 700;
		font-size: 18px;
		line-height: 1.8;
		text-align: center;
	}

	.hdr__navi-button {
		margin: 40px auto;
	}

	section#sect-slider {
		height: 100%;
	}

	.slider__button a {
		padding: 5px 20px;
		width: auto;
		line-height: 1.8;
		margin: 20px auto;
	}

	.dl-aboutus__cont {
		display: block;
	}

	.dl-aboutus__cont .am-col3 {
		width: 100%;
	}

	.dl-aboutus__cont .am-col9 {
		width: 100%;
		margin: 20px 0 0 0;
	}

	.dl-button.aboutus {
		margin: 20px auto;
		text-align: center;
	}

	.dl-button.aboutus a {
		padding: 10px;
	}

	.dl-strength__cont {
		display: block;
	}

	.dl-strength__cont .am-col4 {
		width: 100%;
		margin: 0 0 20px 0;
	}

	.am-col4.dl-strength__cont-item:last-child {
		margin: 0;
	}

	.dl-intro-poodle__item-button {
		font-size: 14px;
	}

	.dl-intro-poodle__cont {
		display: block;
	}

	.dl-intro-poodle__cont .am-col3 {
		width: 100%;
		margin: 0 0 30px;
	}

	.slider__button {
		margin: 10px 0 0;
	}

	.slider__container-aboutus, .slider-nav__arrows-aboutus {
		width: 100%;
		margin-right: 0;
	}

	.dl-faq__cont-question {
		padding: 10px 6px;
		font-size: 15px;
	}

	.dl-faq__cont-question:after {
		right: 12px;
	}

	.dl-faq__cont-answer span {
		width: 32px;
		height: 32px;
		border-radius: 50%;
	}

	.dl-faq__cont-answer div {
		width: calc(100% - 32px);
	}

	.dl-faq__cont-item.show .dl-faq__cont-answer {
		padding: 6px 10px;
	}

	.dl-review__item {
		display: block;
	}

	.dl-review__item .am-col3 {
		width: 100%;
		margin: 0 auto;
		text-align: center;
	}

	.dl-review__item .am-col9 {
		width: 100%;
		margin: 20px 0 0 0;
	}

	.dl-review__item .am-col3 img {
		width: 100%;
	}

	.dl-instagram__cont .am-col2 {
		width: calc(100% / 2 - 10px);
		margin: 5px 0 0 0;
	}

	.dl-instagram__cont .am-col2.mrg-adj {
		margin: 5px 0 0 0;
	}

	.dl-blog__item {
		display: block;
	}

	.dl-blog__cont .am-col4 {
		width: 100%;
		margin: 0 0 30px 0;
		display: block;
	}

	.dl-owner-diary__item {
		display: block;
		margin: 10px 0 0;
	}

	.dl-owner-diary__item span {
		width: fit-content;
		margin: 0 0 10px;
	}

	.footer__cont {
		display: block;
	}

	.footer__cont .am-col4 {
		width: 100%;
	}

	.footer__cont .am-col8 {
		width: 100%;
	}

	.ftr-sns-logo {
		margin: 0;
		text-align: center;
	}

	#dl-owner-diary .dl-title-1,
	#dl-blog .dl-title-1,
	#dl-faq .dl-title-1,
	#dl-instagram .dl-title-1,
	#dl-intro-poodle .dl-title-1,
	#dl-strength .dl-title-1,
	#dl-aboutus .dl-title-1{
		padding: 30px 0;
	}

	.dl-title-1 span {
		font-size: 30px;
	}

	#dl-intro-poodle .dl-title-1 {
		margin: 0;
	}

	#dl-intro-poodle {
		padding: 0;
	}

	.am-flex.wrap.dl-aboutus__cont {
		padding: 10px 0;
	}

	#dl-faq .dl-button.intro-poodle,
	#dl-review .dl-button.intro-poodle {
		padding: 40px 0 50px;
	}

	.dl-bnr__title > .jp {
		font-size: 18px;
		margin: 0;
	}

	.dl-bnr__title > .en {
		font-size: 22px;
	}

	.dl-bnr__pix > img {
		height: 300px;
		object-fit: cover;
	}
	
	.intro-poodle .dl-bnr__pix > img {
		object-position: 75%;
	}

	.about-intro__cont {
		text-align: left;
		font-size: 16px;
	}

	.dl-section-pad {
		padding: 40px 0 25px;
	}

	.dl-title-1.btm-pad1 {
		padding-bottom: 15px;
	}

	.about-greeting__cont {
		display: block;
	}

	#about-greeting .am-col6 {
		width: 100%;
		margin: 0;
	}

	.about-greeting__col.pix {
		margin: 0;
	}

	.about-staff__cont {
		display: block;
	}

	#about-staff .am-col6 {
		width: 100%;
	}

	.about-staff__item {
		margin: 0 0 20px;
	}

	.about-staff__cont > div:nth-child(2n) .about-staff__item {
		margin: 0 0 20px;
	}

	.about-access__list {
		padding-left: 0;
	}

	#about-show .am-col6 {
		width: 100%;
	}

	.about-show__cont {
		display: block;
	}

	.about-show__item {
		margin: 0 0 20px;
	}

	#about-class ul {
		padding: 0 0 0 20px;
	}

	.dl-tbl-style1.about-class__table table tbody tr th {
		padding: 5px;
		width: 40%;
	}

	.about-kennel-intro__layout {
		width: calc(90vw* 4);
	}
	
	.dl-spl-paused.about-kennel-intro__layout.splide__list {
        margin-left: -40vw !important;
    }

	.about-kennel-intro__top {
		width: 100%;
		height: 250px;
	}

	.intro-benefit__cont {
		display: flex;
		justify-content: center;
	}

	.intro-contract-score__item {
		width: calc(100% / 2 - 20px);
		margin: 0 20px 20px 0;
	}

	.intro-contract-score__item:nth-child(2n) {
		margin: 0;
	}

	#dl-intro-poodle .dl-button.intro-poodle {
		padding: 0;
	}

	.intro-about-tour__cont {
		text-align: left;
	}

	.trimming-features__item-cont {
		display: block;
	}

	#trimming-features .am-col2 {
		width: 100%;
	}

	section#trimming-features .am-col10 {
		width: 100%;
		margin: 20px 0 0 0;
	}

	.trimming-intro__item {
		display: block;
	}

	#trimming-intro .am-col4 {
		width: 100%;
	}

	#trimming-intro .am-col8 {
		width: 100%;
	}

	#trimming-intro .about-staff__icon {
		vertical-align: middle;
		margin: 0 10px 0 0;
	}

	.trimming-process__item .am-col2 {
		margin: 0 20px 0 0;
	}

	.about-class__btn a {
		width: auto;
	}

	#trimming-process .hdr__navi-button {
		margin: 0 auto;
	}

	.trimming-process__gallery {
		display: flex;
		flex-wrap: wrap;
	}

	.trimming-process__gallery .am-col2 {
		width: calc(100% / 2 - 20px);
		margin: 0 10px 10px;
	}

	.trimming-process__gallery .am-col2 img {
		height: 150px;
	}

	.price-table__caption {
		text-align: left;
	}

	.price-table tr td {
		padding: 2px 0;
	}

	.trimming-process__item .am-col2::after {
		height: calc(100% - 52px + 60px);
		top: 52px;
	}

	.trimming-process__item .am-col2::before {
		height: calc(100% - min(14vw, 80px) + 60px);
		top: min(14vw, 80px);
	}

	.trimming-price__resrevation-bonus-item.am-bg-layout.style2 .am-bg-pix {
		width: 100%;
		left: unset;
		right: 0;
		mask-image: linear-gradient(0deg, #000, #000 60%, transparent);
	}

	#trimming-price .am-bg-layout.style2 .am-bg-cont {
		position: unset;
		top: unset;
		left: unset;
		transform: unset;
		height: 100px;
	}

	.trimming-price__resrevation-bonus-item.am-bg-layout.style2:nth-child(2) .am-bg-pix {
		width: 100%;
		left: unset;
		right: 0;
		mask-image: linear-gradient(0deg, #000, #000 60%, transparent);
	}

	#trimming-price .am-bg-layout.style2:nth-child(2) .am-bg-cont {
		height: 230px;
	}

	.resrevation-bonus__title {
		font-size: 18px;
		color: #3C6F36;
	}

	.trimming-price__resrevation-bonus-item {
		height: auto;
	}

	.second-life-intro__cont {
		display: block;
	}

	.second-life-intro__cont .am-col6 {
		width: 100%;
	}

	.second-life-intro__cont .am-col6:first-child {
		width: 100%;
	}

	.second-life-charm__cont {
		text-align: left;
	}

	.second-life-charm__subcont .am-col4 {
		width: 100%;
	}

	.second-life-charm_subcont .am-flex.wrap {
		display: block;
	}

	.second-life-charm__subcont .am-flex.wrap {
		display: block;
	}

	.second-life-charm__subcont .am-col4.am-flex.wrap {
		display: flex;
		justify-content: center;
	}

	.second-life-promise__icon img {
		display: block;
		width: 50px;
		height: 50px;
		object-fit: contain;
	}

	.second-life-charm__subcont .am-col4.am-flex.wrap .am-col6 {
		width: calc(50% - 5px);
		margin: 0 10px 0 0;
	}

	.second-life-charm__subcont .am-col6 img {
	}

	.second-life-charm__subcont .am-col4.am-flex.wrap .am-col6 img {
		width: 100%;
	}

	.second-life-charm__subcont .am-col4.am-flex.wrap .am-col6:last-child {
		margin: 0;
	}

	.second-life-charm__subcont .dl-title-2 {
		margin: 0 0 30px 0;
		text-align: center;
		padding: 10px;
	}

	.second-life-charm__subcont .am-col8 {
		width: 100%;
		margin: 10px 0 0;
	}

	.second-life-request__cont {
		text-align: left;
	}

	#second-life-request .dl-title-2 {
		font-size: 16px;
		text-align: center;
		padding: 10px;
	}

	.second-life-promise__icon {
		width: 90px;
		height: 90px;
	}

	.second-life-promise__item-button {
		display: block;
		padding: 0 18px;
		text-align: center;
	}

	#second-life-request .am-col10 {
		width: calc(80% - 35px);
		margin: 0 0 0 25px;
	}

	#second-life-cost .am-col10 {
		width: calc(80% - 35px);
		margin: 0 0 0 25px;
	}

	.second-life-cost__icon {
		width: 80px;
		height: 80px;
	}

	.second-life-cost__icon img {
		width: 50px;
		height: 50px;
		object-fit: contain;
	}

	.second-life-cost__item-button {
		padding: 0 20px;
	}

	#second-life-button .about-class__btn a {
		padding: 12px 16px;
		font-size: 15px;
		line-height: 1.8;
	}

	#second-life-button .about-class__btn {
		margin: 0;
	}

	.dl-bnr__pix.flow > img {
		object-position: 68%;
		height: 300px;
	}

	.flow-intro__cont {
		margin: 20px 15px;
	}

	.flow-diagram__item .am-col10 {
		font-size: 16px;
	}

	.flow-diagram__icon {
		width: 60px;
		height: 60px;
	}

	.flow-diagram__icon img {
		width: 30px;
	}

	.flow-diagram__icon:before {
		display: none;
	}

	.flow-about-insurance__title {
		padding: 7px;
	}

	.flow-about-insurance__solication-title {
		padding: 7px;
	}

	.flow-about-insurance__solication-contact {
		width: calc(94% - 15px);
		margin: 40px 0 0;
		padding: 35px 20px;
	}

	.am-sp {
		display: block;
	}

	.flow-about-insurance__solication-contact.dl-cropdiv::before {
		clip-path: polygon(0 -20px, calc(50% - 80px) -20px, calc(50% - 80px) 20px, calc(50% + 80px) 20px, calc(50% + 80px) -20px, 100% -20px, 100% 100%, 0 100%);
	}

	.flow-about-insurance__contract__title {
		padding: 7px;
	}

	.flow-about-insurance__caution__title {
		padding: 7px;
	}

	.flow-genetic__subtitle {
		padding: 7px;
	}

	.flow-about-insurance__underwriting {
		padding: 15px;
	}

	#flow-about-insurance ul {
		padding: 0 20px;
	}

	.flow-genetic__desc {
		text-align: left;
	}

	.dl-bnr__ov {
		width: 100%;
	}

	.preparing-puppy-intro__list ul {
		padding: 0 0 0 20px;
	}

	.preparing-puppy-insurance__cont {
		text-align: left;
	}

	.preparing-puppy-insurance__item ul {
		padding: 0 0 0 20px;
	}

	.preparing-puppy-insurance__desc {
		margin: 30px 0;
	}

	#preparing-puppy-insurance .dl-title-2 {
		padding: 5px;
	}

	#preparing-puppy-insurance .about-class__btn a {
		padding: 10px;
		width: auto;
		font-size: 16px;
		align-content: center;
	}

	.sect-news__cont-item {
		display: block;
	}

	.sect-news__cont {
		margin: 80px 10px 50px;
	}

	.sect-news-single__cont {
		margin: 80px 10px;
	}

	.sect-news__pagenavi .btn-style-1 {
		margin: 10px;
	}

	.sect-news__pagenavi {
		margin: 0 0 50px;
	}

	.sect-news-single__cont {
		margin: 80px 10px 40px;
	}

	.sect-blog__cont {
		display: block;
		width: 100%;
	}

	#sect-blog .am-col5 {
		width: 100%;
	}

	.sect-blog__item-cont {
		display: block;
	}

	.sect-blog__item-img {
		width: calc(100% - 4px);
		margin: unset;
	}

	#sect-blog .am-col8 {
		width: 100%;
	}

	#sect-blog .am-col7 {
		width: 100%;
	}

	#sect-blog .am-col4 {
		width: 100%;
		margin: 0;
	}

	.sect-blog__sidebar {
		margin: 0;
		width: 100%;
	}

	.widgettitle:first-child {
		margin: 40px 0 0;
	}

	.widgettitle {
		margin: 40px 0 0;
	}

	#dl-aboutus .hdr__navi-button,
	#dl-intro-poodle .hdr__navi-button,
	#dl-faq .hdr__navi-button,
	#dl-review .hdr__navi-button {
		width: fit-content;
		height: 22px;
		line-height: 1.5;
	}

	.header-blog {
		font-size: 20px;
	}

	.about-staff__name-lbl {
		display: block;
		width: fit-content;
		margin: 20px 0 0;
		border-radius: 25px;
	}

	.slider__item > img, .slider__item > video {
		height: calc(100vh - 165px);
	}

	#flow-diagram .about-class__btn a {
		width: auto;
		padding: 12px 25px;
		line-height: 1.8;
	}
	
	.slider__layout-aboutus {
		width: 100%;
	}
	
	.slider__layout-aboutus {
        width: 100%;
    }

    .slider__container-aboutus {
        width: 95%;
        height: 97.5%;
        border-radius: 12.5%;
    }
	
	.inquiry-form__row {
		display: block;
		margin: 0 0 30px 0;
	}

	.inquiry-form__contact-col:first-child {
		width: 100%;
	}

	.inquiry-form__contact-col label {
		display: unset;
	}

	.required {
		margin: 0 0 0 20px;
		padding: 8px 25px;
		line-height: 32px;
	}

	.inquiry-form__contact-col {
		width: 100%;
	}

	.contact-sns__image img {
		width: 50px;
		height: 50px;
	}
	
	.inquiry-form__contact-col p {
		width: calc(100% - 10px);
	}
	
	.inquiry-form__contact-col p textarea {
		width: calc(100% - 0px);
	}
	
	.preparing-puppy-intro__list .am-flex {
		display: block;
	}

	.preparing-puppy-intro__list .am-col8 {
		width: 100%;
	}

	.preparing-puppy-intro__list .am-col4 {
		width: 100%;
		margin: 0;
		text-align: center;
	}

	.preparing-puppy-intro__list .am-col4 img {
		width: 100%;
		height: 270px;
	}
	
	.preparing-puppy-intro__list .w-adj .am-col8 {
		width: 100%;
		margin: 0;
	}

	.preparing-puppy-intro__list .w-adj .am-col4 {
		width: 100%;
	}
	
	.slider__item {
		height: unset;
	}
			
	.title-text {
		order: 0;
		width: 100%;
	}

	.title-icon {
		margin: 0 0 30px 0;
		order: 1;
	}
	
	.am-flex.dl-diary-title__cont {
		flex-wrap: wrap;
	}
	
	#dl-owner-diary .dl-title-1{
        padding: 0;
    }
	
	.dl-intro-poodle__item-tag {
		left: calc((100% - 278px) / 2);
	}
}

@media screen and (max-width: 375px) {
	.dl-strength__item-desc {
		font-size: 15px;
	}

	.about-intro__cont {
		font-size: 15px;
	}

	.about-show__subtitle {
		font-size: 15px;
	}

	.price-table__caption {
		font-size: 15px;
	}

	.second-life-charm__cont {
		font-size: 15px;
	}

	.second-life-promise__item-desc {
		font-size: 15px;
	}

	.flow-about-insurance__caution__subdesc {
		font-size: 15px;
	}

	.flow-genetic__desc {
		font-size: 15px;
	}

	#preparing-puppy-insurance .about-class__btn a {
		font-size: 14px;
	}
}