body {
	background-color: #feebec;
	font-family: "Noto Sans JP", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", "BIZ UDPGothic", Meiryo, sans-serif;
	-webkit-font-feature-settings: "palt";
	font-feature-settings: "palt";
	letter-spacing: 0.1em;
	overflow-x: hidden;
}

.u-desktop {
	display: none;
}

/* リキッドレイアウト対応 */

html {
	font-size: 16px;
}

/* pcの電話番号発信対応 */

/* ホバー */

a {
	color: inherit;
	text-decoration: none;
	-webkit-transition: opacity 0.3s;
	transition: opacity 0.3s;
}

*,
*::before,
*::after {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

/* Remove default padding */

ul,
ol {
	padding: 0;
}

/* Remove default margin */

body,
h1,
h2,
h3,
h4,
p,
ul,
ol,
figure,
blockquote,
dl,
dd {
	margin: 0;
}

/* Set core root defaults */

html {
	scroll-behavior: smooth;
}

/* Set core body defaults */

body {
	line-height: 1.5;
	min-height: 100vh;
	text-rendering: optimizeSpeed;
}

/* Remove list styles on ul, ol elements with a class attribute */

ul,
ol {
	list-style: none;
}

/* A elements that don't have a class get default styles */

a:not([class]) {
	-webkit-text-decoration-skip: ink;
	text-decoration-skip-ink: auto;
}

/* Make images easier to work with */

img {
	display: block;
	max-width: 100%;
	width: 100%;
}

/* Natural flow and rhythm in articles by default */

article > * + * {
	margin-top: 1em;
}

/* Inherit fonts for inputs and buttons */

input,
button,
textarea,
select {
	font: inherit;
}

/* Blur images when they have no alt attribute */

img:not([alt]) {
	filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feGaussianBlur stdDeviation="10" /></filter></svg>#filter');
	-webkit-filter: blur(10px);
	filter: blur(10px);
}

/* フォームリセット */

textarea {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background: transparent;
	border: none;
	border-radius: 0;
	font: inherit;
	outline: none;
}

textarea {
	resize: vertical;
}

input[type=submit],
input[type=button],
label,
button,
select {
	cursor: pointer;
}

select::-ms-expand {
	display: none;
}

.site-wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	min-height: 100vh;
	overflow: hidden;
}

.c-cta {
	bottom: 20px;
	bottom: 1.25rem;
	left: 50%;
	max-width: 600px;
	max-width: 37.5rem;
	opacity: 1;
	position: fixed;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	visibility: visible;
	width: 80%;
	z-index: 100;
}

.c-cta.is-bottom {
	bottom: 20px;
	bottom: 1.25rem;
	opacity: 1;
	top: auto;
	visibility: visible;
}

.c-cta.is-top {
	bottom: auto;
	opacity: 1;
	top: 20px;
	top: 1.25rem;
	visibility: visible;
}

.c-cta__link {
	display: block;
	margin: 20px auto 0;
	margin: 1.25rem auto 0;
	width: 100%;
}

.c-cta__img {
	-webkit-animation: popup 3s linear infinite;
	animation: popup 3s linear infinite;
}

.l-footer {
	background: #4d4d4d;
	padding: 32px 0 32%;
	padding: 2rem 0 32%;
	text-align: center;
	width: 100%;
}

.l-footer__item {
	color: #fff;
	font-size: 16px;
	font-size: 1rem;
	position: relative;
}

.l-footer__link {
	display: inline-block;
	padding: 12px 20px;
	padding: 0.75rem 1.25rem;
}

.l-footer__item:not(:last-child)::after {
	display: none;
}

.l-footer__copyright {
	color: #fff;
	display: inline-block;
	font-size: clamp(12px, 2.2222222222vw, 32px);
	font-size: clamp(0.75rem, 2.2222222222vw, 2rem);
}

.l-inner {
	height: inherit;
	margin: 0 auto;
	padding-left: 0px;
	padding-right: 0px;
	width: 100%;
}

.p-top img,
.p-top source,
.p-top picture {
	margin-inline: auto;
	display: block;
	width: 100%;
}

.p-top {
	margin-inline: auto;
	max-width: 1024px;
	max-width: 64rem;
	position: relative;
	width: 100%;
}

.p-top::before {
	background-color: #fff;
	bottom: 0;
	content: "";
	height: 100%;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	width: 100%;
	z-index: -1;
}

.p-s1 {
	position: relative;
}

.p-s2 {
	padding: 10% 0;
	position: relative;
}

.p-s2_bg {
	bottom: 0;
	display: block;
	height: 100%;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	width: 100%;
	z-index: -1;
}

.p-s2_img3 {
	margin-top: 10%;
}

.p-s2_img4 {
	margin-top: 10%;
}

.p-s3 {
	padding: 10% 0;
}

.p-s3_img1 {
	margin-top: 10%;
}

.p-s4 {
	padding: 10% 0;
	position: relative;
}

.p-s4_bg {
	bottom: 0;
	display: block;
	height: 100%;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	width: 100%;
	z-index: -1;
}

.p-s4_img2 {
	margin-top: 7%;
}

.p-s4_img3 {
	margin-top: 7%;
}

.p-s4_img4 {
	margin-top: 7%;
}

.p-s5 {
	padding: 10% 0;
}

.p-s5_img1 {
	margin-top: 10%;
}

.p-s6 {
	padding: 10% 0;
	position: relative;
}

