@charset "UTF-8";
/*
Theme Name: storeformer.com
Description: storeformer.com
Version: 2026.3
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 Sans JP", sans-serif;
    transition: opacity 1s ease;
    -webkit-print-color-adjust: exact;
    letter-spacing: 0;
    font-weight: normal;
}
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: "Source Sans 3", sans-serif; */
	font-style: italic;
	font-weight: 700;
}
.f_goth {
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-weight: 700;
}
.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;
    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.scroll,
#inner header {background: #fffffff0;box-shadow: 0 0 10px #00000017;height: 80px;}
header > .inner {
	display: flex;
	justify-content: space-between;
	padding: 0 25px;
	align-items: center;
}
header .logo {
	margin: 10px 0 0 14px;
	transition: all ease 0.3s;
}
header.scroll .logo,
#inner header .logo {
	margin-top: -9px;
}
header .logo a {
	display: block;
	width: 277px;
}
.pc_view header .gmenu {
	display: block !important;
	opacity: 1 !important;
}
header .gmenu nav {display: flex;align-items: start;}
header .gmenu nav ul {
	display: flex;
	gap: 40px;
	height: 90px;
	align-items: center;
	transition: all ease 0.3s;
}
header.scroll .gmenu nav ul,
#inner header .gmenu nav ul {height: 80px;}
header .gmenu nav ul li {
	
}
header .gmenu nav ul li a {
	font-size: 17px;
	display: flex;
	align-items: center;
	font-weight: bold;
}
header .gmenu nav ul li a.link::after {
	content: "";
	display: block;
	width: 25px;
	height: 25px;
	background: url(../images/icon_link.webp) no-repeat center center / contain;
	margin-left: 11px;
}
header .gmenu nav .bt_contact {
	margin: 0 0 0 50px;
	background: linear-gradient(to right,  rgba(12,190,85,1) 0%,rgba(144,209,38,1) 100%);
	color: #fff;
	font-size: 17px;
	display: block;
	height: 90px;
	width: 246px;
	display: flex;
	flex-direction: column;
	align-items: start;
	justify-content: center;
	box-sizing: border-box;
	padding: 0 0 3px 20px;
	border-radius: 0 0 10px 10px;
	box-shadow: 0 0 8px #00000029;
	position: relative;
	font-weight: bold;
	overflow: hidden;
}
.pc_view header .gmenu nav .bt_contact:hover {
	opacity: 1;
}
header .gmenu nav .bt_contact span {
	display: block;
	font-size: 13px;
	line-height: 1.5em;
	margin-bottom: 2px;
}
header .gmenu nav .bt_contact::before {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	background: #fff;
	position: absolute;
	left: 0;
	top: 0;
	opacity: 0;
	transition: 0.3s ease all;
}
.pc_view header .gmenu nav .bt_contact:hover::before {
	opacity: 0.25;
}
header .gmenu nav .bt_contact::after {
	content: "";
	display: block;
	width: 31px;
	height: 53px;
	background: url(../images/icon_contact.webp) no-repeat center center / contain;
	position: absolute;
	right: 0;
	top: 50%;
	right: 20px;
	transform: translate(0, -50%);
}
@media screen and (max-width: 1300px) {
	header .logo {
		margin: 10px 0 0 14px;
	}
	header.scroll .logo,
	#inner header .logo {
		margin-top: -9px;
	}
	header .logo a {
		width: 230px;
	}
	header .gmenu nav ul {
		gap: 25px;
	}
	header .gmenu nav ul li a {
			font-size: 15px;
	}
	header .gmenu nav .bt_contact {
		margin-left: 25px;
	}
}
.contactbox {
	background: url(../images/bg_contact.webp) no-repeat center center / cover;
	padding: 90px 0;
	position: relative;
}
.contactbox > .inner {
	width: 94%;
	max-width: 1200px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.contactbox .info {
}
.contactbox .info .title {font-size: 38px;line-height: 1.4em;position: relative;display: flex;align-items: center;font-weight: bold;}
.contactbox .info .title::before {
	content: "";
	display: block;
	width: 105px;
	height: 104px;
	background: url(../images/icon_line.webp) no-repeat center center /contain;
	margin-right: 30px;
}
.contactbox .info .text {font-size: 18px;margin-top: 26px;font-weight: bold;}
.contactbox .info .open {display: flex;font-weight: bold;}
.contactbox .info .open span {display: block;font-size: 18px;color: #06C755;background: #fff;border-radius: 100px;padding: 0 34px 2px 34px;line-height: 40px;margin-top: 15px;}
.contactbox .fbox {display: flex;gap: 36px;}
.contactbox .fbox .box {width: 176px;text-align: center;}
.contactbox .fbox .box .title {line-height: 1.5em;font-size: 15px;margin-bottom: 25px;font-weight: bold;}
.contactbox .fbox .box .title span {line-height: 1.3em;display: block;font-size: 18px;margin: 0 0 2px 0;}
.contactbox .fbox .box.restaurant .title span {font-size: 23px;margin: 13px 0 6px 0;}
.contactbox .fbox .box .img {position: relative;}
.contactbox .fbox .box .img::before {
	bottom: 100%;
	left: 50%;
	border: solid transparent;
	content: "";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(255, 255, 255, 0);
	border-bottom-color: #fff;
	border-width: 14px;
	margin-left: -14px;
}
.contactbox .fbox .box .img img {border-radius: 20px;box-shadow: 0 0 10px #0000001f;}
footer {
	background: #404040;
	color: #fff;
	position: relative;
}
footer > .inner {
	display: flex;
	max-width: 1200px;
	margin: 0 auto;
	flex-direction: row-reverse;
	justify-content: space-between;
	align-items: center;
	padding: 80px 0 5px 0;
}
footer .info {
	
}
footer .info .fbox {
	display: flex;
	flex-direction: column;
	gap: 14px 0;
	height: 202px;
	flex-wrap: wrap;
	align-items: start;
	justify-content: start;
	width: 530px;
}
footer .info .fbox .box {
	width: 220px;
}
footer .info .fbox .box.wide {width: 293px;}
footer .info .fbox .box .label {
	font-size: 21px;
	line-height: 1.5em;
}
footer .info .fbox .box .label a {
	font-size: 21px;
	line-height: 1.5em;
	opacity: 1 !important;
}
footer .info .fbox .box a {
	font-size: 13px;
	color: #fff;
}
footer .info .fbox .box a.link {
	position: relative;
	display: flex;
}
footer .info .fbox .box a.link::after {
	content: "";
	display: block;
	width: 20px;
	height: 20px;
	background: url(../images/icon_link_w.webp) no-repeat center center / contain;
	margin: 2px 0 0 2px;
}
footer .info .fbox .box .sub {
	display: flex;
	flex-direction: column;
	gap: 4px;
	padding-left: 20px;
	border-left: 1px solid #ffffff5c;
	margin-top: 12px;
	margin-left: 4px;
	height: 150px;
	align-items: start;
}
footer .info .fbox2 {
	display: flex;
	gap: 40px;
}
footer .info .fbox2 a {
	font-size: 13px;
	color: #fff;
	margin-top: 35px;
}
footer .logo {
}
footer .logo a {
	display: block;
	width: 272px;
}
footer .copyright {
	text-align: center;
	font-size: 11px;
	font-weight: normal;
	letter-spacing: 0.05em;
	padding: 34px 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 {
	display: flex;
	width: 780px;
	height: 150px;
	background: #1E2188;
	color: #FFE100;
	flex-direction: column;
	justify-content: center;
	border-radius: 15px;
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translate(-50%, 0) scale(1.03);
	z-index: 100;
	box-sizing: border-box;
	padding: 0 50px;
	font-weight: bold;
	font-size: 30px;
	line-height: 1.5em;
	box-shadow: 0 0 10px #0000001f;
  opacity: 0;
  transition: all ease 1s;
}
.btstyle.active {
	opacity: 1 !important;
	transform: translate(-50%, 0) scale(1);
}
.btstyle.delay {
  transition: all ease 0.3s;
}
.pc_view .btstyle:hover {
	opacity: 1;
	transform: translate(-50%, 0) scale(1.03);
}
.btstyle span {font-size: 20px;line-height: 1.5em;}
.btstyle::before {
	content: "";
	display: block;
	position: absolute;
	right: 30px;
	top: 50%;
	transform: translate(0, -50%);
	width: 36px;
	height: 36px;
	background: #F9E14B;
	border-radius: 100px;
}
.btstyle::after {
	content: "";
	display: block;
	width: 10px;
	height: 10px;
	position: absolute;
	right: 44px;
	border-top: 3px solid #1E2188;
	border-right: 3px solid #1E2188;
	top: 50%;
	transform: translate(0, -50%) rotate(45deg);
}
.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 {
	padding-top: 80px;
}
#inner.page {
}
#inner.page .submenu {
	display: flex;
	margin: -110px auto 40px auto;
	gap: 15px;
	max-width: 1320px;
	width: calc(100% - 100px);
	position: relative;
	z-index: 100;
}
#inner.page .submenu a {
	display: block;
	width: calc((100% - 60px) / 5);
	position: relative;
}
#inner.page .submenu a::before {
	content: "";
	display: block;
	position: absolute;
	left: 0;
	top: 50%;
	background: linear-gradient(to bottom,  #5cbbd62b 0%,#5cbbd600 100%);
	width: 100%;
	height: 100%;
}
#inner.page.wifi .submenu a::before {
	background: linear-gradient(to bottom,  rgba(92,187,214,0.18) 0%,rgba(92,187,214,0) 100%);
}
#inner.page .submenu a::after {
	right: 14px;
	top: 50%;
	border: solid transparent;
	content: "";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(136, 183, 213, 0);
	border-top-color: #CEE4E5;
	border-width: 8px;
	margin-top: -4px;
	transform: scale(0.7, 1);
	z-index: 20;
}
#inner.page.wifi .submenu a::after {
	border-top-color: #CEE4E5;
}
.pc_view #inner.page .submenu a:hover {
	opacity: 1;
	transform: translate(0, -10px);
}
#inner.page .submenu a span {
	background: #fff;
	border-radius: 100px;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 80px;
	font-size: 18px;
	font-weight: bold;
	position: relative;
	z-index: 10;
	color: #2C9AAF;
	text-align: center;
}
#inner.page .visual {
}
#inner.page .visual > .inner {height: 700px;display: flex;flex-direction: column;align-items: center;justify-content: center;box-sizing: border-box;padding-bottom: 80px;background: #ccc;position: relative;}
#inner.page .sec {
	background: #F1F8F9;
	border-radius: 80px 80px 0 0;
	margin-top: -80px;
	padding-top: 100px;
	padding-bottom: 200px;
	position: relative;
}
#inner.page .submenu + .sec {padding-top: 150px;}
#inner.page .sec:last-child {
  padding-bottom: 120px;
}
#inner.page .sec:nth-child(odd) {
	background: #fff;
}
#inner.page .sec h2 {
	text-align: center;
	font-size: 38px;
	font-weight: bold;
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 20px;
}
#inner.page .sec h2::after {
	content: "";
	display: block;
	width: 60px;
	height: 10px;
	background: linear-gradient(to right,  rgba(35,181,213,1) 0%,rgba(61,198,159,1) 100%);
	border-radius: 100px;
}
#inner.page .sec .secsubtitle {
	display: flex;
	justify-content: center;
	margin-top: 35px;
}
#inner.page .sec .secsubtitle span {font-size: 22px;font-weight: bold;border-radius: 100px;border: 1px solid #000;padding: 12px 55px 13px 55px;}
#inner.document {
	
}
#inner.document .content {
	background: #fff;
	border-radius: 80px 80px 0 0;
	margin-top: -80px;
	padding-top: 100px;
	padding-bottom: 140px;
}
#inner.document .visual {
	background: linear-gradient(to right,  rgba(158,223,237,1) 0%,rgba(170,230,213,1) 100%);

}
#inner.document .visual > .inner {height: 480px;display: flex;flex-direction: column;align-items: center;justify-content: center;box-sizing: border-box;padding-bottom: 80px;}
#inner.document .visual .label {
	font-size: 26px;
}
#inner.document .visual .label span {
	padding: 0 0.2em;
}
#inner.document .visual h1 {
	font-size: 34px;
	font-weight: bold;
}
#inner.document .content .text {
	max-width: 1080px;
	margin: 0 auto;
	width: 94%;
	font-size: 14px;
}
#inner.document .content .text strong {
  font-weight: bold;
}
#inner.document .content .text .line {
	text-decoration: underline;
}
#inner.document .content .text .right {text-align: right;display: block;}
#inner.document .content .text a {
	text-decoration: underline;
}
#inner.document .content .text .title {
	display: flex;
}
#inner.document .content .text .title span {
	border: 1px solid #000;
	padding: 1px 18px;
}

