@charset "UTF-8";
/* charset */
/*
font-family: "Dancing Script", cursive;
font-family: 'Noto Sans JP', sans-serif;
font-family: "Noto Serif JP", serif;
font-family: "Zen Maru Gothic", serif;
font-family: "Shippori Mincho", serif;
*/

* {
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
:root {
	--header: 170px;
	--fixcvsheight01: 120px;
	--fixcvsheight02: 160px;
}
html {
	scroll-behavior: smooth;
}
img {
	max-width: 100%;
	height: auto;
	vertical-align: bottom;
}

body {
	margin: 0;
	padding: 0;
	line-height: 1.6;
	color: var(--LpColor);
	background: var(--LpBg);
	font-size: 16px;
	font-family: var(--LpFont);
	font-weight: 400;
	letter-spacing: 0.05em;
	letter-spacing: 1px\9;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: auto;
}

h1, h2, h3, h4, h5, h6, h7, .blr,
ul, ol, li, dl, dt, dd,
article, section,
div, figure, p, form, img, legend, i {
	margin: 0;
	padding: 0;
	border: 0;
	line-height: 1;
	list-style: none;
	font-style: normal;
	font-weight: normal;
}
p {
	line-height: 1.6;
	text-align: justify;
}
button {
	margin: 0;
	padding: 0;
	border: 0;
	background: transparent;
}

a ,
button ,
span {
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
	text-decoration: none!important;
}

a:link {color: #008cff;}
a:visited {color: #008cff;}
a:active {color: #008cff;}

a:hover {
	opacity: .60;
	filter: alpha(opacity=60);
	-ms-filter: "alpha(opacity=60)";
	-khtml-opacity: .60;
	-moz-opacity: .60;
	text-decoration: none!important;
}

a:hover img ,
button:hover img {
	opacity: .75;
	filter: alpha(opacity=75);
	-ms-filter: "alpha(opacity=75)";
	-khtml-opacity: .75;
	-moz-opacity: .75;
}
a:focus,
*:focus {
	outline: none;
}
.error {
	color: #c00;
}
.error span {
	display: block;
}
.error span:before {
	content: "\f071";
	margin-right: 3px;
	color: #c00;
	font-size: 15px;
	font-family: "FontAwesome";
}

.hide {
	display: none!important;
}

.spi {
	display: none!important;
}
.spb {
	display: none!important;
}

.pci {
	display: inline!important;
}
.pcb {
	display: block!important;
}
.eupfade {
	opacity : 0;
	transform : translate(0, 30px);
	transition : all 1s ease-in-out;
}
.eupfade.escroll {
	opacity : 1;
	transform : translate(0, 0);
	transition-delay: 0.2s;
}

.wrapper {
	margin: 0 auto;
	width: 828px;
	position: relative;
	z-index: 1;
}
.inner {
	margin: 0 auto;
	padding: 0 40px;
	width: 100%;
	max-width: 1000px;
	position: relative;
}
.lpline {
	background-color: var(--LplineBg);
}
.lpdeco {
	font-size: 50px;
	font-family: var(--LpdecoFont);
	color: var(--LpdecoColor);
}
.lpmcapdeco {
	border-color: var(--LplineBg);
}
.lpplc {
	font-family: var(--LpplcFont);
	color: var(--LpplcColor);
}
.lpttl {
	font-family: var(--LpttlFont);
	color: var(--LpttlColor);
}
.lpsttl {
	font-family: var(--LpsttlFont);
	color: var(--LpsttlColor);
}
.lplcap {
	font-size: 55px;
	font-family: var(--LplcapFont);
	color: var(--LplcapColor);
}
.lpmcap {
	font-size: 45px;
	font-family: var(--LpmcapFont);
	color: var(--LpmcapColor);
}
.lpscap {
	font-size: 36px;
	font-family: var(--LpscapFont);
	color: var(--LpscapColor);
}
.mlp {
}
.cvs {
}
.cvs.line ,
.cvs.link ,
.cvs.site {
	padding: 30px 40px;
	font-family: var(--LpcvsFont);
}
.cvs.line {
}
.cvs.link {
	background-color: var(--LpcvsBg);
}

.cvs.line a {
	display: flex;
	justify-content: space-between;
	align-items: center;
	border: 10px solid #06c655;
	padding: 0 75px 0 35px;
	height: 160px;
	font-size: 32px;
	font-weight: 700;
	color: #06c655;
	background: #fff;
	position: relative;
}
.cvs.line a:hover ,
.cvs.line a:hover img {
	opacity: 1;
	position: relative;
	z-index: 3;
}
.cvs.line a:before ,
.cvs.line a:after {
	content: "";
	width: 2px;
	height: 24px;
	background: #06c655;
	position: absolute;
	top: 40%;
	right: 30px;
}
.cvs.line a:before {
	transform: rotate(130deg) translateY(11px);
}
.cvs.line a:after {
	transform: rotate(-130deg) translateY(-11px);
}
.cvs.line a i {
	width: 72px;
}
.cvs.line a i:before {
	content: "";
	width: calc(100% + 20px);
	height: calc(100% + 20px);
	background: rgba(255, 255, 255, 0.25);
	position: absolute;
	top: -10px;
	left: -10px;
	opacity: 0;
	z-index: 2;
	transition: all 0.4s ease;
}
.cvs.line a:hover i:before {
	opacity: 1;
}
.cvs.line a span {
	width: 530px;
	text-align: center;
	position: relative;
	top: -3px;
}
.cvs.link a {
	display: flex;
	justify-content: center;
	align-items: center;
	border: 2px solid;
	border-color: var(--LplineBg);
	border-right: 0;
	border-left: 0;
	padding: 50px 0;
	color: var(--LpcvsColor);
	font-size: 32px;
	font-weight: 700;
	position: relative;
}
.cvs.link a:before ,
.cvs.link a:after ,
.cvs.link a span:before ,
.cvs.link a span:after {
	content: "";
	width: 2px;
	height: 18px;
	background: var(--LplineBg);
	position: absolute;
	top: 40%;
	right: 30px;
}
.cvs.link a:before {
	transform: rotate(220deg) translate(-7px,0);
}
.cvs.link a:after {
	transform: rotate(-220deg) translate(7px,0);
}
.cvs.link a span:before {
	top: 33%;
	transform: rotate(220deg) translate(-7px,0);
}
.cvs.link a span:after {
	top: 33%;
	transform: rotate(-220deg) translate(7px,0);
}
.cvs.link a span {
}
.cvs.site a {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 140px;
	font-size: 32px;
	font-weight: 700;
	color: var(--LpcvssiteColor);
	background-color: var(--LpcvssiteBg);
	text-align: center;
	position: relative;
}
.cvs.site a:before ,
.cvs.site a:after {
	content: "";
	width: 2px;
	height: 24px;
	background: var(--LpcvssiteColor);
	position: absolute;
	top: 40%;
	right: 30px;
}
.cvs.site a:before {
	transform: rotate(130deg) translateY(11px);
}
.cvs.site a:after {
	transform: rotate(-130deg) translateY(-11px);
}

header {
	min-height: var(--header);
}
header .inner {
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 10px 0;
	width: 100%;
	min-height: var(--header);
	background-color: var(--LpheaderBg);
}
header .logo {
	display: flex;
	flex-flow: column;
	justify-content: center;
	align-items: center;
}
header .logo i {
	display: flex;
	flex-flow: column;
	justify-content: center;
	align-items: center;
}
header .logo b {
	display: flex;
	flex-flow: column;
	justify-content: center;
	align-items: center;
	margin-top: 35px;
	width: 100%;
	font-size: 35px;
}
.top {
	display: flex;
	flex-flow: column;
	justify-content: space-between;
	width: 100%;
	min-height: 1105px;
	background-image: var(--LpTopbg);
}
.top .txt {
	display: flex;
	flex-flow: column;
	justify-content: center;
	align-items: center;
	min-height: 360px;
	-webkit-backdrop-filter: var(--LpStdblur);
	backdrop-filter: var(--LpStdblur);
}
.top .txt b {
	margin: 0 auto 25px;
	padding: 0 0 25px;
	line-height: 1.25em;
	font-size: 70px;
	color: var(--LpttlColor);
	font-family: var(--LpttlFont);
	text-align: center;
	letter-spacing: 0.05em;
	position: relative;
}
.top .txt b i {
	width: 100%;
	height: 1px;
	background-color: var(--LptoplineBg);
	position: absolute;
	bottom: 0;
	left: 0;
}
.top .txt span {
	line-height: 1.25em;
	color: var(--LpsttlColor);
	font-size: 32px;
	font-weight: 500;
	font-family: var(--LpsttlFont);
	letter-spacing: 0.05em;
}

.main {
	display: flex;
	flex-flow: column;
}

.block {
	padding: 70px 0 25px;
}
.block .cap {
	display: flex;
	flex-flow: column;
	justify-content: center;
	align-items: center;
	margin-bottom: 70px;
}
.block .cap b {
	padding: 30px 0 40px;
	position: relative;
}
.block .cap b i {
	display: inline-block;
	width: 98px;
	height: 1px;
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
}
.block dl {
}
.block dl + dl {
	margin-top: 100px;
}
.block.sec03 dl + dl {
	margin-top: 50px;
}
.block dl dt {
	margin-bottom: 45px;
	text-align: center;
}
.block.sec03 dl dt {
	border-width: 1px;
	border-style: solid;
	padding: 30px;
}
.block dl dt span {
}
.block dl dd {
}
.block dl dd figure {
}
.block dl dd b {
	display: block;
	margin-bottom: 35px;
	border-bottom: 1px solid;
	border-bottom-color: var(--LplineBg);
	padding: 35px 0;
	text-align: center;
}
.block dl dd p {
	padding-bottom: 1em;
	font-size: 31px;
}
.block.sec06 .cap + p {
	font-size: 31px;
}
.movie ,
.map {
	margin: 50px auto;
	padding-top: 56.25%;
	width: 100%;
	position: relative;
}
.movie iframe ,
.map iframe {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}
.block.sec05 {
	padding: 10px 0;
}
.block.sec05 .inner {
	display: flex;
	flex-flow: column;
	padding: 20px 0;
	width: fit-content;
}
.block.sec05 .inner p {
	display: flex;
	align-items: center;
	padding-bottom: 0.5em;
	font-size: 30px;
}
.block.sec05 .inner p i {
	margin-right: 0.5em;
}
.block.sec05 .inner p span {
	line-height: 1;
}
.block.sec05 .inner p + small {
	font-size: 26px;
	text-align: center;
}
.block.sec06 .inner p {
	display: flex;
	flex-flow: wrap;
	align-items: baseline;
}
.block.sec06 .inner p i {
	width: 110px;
	text-align: right;
}
.block.sec06 .inner p i:after {
	content: "：";
}
.block.sec06 .inner p span {
	width: calc(100% - 110px);
}
.block.sec06 .inner p span a {
	color: var(--LpColor);
	pointer-events: none;
}
footer {
	padding: 30px 0;
	color: #000;
	background: #fff;
	font-size: 20px;
	overflow: hidden;
	position: relative;
}
footer .inner {
	display: flex;
	flex-flow: column;
	justify-content: center;
	align-items: center;
	z-index: 2;
}
footer .inner span {
	display: block;
}
footer ul {
	display: flex;
	justify-content: center;
	align-items: center;
}
footer ul li {
	margin: 30px 20px 0;
}
.error404 {
}
.error404 .sec01 {
}
.error404 .sec01 .inner {
}
.error404 .sec01 .inner .txt {
	display: flex;
	flex-flow: column;
	justify-content: center;
	align-items: center;
	line-height: 1.5em;
	font-size: 20px;
	font-weight: 900;
	text-align: center;
}
.error404 .sec01 .inner .txt b {
	display: block;
	margin-bottom: 0.5em;
	line-height: 1.25em;
	color: #008cff;
	font-size: 30px;
	font-weight: 900;
}
.block .slick-dotted.slick-slider {
	margin-bottom: 0;
}
.block .slick-prev ,
.block .slick-next {
	font-size: 0;
	line-height: 0;
	position: absolute;
	top: 50%;
	display: block;
	width: 30px;
	height: 30px;
	padding: 0;
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
	cursor: pointer;
	color: transparent;
	border: none;
	outline: none;
	background: transparent;
	filter: drop-shadow(0 10px 10px rgba(0, 0, 0, 0.75));
	z-index: 1;
}
.block .slick-prev {
	left: 10px;
}
.block .slick-next {
	right: 10px;
}
.block .slick-prev:before,
.block .slick-next:before {
	content: '';
	display: inline-block;
	background: #ffffff;
	height: calc(tan(60deg) * 30px / 2);
	width: 30px;
	clip-path: polygon(50% 0, 100% 100%, 0 100%);
	opacity: 1;
}
.block .slick-prev:before {
	transform: rotate(270deg);
}
.block .slick-next:before {
	transform: rotate(90deg);
}
.block .slick-prev:hover ,
.block .slick-next:hover {
	opacity: 0.75;
}

.block .slick-dots {
	bottom: 10px;
}
.block .slick-dots li {
	margin: 0;
	width: 24px;
	height: 24px;
}
.slick-dots li button:before {
	font-size: 24px;
	line-height: 24px;
	width: 24px;
	height: 24px;
	opacity: 1;
	color: #fff;
}
.slick-dots li.slick-active button:before {
	opacity: 1;
	color: #ddb99c;
}
.slick-dots li button:hover:before, .slick-dots li button:focus:before {
	opacity: 0.75;
	color: #ddb99c;
}

/* fixcvs追加 1028 */
footer.addcvs {
	margin-bottom: var(--fixcvsheight02);
}
footer.addcvs.twin {
	margin-bottom: var(--fixcvsheight01);
}
.fixcvs {
	width: 100%;
	background: var(--LpBg);
	position: fixed;
	bottom: 0;
	left: 0;
	z-index: 1000;
	opacity: 0;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
	text-decoration: none!important;
}
.fixcvs.wh {
	opacity: 1;
}
.fixcvs ul {
	display: flex;
	margin: 0 auto;
	width: 100%;
	max-width: 828px;
}
.fixcvs ul li {
	padding: 0!important;
	width: 100%;
}
.fixcvs ul.twin li {
	width: 50%;
}
.fixcvs ul li.cvs.line a {
	justify-content: space-evenly;
}
.fixcvs ul.twin li.cvs.line a {
	justify-content: space-between;
}
.fixcvs ul.twin li a {
	padding: 0 50px 0 15px;
	height: var(--fixcvsheight01);
	font-size: 20px;
}
.fixcvs ul.twin li a:before ,
.fixcvs ul.twin li a:after {
	right: 15px;
}
/* fixcvs追加 1028 */

/* lstep追加 20250128 */
.lstep {
	display: flex;
	flex-flow: column;
	justify-content: center;
	align-items: center;
	padding: 30px 0;
	font-size: 26px;
}
.lstep a {
	text-decoration: underline!important;
}
.lstep a:hover {
	text-decoration: none!important;
}
/* lstep追加 20250128 */