.p-s6_bg {
	bottom: 0;
	display: block;
	height: 100%;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	width: 100%;
	z-index: -1;
}

.p-s6_img2 {
	margin-top: 10%;
}

.p-s7 {
	padding: 10% 0;
}

.p-s8 {
	padding: 10% 0 20%;
}

.p-s8_slider01 .swiper-wrapper {
	-webkit-transition-timing-function: ease-in !important;
	transition-timing-function: ease-in !important;
}

.p-s8_slider02 .swiper-wrapper,
.p-s8_slider03 .swiper-wrapper {
	-webkit-transition-timing-function: linear !important;
	transition-timing-function: linear !important;
}

.p-s8_slider01,
.p-s8_slider02 {
	margin-top: 10%;
}

.p-s8_slider03 {
	margin-top: 5%;
}

picture.p-s8_mainImg {
	max-width: 571px;
	width: 55.76171875vw;
}

.p-s8_mainImg img {
	-o-object-fit: cover;
	object-fit: cover;
	width: 100%;
}

.p-s8_subImg {
	max-width: 178px;
	width: 17.3828125vw !important;
}

.p-s8_subImg img {
	-o-object-fit: cover;
	object-fit: cover;
	width: 100%;
}

.p-s8_img2 {
	margin-top: 7%;
}

.p-s8_gallery {
	grid-gap: 5% 2%;
	display: grid;
	grid-template-columns: repeat(6, 1fr);
	grid-template-rows: repeat(4, 1fr);
	justify-items: center;
	margin: 5% auto 0;
	width: 95%;
}

.p-s8_img3 {
	margin-top: 10%;
}

.p-s9 {
	padding: 10% 0 3%;
}

.p-s9_img2 {
	margin-top: 10%;
}

.p-s9_img3 {
	margin-top: 10%;
}

.p-s9_img4 {
	margin-top: 10%;
}

.p-s9_img5 {
	margin-top: 10%;
}

.p-s10 {
	padding: 18% 0 10%;
	position: relative;
}

.p-s10_bg {
	bottom: 0;
	display: block;
	height: 100%;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	width: 100%;
	z-index: -1;
}

.p-s10_img2 {
	margin-top: 5%;
}

.p-s10_img3 {
	margin-top: 2%;
}

.p-s10_img4 {
	margin-top: 2%;
}

.u-anime-fadeup {
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	opacity: 0;
}

.u-anime-fadeup.is-active {
	-webkit-animation-iteration-count: 1;
	animation-iteration-count: 1;
	-webkit-animation-name: fadeup;
	animation-name: fadeup;
	opacity: 1;
}

@media screen and (min-width: 768px) {

.u-desktop {
	display: block;
}

.u-mobile {
	display: none;
}

html {
	font-size: 1.5625vw;
}

a[href^="tel:"] {
	pointer-events: none;
}

a:hover {
	opacity: 0.8;
}

.l-footer {
	padding: 2rem 0 15rem;
}

.l-footer__list {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-top: 0.5rem;
}

.l-footer__item {
	font-size: 1.5rem;
}

.l-footer__link {
	padding: 0.5rem 0.75rem;
}

.l-footer__item:not(:last-child)::after {
	background: #fff;
	content: "";
	display: block;
	height: 1.5rem;
	position: absolute;
	right: 0;
	top: 50%;
	-webkit-transform: translateY(-50%) rotate(30deg);
	transform: translateY(-50%) rotate(30deg);
	width: 0.1875rem;
}

.l-inner {
	max-width: 1024px;
	padding-left: 0px;
	padding-right: 0px;
}

}

@media (min-width: 1024px) {

html {
	font-size: 16px;
}

}

@media (max-width: 375px) {

html {
	font-size: 4.2666666667vw;
}

}

@-webkit-keyframes popup {

0% {
	-webkit-transform: scale(1);
	transform: scale(1);
}

5% {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}

10% {
	-webkit-transform: scale(1);
	transform: scale(1);
}

15% {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}

20% {
	-webkit-transform: scale(1);
	transform: scale(1);
}

50% {
	-webkit-transform: scale(1);
	transform: scale(1);
}

55% {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}

60% {
	-webkit-transform: scale(1);
	transform: scale(1);
}

65% {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}

70% {
	-webkit-transform: scale(1);
	transform: scale(1);
}

}

@keyframes popup {

0% {
	-webkit-transform: scale(1);
	transform: scale(1);
}

5% {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}

10% {
	-webkit-transform: scale(1);
	transform: scale(1);
}

15% {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}

20% {
	-webkit-transform: scale(1);
	transform: scale(1);
}

50% {
	-webkit-transform: scale(1);
	transform: scale(1);
}

55% {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}

60% {
	-webkit-transform: scale(1);
	transform: scale(1);
}

65% {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}

70% {
	-webkit-transform: scale(1);
	transform: scale(1);
}

}

@-webkit-keyframes fadeup {

from {
	opacity: 0;
	-webkit-transform: translateY(10%);
	transform: translateY(10%);
	visibility: hidden;
}

to {
	opacity: 1;
	-webkit-transform: translateY(0);
	transform: translateY(0);
	visibility: visible;
}

}

@keyframes fadeup {

from {
	opacity: 0;
	-webkit-transform: translateY(10%);
	transform: translateY(10%);
	visibility: hidden;
}

to {
	opacity: 1;
	-webkit-transform: translateY(0);
	transform: translateY(0);
	visibility: visible;
}

}


/*# sourceMappingURL=style.css.map */
