@charset "UTF-8";
/*
Theme Name: THE CARE KAMAGAYA
Description: THE CARE KAMAGAYA
Version: 2026.4
Author: YH
*/

/* ------------------------------------------
   Reset
------------------------------------------ */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-style: inherit;
    font-weight: inherit;
    font-size: 100%;
    vertical-align: baseline;
}
* {
    outline: none;
}
body {
    line-height: 1;
}
h1, h2, h3, h4, h5, h6 {
    font-weight: normal;
}
ol, ul {
    list-style: none;
}
button {
    padding: 0;
    border: none;
    outline: none;
    font: inherit;
    color: inherit;
    background: none;
}
blockquote {
    quotes: none;
}
blockquote:before, blockquote:after {
    content: '';
    content: none;
}
del {
    text-decoration: line-through;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
    border-collapse: collapse;
    border-spacing: 0;
}
caption, th {
    text-align: left;
}
a:focus {
    outline: none;
}
a img {
    border: none;
}
input, button, select, textarea {
    border-radius: 0;
}
@media screen and (max-width: 767px) {
    input, button, select, textarea {}
}
/*
Web Fonts
  font-family: "Source Sans 3", sans-serif;
  font-family: "Noto Sans JP", sans-serif;
*/


/* ------------------------------------------
   Style
------------------------------------------ */
body {
    -webkit-font-smoothing: antialiased;
    height: 100%;
    font-size: 16px;
    line-height: 1.5em;
    color: #000;
    -webkit-text-size-adjust: none;
    font-family: "Noto Serif JP", serif;
    transition: opacity 1s ease;
    -webkit-print-color-adjust: exact;
    letter-spacing: 0;
    font-weight: normal;
    background: #83775b;
}
	body#inner {
	background: #e1dcd2;
}
body p {
    color: inherit;
    font-size: inherit;
    line-height: 2em;
}
a, a img, button {
    text-decoration: none;
    color: #000;
    transition: all 0.3s ease;
    overflow-wrap: anywhere;
    word-break: break-all;
    text-align: left;
    cursor: pointer;
}
.pc_view a:hover {
    opacity: 0.75;
}
.pc_view button:hover {
    opacity: 0.75;
}
span {
    font-size: inherit;
    font-weight: inherit;
    color: inherit;
    /* word-break: keep-all; */
    /* word-wrap: normal; */
    overflow-wrap: break-word;
    letter-spacing: 0;
}
img {
    display: block;
    max-width: 100%;
    height: auto;
}
h1, h2, h3, h4, h5, h6 {
    line-height: inherit;
    line-height: 1.6em;
}
*[data-view=pc] {
    display: block !important;
}
*[data-view=sp] {
    display: none !important;
}
.outline {
    position: relative;
    min-width: 1000px;
    margin: 0 auto;
    overflow: hidden;
}
.main {
    margin: 0 auto;
    position: relative;
    transition: opacity 0.3s ease;
}
.f_en {
	font-family: "Poppins", sans-serif;
	font-weight: 400;
	letter-spacing: 0.05em;
}
.f_en2 {
	font-family: "Balthazar", serif;
	font-weight: 400;
	font-style: normal;
	letter-spacing: 0.1em;
}
.scrollactive.fadein {
    position: relative;
    top: 20px;
    transition: all ease 1s;
    opacity: 0;
}
.scrollactive.fadein.active {
    opacity: 1;
    top: 0;
}
header {
    position: fixed;
    width: 100%;
    z-index: 1000;
    height: 90px;
    opacity: 0;
    transition: 1s ease opacity, 0.3s ease background, 0.3s ease height;
}
header.active {
    opacity: 1;
}
header > .inner {
	display: flex;
	padding: 0 25px;
	align-items: center;
	max-width: 1160px;
	margin: 20px auto 0 auto;
}
header .logo {
	transition: all ease 0.3s;
}
header .logo a {
	display: block;
	width: 225px;
}
.pc_view header .gmenu {
	display: block !important;
	opacity: 1 !important;
	width: 100%;
}
header .gmenu nav {display: flex;align-items: center;}
.pc_view header .gmenu nav ul {display: flex !important;opacity: 1 !important;}
header .gmenu nav ul {
	display: flex;
	gap: 32px;
	height: 90px;
	align-items: center;
	transition: all ease 0.3s;
	letter-spacing: 0.1em;
	margin-left: auto;
}
header .gmenu nav ul li {
	
}
header .gmenu nav ul li a {
	font-size: 13px;
	display: flex;
	align-items: center;
	color: #000;
	letter-spacing: 0;
}
header .gmenu nav .bt_instagram {
	display: block;
	width: 30px;
	margin: 0 0 0 46px;
}
header .gmenu nav .bt_tel {
	margin: 0 0 0 35px;
}
footer {
	position: relative;
	z-index: 100;
	background: #83775b;
}
footer > .inner {padding: 10px 0 0 0;}
footer .logo {width: 150px;display: block;margin: -77px auto 0 auto;}
footer .info {display: flex;width: 980px;margin: 110px auto 0 auto;color: #fff;font-size: 13px;height: 106px;}
footer .info .open {border-left: 1px solid #fff;width: 25%;display: flex;flex-direction: column;box-sizing: border-box;padding: 0 0 0 50px;justify-content: center;}
footer .info .open .title {
}
footer .info .open .text {margin-top: 10px;}
footer .info .address {border-left: 1px solid #fff;border-right: 1px solid #fff;width: 75%;display: flex;align-items: center;box-sizing: border-box;padding: 0 32px 0 38px;justify-content: space-between;}
footer .info .address .title {font-size: 13px;line-height: 1.5em;background: url(../images/icon_map.webp) no-repeat center left / 50px auto;padding-left: 70px;}
footer .info .address .bt_map {
	font-size: 15px;
	color: #fff;
	width: 236px;
	height: 72px;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	box-sizing: border-box;
	padding-left: 26px;
	background: #4d4646;
	box-shadow: 0 0 15px #00000038;
}
footer .info .address .bt_map::before {
	content: "";
	display: block;
	width: 44px;
	height: 44px;
	position: absolute;
	left: 24px;
	top: 50%;
	background: url(../images/icon_tel.webp) no-repeat center center / contain;
	transform: translate(0, -50%);
}
footer .link {
	display: flex;
	flex-wrap: wrap;
	width: 980px;
	margin: 150px auto 0 auto;
	gap: 50px 30px;
}
footer .link a {
	width: calc((100% - 60px) / 3);
}
footer .link a p {
	text-align: center;
	color: #fff;
	font-size: 12px;
	line-height: 1.7em;
	letter-spacing: 0;
	margin-top: 10px;
	/* text-shadow: 0 0 3px #00000073, 0 0 3px #00000073; */
}
footer .link a p span {
	font-size: 10px;
	display: block;
	line-height: 1.7em;
	letter-spacing: 0.1em;
}
footer .copyright {text-align: center;color: #fff;font-size: 13px;padding: 100px 0;}

.bt_tel {
	font-size: 13px;
	color: #fff;
	width: 177px;
	height: 53px;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	box-sizing: border-box;
	padding-left: 26px;
	background: #4d4546;
}
/*
.bt_tel::before {
	content: "";
	background: #4d4646;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}
*/
.bt_tel::after {
	content: "";
	display: block;
	width: 32px;
	height: 32px;
	position: absolute;
	@po: ;
	left: 16px;
	top: 50%;
	background: url(../images/icon_tel.webp) no-repeat center center / contain;
	transform: translate(0, -50%);
}
.bt_tel span {display: block;position: relative;}
.showleft {
	clip-path: inset(0 100% 0 0);
}
.showleft.active {
  animation: revealMaskLeft 1s ease forwards;
}
.showleft.withcolor {
	background: #4d4446
}
.showleft.withcolor.active {
  animation: revealMaskLeft 0.5s ease forwards;
}
.showleft.withcolor img {
	object-fit: cover;
	width: 0%;
	height: 100%;
	transition: all ease 1s;
}
.showleft.withcolor.active img {
	width: 100%;
}

@keyframes revealMaskLeft {
  from {
	clip-path: inset(0 100% 0 0);
  }
  to {
	clip-path: inset(0 0 0 0);
  }
}
.showright {
	clip-path: inset(0 0 0 100%);
}
.showright.active {
  animation: revealMaskRight 1s ease forwards;
}
.showright.withcolor {
	background: #4d4446;
	position: relative;
}
.showright.withcolor.active {
  animation: revealMaskRight 0.5s ease forwards;
}
.showright.withcolor img {
	object-fit: cover;
	width: 0%;
	height: 100%;
	transition: all ease 1s;
	position: absolute;
	right: 0;
}
.showright.withcolor.active img {
	width: 100%;
}
@keyframes revealMaskRight {
  from {
	clip-path: inset(0 0 0 100%);
  }
  to {
	clip-path: inset(0 0 0 0);
  }
}
.showtop {
	clip-path: inset(0 0 100% 0);
}
.showtop.active {
  animation: revealMaskTop 1s ease forwards;
}
.showtop.withcolor {
	background: #4d4446
}
.showtop.withcolor.active {
  animation: revealMaskTop 0.5s ease forwards;
}
.showtop.withcolor img {
	object-fit: cover;
	height: 0%;
	width: 100%;
	transition: all ease 1s;
}
.showtop.withcolor.active img {
	height: 100%;
}
@keyframes revealMaskTop {
  from {
	clip-path: inset(0 0 100% 0);
  }
  to {
	clip-path: inset(0 0 0 0);
  }
}
.showbottom {
	clip-path: inset(100% 0 0 0);
}
.showbottom.active {
  animation: revealMaskBottom 1s ease forwards;
}
.showbottom.withcolor {
	background: #4d4446;
	position: relative;
}
.showbottom.withcolor.active {
  animation: revealMaskBottom 0.5s ease forwards;
}
.showbottom.withcolor img {
	object-fit: cover;
	height: 0%;
	width: 100%;
	transition: all ease 1s;
	position: absolute;
	bottom: 0;
}
.showbottom.withcolor.active img {
	height: 100%;
}
@keyframes revealMaskBottom {
  from {
	clip-path: inset(100% 0 0 0);
  }
  to {
	clip-path: inset(0 0 0 0);
  }
}
.textstyle {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 100vw;
}
.textstyle .txt {
	display: block;
	clip-path: inset(0 100% 0 0);
	position: relative;
	height: 82px;
	width: 100%;
	background: url(../images/txt_sitetitle_line.svg) repeat-x 0 0 / auto 100%;
}

.textstyle.active .txt {
  animation: revealText 1s ease forwards;
}
.textstyle .txt2 {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	animation-delay: 0.4s !important;
	background-image: url(../images/txt_sitetitle.svg);
}

@keyframes revealText {
  to {
    clip-path: inset(0 0 0 0);
  }
}

.textgrad {
    background: linear-gradient(90deg, #23BCDD 0%, #51CEAB 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    padding: 0 0.2em;
}
.morestyle {
	display: block;
	width: 250px;
	height: 60px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #0399BA;
	border-radius: 100px;
	position: relative;
}
.morestyle::before {
	content: "";
	display: block;
	position: absolute;
	width: 24px;
	height: 24px;
	background: #fff;
	border-radius: 100px;
	right: 14px;
	top: 50%;
	transform: translate(0, -50%);
}
.morestyle::after {
	content: "";
	display: block;
	width: 6px;
	height: 6px;
	position: absolute;
	right: 23px;
	top: 50%;
	border-top: 2px solid #0399BA;
	border-right: 2px solid #0399BA;
	transform: translate(0, -50%) rotate(45deg);
}
.morestyle span {
	font-weight: bold;
	font-size: 20px;
	line-height: 1em;
	display: block;
	padding-bottom: 3px;
	color: #fff;
}
.morestyle.nolink {
	background: no-repeat;
	border: 2px solid #C4C4C4;
	width: 246px;
	height: 56px;
}
.morestyle.nolink span {color: #C4C4C4;}
.morestyle.nolink::before,
.morestyle.nolink::after {
	display: none;
}

.btstyle {
	height: 86px;
	width: 288px;
	position: relative;
	box-sizing: border-box;
	display: block;
	margin: 0 auto;
}
.btstyle span {
	font-size: 18px;
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	box-sizing: border-box;
	background: #4d4546;
	height: 100%;
	width: 100%;
	box-shadow: 0 0 15px #00000038;
}
.btstyle.tel::after {
  content: "";
  display: block;
  width: 50px;
  height: 50px;
  position: absolute;
  left: 29px;
  top: 50%;
  background: url(../images/icon_tel.webp) no-repeat center center / contain;
  transform: translate(0, -50%);
}
.btstyle.link::after {
  content: "";
  display: block;
  width: 30px;
  height: 30px;
  position: absolute;
  right: 19px;
  top: 50%;
  background: url(../images/icon_link.webp) no-repeat center center / contain;
  transform: translate(0, -50%);
}
.remodal-overlay {
	background: #0e2e3ca3;
	z-index: 1000000;
}
.remodal-wrapper {
	z-index: 1000001;
	/* padding: 30px 70px; */
}
.remodal {
	padding: 0;
	width: 100%;
	max-width: 700px;
	position: relative;
	background: no-repeat;
	margin: 60px 0 50px 0;
}
.remodal-close {
	right: 10px;
	left: auto;
	top: 10px;
	width: 54px;
	height: 54px;
	/* background: #67A578; */
	border-radius: 120px;
	z-index: 100;
	/* opacity: 0.3; */
}
.remodal-close::before {
	display: none;	
}

.remodal-close::before,
.remodal-close::after {
	display: block;
	position: absolute;
	content: "";
	width: 27px;
	height: 2px;
	background: #b0cfbe;
	left: 50%;
	top: 50%;
	transform: translate(-50%, 0) rotate(-45deg);
}
.remodal-close::after {
	transform: translate(-50%, 0) rotate(45deg);
}
.remodal > .inner {
	background: #fff;
	text-align: left;
	width: 100%;
	box-sizing: border-box;
	border-radius: 30px;
}
.remodal .hbox {
	background: linear-gradient(to right,  rgba(189,237,208,1) 0%,rgba(238,251,217,1) 100%);
	border-radius: 30px 30px 0 0;
	position: relative;
}
.remodal .hbox::before {
	content: "";
	display: block;
	width: 105px;
	height: 104px;
	position: absolute;
	left: 50%;
	top: 0;
	background: url(../images/icon_line.webp) no-repeat center center / contain;
	transform: translate(-50%, -50%);
}
.remodal .hbox .title {
	font-size: 25px;
	text-align: center;
	font-weight: bold;
	line-height: 1.6em;
	padding: 64px 0 30px 0;
}

.remodal .fbox {display: flex;gap: 85px;justify-content: center;padding: 39px 0 54px 0;}
.remodal .fbox .box {width: 196px;text-align: center;}
.remodal .fbox .box .title {line-height: 1.5em;font-size: 15px;margin-bottom: 15px;font-weight: bold;color: #06C755;}
.remodal .fbox .box .title span {line-height: 1.3em;display: block;font-size: 18px;margin: 0 0 2px 0;}
.remodal .fbox .box.restaurant .title span {font-size: 23px;margin: 13px 0 6px 0;}
.remodal .fbox .box .img {position: relative;}
.remodal .fbox .box .img img {border-radius: 20px;box-shadow: 0 0 10px #0000001f;}

.main {
    position: relative;
    isolation: isolate;
}
#inner .main {
	
}


#inner.page {
}
#inner.page .visual {
  position: relative;
  height: 890px;
}
#inner.page .visual::before {
	content: "";
	display: block;
	width: 100%;
	height: 0;
	background: #83775b;
	position: absolute;
	left: 0;
	bottom: 390px;
	transition: all ease 0.6s +0.6s;
}
#inner.page .visual.active::before {
	height: calc(100% - 390px);
}
#inner.page .visual .bg {
  position: absolute;
  left: 0;
  top: -120px;
  width: 100%;
  opacity: 0;
  transition: 0.6s ease all;
  pointer-events: none;
}
#inner.page .visual .bg.active {
	opacity: 1;
}
#inner.page .visual .bg .mask {
  width: 1650px;
  aspect-ratio: 1;
  clip-path: url(#triangleClip);
  -webkit-clip-path: url(#triangleClip);
  margin: 0;
  position: relative;
  left: 50%;
  transform: translate(-50% , 0);
}

/* 画像 */
#inner.page .visual .bg .mask img {
  width: 1650px;
  height: 1101px;
  object-fit: cover;
}

#inner.page .visual .bg .mask-shape {
  transform-box: fill-box;
  transform-origin: 60% 70%;
  transition: transform 1s ease;
  transform: translate(0, -0.34px) scale(0.9) rotate(3deg);
}
#inner.page .visual .bg.active .mask-shape {
  transform: translate(0, -0.34px) scale(1) rotate(0);
}
#inner.page .visual > .inner {height: 100%;display: flex;align-items: center;justify-content: center;position: relative;box-sizing: border-box;padding-bottom: 70px;}
#inner.page .visual h1 {
    text-align: center;
    font-size: 48px;
    letter-spacing: 0.05em;
    color: #fff;
    position: relative;
    top: 20px;
    transition: all ease 1s;
    text-shadow: 0 0 10px #a4a4a4;
    opacity: 0;
}
#inner.page .visual.active h1 {
    opacity: 1;
    top: 0;
}
#inner.page .content {
	padding: 0 0 220px 0;
	position: relative;
}
#inner.page .content .hstyle {
	font-size: 20px;
	line-height: 1.6em;
	margin-bottom: 40px;
}
#inner.page .content .hstyle span {
	font-size: 30px;
	display: block;
	line-height: 1.6em;
	margin-bottom: 6px;
	letter-spacing: 0.05em;
}

