@charset "UTF-8";

html {
	-webkit-text-size-adjust: 100%;
	text-size-adjust: 100%;
	font-size: 10px;
	font-family: "游ゴシック体", "Yu Gothic", YuGothic, sans-serif;
}
@media screen and (max-width: 1360px) {
	html {
		font-size: 0.7352941176vw;
	}
}

@media screen and (max-width: 767.98px) {
	html {
		font-size: 2.6666666667vw;
	}
}

body {
	margin: 0;
	color: #000;
	font-family: "游ゴシック体", "Yu Gothic", YuGothic, sans-serif;
	font-size: 1.8rem;
	font-weight: 500;
	line-height: 1.7;
}
@media screen and (max-width: 767.98px) {
	body {
		font-size: 1.4rem;
		line-height: 1.6;
	}
}

body,
dd,
div,
dl,
dt,
figure,
h1,
h2,
h3,
h4,
h5,
h6,
li,
ol,
p,
td,
th,
ul {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

article,
aside,
figure,
footer,
header,
main,
nav,
section {
	display: block;
	box-sizing: border-box;
}

img {
	width: 100%;
	height: auto;
	display: block;
	border: none;
}

a {
	color: inherit;
	text-decoration: none;
	display: inline-block;
	transition: all .3s ease;
}

a:hover {
	opacity: .75;
}

li {
	list-style: none;
}

.pc {
	display: block !important;
}

.sp {
	display: none !important;
}

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

	.sp {
		display: block !important;
	}
}

/* ------------------------------------
	common
------------------------------------ */

.container {
	width: 100%;
	max-width: 104rem;
	margin: 0 auto;
	padding: 0 2rem;
}

.container-sm {
	width: 100%;
	max-width: 72rem;
	margin: 0 auto;
	padding: 0 2rem;
}
@media screen and (max-width: 767.98px) {
	.container,
	.container-sm {
		padding: 0 2rem;
	}
}

.section {
	position: relative;
	padding: 16rem 0;
}
@media screen and (max-width: 767.98px) {
	.section {
		padding: 6rem 0;
	}
}

.section__title {
	position: relative;
	width: fit-content;
	margin: 0 auto 4rem;
	padding: 0 6rem;
	font-size: 4rem;
	font-weight: 700;
}
@media screen and (max-width: 767.98px) {
	.section__title {
		margin-bottom: 3rem;
		padding: 0 4rem;
		font-size: 2.8rem;
	}
}

.section__title::before,
.section__title::after {
	content: "";
	position: absolute;
	top: 50%;
	width: 3.65rem;
	height: 4.9rem;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	transform: translateY(-50%);
}
@media screen and (max-width: 767.98px) {
	.section__title::before,
	.section__title::after {
		width: 2.4rem;
		height: 3.2rem;
	}
}

.section__title::before {
	left: 0;
	background-image: url("../img/index/img-iconttl01.png");
}

.section__title::after {
	right: 0;
	background-image: url("../img/index/img-iconttl02.png");
}

.subpage #main {
	padding: 25rem 0 10rem;
}

@media screen and (max-width: 767.98px) {
	.subpage #main {
		padding: 15rem 0 6rem;
	}
}

/* ------------------------------------
	header
------------------------------------ */

.header {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1000;
	width: 100%;
	background: rgba(255,255,255,.86);
	backdrop-filter: blur(6px);
	-webkit-backdrop-filter: blur(6px);
}

.header__inner {
	width: 100%;
	max-width: 128rem;
	margin: 0 auto;
	display: flex;
	align-items: flex-start;
}

.header__logo {
	flex: 0 0 22rem;
	background: #FFFF00;
	padding: 2.2rem 3.4rem 2.2rem;
	position: relative;
	z-index: 2;
	margin-bottom: -5.6rem;
}

.header__logo a {
	display: block;
}

.header__logo img {
	width: 100%;
	height: auto;
}

.header__content {
	width: calc(100% - 22rem);
	padding: 2rem 4rem 0;
	display: flex;
	flex-direction: column;
	align-items: flex-end;
}

.header__sub,
.header__nav {
	width: 100%;
	max-width: 92rem;
}

.header__sub {
	font-size: 1.8rem;
	font-weight: 700;
	text-align: left;
}

.header__nav {
	display: flex;
	align-items: center;
	gap: 3rem;
}

.header__nav ul {
	display: flex;
	align-items: center;
}

.header__nav li {
	position: relative;
	margin-right: 2.2rem;
	padding-right: 2.2rem;
}

.header__nav li::after {
	content: "";
	position: absolute;
	top: 50%;
	right: 0;
	width: 1px;
	height: 2rem;
	background: #999;
	transform: translateY(-50%);
}

