*{box-sizing: border-box;margin:0;padding:0;outline:0;font-size:1em;font-weight:normal;font-style:normal;border:0;text-decoration:none;list-style-type:none}

body,html {
	scroll-behavior: smooth;
}

img {
	max-width: 100%;
	vertical-align: bottom;
}

:root {
	--font-round: 'M PLUS Rounded 1c', sans-serif;
	--font-normal: 'Noto Sans JP', sans-serif;
	--font-english: 'Oswald', sans-serif;
	--font-serif: 'Shippori Mincho', serif;
	--color-strong: #f78f28;
	--color-primary: #fec659;
	--color-accent: #fc4747;
	--color-border: #c98558;
	--color-body-bg: #fcf4da;
	--color-text-normal: #5e280c;
	--fw-ex-bold: 700;
	--fw-regular: 400;
	--fw-medium: 500;
	--content-max-width: 1000px;
}


body {
	background: var(--color-body-bg);
	font-size: 20px;
	line-height: 1.9;
	letter-spacing: 0.04em;
	font-family: var(--font-round);
	font-weight: 500;
	color: var(--color-text-normal);
}

.page {
	position: relative;
	z-index:7;
}

.main {
	position: relative;
}

.main::before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 5;
	width: 100%;
	height: 110px;
	transform: translateY(-110px);
	background: url(./images/main-head-bg.svg) center bottom/cover repeat-x;
}

.sub .main::before {
	background: url(./images/sub-main-head-bg.svg) center bottom/contain repeat-x;
}

.wrapper {
	position: relative;
	z-index: 2;
}

.wrapper::before,
.wrapper::after {
	content: "";
	position: absolute;
	left: 0;
	top: 600px;
	width: 300px;
	height: 100%;
	background: url(./images/body-bubble-left.svg) 0 0/100% repeat-y;
	z-index: 6;
}

.wrapper.sub::before,
.wrapper.sub::after {
	top: 167px
}


.wrapper::after {
	right: 0;
	left: auto;
	background: url(./images/body-bubble-right.svg) 0 0/100% repeat-y;
}


.header {
	background: #fff;
	border-bottom: 1px solid var(--color-border);
}

.header-contents {
	max-width: var(--content-max-width);
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	gap: 40px;
	align-items: center;
}

.header-logo {
	width: 176px;
	position: relative;
	top: -4px;
}

.header-nav {
	flex: 1;
}

.header-nav-items {
	padding: 20px 0 10px;
	display: flex;
	justify-content: space-around;
}

.header-nav-item {
	width: calc(100% / 6);
	text-align: center;
}

.header-nav-item-link {
	font-size: 14px;
	color: inherit;
	display: block;
}

.header-nav-item-link i {
	display: block;
	height: 30px;
	margin-bottom: 5px;
}

.header-nav-item-link img {
	height: 100%;
	margin: 0 auto;
}

.header-nav-item-link .contact {
	height: 80%;
}

.header-nav-item-link .news {
	height: 90%;
}

.mainimage {
	text-align: center;
	width: 100%;
	height: 660px;
	background: url(./images/mainimage.png) center center/auto 100% no-repeat #fdfdfd;
}

.mainimage-contents {
	position: relative;
	max-width: var(--content-max-width);
	margin: 0 auto;
	left: 0;
	top: 40px;
	height: 100%;
}

.mainimage-text {
	position: absolute;
	width: 400px;
	left: 0;
}

.mainimage-dog1 {
	position: absolute;
	left: 0;
	bottom: 100px;
	width: 300px;
	z-index: 7;
}

.mainimage-dog2 {
	position: absolute;
	width: 360px;
	bottom: 200px;
	right: 0;
	z-index: 7;
}

.mainimage-dog3 {
	position: absolute;
	width: 360px;
	bottom: 100px;
	right: 0;
	z-index: 7;
}

.index-description {
	max-width: 670px;
	margin: 0 auto;
	transform: translateY(-70px);
}

.text {
	display: inline-block;
	position: relative;
	font-size: 30px;
	font-weight: var(--fw-ex-bold);
	top: 50%;
	left: 50%;
	color: var(--color-border);
	transform: translate(-50%,-50%);
	-webkit-text-stroke-width: 14px;
}
.common-heading {
	position: relative;
	font-size: 26px;
	text-align: center;
	margin-bottom: 40px;
}

.common-heading span,
.common-heading small { 
	display: block;
	font-weight: var(--fw-ex-bold);
	line-height: 1;
	letter-spacing: 0.08em;
	margin-top: 12px;
}

.common-heading small {
	font-size: 16px;
	font-weight: 200;
}

.common-heading::before {
	content: "";
	background: url(./images/icon-heading.svg) center center/cover no-repeat;
	width: 93px;
	height: 82px;
	display: block;
	margin: 0 auto;
}

.content {
	max-width: var(--content-max-width);
	margin: 0 auto;
}

.index-micro-bubble {
	padding: 64px 40px 64px 64px;
	background: #fff;
	border: 1px solid var(--color-border);
	border-radius: 16px;
}

.index-micro-bubble-image1 {
	width: 436px;
}

.index-micro-bubble-image2 {
	width: 315px;
}

.index-micro-bubble-item {
	display: flex;
	gap: 20px;
	justify-content: space-between;
}

.index-micro-bubble-content + .index-micro-bubble-content {
	margin-top: 30px;
}

.index-micro-bubble-item + .index-micro-bubble-item {
	margin-top: 40px;
	padding-top: 30px;
	gap: 40px;
	border-top: 2px solid var(--color-border);
}

.index-micro-bubble-item + .index-micro-bubble-item h2 {
	position: relative;
	margin-bottom: 24px;
	text-align: right;
}

.index-micro-bubble-item + .index-micro-bubble-item h2::before {
	content: "";
	display: block;
	background: url(./images/index-micro-bubble-text-dog.svg) no-repeat;
	width: 157px;
	height: 196px;
	position: absolute;
	left: 0;
	top: 0;
	transform: translateY(-55%);
}

.index-micro-bubble-text1,
.index-micro-bubble-text2 {
	height: 40px;
	margin-top: 8px;
	margin-bottom: 12px;
}

.index-micro-bubble-text4, 
.index-micro-bubble-text3 {
	height: 75px;
}

.index-micro-bubble h2 {
	line-height: 1;
}

.index-micro-bubble h2 span {
	display: block;
	margin-top: 32px;
}

.index-micro-bubble ol li {
	counter-increment: index-micro-bubble;
	display: flex;
	align-items: center;
	margin-top: 5px;
}

.index-micro-bubble ol li::before {
	content: counter(index-micro-bubble);
	width: 28px;
	height: 28px;
	background: var(--color-accent);
	color: #fff;
	font-size: 20px;
	place-items: center;
	border-radius: 100px;
	display: grid;
	place-items: center;
	line-height: 1;
	margin-right: 10px;
}