/**************************************************************/
/** SP ********************************************************/
/**************************************************************/
@media screen and (max-width: 767px) {
    body {
        min-width: 320px;
        overflow: visible !important;
        letter-spacing: 0;
        font-size: 15px;
    }
    body p {
        color: inherit;
        font-size: 15px;
    }
    a:hover {
        opacity: 1;
    }
    *[data-view=pc] {
        display: none !important;
    }
    *[data-view=sp] {
        display: block !important;
    }
    .outline {
        position: relative;
        min-width: 320px;
        padding-bottom: 0 !important;
    }
    .main {
        width: auto;
        margin: 0 auto;
        position: relative;
        /* overflow: hidden; */
        min-width: 320px;
    }
	header {
	    position: fixed;
	    width: 100%;
	    z-index: 1000;
	    height: 90px;
	    transition: all ease 0.3s;
	}
	#index header {
	    opacity: 0;
	    transition: 1s ease opacity, 0.3s ease background, 0.3s ease height;
	}
	#index header.active {
	    opacity: 1;
	}
	header > .inner {
		display: flex;
		padding: 0 20px;
		align-items: center;
		max-width: 1160px;
		margin: 20px auto 0 auto;
	}
	header .logo {
		margin: 0;
		transition: all ease 0.3s;
		position: absolute;
		left: 50%;
		transform: translate(-50%, 0);
		top: 15px;
		z-index: 100;
	}
	header .logo a {
		display: block;
		width: 125px;
	}
	.pc_view header .gmenu {
		display: block !important;
		opacity: 1 !important;
		width: 100%;
	}
	header .gmenu {
	margin: 0 0 0 auto;
	}
	header .gmenu nav {display: flex;align-items: center;}
	header .gmenu nav ul {
		display: flex;
		gap: 60px;
		height: auto;
		align-items: center;
		transition: none;
		letter-spacing: 0.1em;
		position: absolute;
		left: 0;
		top: 0;
		width: 100%;
		background: #83775a;
		display: none;
		padding: 110px 40px 40px 40px;
		box-sizing: border-box;
	}
	header .gmenu nav ul li {
		
	}
	header .gmenu nav ul li a {
		font-size: 13px;
		display: inline-block;
		align-items: center;
		color: #fff;
		padding: 10px 0;
	}
	header .gmenu nav .bt_instagram {
		display: block;
		width: 36px;
		margin: 0 0 0 auto;
		height: 36px;
		background: url(../images/icon_instagram.webp) no-repeat center center / 24px auto;
		background-color: #4d4446;
		border-radius: 100px;
		position: relative;
	}
	header .gmenu nav .bt_instagram img {
		display: none;
	}
	header .gmenu nav .bt_tel {
		margin: 0 0 0 10px;
		width: 36px;
		height: 36px;
		border-radius: 100px;
		background: #4d4446;
		animation: none !important;
		clip-path: inset(0 0 0 0) !important;
	}
	header .gmenu nav .bt_tel::before {
		display: none;
	}
	header .gmenu nav .bt_tel::after {
		content: "";
		display: block;
		width: 22px;
		height: 22px;
		position: absolute;
		left: 7px;
		top: 50%;
		background: url(../images/icon_tel.webp) no-repeat center center / contain;
		transform: translate(0, -50%);
	}
	header .gmenu nav .bt_tel span {
	overflow: hidden;
	width: 0;
	height: 0;
	}
	header .bt_menu {
	    display: block;
	    width: 36px;
	    height: 36px;
	    font-size: 12px;
	    text-align: center;
	    box-sizing: border-box;
	    z-index: 1000;
	    overflow: hidden;
	    position: relative;
	    border-radius: 4px;
	    border: none;
	    background: no-repeat;
	}
	header .bt_menu::before, header .bt_menu::after{
	    display: block;
	    position: absolute;
	    content: "";
	    width: 24px;
	    height: 1px;
	    background: #fff;
	    top: 50%;
	    left: 5px;
	    transition: all 0.3s ease;
	    margin-top: 5px;
	  }
	header .bt_menu::after {
	    margin-top: -5px;
	  }
	header .bt_menu span::before {
	    margin-top: -1px;
	  }
	header .bt_menu span {
	    display: block;
	    text-indent: -9999px;
	    overflow: hidden;
	    height: 100%;
	  }
	header .bt_menu.open {
	    border-color: transparent !important;
	  }
	header .bt_menu.open::before {
	    margin-top: -1px;
	    transform: rotate(-152deg);
	  }
	header .bt_menu.open::after {
	    margin-top: -1px;
	    transform: rotate(152deg);
	  }
	header .bt_menu.open span::before {
	    opacity: 0;
	  }
	footer {
		position: relative;
		z-index: 100;
		background: #83775b;
	}
	footer > .inner {padding: 10px 0 0 0;}
	footer .logo {width: 110px;display: block;margin: -61px auto 0 auto;}
	footer .info {display: block;width: 90%;margin: 40px auto 0 auto;font-size: 13px;height: auto;}
	footer .info .open {border: none;border-bottom: 0.5px solid #ffffff5e;width: auto;display: flex;flex-direction: column;box-sizing: border-box;padding: 20px 9px;justify-content: center;}
	footer .info .open .title {
	font-size: 13px;
	}
	footer .info .open .text {margin-top: 0;font-size: 13px;}
	footer .info .address {border: none;width: auto;display: block;align-items: center;box-sizing: border-box;padding: 20px 0;justify-content: space-between;}
	footer .info .address .title {font-size: 13px;line-height: 1.5em;background: url(../images/icon_map.webp) no-repeat center left / 40px auto;padding-left: 50px;}
	footer .info .address .bt_map {
		font-size: 14px;
		color: #fff;
		width: 220px;
		height: 56px;
		display: flex;
		align-items: center;
		justify-content: center;
		position: relative;
		box-sizing: border-box;
		padding-left: 26px;
		background: #4d4646;
		box-shadow: 0 0 15px #00000038;
		margin: 20px auto 0 auto;
	}
	footer .info .address .bt_map::before {
		content: "";
		display: block;
		width: 34px;
		height: 34px;
		position: absolute;
		left: 24px;
		top: 50%;
		background: url(../images/icon_tel.webp) no-repeat center center / contain;
		transform: translate(0, -50%);
	}
	footer .link {
		display: flex;
		flex-wrap: wrap;
		width: 90%;
		margin: 70px auto 0 auto;
		gap: 30px 10px;
	}
	footer .link a {
		width: calc((100% - 10px) / 2);
	}
	footer .link a p {
		text-align: center;
		color: #fff;
		font-size: 10px;
		line-height: 1.5em;
		letter-spacing: 0;
		margin-top: 10px;
		text-shadow: none;
	}
	footer .link a p span {
		font-size: 9px;
		display: block;
		line-height: 1.7em;
		letter-spacing: 0.1em;
	}
	footer .copyright {text-align: center;color: #fff;font-size: 11px;padding: 60px 0;}
	
.bt_tel {
	font-size: 13px;
	color: #fff;
	width: 177px;
	height: 53px;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	box-sizing: border-box;
	padding-left: 26px;
	background: #4d4546;
}
/*
.bt_tel::before {
	content: "";
	background: #4d4646;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}
*/
.bt_tel::after {
	content: "";
	display: block;
	width: 32px;
	height: 32px;
	position: absolute;
	@po: ;
	left: 16px;
	top: 50%;
	background: url(../images/icon_tel.webp) no-repeat center center / contain;
	transform: translate(0, -50%);
}
.bt_tel span {display: block;position: relative;}
	.showleft {
		clip-path: inset(0 100% 0 0);
	}
	.showleft.active {
	  animation: revealMaskLeft 1s ease forwards;
	}
	
	@keyframes revealMaskLeft {
	  from {
		clip-path: inset(0 100% 0 0);
	  }
	  to {
		clip-path: inset(0 0 0 0);
	  }
	}
	.showright {
		clip-path: inset(0 0 0 100%);
	}
	.showright.active {
	  animation: revealMaskRight 1s ease forwards;
	}
	@keyframes revealMaskRight {
	  from {
		clip-path: inset(0 0 0 100%);
	  }
	  to {
		clip-path: inset(0 0 0 0);
	  }
	}
	.showtop {
		clip-path: inset(0 0 100% 0);
	}
	.showtop.active {
	  animation: revealMaskTop 1s ease forwards;
	}
	@keyframes revealMaskTop {
	  from {
		clip-path: inset(0 0 100% 0);
	  }
	  to {
		clip-path: inset(0 0 0 0);
	  }
	}
	.showbottom {
		clip-path: inset(100% 0 0 0);
	}
	.showbottom.active {
	  animation: revealMaskBottom 1s ease forwards;
	}
	@keyframes revealMaskBottom {
	  from {
		clip-path: inset(100% 0 0 0);
	  }
	  to {
		clip-path: inset(0 0 0 0);
	  }
	}
	.textstyle {
		position: absolute;
		left: 50%;
		top: 100%;
		transform: translate(-50%, -50%);
		width: 100vw;
	}
	.textstyle .txt {
		display: block;
		clip-path: inset(0 100% 0 0);
		position: relative;
		height: 84px;
		width: 100%;
		background: url(../images/txt_sitetitle_line_sp.svg) repeat-x 0 0 / auto 100%;
	}
	
	.textstyle.active .txt {
	  animation: revealText 1s ease forwards;
	}
	.textstyle .txt2 {
		position: absolute;
		left: 0;
		top: 0;
		width: 100%;
		animation-delay: 0.4s !important;
		background-image: url(../images/txt_sitetitle_sp.svg);
	}
	
	@keyframes revealText {
	  to {
	    clip-path: inset(0 0 0 0);
	  }
	}
	
	.textgrad {
	    background: linear-gradient(90deg, #23BCDD 0%, #51CEAB 100%);
	    -webkit-background-clip: text;
	    -webkit-text-fill-color: transparent;
	    padding: 0 0.2em;
	}
	.morestyle {
		display: block;
		width: 250px;
		height: 60px;
		display: flex;
		align-items: center;
		justify-content: center;
		background: #0399BA;
		border-radius: 100px;
		position: relative;
	}
	.morestyle::before {
		content: "";
		display: block;
		position: absolute;
		width: 24px;
		height: 24px;
		background: #fff;
		border-radius: 100px;
		right: 14px;
		top: 50%;
		transform: translate(0, -50%);
	}
	.morestyle::after {
		content: "";
		display: block;
		width: 6px;
		height: 6px;
		position: absolute;
		right: 23px;
		top: 50%;
		border-top: 2px solid #0399BA;
		border-right: 2px solid #0399BA;
		transform: translate(0, -50%) rotate(45deg);
	}
	.morestyle span {
		font-weight: bold;
		font-size: 20px;
		line-height: 1em;
		display: block;
		padding-bottom: 3px;
		color: #fff;
	}
	.morestyle.nolink {
		background: no-repeat;
		border: 2px solid #C4C4C4;
		width: 246px;
		height: 56px;
	}
	.morestyle.nolink span {color: #C4C4C4;}
	.morestyle.nolink::before,
	.morestyle.nolink::after {
		display: none;
	}
	
	.btstyle {
		height: 66px;
		width: 240px;
		position: relative;
		box-sizing: border-box;
		display: block;
		margin: 0 auto;
	}
	.btstyle span {
		font-size: 15px;
		color: #fff;
		display: flex;
		align-items: center;
		justify-content: center;
		position: relative;
		box-sizing: border-box;
		background: #4d4546;
		height: 100%;
		width: 100%;
		box-shadow: 0 0 15px #00000038;
	}
	.btstyle.tel::after {
	  content: "";
	  display: block;
	  width: 40px;
	  height: 40px;
	  position: absolute;
	  left: 29px;
	  top: 50%;
	  background: url(../images/icon_tel.webp) no-repeat center center / contain;
	  transform: translate(0, -50%);
	}
	.btstyle.link::after {
	  content: "";
	  display: block;
	  width: 30px;
	  height: 30px;
	  position: absolute;
	  right: 19px;
	  top: 50%;
	  background: url(../images/icon_link.webp) no-repeat center center / contain;
	  transform: translate(0, -50%);
	}
	.remodal-overlay {
		background: #0e2e3ca3;
		z-index: 1000000;
	}
	.remodal-wrapper {
		z-index: 1000001;
		/* padding: 30px 70px; */
	}
	.remodal {
		padding: 0;
		width: 100%;
		max-width: 700px;
		position: relative;
		background: no-repeat;
		margin: 60px 0 50px 0;
	}
	.remodal-close {
		right: 10px;
		left: auto;
		top: 10px;
		width: 54px;
		height: 54px;
		/* background: #67A578; */
		border-radius: 120px;
		z-index: 100;
		/* opacity: 0.3; */
	}
	.remodal-close::before {
		display: none;	
	}
	
	.remodal-close::before,
	.remodal-close::after {
		display: block;
		position: absolute;
		content: "";
		width: 27px;
		height: 2px;
		background: #b0cfbe;
		left: 50%;
		top: 50%;
		transform: translate(-50%, 0) rotate(-45deg);
	}
	.remodal-close::after {
		transform: translate(-50%, 0) rotate(45deg);
	}
	.remodal > .inner {
		background: #fff;
		text-align: left;
		width: 100%;
		box-sizing: border-box;
		border-radius: 30px;
	}
	.remodal .hbox {
		background: linear-gradient(to right,  rgba(189,237,208,1) 0%,rgba(238,251,217,1) 100%);
		border-radius: 30px 30px 0 0;
		position: relative;
	}
	.remodal .hbox::before {
		content: "";
		display: block;
		width: 105px;
		height: 104px;
		position: absolute;
		left: 50%;
		top: 0;
		background: url(../images/icon_line.webp) no-repeat center center / contain;
		transform: translate(-50%, -50%);
	}
	.remodal .hbox .title {
		font-size: 25px;
		text-align: center;
		font-weight: bold;
		line-height: 1.6em;
		padding: 64px 0 30px 0;
	}
	
	.remodal .fbox {display: flex;gap: 85px;justify-content: center;padding: 39px 0 54px 0;}
	.remodal .fbox .box {width: 196px;text-align: center;}
	.remodal .fbox .box .title {line-height: 1.5em;font-size: 15px;margin-bottom: 15px;font-weight: bold;color: #06C755;}
	.remodal .fbox .box .title span {line-height: 1.3em;display: block;font-size: 18px;margin: 0 0 2px 0;}
	.remodal .fbox .box.restaurant .title span {font-size: 23px;margin: 13px 0 6px 0;}
	.remodal .fbox .box .img {position: relative;}
	.remodal .fbox .box .img img {border-radius: 20px;box-shadow: 0 0 10px #0000001f;}
	
	.main {
	    position: relative;
	    isolation: isolate;
	}
	#inner .main {
		
	}

	
	#inner.page {
	}
	#inner.page .visual {
	  position: relative;
	  height: 390px;
	}
	#inner.page .visual::before {
		content: "";
		display: block;
		width: 100%;
		height: 0;
		background: #83775b;
		position: absolute;
		left: 0;
		bottom: 140px;
		transition: all ease 0.6s +0.6s;
	}
	#inner.page .visual.active::before {
		height: calc(100% - 140px);
	}
	#inner.page .visual .bg {
	  position: absolute;
	  left: -7%;
	  top: 0px;
	  width: 100%;
	  opacity: 0;
	  transition: 0.6s ease all;
	  pointer-events: none;
	}
	#inner.page .visual .bg.active {
		opacity: 1;
	}
	#inner.page .visual .bg .mask {
	  width: 1650px;
	  aspect-ratio: 1;
	  clip-path: url(#triangleClip);
	  -webkit-clip-path: url(#triangleClip);
	  margin: 0 auto;
	  position: relative;
	  left: 50%;
	  transform: translate(-50% , 0) scale(0.35);
	  transform-origin: 50% 0;
	}
	
	/* 画像 */
	#inner.page .visual .bg .mask img {
	  width: 1650px;
	  height: 1101px;
	  object-fit: cover;
	}
	
	#inner.page .visual .bg .mask-shape {
	  transform-box: fill-box;
	  transform-origin: 60% 70%;
	  transition: transform 1s ease;
	  transform: translate(0, -0.34px) scale(0.9) rotate(3deg);
	}
	#inner.page .visual .bg.active .mask-shape {
	  transform: translate(0, -0.34px) scale(1) rotate(0);
	}
	#inner.page .visual > .inner {height: 100%;display: flex;align-items: center;justify-content: center;position: relative;box-sizing: border-box;padding-bottom: 60px;}
	#inner.page .visual h1 {
	    text-align: center;
	    font-size: 24px;
	    letter-spacing: 0.05em;
	    color: #fff;
	    position: relative;
	    top: 20px;
	    transition: all ease 1s;
	    opacity: 0;
	    width: 100%;
	    text-shadow: 0 0 10px #a4a4a4;
	}
	#inner.page .visual.active h1 {
	    opacity: 1;
	    top: 0;
	}
	#inner.page .content {
		padding: 0 0 160px 0;
		position: relative;
	}
	#inner.page .content .hstyle {
		font-size: 15px;
		line-height: 1.6em;
		margin-bottom: 30px;
	}
	#inner.page .content .hstyle span {
		font-size: 24px;
		display: block;
		line-height: 1.6em;
		margin-bottom: 1px;
		letter-spacing: 0.05em;
	}

	
	
}