/**************************************************************/
/** 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: 1100px;
    }
	header {
	    position: fixed;
	    width: 100%;
	    z-index: 1000;
	    height: 70px;
	    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.scroll,
	#inner header {background: #fffffff0;box-shadow: 0 0 10px #00000017;height: 70px;}
	header > .inner {
		display: flex;
		justify-content: space-between;
		padding: 0 20px;
		height: 100%;
		align-items: center;
	}
	header .logo {
		margin: 0;
		transition: all ease 0.3s;
		position: relative;
		z-index: 100;
	}
	header.scroll .logo,
	#inner header .logo {
		margin-top: 0;
	}
	header .logo a {
		display: block;
		width: 180px;
	}
	header .gmenu {
	position: absolute;
	left: 0;
	top: 0;
	background: #fff;
	padding: 110px 30px 60px 30px;
	width: 100%;
	box-sizing: border-box;
	display: none;
	box-shadow: 0 0 10px #00000017;
	}
	header .gmenu nav {display: block;}
	header .gmenu nav ul {
		display: flex;
		gap: 26px;
		height: auto;
		align-items: start;
		transition: all ease 0.3s;
		flex-direction: column;
	}
	header.scroll .gmenu nav ul,
	#inner header .gmenu nav ul {height: auto;}
	header .gmenu nav ul li {
		width: 100%;
	}
	header .gmenu nav ul li a {
		font-size: 15px;
		display: flex;
		align-items: center;
		font-weight: bold;
		width: 100%;
	}
	header .gmenu nav ul li a.link::after {
		content: "";
		display: block;
		width: 25px;
		height: 25px;
		background: url(../images/icon_link.webp) no-repeat center center / contain;
		margin-left: 11px;
	}
	header .gmenu nav .bt_contact {
		display: none;
	}
	header .gmenu nav .bt_contact span {
		display: block;
		font-size: 13px;
		line-height: 1.5em;
		margin-bottom: 2px;
	}
	header .gmenu nav .bt_contact::after {
		content: "";
		display: block;
		width: 31px;
		height: 53px;
		background: url(../images/icon_contact.webp) no-repeat center center / contain;
		position: absolute;
		right: 0;
		top: 50%;
		right: 20px;
		transform: translate(0, -50%);
	}
	header .bt_menu {
	    display: block;
	    width: 40px;
	    height: 40px;
	    font-size: 12px;
	    text-align: center;
	    box-sizing: border-box;
	    z-index: 1000;
	    overflow: hidden;
	    position: relative;
	    margin-left: 15px;
	    border-radius: 4px;
	    border: none;
	    background: no-repeat;
	}
	header .bt_menu::before, header .bt_menu::after,
	header .bt_menu span::before {
	    display: block;
	    position: absolute;
	    content: "";
	    width: 30px;
	    height: 1px;
	    background: #000;
	    top: 50%;
	    left: 5px;
	    transition: all 0.3s ease;
	    margin-top: 5px;
	  }
	header .bt_menu::after {
	    margin-top: -7px;
	  }
	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;
	  }
	.bt_contact_sp {
		background: linear-gradient(to right,  rgba(12,190,85,1) 0%,rgba(144,209,38,1) 100%);
		color: #fff;
		font-size: 15px;
		display: block;
		height: 60px;
		width: 220px;
		display: flex !important;
		flex-direction: column;
		align-items: start;
		justify-content: center;
		box-sizing: border-box;
		padding: 0 0 0 20px;
		border-radius: 10px;
		box-shadow: 0 0 8px #00000029;
		position: relative;
		font-weight: bold;
		overflow: hidden;
		position: fixed;
		right: 15px;
		bottom: 5px;
		z-index: 200;
		opacity: 0;
		transition: all ease 1s;
	}
	.bt_contact_sp.active,
	#inner .bt_contact_sp {
		opacity: 1;
		bottom: 15px;
	}
	.bt_contact_sp span {
		display: block;
		font-size: 11px;
		line-height: 1.5em;
		margin-bottom: 0px;
	}
	.bt_contact_sp::after {
		content: "";
		display: block;
		width: 24px;
		height: 41px;
		background: url(../images/icon_contact.webp) no-repeat center center / contain;
		position: absolute;
		right: 0;
		top: 50%;
		right: 20px;
		transform: translate(0, -50%);
	}
	.contactbox {
		background: url(../images/bg_contact.webp) no-repeat center center / cover;
		padding: 60px 0;
		position: relative;
	}
	.contactbox > .inner {
		width: 90%;
		margin: 0 auto;
		display: block;
	}
	.contactbox .info {
	}
	.contactbox .info .title {font-size: 22px;line-height: 1.6em;position: relative;display: flex;align-items: center;font-weight: bold;flex-direction: column;text-align: center;padding-left: 0.5em;}
	.contactbox .info .title::before {
		content: "";
		display: block;
		width: 85px;
		height: 84px;
		background: url(../images/icon_line.webp) no-repeat center center /contain;
		margin: 0 0.5em 18px 0;
	}
	.contactbox .info .text {font-size: 14px;margin-top: 11px;font-weight: normal;text-align: center;}
	.contactbox .info .open {display: flex;font-weight: bold;}
	.contactbox .info .open span {display: block;font-size: 15px;color: #06C755;background: #fff;border-radius: 100px;padding: 0 24px 2px 24px;line-height: 36px;margin: 15px auto 0 auto;}
	.contactbox .fbox {display: flex;gap: 10px;margin-top: 30px;}
	.contactbox .fbox .box {width: 50%;text-align: center;}
	.contactbox .fbox .box .title {line-height: 1.5em;font-size: 13px;margin-bottom: 15px;font-weight: bold;height: 65px;padding: 1px 0 0 0;}
	.contactbox .fbox .box .title span {line-height: 1.3em;display: block;font-size: 16px;margin: 0 0 2px 0;}
	.contactbox .fbox .box.restaurant .title span {font-size: 21px;margin: 9px 0 8px 0;}
	.contactbox .fbox .box .img {position: relative;}
	.contactbox .fbox .box .img::before {
		bottom: 100%;
		left: 50%;
		border: solid transparent;
		content: "";
		height: 0;
		width: 0;
		position: absolute;
		pointer-events: none;
		border-color: rgba(255, 255, 255, 0);
		border-bottom-color: #fff;
		border-width: 14px;
		margin-left: -14px;
	}
	.contactbox .fbox .box .img img {border-radius: 20px;box-shadow: 0 0 10px #0000001f;}
	.contactbox .fbox .box .morestyle {
	width: auto;
	background: #07c45a;
	}
	footer {
		background: #404040;
		color: #fff;
		position: relative;
	}
	footer > .inner {
		display: block;
		margin: 0 auto;
		padding: 70px 30px 30px 30px;
	}
	footer .info {
		margin-top: 40px;
	}
	footer .info .fbox {
		display: flex;
		flex-direction: column;
		gap: 18px 0;
		height: auto;
		flex-wrap: wrap;
		align-items: start;
		justify-content: start;
		width: 530px;
	}
	footer .info .fbox .box {
		width: 220px;
	}
	footer .info .fbox .box.wide {width: 293px;}
	footer .info .fbox .box .label {
		font-size: 21px;
		line-height: 1.5em;
	}
	footer .info .fbox .box .label a {
		font-size: 21px;
		line-height: 1.5em;
		opacity: 1 !important;
	}
	footer .info .fbox .box a {
		font-size: 13px;
		color: #fff;
	}
	footer .info .fbox .box a.link {
		position: relative;
		display: flex;
	}
	footer .info .fbox .box a.link::after {
		content: "";
		display: block;
		width: 20px;
		height: 20px;
		background: url(../images/icon_link_w.webp) no-repeat center center / contain;
		margin: 2px 0 0 2px;
	}
	footer .info .fbox .box .sub {
		display: flex;
		flex-direction: column;
		gap: 12px;
		padding-left: 20px;
		border-left: 1px solid #ffffff5c;
		margin-top: 12px;
		margin-left: 4px;
		height: auto;
		align-items: start;
	}
	footer .info .fbox2 {
		display: flex;
		gap: 12px;
		flex-direction: column;
		margin-top: 56px;
	}
	footer .info .fbox2 a {
		font-size: 13px;
		color: #fff;
		margin-top: 0;
	}
	footer .logo {
	}
	footer .logo a {
		display: block;
		width: 212px;
		margin: 0 auto;
	}
	footer .copyright {
		text-align: center;
		font-size: 10px;
		font-weight: normal;
		letter-spacing: 0.05em;
		padding: 34px 0 114px 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: 200px;
		height: 54px;
		display: flex !important;
		align-items: center;
		justify-content: center;
		background: #0399BA;
		border-radius: 100px;
		position: relative;
	}
	.morestyle::before {
		content: "";
		display: block;
		position: absolute;
		width: 20px;
		height: 20px;
		background: #fff;
		border-radius: 100px;
		right: 14px;
		top: 50%;
		transform: translate(0, -50%);
	}
	.morestyle::after {
		content: "";
		display: block;
		width: 5px;
		height: 5px;
		position: absolute;
		right: 21.5px;
		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: 17px;
		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 {
		display: flex;
		width: 82%;
		height: 100px;
		background: #1E2188;
		color: #FFE100;
		flex-direction: column;
		justify-content: center;
		border-radius: 15px;
		position: absolute;
		bottom: -10px;
		left: 50%;
		transform: translate(-50%, 0) scale(1.03);
		z-index: 100;
		box-sizing: border-box;
		padding: 0 20px;
		font-weight: bold;
		font-size: 20px;
		line-height: 1.5em;
		box-shadow: 0 0 10px #0000001f;
		opacity: 0;
		transition: all ease 1s;
	}
	.btstyle.active {
		opacity: 1 !important;
		transform: translate(-50%, 0) scale(1);
	}
	.btstyle.delay {
	  transition: all ease 0.3s;
	}
	.btstyle span {font-size: 14px;line-height: 1.5em;}
	.btstyle::before {
		content: "";
		display: block;
		position: absolute;
		right: 16px;
		top: 50%;
		transform: translate(0, -50%);
		width: 26px;
		height: 26px;
		background: #F9E14B;
		border-radius: 100px;
	}
	.btstyle::after {
		content: "";
		display: block;
		width: 6px;
		height: 6px;
		position: absolute;
		right: 26px;
		border-top: 2px solid #1E2188;
		border-right: 2px solid #1E2188;
		top: 50%;
		transform: translate(0, -50%) rotate(45deg);
	}
	.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: auto;
		left: 50%;
		top: auto;
		bottom: 14px;
		width: 54px;
		height: 54px;
		/* background: #67A578; */
		border-radius: 120px;
		z-index: 100;
		/* opacity: 0.3; */
		transform: translate(-50%, 0);
	}
	.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: 20px;
	}
	.remodal .hbox {
		background: linear-gradient(to right,  rgba(189,237,208,1) 0%,rgba(238,251,217,1) 100%);
		border-radius: 20px 20px 0 0;
		position: relative;
	}
	.remodal .hbox::before {
		content: "";
		display: block;
		width: 85px;
		height: 84px;
		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: 17px;
		text-align: center;
		font-weight: bold;
		line-height: 1.6em;
		padding: 61px 0 25px 0.5em;
	}
	
	.remodal .fbox {display: flex;gap: 10px;justify-content: center;padding: 39px 15px 89px 15px;}
	.remodal .fbox .box {width: 50%;text-align: center;}
	.remodal .fbox .box .title {line-height: 1.5em;font-size: 13px;margin-bottom: 12px;font-weight: bold;color: #06C755;padding: 1px 0 0 0;height: 64px;}
	.remodal .fbox .box .title span {line-height: 1.3em;display: block;font-size: 16px;margin: 0 0 2px 0;}
	.remodal .fbox .box.restaurant .title span {font-size: 20px;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;}
	.remodal .fbox .box .morestyle {
		width: 100%;
		background: #03c756;
	}
	.main {
	    position: relative;
	    isolation: isolate;
	    min-width: 320px;
	}
	#inner .main {
		padding-top: 70px;
	}
	#inner.page {
	}
	#inner.page .submenu {
		display: flex;
		margin: -60px auto 40px auto;
		gap: 8px;
		max-width: 1320px;
		width: 80%;
		position: relative;
		z-index: 100;
		flex-direction: column;
	}
	#inner.page .submenu a {
		display: block;
		width: auto;
		position: relative;
	}
	#inner.page .submenu a::before {
		content: "";
		display: block;
		position: absolute;
		left: 0;
		top: 50%;
		background: linear-gradient(to bottom,  #5cbbd62b 0%,#5cbbd600 100%);
		width: 100%;
		height: 100%;
		display: none;
	}
	#inner.page.wifi .submenu a::before {
		background: linear-gradient(to bottom,  rgba(92,187,214,0.18) 0%,rgba(92,187,214,0) 100%);
	}
	#inner.page .submenu a::after {
		right: 14px;
		top: 50%;
		border: solid transparent;
		content: "";
		height: 0;
		width: 0;
		position: absolute;
		pointer-events: none;
		border-color: rgba(136, 183, 213, 0);
		border-top-color: #CEE4E5;
		border-width: 8px;
		margin-top: -4px;
		transform: scale(0.7, 1);
		z-index: 20;
	}
	#inner.page.wifi .submenu a::after {
		border-top-color: #CEE4E5;
	}
	#inner.page .submenu a span {
		background: #fff;
		border-radius: 100px;
		display: block;
		justify-content: left;
		align-items: center;
		height: auto;
		font-size: 15px;
		font-weight: bold;
		position: relative;
		z-index: 10;
		color: #2C9AAF;
		text-align: center;
		padding: 8px 20px;
		text-align: left;
		box-shadow: 0 0 8px #0000001f;
	}
	#inner.page .visual {
	}
	#inner.page .visual > .inner {height: 500px;display: flex;flex-direction: column;align-items: center;justify-content: center;box-sizing: border-box;padding-bottom: 60px;background: #ccc;position: relative;}
	#inner.page .sec {
		background: #F1F8F9;
		border-radius: 40px 40px 0 0;
		margin-top: -40px;
		padding-top: 60px;
		padding-bottom: 100px;
		position: relative;
	}
	#inner.page .submenu + .sec {padding-top: 265px;margin-top: -246px;}
	#inner.page .sec:last-child {
	  padding-bottom: 60px;
	}
	#inner.page .sec:nth-child(odd) {
		background: #fff;
	}
	#inner.page .sec h2 {
		text-align: center;
		font-size: 26px;
		font-weight: bold;
		position: relative;
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
		gap: 18px;
		line-height: 1.5em;
	}
	#inner.page .sec h2::after {
		content: "";
		display: block;
		width: 50px;
		height: 7px;
		background: linear-gradient(to right,  rgba(35,181,213,1) 0%,rgba(61,198,159,1) 100%);
		border-radius: 100px;
	}
	#inner.page .sec .secsubtitle {
		display: flex;
		justify-content: center;
		margin-top: 28px;
	}
	#inner.page .sec .secsubtitle span {font-size: 15px;font-weight: bold;border-radius: 100px;border: 1px solid #000;padding: 5px 25px 6px 25px;}
	#inner.document {
		
	}
	#inner.document .content {
		background: #fff;
		border-radius: 40px 40px 0 0;
		margin-top: -40px;
		padding-top: 60px;
		padding-bottom: 60px;
	}
	#inner.document .visual {
		background: linear-gradient(to right,  rgba(158,223,237,1) 0%,rgba(170,230,213,1) 100%);
	
	}
	#inner.document .visual > .inner {height: 280px;display: flex;flex-direction: column;align-items: center;justify-content: center;box-sizing: border-box;padding-bottom: 40px;}
	#inner.document .visual .label {
		font-size: 18px;
	}
	#inner.document .visual .label span {
		padding: 0 0.2em;
	}
	#inner.document .visual h1 {
		font-size: 24px;
		font-weight: bold;
		text-align: center;
		margin-top: 0;
	}
	#inner.document .content .text {
		max-width: 1080px;
		margin: 0 auto;
		width: 90%;
		font-size: 14px;
	}
	#inner.document .content .text strong {
	  font-weight: bold;
	}
	#inner.document .content .text .line {
		text-decoration: underline;
	}
	#inner.document .content .text .right {text-align: right;display: block;}
	#inner.document .content .text a {
		text-decoration: underline;
	}
	#inner.document .content .text .title {
		display: flex;
	}
	#inner.document .content .text .title span {
		border: 1px solid #000;
		padding: 1px 18px;
	}
	
}