.header__nav a {
	font-size: 1.8rem;
	font-weight: 700;
}

.header__contact {
	flex-shrink: 0;
	background: #E73230;
	color: #FFF;
	font-size: 2rem;
	font-weight: 700;
	line-height: 1;
	padding: 1.8rem 2.8rem;
	border-radius: 1.2rem;
}

.hamburger {
	display: none;
}

@media screen and (max-width: 767.98px) {
	.header {
		background: rgba(255,255,255,.94);
		backdrop-filter: none;
		-webkit-backdrop-filter: none;
	}

	.header__inner {
		max-width: 100%;
		align-items: center;
		min-height: 6rem;
		padding: 0 1.6rem;
	}

	.header__logo {
		flex: 0 0 10rem;
		width: 10rem;
		padding: 1.2rem 1.4rem;
		position: relative;
		z-index: 2;
		margin-bottom: -2rem;
	}
	
	.header__content {
		width: calc(100% - 11rem);
		padding: 0;
		align-items: flex-end;
	}

	.header__sub {
		display: none;
	}

	.hamburger {
		display: flex;
		align-items: center;
		justify-content: center;
		width: 4.4rem;
		height: 4.4rem;
		position: relative;
		z-index: 1201;
		cursor: pointer;
	}

	.hamburger span,
	.hamburger span::before,
	.hamburger span::after {
		content: "";
		display: block;
		width: 3rem;
		height: 2px;
		background: #222;
		border-radius: 999px;
		position: absolute;
		transition: all .3s ease;
	}

	.hamburger span::before {
		top: -9px;
	}

	.hamburger span::after {
		top: 9px;
	}

	body.menuon .hamburger span {
		background: transparent;
	}

	body.menuon .hamburger span::before {
		top: 0;
		transform: rotate(45deg);
	}

	body.menuon .hamburger span::after {
		top: 0;
		transform: rotate(-45deg);
	}
	
	body.menuon .header__nav {
		transform: translateX(0);
	}

	.header__nav {
		position: fixed;
		top: 0;
		right: 0;
		z-index: 1200;
		width: 78%;
		max-width: 34rem;
		height: 100dvh;
		background: rgba(255,255,255,.98);
		padding: 9rem 2.4rem 4rem;
		display: block;
		transform: translateX(100%);
		transition: transform .35s ease;
		box-shadow: -.4rem 0 2rem rgba(0,0,0,.08);
	}

	body.menuon .header__nav {
		transform: translateX(0);
	}

	.header__nav ul {
		display: block;
	}

	.header__nav li {
		margin: 0;
		padding: 0;
		border-bottom: 1px solid rgba(0,0,0,.12);
	}

	.header__nav li::after {
		display: none;
	}

	.header__nav li a {
		display: block;
		padding: 1.6rem 0;
		font-size: 1.7rem;
		font-weight: 700;
	}

	.header__contact {
		display: block;
		width: 100%;
		margin-top: 2.4rem;
		text-align: center;
		font-size: 1.6rem;
		padding: 1.5rem 2rem;
	}
}

/* ------------------------------------
	footer
------------------------------------ */

.footer {
	background: #FFFF00;
	padding: 5rem 0 1rem;
}
@media screen and (max-width: 767.98px) {
	.footer {
		padding: 3rem 0 1rem;
	}
}

.footer__inner {
	max-width: 128rem;
	margin: 0 auto;
	padding: 0 4rem;
	display: flex;
	align-items: center;
	gap: 5rem;
}
@media screen and (max-width: 767.98px) {
	.footer__inner {
		padding: 0 2rem;
		flex-direction: column;
		gap: 3rem;
		text-align: center;
	}
}

.footer__logo {
	flex: 0 0 16rem;
}
@media screen and (max-width: 767.98px) {
	.footer__logo {
		flex: none;
		width: 12rem;
	}
}

.footer__logo img {
	display: block;
	width: 100%;
	height: auto;
}

.footer__info {
	flex: 1;
}
@media screen and (max-width: 767.98px) {
	.footer__info {
		width: 100%;
	}
}

.footer__reserve {
	background: #E73230;
	color: #FFF;
	margin-bottom: 3rem;
	padding: 1rem 2rem;
	font-size: 2rem;
	font-weight: 700;
	line-height: 1.3;
}
@media screen and (max-width: 767.98px) {
	.footer__reserve {
		padding: 1rem;
		font-size: 1.5rem;
		text-align: center;
	}
}

.footer__reserve span {
	margin-right: 2rem;
	font-size: 2.5rem;
}
@media screen and (max-width: 767.98px) {
	.footer__reserve span {
		display: block;
		margin: 0 0 .5rem;
		font-size: 1.8rem;
	}
}

.footer__reserve a {
	color: #FFF;
	text-decoration: underline;
}