.index-micro-bubble h2 .bold {
	font-weight: 500;
	margin-top: 0;
}

.index-experience {
	margin-top: 64px;
}

.sub .index-experience {
	margin-top: 0;
}


.experience-description {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 20px;
}

.experience-description::before {
	content: "";
	background: url(./images/icon-youtube-color.svg);
	width: 93px;
	height: 65px;
}

.movies {
	display: flex;
	justify-content: center;
	margin-top: 70px;
}

.movie {
	width: 600px;
	padding: 30px 30px 80px;
	border-radius: 16px;
	box-shadow: 6px 6px 0 0 var(--color-strong);
	border: 4px solid var(--color-strong);
	background: url(./images/icon-dog-under-movie.svg) right 30px bottom 10px /96px no-repeat #fff;
	position: relative;
}

.movie iframe {
	aspect-ratio: 16/9;
	object-fit: contain;
	width: 100%;
	height: 100%;
}

.movie-hashtag {
	position: absolute;
	bottom: 20px;
	left: 30px;
	color: #111;
}

.common-heading.flex { 
	display: flex;
	text-align: left;
	justify-content: center;
	align-items: center;
	gap: 10px;
}

.common-heading.flex small {
	margin-top: 8px;
}

.common-heading.flex::before {
	background: url(./images/icon-heading-face.svg) 0 center/cover no-repeat;
	width: 70px;
	height: 70px;
	margin: 0;
}

.index-news {
	margin-top: 60px;
}

.news-dog {
	width: 260px;
	transform: scale(-1,1)
}

.news-items {
	flex: 1;
	width: 100%;
}

.news-items .button-primary a {
	margin: 10px 0;
}

.news-list {
	display: flex;
	gap: 50px;
	width: 100%;
	justify-content: space-between;
	align-items: center;
}

.news-item {
	margin-top: 20px;
	width: 100%;
}

.news-item-link {
	width: 100%;
	color: var(--color-text-normal);
	display: flex;
	align-items: center;
	line-height: 1;
	min-width: 100%;
	line-height: 1.4;
}

.news-item-link::before {
	content: url(./images/icon-new-head.svg);
	min-width: 29px;
	height: 24px;
	margin-right: 10px;
	display: inline-block;
}

.news-item-link span {
	display: inline-block;
	background: var(--color-accent);
	font-size: 18px;
	border-radius: 100px;
	padding: 4px 10px;
	font-family: var(--font-english);
	color: #fff;
}

.button-primary {
	margin-top: 32px;
}


.button-primary button,
.button-primary a {
	position: relative;
	display: block;
	text-align: center;
	background: var(--color-primary);
	border: 1px solid var(--color-border);
	border-radius: 10px;
	color: var(--color-text-normal)!important;
	width: 320px;
	height: 64px;
	margin: 0 auto;
	display: flex;
	align-items: center;
	line-height: 1;
	justify-content: center;
	font-weight: 500;
	cursor: pointer;
	transition: 0.3s ease;
	background: 
		url(./images/icon-button-arrow.svg) right 20px center/ 14px no-repeat,
		url(./images/icon-footpring.svg) 35px 15px/ 25px no-repeat
		var(--color-primary)
	;
}

.button-primary button:hover,
.button-primary a:hover {
	background-color: #fff;
}

.button-primary.ghost a {
	background-color: #fff;
	border: 0;
}

.button-primary button::after,
.button-primary a::after {
	content: "";
	position: absolute;
	display: block;
	background: url(./images/icon-bone.svg) 0 0/auto 100%  no-repeat;
	width: 45px;
	height: 45px;
	bottom: -13px;
	left: 13px;
}

.facility {
	position: relative;
	background: #fff;
	margin-top: 130px;
	padding-bottom: 70px;
	background: 
	url(./images/facility-bg-bubble-left.svg) left 40px top 55px/278px no-repeat,
	url(./images/facility-bg-bubble-right.svg) right 40px bottom 128px/231px no-repeat
	#fff
	;
	z-index: 10;
}


.contact-tel::before,
.faq::before,
.price::before,
.facility::before {
	content: "";
	background: url(./images/facility-bg.svg) center 0/587px no-repeat;
	display: block;
	top: -50px;
	left: 0;
	width: 100%;
	height: 70px;
	position: absolute;
}

.facility h2 {
	position: relative;
	transform: translateY(-35px);
}

.facility .button-primary {
	margin-top: 30px;
}

.facility .button-primary a {
	margin-left: 0;
	margin-right: 0;
}

.facility-image {
	min-width: 320px;
	width: 320px;
	background: #fff;
	border: 1px solid var(--color-border);
	border-radius: 8px;
	padding: 8px;
}