.footer__time {
	margin-bottom: .8rem;
	font-size: 2.2rem;
	font-weight: 700;
	line-height: 1.3;
}
@media screen and (max-width: 767.98px) {
	.footer__time {
		font-size: 1.8rem;
	}
}

.footer__row {
	display: flex;
	align-items: center;
	gap: 2.5rem;
	margin-bottom: .8rem;
}
@media screen and (max-width: 767.98px) {
	.footer__row {
		flex-direction: column;
		align-items: center;
		gap: 1rem;
		margin-bottom: 1rem;
	}
}

.footer__tel,
.footer__news,
.footer__access {
	font-size: 1.8rem;
	line-height: 1.2;
}
@media screen and (max-width: 767.98px) {
	.footer__tel,
	.footer__news,
	.footer__access {
		font-size: 1.5rem;
	}
}

.footer__tel {
	position: relative;
	padding-left: 2.8rem;
}
@media screen and (max-width: 767.98px) {
	.footer__tel {
		padding-left: 2.4rem;
	}
}

.footer__tel::before {
	content: "";
	position: absolute;
	left: 0;
	top: 50%;
	width: 2rem;
	height: 2rem;
	background: url("../img/common/icon-tel.svg") no-repeat center center / contain;
	transform: translateY(-50%);
}
@media screen and (max-width: 767.98px) {
	.footer__tel::before {
		width: 1.8rem;
		height: 1.8rem;
	}
}

.footer__news {
	position: relative;
	padding-left: 5rem;
	color: #000;
	text-decoration: underline;
}
@media screen and (max-width: 767.98px) {
	.footer__news {
		display: inline-block;
		padding-left: 4rem;
		text-align: left;
	}
}

.footer__news::before {
	content: "";
	position: absolute;
	left: 0;
	top: 50%;
	width: 4rem;
	height: 4rem;
	background: url("../img/common/icon-insta.svg") no-repeat center center / contain;
	transform: translateY(-50%);
}
@media screen and (max-width: 767.98px) {
	.footer__news::before {
		width: 2.8rem;
		height: 2.8rem;
	}
}

.footer__copyright {
	margin-top: 3rem;
	text-align: center;
	font-size: 1.2rem;
}
@media screen and (max-width: 767.98px) {
	.footer__copyright {
		margin-top: 2rem;
		font-size: 1.1rem;
	}
}

/* ------------------------------------
	fixed contact
------------------------------------ */

.fixed_contact {
	position: fixed;
	right: 0;
	top: 50%;
	z-index: 900;
	transform: translateY(-50%);
}

.fixed_contact a {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 7.2rem;
	min-height: 22rem;
	padding: 7rem 1.2rem 2.4rem;
	background: #FFFF00;
	color: #000;
	font-size: 2.2rem;
	font-weight: 700;
	line-height: 1.2;
	writing-mode: vertical-rl;
	border-radius: 0;
	box-shadow: 0 .4rem 1.4rem rgba(0,0,0,.12);
}

.fixed_contact a::before {
	content: "";
	position: absolute;
	top: 3rem;
	left: 50%;
	width: 3.8rem;
	height: 3.8rem;
	background: url("../img/common/icon-insta.svg") no-repeat center center / contain;
	transform: translateX(-50%);
}

@media screen and (max-width: 767.98px) {
	.fixed_contact {
		right: 1rem;
		bottom: 1rem;
		top: auto;
		transform: none;
	}

	.fixed_contact a {
		width: auto;
		min-height: 0;
		padding: 1rem 1.6rem 1rem 4.2rem;
		font-size: 1.4rem;
		writing-mode: horizontal-tb;
		border-radius: 999px;
	}

	.fixed_contact a::before {
		top: 50%;
		left: 1.4rem;
		width: 2.2rem;
		height: 2.2rem;
		transform: translateY(-50%);
	}
}


.js-scroll {
	opacity: 0;
	transform: translateY(4rem);
	transition:
		opacity .8s ease,
		transform .8s ease;
}

.js-scroll.is-show {
	opacity: 1;
	transform: translateY(0);
}

.price__dog.is-show,
.flow__dog.is-show,
.flow__person.is-show {
	animation: floatDog 3s ease-in-out infinite;
}

@keyframes floatDog {

	0%,
	100% {
		transform: translateY(0);
	}

	50% {
		transform: translateY(-8px);
	}
}

.delay-1 { transition-delay: .1s; }
.delay-2 { transition-delay: .2s; }
.delay-3 { transition-delay: .3s; }
.delay-4 { transition-delay: .4s; }
.delay-5 { transition-delay: .5s; }
.delay-6 { transition-delay: .6s; }
.delay-7 { transition-delay: .7s; }