.facility-image img {
	border-radius: 4px;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.facility-item {
	display: flex;
	gap: 30px;
}

.facility-item + .facility-item {
	margin-top: 40px;
}

.facility-item p {
	line-height: 1.5;
	margin-top: 10px;
}

.facility-item h3 {
	font-size: 30px;
	font-weight: 500;
	position: relative;
	display: inline-block;
}

.facility-item h3::after {
	content: "";
	position: absolute;
	transform: translate(110%, -10px);
	right: 0;
	top: 0;
	background: url(./images/icon-bubble-facility.svg) no-repeat;
	width: 97px;
	height: 53px;
}

.index-voice {
	margin-top: 64px;
	overflow: hidden;
}


.index-voice-image {
	background: #fff;
	padding: 8px;
	border-radius: 8px;
	border: 1px solid var(--color-border);
}
.index-voice-image img {
	border-radius: 4px;
}

.index-voice-item {
	margin-top: 310px;
}

.index-voices {
	width: 100%;
}

.index-voices li {
	margin-top: 20px;
}

.index-voices li h3 {
	font-size: 16px;
}

.index-voices li h3 strong {
	font-size: 24px;
	font-weight: 500;
}

.index-voices li h3 span {
	color: var(--color-accent);
	font-size: 28px;
	font-weight: var(--fw-ex-bold);
}

.index-voice .button-primary {
	margin-top: 60px;
}

.index-voice-item p {
	line-height: 1.5;
	overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.how-to-use {
	margin-top: 64px;
}

.how-to-use-list {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 50px;
}

.how-to-use-item {
	border: 1px  solid var(--color-border);
	background: #fff;
	padding: 40px;
	border-radius: 16px;
	display: flex;
	transition: 0.3s;
}

.how-to-use-item:hover {
	background: var(--color-body-bg);	
}

.how-to-use-item-link {
	display: grid;
	gap: 20px;
	grid-template-columns: 170px 1fr;
	color: inherit;
}

.how-to-use-item-link p {
	line-height: 1.5;
	font-size: 18px;
	margin-top: 10px;
}

.how-to-use-item-link span {
	font-size: 18px;
	font-weight: 500;
	margin-top: 10px;
	display: flex;
	align-items: center;
}

.how-to-use-item-link span::after {
	content: "";
	background: url(./images/icon-button-arrow.svg);
	width: 14px;
	height: 16px;
	display: inline-block;
	margin-left: 15px;
}

.how-to-use-item-link h3 {
	font-weight: 500;
}

.how-to-use-item-link img {
	height: 100%;
	min-width: 140px;
}

.instagram {
	position: relative;
	margin-top: 110px;
	padding-bottom: 70px;
	background: 
	url(./images/instagram-bg-bubble-left.svg) left 20px bottom 30px/333px no-repeat,
	url(./images/instagram-bg-bubble-right.svg) right 20px bottom 60px/318px no-repeat,
	var(--color-primary)
	;
}

.instagram::before {
	content: "";
	background: url(./images/instagram-bg.svg) center 0/587px no-repeat;
	display: block;
	top: -50px;
	left: 0;
	width: 100%;
	height: 70px;
	position: absolute;
}

.instagram h2 {
	position: relative;
}

.instagram-items {
	margin-top: 70px;
}

.index-instagram-slider {
	overflow: hidden;
}

.instagram-item a {
	background: #fff;
	overflow: hidden;
	border-radius: 10px;
	display: block;
	padding: 8px;
	aspect-ratio: 1/1;
}

.instagram-item img {
	border-radius: 3px;
	aspect-ratio: 1/1;
	object-fit: cover;
	border-radius: 6px;
	width: 100%;
}

.instagram-description {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 20px;
	line-height: 1.5;
	margin: 60px 0 60px;
}

.instagram-description::before {
	content: "";
	background: url(./images/icon-instagram.svg);
	width: 53px;
	height: 54px;
}

.access {
	padding-bottom: 100px;
	margin-top: 70px;
}

.access-map {
	background: #fff;
	width: 480px;
	border-radius: 16px;
	border: 2px solid #782f01;
	overflow: hidden;
	z-index: 2;
}

.access-items {
	display: flex;
	gap: 40px;
	margin-top: 70px;
	position: relative;
}
.access-items::before {
	content: "";
	background: url(./images/icon-map-dog.svg);
	width: 168px;
	height: 176px;
	position: absolute;
	left: -33px;
	bottom: -90px;
	z-index: 3;
}

.access-items dt {
	background: #c98558;
	color: #fff;
	display: inline-block;
	text-align: center;
	padding: 0 40px;
	border-radius: 100px;
}

.access-items dd {
	margin-top: 10px;
	font-size: 18px;
}

.access-items dd strong {
	font-size: 20px;
	font-weight: 500;
}

.access-items dl {
	line-height: 1.6;
}

.access-items dl + dl {
	margin-top: 50px;
}

.fixed-banner {
	position: fixed;
	right: 30px;
	bottom: 30px;
	width: 360px;
	z-index: 100;
	transition: 0.3s ease;
}

.fixed-banner:hover {
	filter: brightness(1.1);
}

.footer {
	background:#c98558;
	z-index: 2;
	color: #fff;
	position: relative;
	padding-top: 50px;
	margin-top: 200px;
}

.footer::before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 110px;
	transform: translateY(-110px);
	background: url(./images/footer-head-bg.svg) center bottom/cover repeat-x;
}

.footer-items {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 40px;
}

.footer-logo {
	width: 320px;
}

.footer-image {
	width: 320px;
}

.footer-image img{
	border: 3px solid #fff;
	border-radius: 16px;
}

.footer-sns {
	display: flex;
	align-items: center;
	gap: 15px;
}

.footer-sns-item-icon {
	filter: brightness(0) invert(1);
	height: 24px;
}

.footer-sns-item-link {
	display: flex;
	align-items: center;
}

.footer-sns-item-icon.icon-youtube {
	height: 18px;	
}

.footer-sns-item-icon.icon-contact {
	height: 18px;	
}

.footer-open-close {
	margin-top: 10px;
	font-size: 18px;
}

.footer-open-close strong {
	font-weight: var(--fw-ex-bold);
	font-size: 26px;
}

.footer-address {
	font-weight: 400;
	font-size: 18px;
}

.footer-contacts {
	display: flex;
	align-items: center;
	gap: 30px;
}

.footer-tel {
	font-size: 36px;
	font-family: var(--font-english);
	font-weight: 300;
	letter-spacing: 0.07em;
	line-height: 1.5;
	display: flex;
	align-items: center;
	gap: 15px;
}

.footer-tel a {
	color: #fff;
}

.footer-tel::before {
	content: "";
	display: block;
	background: url(./images/icon-free-dial.svg);
	width: 44px;
	height: 29px;
}

.copyright	{
	text-align: center;
	line-height: 1;
	padding: 70px 0 40px;
}

.sp-br {
	display: none;
}

.page-title {
	height: 320px;
	background: #fff;
	padding-top: 50px;
	background: url(./images/page-title-bg.jpg) right 0 no-repeat #fff;
}

.page-title-content {
	max-width: var(--content-max-width);
	margin: 0 auto;
	line-height: 1.5;
	display: flex;
	gap: 40px;
	align-items: center;
}

.page-title-content::before {
	content: "";
	display: block;
	width: 90px;
	height: 114px;
	background: url(./images/page-title-icon.svg) center no-repeat;
}

.page-title h1 {
	font-size: 36px;
	font-weight: 800;
	color: var(--color-border);
}

.header-nav-toggle {
	display: none;
}

.bath-point-title {
	text-align: center;
	width: 332px;
	margin: 60px auto 0;
}

.bath-points {
	display: grid;
	grid-template-columns: 1fr 1fr;
	column-gap: 60px;
	row-gap: 100px;
	margin-top: 60px;
}

.bath-point-item {
	counter-increment: bath-point-item;
	background: #fff;
	padding: 40px;
	border-radius: 16px;
	border: 1px solid var(--color-text-normal);
	position: relative;
}

.bath-point-item .counter {
	position: relative;
	width: 120px;
	height: 120px;
	background: #fff;
	border: 1px solid var(--color-text-normal);
	position: absolute;
	left: 50%;
	top: 0; 
	border-radius: 120px;
	transform: translateX(-50%) translateY(-55%);
	font-family: var(--font-english);
	padding: 45px 0 0;
}

.bath-point-item .counter::before {
	content: "";
	width: 52px;
	height: 52px;
	background: url(./images/icon-heading-face.svg) center no-repeat;
	position: absolute;
	top: 0;
	left: 50%;
	transform: translate(-50%, -30%);
}

.bath-point-item .counter span {
	display: block;
	text-align: center;
	line-height: 1;
}

.bath-point-item .counter .title {
	color: var(--color-strong);
	font-size: 16px;
	letter-spacing: 0.1em;
}

.bath-point-item .counter .count {
	color: var(--color-accent);
	font-size: 32px;
	margin-top: 5px;
}

.bath-point-item h3 {
	font-size: 24px;
	margin-top: 30px;
	font-weight: 800;
	line-height: 1.5;
}

.bath-point-item .image {
	border-radius: 16px;
	background: #fff;
	padding: 16px;
	border: 1px solid var(--color-border);
}

.bath-point-item .image img {
	border-radius: 8px;
	width: 100%;
}


.bath-point-item p {
	margin-top: 12px;
}

.bath-recommend {
	position: relative;
	background: #fff;
	padding: 30px 0 40px;
	margin-top: 120px;
}

.bath-recommend::before,
.bath-recommend::after {
	position: absolute;
	content: "";
	display: block;
	background: url(./images/bath-recommend-bg.svg) 0 0/277px no-repeat;
	width: 277px;
	height: 92px;
	left: 0;
	top: 0;
	transform: translateY(-100%);
}

.bath-recommend::after {
	right: 0;
	left: auto;
}

.bath-recommend-items {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 30px;
	gap: 20px;
}

.bath-recommend h2 {
	max-width: 438px;
	margin: 0 auto;
	padding: 0 20px;
}

.bath-recommend li {
	display: flex;
	align-items: center;
}

.bath-recommend li + li {
	margin-top: 5px;
}

.bath-recommend li::before {
	content: "";
	display: inline-block;
	min-width: 35px;
	height: 35px;
	background: url(./images/bath-recommend-bubble.png) center/cover no-repeat;
	margin-right: 10px;
}

.bath-micro-bubble {
	margin-top: 55px;
}

.bath-micro-bubble-images {
	position: relative;
	margin-top: 55px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.bath-micro-bubble-images::before {
	content: "";
	display: block;
	width: 232px;
	height: 230px;
	background: url(./images/bath-mico-bubble-dog.png) center/cover no-repeat;
	position: absolute;
	bottom: 0;
	left: calc(50% + 40px);
	transform: translateX(-50%);
}


.bath-micro-bubble-image {
	width: 400px; 
}

.bath-micro-bubble-arrow {
	width: 105px; 
}

.bath-micro-bubble-description {
	margin-top: 50px;
}

.bath-micro-bubble-description h3 {
	font-size: 24px;
	font-weight: 500;
	line-height: 1.5;
}

.bath-micro-bubble-description p {
	margin-top: 16px;	
	padding-top: 10px;
	border-top: 2px dashed var(--color-border);
}

.facility-item-note {
	margin-top: 40px;
	background: url(./images/bath-fukidashi-dog.png) center/cover no-repeat;
	width: 462px;
	height: 117px;
}

.facility-item-note-text {
	width: 210px;
	padding-top: 24px;
	text-align: center;
	line-height: 1.5;
}

.bath-flow {
	margin-top: 60px;
}

.bath-flow .button-primary {
	margin-top: 60px;
}

.bath .facility-item + .facility-item {
	padding-top: 40px;
	margin-top: 40px ;
	border-top: 2px dashed var(--color-border);
}

.dryer.bath {
	background: 
	url(./images/bath-dryer-bubble-left.svg) 20px 155px/251px no-repeat,
	url(./images/bath-dryer-bubble-right.svg) right 64px top 80px/225px no-repeat,
	#f3dabc;
	padding-bottom: 250px;
	margin-bottom: -200px;
}

.faq::before,
.dryer.bath::before {
	background-image: url(./images/dryer-bg.svg);
}

.bath-flow-items {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 90px;
	margin-top: 100px;
}

.bath-flow-item .image {
	padding: 10px;
	border-radius: 10px;
	background: #fff;
	border: 1px solid var(--color-border);
}

.bath-flow-item {
	counter-increment: bath-flow;
	position: relative;
}

.bath-flow-item::before {
	position: absolute;
	left: 50%;
	top: 0;
	transform: translate(-50%, -60%);
	border-radius: 80px;
	display: block;
	width: 80px;
	height: 75px;
	content: counter(bath-flow);
	background: var(--color-border);
	color: #fff;
	font-size: 50px;
	display: grid;
	place-items: center;
	font-family: var(--font-english);
	line-height: 0.7;
	padding-bottom: 5px;
	z-index: 2;
}

.bath-flow-item p {
	margin-top: 20px;
	line-height: 1.7;
}

.bath-flow-item .image img {
	border-radius: 5px;
}

.bath-flow-item .image {
	position: relative;
}

.bath-flow-item + .bath-flow-item .image::after {
	content: "";
	background: url(./images/icon-flow-arrow.svg) center/cover no-repeat;
	width: 36px;
	height: 42px;
	display: block;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
	left: -45px;
}

.laundry-title {
	max-width: 347px;
	margin: 0 auto;
}

.laundry-intro-items {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 50px;
	margin-top: 64px;
}

.laundry-intro-item {
	position: relative;
	padding: 10px 20px;
}

.laundry-intro-item img {
	height: 172px;
	display: block;
	margin: 0 auto;
}

.laundry-intro-item::before,
.laundry-intro-item::after {
	content: "";
	display: block;
	position: absolute;
	width: 48px;
	height: 48px;
}

.laundry-intro-item::before {
	border-left: 6px solid var(--color-border);
	border-top: 6px solid var(--color-border);
	left: 0;
	top: 0;
}

.laundry-intro-item::after {
	border-right: 6px solid var(--color-border);
	border-bottom: 6px solid var(--color-border);
	right: 0;
	bottom: 0;
}

.laundry-intro-item p {
	margin-top: 15px;
}

.common-description {
	display: flex;
	gap: 40px;
	align-items: center;
	margin-top: 70px;
}

.common-image {
	background: #fff;
	padding: 10px;
	border-radius: 16px;
	max-width: 480px;
	border: 1px solid var(--color-border);
}

.common-image img {
	border-radius: 10px;
	object-fit: cover;
	width: 100%;
	height: 100%;
}

.common-description .title {
	font-size: 30px;
	line-height: 1.5;
}

.common-description .description {
	margin-top: 20px;
	line-height: 1.6;
}

.laundry-usage {
	margin-top: 55px;
}

.colored.laundry-usage-title {
	background: var(--color-strong);
}

.colored .laundry-usage-item + .laundry-usage-item  {
	border-color: var(--color-strong);
}

.colored .usage-list-item::before {
	background:  var(--color-strong);
}

.laundry-usage-title {
	background: var(--color-border);
	color: #fff;
	font-size: 20px;
	text-align: center;
	border-radius: 10px;
	margin-top: 55px;
}

.laundry-usage-item {
	counter-increment: laundry-usage-item;
}

.laundry-usage-item h4 {
	font-size: 28px;
	font-weight: var(--fw-ex-bold);
	text-align: center;
}

.laundry-usage-item h4::before {
	content: counter(laundry-usage-item); 
	background: #fff;
	border-radius: 48px;
	display: inline-block;
	width: 48px;
	height: 48px;
	line-height: 44px;
	font-family: var(--font-english);
	border: 1px solid var(--color-border);
	margin-right: 12px;
}

.laundry-usage-item-content.align-center {
	align-items: center;
}

.laundry-usage-item-content {
	display: flex;
	justify-content: center;
	align-items: flex-start;
	gap: 30px;
	margin-top: 16px;
}

.laundry-usage-item p {
	white-space: nowrap;
}

.usage-list-item {
	counter-increment: usage-list-item;
	display: flex;
	gap: 10px;
	align-items: center;
}

.usage-list-item + .usage-list-item {
	margin-top: 5px;
}

.usage-list-item.no-counter::before {
	content: none;
}

.usage-list-item::before {
	content: counter(usage-list-item);
	background: #000;
	width: 32px;
	height: 32px;
	background: var(--color-border);
	color: #fff;
	border-radius: 32px;
	display: grid;
	place-items: center;
	line-height: 1;
	font-family: var(--font-english);
}

.laundry-usage-item:first-child {
	margin-top: 40px;
}

.laundry-usage-item + .laundry-usage-item {
	margin-top: 40px;
	padding-top: 40px;
	border-top: 2px dashed var(--color-border);
}

.usage-nav {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	padding: 40px;
	text-align: center;
	padding-top: 80px;
}

.usage-nav img {
	display: block;
	height: 122px;
	margin: 0 auto;
}

.usage-nav a {
	color: inherit;
	font-weight: 500;
}

.usage-nav li:after {
	margin: 0 auto;
	content: "";
	margin-top: 10px;
	width: 19px;
	height: 16px;
	display: block;
	background: url(./images/usage-nav-arrow.svg) center/cover no-repeat;
}

.usage-description {
	margin-top: 30px;
}

.usage-description .common-description .title {
	font-size: 26px;
}

.usage-description-list {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 40px;
	margin-top: 60px;
}

.usage-description-list h3 {
	margin-top: 10px;
	font-size: 22px;
	font-weight: 500;
}

.usage-description-list .button-primary a {
	width: 100%;
}

.usage-description-list p {
	line-height: 1.5;
	margin-bottom: -10px;
}

.price {
	position: relative;
	background: #fff;
	margin-top: 100px;
	padding-bottom: 90px;
}

.price-note {
	grid-area: price-note;
}

.price1 {
	grid-area: price-first;
}

.price2 {
	grid-area: price-second;
}

.price3 {
	grid-area: price-third;
}

.price-map {
	grid-area: price-map;
	width: 466px;
}

.price-notice h3 {
	font-size: 24px;
	font-weight: 500;
}

.price-items {
	display: grid;
	grid-template-areas: 
		"price-note price-map"
		"price-first price-map"
		"price-second price-third"
	;
	row-gap: 90px;
	column-gap: 40px;
}

.price-item {
	counter-increment: price-item;
}

.price-item h3 {
	font-size: 30px;
	font-weight: 800;
	display: flex;
	align-items: center;
}

.price-item h3 span {
	font-size: 26px;
	font-weight: 500;
	color: #fc4747;
	margin-left: 15px;
}

.price-item h3::before {
	content: counter(price-item);
	width: 48px;
	height: 48px;
	color: #fff;
	font-family: var(--font-english);
	background: #000;
	display: grid;
	place-items: center;
	border-radius: 48px;
	line-height: 1;
	font-size: 30px;
	margin-right: 10px;
	font-weight: 400;
}

.price1 h3::before {
	background: #6bc5ef;
}

.price2 h3::before {
	background: #7bc17c;
}

.price3 h3::before {
	background: #f37c58;
}

.price-item h4 {
	background: var(--color-border);
	border-radius: 100px;
	color: #fff;
	font-size: 20px;
	font-weight: 500;
	display: flex;
	align-items: center;
	padding: 0 15px;
	margin-top: 24px;
	margin-bottom: 10px;
}

.price-item h4::before {
	content: "";
	background: url(./images/icon-price-footprint.svg) center/cover no-repeat;
	width: 20px;
	height: 17px;
	font-weight: 500;
	display: inline-block;
	margin-right: 8px;
}

.price-item span {
	color: #fc4747;
	font-weight: 500;
	letter-spacing: 0.03em;
}

.price-item small {
	font-size: 16px;
	margin-left: 3px;
	font-weight: 500;
	letter-spacing: 0.03em;
}

.price-text {
	font-weight: 500;
	letter-spacing: 0.03em;
	padding: 0 40px;
}

.price-text + .price-text {
	border-top: 1px solid var(--color-border);
}

.items {
	margin-top: 60px;
}

.items-list {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 50px;
	margin-top: 50px;
}

.items-item {
	text-align: center;
	border-radius: 16px;
}

.items-item img {
	width: 180px;
}

.items-item {
	position: relative;
	padding: 20px;
	background: #fff;
	border: 1px solid var(--color-border);
}

.items-fukidashi {
	content: "";
	background: url(./images/items-fukidashi.svg);
	width: 65px;
	height: 71px;
	display: block;
	position: absolute;
	left: 15px;
	top: -15px;
	font-size: 16px;
	line-height: 1;
	padding: 10px 0 0 ;
}

.items-fukidashi span {
	font-size: 24px;
	color: var(--color-accent);
	line-height: 1;
	margin-top: 3px;
	display: block;
	font-weight: 500;
	font-family: var(--font-english);
}

.items-item::after {
	content: "";
	background: url(./images/item-bubble.svg);
	width: 53px;
	height: 62px;
	display: block;
	position: absolute;
	right: -8px;
	top: 15px;
}

.items-item h3 {
	font-size: 26px;
	font-weight: 800;
	margin-top: 10px;
}

.items-item h3 span {
	font-size: 20px;
}

.faq {
	position: relative;
	background: #f3dabc;
	margin-top: 130px;
	padding-bottom: 200px;
	margin-bottom: -200px;
}

.faq-item + .faq-item {
	margin-top: 30px;
	padding-top: 30px;
	border-top: 2px dashed var(--color-border);
}

.q,
.a {
	display: flex;
	gap: 20px;
	align-items: flex-start;
}

.q {
	font-size: 30px;
	color: var(--color-accent);
	font-weight: 500;
}

.a {
	margin-top: 10px;
}

.a a {
	background: var(--color-strong);
	color: #fff;
	padding: 2px 24px;
	display: inline-block;
	margin-right: 8px;
	transition: 0.3s;
	border-radius: 100px;
}

.a a:hover {
	filter: brightness(1.1);
}

.q p {
	position: relative;
}

.q p::after {
	content: "";
	position: absolute;
	transform: translate(120%, 5px);
	right: 0;
	top: 0;
	background: url(./images/icon-bubble-facility.svg) no-repeat;
	width: 68px;
	height: 42px;
}

.q::before {
	display: block;
	content: "";
	background: url(./images/icon-q.svg) 0 0/60px no-repeat;
	min-width: 60px;
	height: 50px;
}

.a::before {
	display: block;
	content: "";
	background: url(./images/icon-a.svg) center 0/51px no-repeat;
	min-width: 60px;
	height: 51px;
}

.usage-detail-title {
	max-width: 447px;
	margin: 0 auto;
}

.usage-detail {
	margin-top: 60px;
}

.usage-detail h3 {
	background: #fff;
	border-radius: 16px;
	border: 1px solid var(--color-border);
	font-size: 24px;
	font-weight: 500;
	padding-left: 195px;
	position: relative;
}

.usage-detail-content + .usage-detail-content {
	margin-top: 60px;
}

.usage-detail-content {
	counter-increment: usage-step;
}

.usage-detail h3::after {
	content: counter(usage-step);
	position: absolute;
	top: -11px;
	left: 110px;
	background: var(--color-border);
	color: #fff;
	width: 64px;
	height: 64px;
	display: grid;
	place-items: center;
	font-size: 36px;
	font-family: var(--font-english);
	border-radius: 36px;
	line-height: 1;
}

.usage-detail h3::before {
	content: "STEP";
	position: absolute;
	left: 50px;
	top: 50%;
	transform: translateY(-50%);
	color: var(--color-border);
	font-size: 26px;
	font-family: var(--font-english);
	line-height: 1;
}

.usage-detail ol {
	margin-top: 40px;
}


.usage-detail li {
	counter-increment: usage-detail-list-item;
	font-size: 24px;
	display: flex;
	align-items: center;
	line-height: 1.5;
}

.usage-detail li::before {
	content: counter(usage-detail-list-item);
	min-width: 48px;
	height: 48px;
	background: #fff;
	color: var(--color-border);
	display: grid;
	place-items: center;
	font-weight: 500;
	border-radius: 48px;
	border: 1px solid var(--color-border);
	font-family: var(--font-english);
	margin-right: 20px;
}

.usage-detail li + li {
	margin-top: 20px;
	padding-top: 20px;
	border-top: 2px dashed var(--color-border);
}

.usage-detail-ex {
	margin-top: 30px;
	display: flex;
	margin-left: 70px;
	gap: 40px;
	align-items: center;
}

.movies-text {
	margin-top: 20px;
	text-align: center;
	display: flex;
	flex-flow: column;
	justify-content: center;
	align-items: center;
}

.movies-text p + p {
	margin-top: 5px;
	padding-top: 5px;
	border-top: 1px solid var(--color-border);
}

.usage-detail .movies {
	margin-top: 150px;
}

.buttons {
	display: flex;
	justify-content: space-between;
	margin-top: 40px;
	padding: 0 64px;
}

.buttons a {
	width: 410px;
}

.voice-title {
	margin: 0 auto;
	width: 246px;
}

.voice-list {
	margin-top: 60px;
}

.voice-list-item + .voice-list-item {
	margin-top: 40px;
	padding-top: 40px;
	border-top: 2px dashed var(--color-border);
}

.voice-list-item {
	display: grid;
	grid-template-columns: 256px 1fr;
	gap: 50px;
	justify-content: space-between;
}


.notice-list-item h3,
.voice-list-item h3 {
	font-size: 24px;
	color: var(--color-accent);
	font-weight: 500;
	display: flex;
	align-items: center;
}

.notice-list-item h3 {
}

.notice-list-item h3::before,
.voice-list-item h3::before {
	display: inline-block;
	content: "";
	background: url(./images/icon-heading-face.svg) 0 0/cover no-repeat;
	min-width: 52px;
	height: 52px;
	margin-right: 10px;
}

.news-page .voice-list-item h3::before {
	content: none;
}

.news-page .voice-list-item p {
	margin-top: 10px;
	padding-left: 0;
}

.news-page .common-image {
	width: 100%;
}

.news-page {
	padding-top: 60px;
}

.voice-list-item p {
	padding-left: 62px;
}

.voice-list-item .voice-list-item-name span {
	font-size: 16px;
}

.voice-list-item .voice-list-item-name .name {
	font-size: 20px;
	font-weight: 700;
}

.voice-list-item .voice-list-item-name strong {
	color: var(--color-accent);
	font-weight: 700;
}

.contact-button {
	position: relative;
	font-family: var(--font-normal);
	font-weight: 500;
}

.contact-page.content {
	max-width: 690px;
}

.contact-page .button-primary {
	margin-top: 40px;
}

.form-item {
	display: grid;
	grid-template-columns: 210px 1fr;
	padding-top: 20px;
	margin-top: 20px;
	align-items: center;
	border-top: 1px dashed var(--color-border);
}

.checkbox-list li {
	display: flex;
	align-items: center;
}

.form-item label {
	font-weight: 500;
}

.form-item [type=radio] {
	background: #fff;
	appearance: none;
	border: 1px solid var(--color-border);
	width: 18px;
	height: 18px;
	box-shadow: 0 0 0 2px #fff inset;
	margin-right: 10px;
	margin-top: 0;
	position: relative;
	top: 2px;
	border-radius: 18px;
}

.form-item [type=radio]:checked {
	background: var(--color-border)!important;
}

.form-item [type=text],
.form-item [type=email],
.form-item [type=tel] {
	height: 48px;
	line-height: 48px;
}

.form-item textarea {
	height: 256px;
}

.form-item [type=text],
.form-item [type=email],
.form-item [type=tel],
.form-item textarea {
	border-radius: 10px;
	border: 1px solid var(--color-border);
	padding: 8px 16px;
}

.form-requred-note,
.required {
	display: flex;
	align-items: center;
}

.form-requred-note::before,
.required::after {
	content: "";
	background: url(./images/icon-required.svg) center/cover no-repeat;
	min-width: 26px;
	height: 22px;
	display: inline-block;
	margin-left: 5px;
	margin-right: 5px;
}

.contact-note {
	padding-top: 10px;
	margin-top: 20px;
	border-top: 1px dashed var(--color-border);
}

.contact-note h3 {
	font-weight: 500;
}

.contact-note p {
	font-size: 16px;
	margin-top: 8px;
}

.message {
	padding: 40px;
	text-align: center;
	background: #fff;
	margin-bottom: 40px;
	border: 1px solid var(--color-border);
	border-radius: 16px;
}

.contact-tel {
	padding-bottom: 200px;
	margin-bottom: -200px;
	position: relative;
	background: 
	url(./images/contact-tel-bg-left.svg) 45px 60px/278px no-repeat,
	url(./images/contact-tel-bg-right.svg) right 20px top 148px/278px no-repeat
	#fff;
	margin-top: 100px;
	text-align: center;
}

.contact-tel-number::before {
	content: "";
	background: url(./images/icon-free-dial-green.svg) center/cover no-repeat;
	display: inline-block;
	width: 84px;
	height: 56px;
}

.contact-tel-number {
	font-size: 80px;
	font-family: var(--font-english);
	font-weight: 200;
	color: inherit;
	letter-spacing: 0.1em;
}

.contact-tel-open-close {
	font-size: 26px;
	letter-spacing: 0.05em;
}

.notice-item {
	margin-top: 20px;
}

.notice {
	max-width: 700px;
}

.notice-list-item {
	margin-top: 40px;
	padding-top: 40px;
	border-top: 2px dashed var(--color-border);
}


.notice-item {
	display: flex;
	align-items: flex-start;
}

.notice-item::before {
	content: "";
	background: url(./images/icon-required.svg) 0 10px/20px no-repeat;
	min-width: 24px;
	height: 40px;
	display: block;
	margin-right: 8px;
}


@media screen and (max-width: 1000px) {
	body {
		font-size: 16px;
	}

	.sp-br {
		display: inline;
	}

	.wrapper::before,
	.wrapper::after {
		opacity: 0.3;
	}

	.content {
		margin-left: 20px;
		margin-right: 20px;
	}

	.common-heading {
		font-size: 20px;
	}

	.common-heading::before {
		width: 59px;
    height: 52px;
	}

	.common-heading small {
		font-size: 12px		
	}

	.mainimage-contents {
		top: 20px;
	}

	.index-description {
		display: block;
		padding: 0 10px;
		transform: translateY(-60px)
	}

	.index-micro-bubble {
		padding: 24px;
		margin-top: -40px;
	}

	.header-logo {
		width: 180px;
		padding: 4px 8px 8px 20px;
		top: -1px;
	}

	.sp-header-menu {
		font-size: 38px;
		line-height: 1;
		margin-right: 20px;
		position: relative;
		top: -3px;
	}

	.header-nav-toggle {
		display: block;
		cursor: pointer;
	}

	.sp-header-nav-close {
		font-size: 38px;
		position: absolute;
		top: 10px;
		right: 20px;
		z-index: 100;
		line-height: 38px;
	}

	.is-open .header-nav {
		display: grid;
	}

	.header-nav {
		position: fixed;
		top: 0;
		left: 0;
		width: 100vw;
		height: 100vh;
		background: #fff;
		z-index: 100;
		display: grid;
		place-items: center;
		display: none;
	}

	.header-nav-item {
		width: 100%;
	}

	.header-nav-item-link {
		font-size: 18px;
		font-weight: 700;
	}

	.header-nav-item-link i {
		height: 60px;
	}

	.header-nav-items {
		display: grid;
		grid-template-columns: 50% 50%;
		row-gap: 50px;
		padding: 0 20px;
		width: 100%;
	}

	.mainimage-dog2 {
		display: none;
	}


	.page-title {
		background: #fff;
		padding-top: 30px;
		height: 220px;
	}

	.page-title-content {
		justify-content: center;
		gap: 20px;
	}

	.page-title h1 {
		font-size: 25px;
	}


	.page-title-content::before {
		width: 70px;
	}


	.index-micro-bubble-item {
		flex-flow: column;
		text-align: center;
		gap: 0;
	}

	.index-micro-bubble-text4, 
	.index-micro-bubble-text3 {
		display: block;	
		margin: 0 auto;
	}

	.index-micro-bubble-item + .index-micro-bubble-item h2::before {
		display: none;
	}

	.index-micro-bubble-image1,
	.index-micro-bubble-image2 {
		width: 70%;
		margin: 0 auto;
	}

	.index-micro-bubble ol li {
		justify-content: center;
	}

	.experience-description::before {
		content: none;
	}

	.news-list {
		display: block;
		width: 50%;
		margin:  0 auto;
	}

	.news-list img {
		display: none;
	}

	.news-item-link {
		line-height: 1.7;
	}

	.news-item-link::before {
		margin-right: 15px;
	}

	.movies {
		margin-top: 30px;
	}

	.movie {
		padding: 0 0 80px 0;
		overflow: hidden;
	}

	.movie-hashtag {
		bottom: 25px;
    left: 20px;
		font-size: 15px;
	}

	.facility {
		background: #fff;
	}

	.facility-image {
		width: 100%;
	}

	.facility-item h3 {
		font-size: 22px;
	}

	.index-news .button-primary a,
	.facility .button-primary a {
		margin-left:   auto;
		margin-right:   auto;
	}

	.how-to-use-item-link p {
		font-size: 16px;
	}

	.facility-item {
		flex-flow: column;
		gap: 10px;
	}

	.instagram {
		background: var(--color-primary);
	}

	.instagram-description {
		padding: 0 20px;
	}

	.instagram-description br {
		display: none;
	}

	.instagram-description::before {
		content: none;
	}

	.access-info br {
		display: none;
	}

	.access-items dd {
		font-size: 16px;
	}

	.common-heading {
		margin-bottom: 30px;
	}

	.access-items dd strong {
		font-size: 16px;
	}


	.access-items {
		flex-flow: column;
	}

	.facility-item h3::after {
		content: none;
	}

	.footer-items {
		flex-flow: column;
		gap: 30px;
	}

	.access-items::before {
		content: none;
	}

	.access-map {
		width: 100%;
	}

	.access-info {
		text-align: center;
	}

	.footer {
		margin-top: 0;
	}

	.footer-contacts {
		flex-flow: column;
		margin-top: 20px;
		gap: 10px;
	}

	.footer-info {
		text-align: center;
	}

	.footer-address {
		font-size: 16px;
		line-height: 1.4;
	}

	.footer-open-close strong {
		font-size: 22px;
	}

	.copyright {
		font-size: 14px;
		padding: 50px 0 40px;
	}

	.bath-point-title {
		width: 280px;
	}

	.bath-points {
		grid-template-columns: 1fr;
		margin-top: 100px;
	}

	.bath-point-item {
		padding: 20px;
	}

	.bath-point-item h3 {
		font-size: 18px;
		margin-top: 20px;
	}

	.bath-recommend-dog {
		width: 190px;
	}

	.bath-micro-bubble-images {
		flex-flow: column;
		gap: 30px;
	}

	.bath-micro-bubble-images::before {
		content: none;
	}

	.bath-micro-bubble-arrow {
		width: 70px;
		transform: rotate(90deg);
		transform-origin: center center;
	}

	.bath-micro-bubble-description {
		margin-top: 20px;
	}

	.facility-item-note {
		margin-top: 10px;
		margin-left: auto;
	}

	.bath-flow-items {
		grid-template-columns: 1fr;
		gap: 70px;
	}

	.bath-flow-item img {
		object-fit: cover;
		width: 100%;
		height: 100%;
	}

	.bath-flow-item p {
		margin-top: 10px;
	}

	.bath-flow .button-primary {
		margin-top: 30px;
	}

	.common-description {
		flex-flow: column;
		gap: 20px;
	}

	.price-items {
		grid-template-areas: 
			"price-map"
			"price-first"
			"price-second"
			"price-third"
			"price-note"
		;
		row-gap: 30px;
	}

	.price-item h4 {
		font-size: 14px;
		margin-top: 20px;
	}

	.price-text {
		padding: 0;
	}

	.price-item h3 {
		font-size: 22px;
	}

	.price-map {
		width: 100%;
	}

	.price-item h3 span {
		font-size: 15px;
	}

	.price-item h3::before {
		width: 30px;
		height: 30px;
		font-size: 20px;
	}

	.items-list {
		grid-template-columns: repeat(2, 1fr);
	}
	
	.buttons {
		margin-top: 20px;
		display: block;
		padding: 0;
		margin-left: 0;
		margin-right: 0;
	}

	.buttons a {
		max-width: 320px;
	}

	.usage-detail .movies {
		margin-top: 50px;
	}

	.contact-page.content {
		max-width: 100%;
	}

	.contact-tel {
		margin-bottom: 0;
		background: #fff;
	}

	.notice {
		padding-bottom: 150px;
		max-width: 100%;
	}
}


@media screen and (max-width: 780px) {
	.sub .main::before {
		background-size: 800px;
	}

	.wrapper::before, .wrapper::after {
		content: none;
	}

	.how-to-use-list {
		grid-template-columns: 1fr;
		gap: 20px;
	}

	.mainimage-dog1,
	.mainimage-dog3 {
		display: none;
	}

	.mainimage-dog2 {
		width: 170px;
    bottom: 60px;
		display: block;
	}

	.mainimage {
		height: 440px;
	}

	.wrapper{
		overflow: hidden;
	}

	.mainimage-text {
		width: 240px;
		left: 20px;
	}

	.news-list {
		width: 100%;
	}

	.index-micro-bubble-item + .index-micro-bubble-item h2::before {
		content: none;
	}

	.index-micro-bubble-item + .index-micro-bubble-item {
		margin-top: 20px;
		gap: 20px;
	}

	.index-micro-bubble-image1 {
		width: 113%;
		max-width: 113%;
	}

	.index-micro-bubble-image2 {
		width: 100%;
	}

	.index-micro-bubble-item {
		text-align: left;
	}

	.index-micro-bubble ol li {
		justify-content: flex-start;
		font-size: 16px;
	}

	.index-micro-bubble-text4, 
	.index-micro-bubble-text3 {
		display: block;	
		margin: 0;
	}

	.how-to-use-item {
		grid-template-columns: 1fr;
		justify-content: center;
		padding: 32px 24px;
	}

	.how-to-use-item-link {
		gap: 0;
	}

	.bath-recommend-items {
		align-items: center;
	}

	.bath-recommend li {
		font-size: 24px;
	}

	.bath-recommend-items {
		flex-flow: column;
	}

	.facility-item-note-text {
		padding-top: 28px;
		font-weight: 600;
	}

	.laundry-title {
		padding: 0 20px;
	}

	.laundry-intro-items {
		grid-template-columns: 1fr;
	}

	.laundry-usage-item-content {
		flex-flow: column;
		align-items: center;
	}

	.laundry-usage-item p {
		white-space: normal;
	}

	.laundry-usage {
		padding-bottom: 100px;
	}

	.common-description .title {
		font-size: 24px;
	}

	.common-image {
		min-width: 0;
		max-width: 100%;
	}

	.items-list {
		grid-template-columns: 1fr;
	}
	
	.q {
		line-height: 1.4;
		font-size: 20px;
	}

	.q p::after {
		content: none;
	}

	.a::before,
	.q::before {
		min-width: 40px;
		background-size: 40px;
		background-position: center center;
	}

	.faq {
		padding-bottom: 100px;
		margin-bottom: 0;
	}

	.usage-description .common-description .title {
		font-size: 18px;
	}
	
	.usage-description-list {
		grid-template-columns: 1fr;
	}

	.usage-nav {
		padding: 20px 0;
		column-gap: 30px; 
		row-gap: 40px;
		grid-template-columns : 1fr 1fr;
	}

	.usage-nav img {
		height: 72px;
	}

	.usage-detail {
		margin-top: 30px;
		padding-bottom: 100px;
	}

	.usage-detail li {
		font-size: 16px;
	}

	.usage-detail li::before {
		min-width: 28px;
		height: 28px;
		margin-right: 10px;
	}

	.usage-detail-ex {
		flex-flow: column;
		gap: 20px;
		margin-left: 0;
	}

	.usage-detail-title {
		width: 300px;
	}

	.usage-detail h3::after {
		content: none;
	}

	.usage-detail h3::before {
		position: static;
		content: "STEP"counter(usage-step);
		margin-right: 10px;
		transform: none;
		font-size: 14px;
	}

	.usage-detail h3 {
		padding-left: 20px;
		display: flex;
		align-items: center;
		font-size: 17px;
	}

	.usage-detail ol {
		margin-top: 20px;
	}

	.usage-detail-content + .usage-detail-content {
		margin-top: 30px;
	}

	.voice-list-item {
		grid-template-columns: 1fr;
		gap: 10px;
	}

	.voice-list-item-image {
		display: flex;
		align-items: center;
		gap: 20px ;
	}

	.voice-list {
		padding-bottom: 100px;
		margin-top: 30px;
	}

	.news-page {
		padding-bottom: 100px;
	}

	.common-image {
		width: 100%;
		padding: 4px;
	}

	.voice-list-item .common-image {
		width: 120px;
	}

	.voice-list-item h3 {
		font-size: 18px;
	}

	.voice-title {
		width: 200px;
	}

	.voice-list-item h3::before {
		content: none;
	}

	.voice-list-item p {
		padding-left: 0;
	}

	.voice-list-item + .voice-list-item {
		margin-top: 20px;
		padding-top: 20px;
	}

	.news-page {
		margin-top: 0;
	}

	.form-item {
		grid-template-columns: 1fr;
		gap: 8px
	}

	.message {
		padding: 20px;
	}

	.contact-tel-number {
		font-size: 40px;
	}

	.contact-tel-open-close {
		font-size: 16px;
	}

	.contact-tel-number::before {
		width: 54px;
    height: 34px;
	}

	.contact-tel {
		padding-bottom: 90px;
	}

	.notice-list-item h3::before {
		min-width: 35px;
    height: 35px;
	}

	.notice-list-item h3 {
		font-size: 18px;
	}

	.notice-item br {
		display: none;
	}

	.notice-item::before {
		background: url(./images/icon-required.svg) 0 6px/20px no-repeat;
		margin-right: 5px;
	}

	.news-item-thumbnail .common-image {
		width: 100%;
	}

	.fixed-banner {
		left: 0;
		text-align: right;
		bottom : 10px;
		width: 100%;
		padding: 0 10px;
	}

	.fixed-banner img {
		max-width: 240px;
	}

	.footer {
		padding-bottom: 80px;
	}
}

.news-item-content img {
		display: block;
		width: 100%;
}
