@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Zen+Kaku+Gothic+New:wght@300;400;500;700;900&display=swap');
*{
	margin:0;
	padding:0;
	color:#333;
	list-style:none;
	font-family: 'Zen Kaku Gothic New', sans-serif;
	box-sizing:border-box;
}
body {
	position:relative;
}
p {
	line-height:1.8em;
}
a {
	text-decoration:none;
}
img {
	width:100%;
	height:auto;
}
.wrapper {
	margin:0 auto;
	width:min(100%,1280px);
	clear:both;
}
.wrapper_s {
	margin:0 auto;
	width:min(90%,600px);
	clear:both;
	overflow:hidden;
}
.left {
	float:left;
}
.right {
	float:right;
}
.clear {
	*zoom: 1;
	clear:both;
}
.clear:before,
.clear:after {
	display: table;
	content: "";
	line-height: 0;
}
.clear:after {
	clear: both;
}
.pc {
	display:block;
}
.sp {
	display:none;
}
iframe {
        border:none;
}
hr {
	margin:100px 0;
	padding:0;
	height:0;
	border:0;
	border-top:1px solid #999;
}
@media screen and (max-width:769px) {
	body {
		font-size:90%;
	}
	.pc {
		display:none;
	}
	.sp {
		display:block;
	}
}

.fadein {
    opacity : 0;
    transform : translate(0, 80px);
    transition : all 1s;
}
 
.fadein.scrollin {
    opacity : 1;
    transform : translate(0, 0);
}

.m20 {
	margin:20px 0;
}
.mt100 {
	margin-top:100px !important;
}
.mb50 {
	margin-bottom:50px;
}
.f-80 {
	font-size:80%;
}
.pdf-link {
	margin:2em 0;
	padding-left:4em;
	position:relative;
}
.pdf-link a {
	text-decoration:underline;
}
.pdf-link a::before {
	padding:0 0.75em;
	content:"PDF";
	color:#FFF;
	font-weight:bold;
	background:#F00;
	position:absolute;
	left:0;
}


header {
	width:100%;
	background:#FFF;
	position:absolute;
	z-index:99;
}
header div.wrapper {
	padding:5px 0;
	position:relative;
}
header h1 {
	margin-left:5px;
	width:min(70%,300px);
	line-height:0;
}
ul#menu1 {
	font-weight:700;
	position:absolute;
	top:10px;
	right:10px;
}
ul#menu1 li {
	margin-left:10px;
	float:left;
	padding:22px 1em;
	font-size:15px;
	line-height:0;
	display:block;
	transition:all 0.5s;
	position:relative;
	cursor:pointer;
}
#menu1 li.event-cal img,
#menu1 li.reserve img {
	margin:auto;
	width:25px;
	position:absolute;
	top:0;
	bottom:0;
	left:5px;
	z-index:1;
	transition:all 0.5s;
}
#menu1 li.event-cal::after,
#menu1 li.reserve::after {
	content:"";
	width:25px;
	height:25px;
	margin:auto;
	background-size:contain;
	position:absolute;
	top:0;
	bottom:0;
	left:5px;
}
#menu1 li.event-cal::after {
	background-image:url(images/menu1_cal_on.png);
}
#menu1 li.reserve::after {
	background-image:url(images/menu1_rsv_on.png);
}
#menu1 li.fb-logo {
	margin-right:5px;
	padding:0;
	width:42px;
}
#menu1 li.fb-logo a img {
}
#menu1 li.event-cal {
	text-indent:25px;
	color:#34ac77;
	background:#FF6;
}
#menu1 li.reserve {
	text-indent:25px;
	color:#FF6;
	background:#666;
}
#menu1 li.event-cal:hover,
#menu1 li.reserve:hover {
	background:#F96;
}
#menu1 li.event-cal:hover,
#menu1 li.reserve:hover {
	color:#FFF;
}
#menu1 li.event-cal:hover img,
#menu1 li.reserve:hover img {
	opacity:0;
}
#menu1 li.event-cal a,
#menu1 li.reserve a {
	width:100%;
	height:100%;
	color:inherit;
	position:absolute;
	top:0;
	left:0;
}

#global {
	padding:2px 0;
	background:#FFF;
	border-bottom:5px solid #34ac77;
}
#global ul.pc {
	margin:0 auto;
	width:min(100%,1260px);
	display:flex;
}
#global ul.pc > li {
	margin:4px;
	padding:4px;
	color:#34ac77;
	font-weight:400;
	text-align:center;
	display:block;
	transition:all 0.5s;
	flex:6;
	cursor:pointer;
	position:relative;
}
#global ul.pc > li::after {
	content:"";
	width:1px;
	height:100%;
	background:#CCC;
	display:block;
	position:absolute;
	top:0;
	right:-4px;
}
#global ul.pc > li:last-child::after {
	display:none;
}
#global ul.pc > li img {
	margin:0 auto;
	width:25px;
	display:block;
}
#global ul.pc > li > a {
	color:inherit;
	display:block;
}
#global ul.pc > li:hover {
	background:#DFF2EA;
	border-radius:5px;
}
#global ul.pc > li > ul {
	background:#FBFBFB;
	position:absolute;
	top:100%;
	left:0;
	transition:all 0.5s;
	opacity:0;
	white-space: nowrap;
	transform: scaleY(0);
    transform-origin: center top;
}
#global ul.pc > li > ul > li {
	margin:4px;
	margin-bottom:8px;
	padding:1em;
	color:#34ac77;
	position:relative;
	text-align:left;
	transition:all 0.5s;
}
#global ul.pc > li > ul > li::after {
	content:"";
	width:100%;
	height:1px;
	background:#CCC;
	display:block;
	position:absolute;
	right:0;
	bottom:-4px;
}
#global ul.pc > li > ul > li:last-child {
	margin-bottom:4px;
}
#global ul.pc > li > ul > li:last-child::after {
	display:none;
}
#global ul.pc > li > ul > li a {
	width:100%;
	height:100%;
	color:inherit;
	display:block;
	position:absolute;
	top:0;
	left:0;
}
#global ul.pc > li:hover > ul {
	opacity:1;
	transform: scaleY(1);
}
#global ul.pc > li > ul > li:hover {
	background:#DFF2EA;
	border-radius:5px;
}


.hamburger {
	margin:auto;
	position:absolute;
	z-index:999;
	right:10px;
	top:10px;
	width : 42px;
	height: 42px;
	cursor: pointer;
	text-align: center;
}
.hamburger span {
	display : block;
	position: absolute;
	width   : 40px;
	height  : 3px ;
	left    : 6px;
	background:#34ac77;
	transition: 0.3s ease-in-out;
}
.hamburger span:nth-child(1) {
	top: 10px;
}
.hamburger span:nth-child(2) {
	top: 20px;
}
.hamburger span:nth-child(3) {
	top: 30px;
}

header .hamburger.active {
	position:fixed;
}
.hamburger.active span {
	background :#34ac77;
}
.hamburger.active span:nth-child(1) {
	top : 16px;
	left: 6px;
	transform: rotate(-45deg);
}

.hamburger.active span:nth-child(2),
.hamburger.active span:nth-child(3) {
	top: 16px;
	transform: rotate(45deg);
}


.nav-wrapper {
	padding:5em 1em 3em 1em;
	position: fixed;
	z-index : 990;
	top  : 0;
	left : 0;
	background:rgba(240,240,240,0.95);
	transform: translateX(100%);
	transition: all 0.6s;
	width: 100%;
	min-height:100vh;
	min-height:100dvh;
	max-height:100vh;
	max-height:100dvh;
	overflow-y:auto;
}
.nav-wrapper.active {
	transform: translateX(0%);
}
.sp-menu li {
	padding:15px;
	padding-left:55px;
	border-bottom:1px solid #34ac77;
	font-size:18px;
	display:block;
	position:relative;
	cursor:pointer;
}
.sp-menu > li::before {
    content: "";
    width: 9px;
    height: 9px;
    border-top: solid 1px #34ac77;
    border-right: solid 1px #34ac77;
    transform: rotate(45deg);
    position: absolute;
	margin:auto;
    right:11px;
    top:0;
	bottom:0;
}
.sp-menu > li img {
	width:26px;
	position:absolute;
	top:15px;
	left:15px;
}
.sp-menu > li a {
	width:100%;
	height:100%;
	display:block;
	position:absolute;
	top:0;
	left:0;
}
.child-menu::before {
	display:none;
}
li.child-menu {
	padding:0;
	border-bottom:none;
	display:none;
}
.child-menu ul li {
	text-indent:0;
	font-size:clamp(11px, 4vw, 15px);
	border-color:#CCC;
}
.child-menu ul li:last-child {
	border-color:#34ac77;
}
.child-menu ul li::before {
    content: "";
    width: 9px;
    height: 9px;
    border-top: solid 1px #CCC;
    border-right: solid 1px #CCC;
    transform: rotate(45deg);
    position: absolute;
	margin:auto;
    left:30px;
    top:0;
	bottom:0;
}



.modal{
	width: 100%;
	height: 100%;
	position: fixed;
	top:0;
	left:0;
	z-index:999;
}
.modal:not(:target) {
	opacity: 0;
	visibility: hidden;
	transition:all 0.5s;
}
.modal:target{
	opacity: 1;
	visibility: visible;
	transition:all 0.5s;
}
.modal .overlay{
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	background-color:#000;
	opacity: 0.3;
	top:0;
	left:0;
}
.modal-wrapper{
	width:90%;
	max-width:360px;
	background-color:#FFF;
	position: absolute;
	/*
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	*/
	top:10px;
	right:10px;
	border-radius:10px;
}
.modal:target .modal-wrapper {
}
.modal-contents{
	overflow: auto;
	width: 100%;
	height: 100%;
	box-sizing: border-box;
	position: relative;
}
.modal-content{
	margin: 25px;
}
.modal-close{
	position: absolute;
	top: 5px;
	right: 10px;
	text-decoration: none;
}
.modal-h {
	margin-bottom:1em;
	color:#34ac77;
	font-weight:700;
}
.modal-content ul li a {
	margin-bottom:0.5em;
	padding:0.5em 0;
	display:block;
	position:relative;
}
.modal-content ul li a::after {
	content:"";
	width:0%;
	height:3px;
	background:#34ac77;
	display:block;
	position:absolute;
	left:0;
	bottom:0;
	transition:all 0.5s;
}
.modal-content ul li a:hover::after {
	width:100%;
}
.modal-content ul li a.form-link {
	padding:0.25em 0;
	color:#960;
	display:block;
}

@media screen and (max-width:769px) {
	header {
	}
	#global {
		padding:0;
	}
	#global ul.pc {
		display:none;
	}
	.modal-wrapper{
		top: 10%;
		left: 50%;
		transform: translate(-50%, 0%);
	}
}

#keyvisual {
	max-width:100%;
	max-height:100vh;
	max-height:100dvh;
	overflow:hidden;
	position:relative;
}
#keyvisual ul li img {
	margin:0 auto;
	object-fit:cover;
	object-position:center bottom;
}
#keyvisual ul li {
	position:relative;
}
.key-text {
	width:min(40%,500px);
	position:absolute;
	top:35%;
	left:10%;
	transform:rotate(-10deg);
}
.online {
	padding:20px;
	padding-right:0;
	width:min(40%,300px);
	background:#34ac77;
	position:absolute;
	bottom:10%;
	right:0;
}
.online h2 {
	padding:0.25em 0.5em;
	width:calc(100% + 40px);
	color:#FF6;
	font-size:18px;
	font-weight:900;
	background:#666;
	position:relative;
	left:-40px;
}
.online h2::after {
	position:absolute;
	top:100%;
	left:0;
	content:"";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 20px 10px 0;
	border-color: transparent #8a8889 transparent transparent;
}
.online ul {
	margin-top:10px;
}
.online ul li a {
	margin-top:10px;
	padding:10px;
	color:#34ac77;
	font-size:18px;
	font-weight:900;
	background:#FFF;
	display:block;
	position:relative;
	transition:all 0.5s;
	z-index:1;
}
.online ul li a.form-link {
	font-size:15px;
	font-weight:normal;
	color:#666;
	background:#FF6;
}
.online ul li a::after {
	content:"";
	position:absolute;
	bottom:0;
	left:0;
	width: 0;
	height:100%;
	background:#C89F62;
	opacity:0;
	transition:all 0.5s;
	z-index:-1;
}
.online ul li a:hover::after {
	width: 100%;
	opacity: 1;
}
.online ul li a:hover{
  	color: #fff;
}

@media screen and (max-width:769px) {
	  .key-text {
		  top:45%;
	  }
	  .online {
		  padding:20px;
		  width:100%;
		  position:relative;
	  }
	  .online h2 {
		  width:100%;
		  text-align:center;
		  left:0;
	  }
	  .online h2::after {
		  display:none;
	  }
	  .online ul {
		  margin-top:10px;
	  }
	  .online ul li a {
		  margin-top:10px;
		  padding:5px 10px;
		  font-size:15px;
		  font-weight:700;
		  text-align:center;
	  }
}


.scrolldown {
	position:absolute;
	bottom:10px;
	left:50%;
}
.scrolldown span {
	position: absolute;
	left:10px;
	bottom:10px;
	color: #eee;
	font-size: 0.7rem;
	letter-spacing: 0.05em;
	-ms-writing-mode: tb-rl;
    -webkit-writing-mode: vertical-rl;
    writing-mode: vertical-rl;
}
.scrolldown:before {
    content: "";
    position: absolute;
    bottom:0;
    left:-4px;
	width:10px;
	height:10px;
	border-radius: 50%;
	background:#eee;
	animation:
	circlemove 1.6s ease-in-out infinite,
	cirlemovehide 1.6s ease-out infinite;
}
@keyframes circlemove{
      0%{bottom:45px;}
     100%{bottom:-5px;}
 }
@keyframes cirlemovehide{
      0%{opacity:0}
     50%{opacity:1;}
    80%{opacity:0.9;}
	100%{opacity:0;}
 }
.scrolldown:after {
	content:"";
	position: absolute;
	bottom:0;
	left:0;
	width:2px;
	height: 50px;
	background:#eee;
}

#top-info {
	padding:5em 1em;
	width:min(100%,780px);
}
#top-info dt {
	color:#CCC;
}
#top-info dd {
	margin-bottom:0.75em;
	border-bottom:1px solid #CCC;
}
#top-info dd a {
	padding:0 0 0.75em 0;
	font-size:110%;
	display:block;
	transition:all 0.5s;
}
#top-info dd a:hover {
	color:#34ac77;
}
.link-text {
	margin-bottom:50px;
	text-align:right;
}
.link-text a {
	position:relative;
	line-height:1;
	transition:all 0.5s;
}
.link-text a::before {
	content:"";
	width:0;
	height:0;
	border-style: solid;
	border-width: 9px 0 9px 14px;
	border-color: transparent transparent transparent #e85414;
	position:absolute;
	left:-22px;
	top:0;
	bottom:0;
	margin:auto;
	transition:all 0.5s;
}
.link-text a:hover {
	color:#34ac77;
}
.link-text a:hover::before {
	border-color: transparent transparent transparent #34ac77;
}
ul.link-banner {
	margin-top:3em;
}
ul.link-banner li {
	margin-top:1em;
}
ul.link-banner li a {
	transition:all 0.5s;
}
ul.link-banner li a:hover {
	opacity:0.5;
}

#sns-info {
	padding:2em 1em;
	display:flex;
	background:#000;
}
.fb-wrap {
	margin-bottom:1em;
	width:100%;
	text-align:center;
	overflow:hidden;
}
.fb-page {
	width:100%;
	max-width:500px;
}
.youtube-wrap {
	margin:0 auto;
	padding:0 1em;
	width:100%;
}
p.youtube-title {
	padding:0.5em 0;
	padding-top:0;
	color:#FFF;
	line-height:1;
	background:#000;
}
.youtube-wrap iframe {
	width:100%;
	height:auto;
	aspect-ratio: 16 / 9;
}
@media screen and (max-width:769px) {
	#sns-info {
		display:block;
	}
	.youtube-wrap {
		padding:0;
		max-width:500px;
	}
}

.top-inst {
	padding:50px 0;
	width:100%;
	max-height:310px;;
	background-position:center;
	background-size:cover;
	position:relative;
}
.top-inst1 {
	margin-top:100px;
	max-height:500px;;
	background-image:url(images/bg_inst1.jpg);
}
.top-inst2 {
	background-image:url(images/bg_inst2.jpg);
}
.top-inst3 {
	padding-top:30px;
	background-image:url(images/bg_inst3.jpg);
}
.top-inst4 {
	background-image:url(images/bg_inst4.jpg);
}
.top-inst5 {
	background-image:url(images/bg_inst5.jpg);
}
.top-inst1 > .wrapper > div {
	display:flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
	gap:50px;
}
.top-inst::after {
	content:"";
	width:100%;
	height:100%;
	background:#000;
	position:absolute;
	top:0;
	left:0;
	opacity:0.6;
	z-index:1;
}
.top-inst .wrapper {
	padding:20px;
	max-width:100%;
	position:relative;
	z-index:2;
}
.top-inst h3 {
	margin-bottom:80px;
	text-align:center;
	color:#FFF;
	font-size:min(5vw,28px);
	z-index:99;
}
.top-inst3 h3 {
	margin-bottom:60px;
	font-size:min(5vw,26px);
}
.top-inst-h {
	margin:25px 0;
	display:flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
	gap:25px;
}

@media screen and (max-width:769px) {
	.top-inst {
		margin:2px 0;
		padding:10px 0;
	}
	.top-inst h3 {
		margin-bottom:20px;
	}
	.top-inst1 > .wrapper > div {
		display:block;
	}
	.top-inst1 > .wrapper > div .btn-wrapper {
		margin-bottom:20px;
	}
	.top-inst-h {
		margin:0;
		display:block;
	}
}


.btn-wrapper {
	text-align:center;
}
a.linkbtn {
	padding:0.75em 1em;
	width:280px;
	font-size:18px;
	color:#FFF;
	font-weight:400;
	line-height:1;
	text-align:center;
	text-decoration: none;
	background:transparent;
	border:1px solid #CCC;
	outline: none;
	display:inline-block;
	position: relative;
	z-index: 2;
}
a.linkbtn::before,
a.linkbtn::after {
	width: 100%;
	height: 50%;
	background-color:transparent;
	position: absolute;
	left: 0;
	z-index: -1;
	display: block;
	content: '';
}
a.linkbtn::before {
	top: 0;
}
a.linkbtn::after {
	bottom: 0;
}
a.linkbtn,
a.linkbtn::before,
a.linkbtn::after {
	transition: all 0.5s;
}
a.linkbtn:hover {
	color:#FFF;
	background-color:transparent;
	border:1px solid #FFF;
}
a.linkbtn:hover::before,
a.linkbtn:hover::after {
	height: 0;
	background-color:#FFF;
}

a.linkbtn2 {
	width:auto;
	color:#34ac77;
	font-style:normal;
	font-weight:500;
	border:1px solid #34ac77;
}
a.linkbtn2:hover {
	color:#FFF;
	border:1px solid #34ac77;
	background-color:#34ac77;
}
a.linkbtn2:hover::before,
a.linkbtn2:hover::after {
	background-color:#34ac77;
}
@media screen and (max-width:769px) {
	a.linkbtn2 {
		display:block;
	}
}


.top-about{
}
.top-about1 {
	position:relative;
}
.top-about1::after {
	content:"";
	width:45%;
	height:100%;
	background-image:url(images/bg_top_about.jpg);
	background-position:center;
	background-size:cover;
	position:absolute;
	top:0;
	right:0;
	z-index:-1;
}
.top-about1 .wrapper {
	margin-right:50%;
	padding:50px 10px;
	width:min(50%,640px);
	position:relative;
}
.top-about h1 {
	margin-bottom:1em;
	padding:0.5em 0;
	font-size:min(7vw,25px);
	font-weight:900;
	border-bottom:3px solid #34ac77;
}
.top-about1 p {
	font-size:min(5vw,18px);
	line-height:2em;
}
.top-about2 {
	margin:50px auto;
	background:#34ac77;
}
.top-about2 .wrapper ul {
	display:flex;
	flex-wrap:wrap;
}
.top-about2 .wrapper ul li {
	padding:50px 1em;
	width:20%;
	position:relative;
	border-left:1px solid #FFF;
	background:#34ac77;
	pointer-events: none;
	transition:all 0.5s;
}
.top-about2 .wrapper ul li:last-child {
	border-right:1px solid #FFF;
}
.top-about2 .wrapper ul li a {
	width:100%;
	height:100%;
	display:block;
	position:absolute;
	top:0;
	left:0;
	pointer-events:auto;
}
.top-about2 .wrapper ul li:hover {
	background:#61CE99;
}
.top-about2 .wrapper ul li img {
	width:70px;
	height:70px;
	position:absolute;
	top:40px;
	left:0;
	right:0;
	margin:auto;
}
.top-about2 h2,
.top-about2 p {
	color:#FFF;
	font-size:clamp(13px, 1.2vw, 16px);
}
.top-about2 h2 {
	padding-top:80px;
	padding-bottom:20px;
	height:150px;
	font-size:clamp(14px, 1.2vw, 18px);
	text-align:center;
	align-items:center;
	justify-content:center;
}
.top-about2 h2 span {
	color:inherit;
	display:inline-block;
}
.top-about2 p {
	padding:0;
}
.top-about2 p span {
	color:inherit;
	font-size:80%;
}

@media screen and (max-width:769px) {
	.top-about1::after {
		display:none;
	}
	.top-about1 .wrapper {
		margin-right:auto;
		padding:50px 10px;
		width:100%;
	}
	.top-about1 p {
		font-size:min(5vw,16px);
		line-height:1.8em;
	}
	.top-about2 .wrapper ul li {
		padding:20px 1em;
		width:100%;
		border-bottom:1px solid #FFF;
		border-left:none;
	}
	.top-about2 .wrapper ul li:last-child {
		border-right:none;
	}
	.top-about2 .wrapper ul li img {
		position:relative;
		top:0;
		left:0;
		right:0;
		margin-right:1em;
		float:left;
	}
	.top-about2 h2 {
		padding-top:20px;
		height:auto;
		text-align:left;
	}
	.top-about2 p {
		clear:both;
	}
}


footer {
	margin-top:100px;
	background:#4B4848;
}
footer div.wrapper {
	padding:50px 0;
}
.footer-info {
	margin:0 auto;
	width:min(100%,600px);
	display:flex;
	flex:2;
}
.footer-info div {
	padding:0.1em 1em 0.1em 3em;
	color:#FFF;
}
footer h1 {
	margin-left:5px;
	margin-bottom:20px;
	width:300px;
	line-height:0;
}
div.footer-menu {
	margin-top:50px;
	display:flex;
	flex-direction: row;
	align-items: top;
	justify-content: center;
}
.footer-menu li {
	padding:0.5em 1em;
	min-width:16em;
	color:#FFF;
	font-size:13px;
	text-indent:0.5em;
	position:relative;
}
.footer-menu li::before {
    content: "";
    width: 8px;
    height: 8px;
    border-top: solid 1px #FFF;
    border-right: solid 1px #FFF;
    transform: rotate(45deg);
    position: absolute;
    left:0;
    top:12px;
}
.footer-menu li a {
	color:inherit;
	position:relative;
}
.footer-menu li a::after {
    content: "";
    width:0;
    height:1px;
	background:#FFF;
    position: absolute;
    left:0;
    bottom:0;
	transition:all 0.5s;
}
.footer-menu li a:hover::after {
    width: 100%;
}
.footer-menu li ul {
	margin-top:0.5em;
	margin-left:0em;
}
p.copy {
	padding:0.5em 0;
	color:#EEE;
	font-size:10px;
	text-align:center;
}

@media screen and (max-width:769px) {
	.footer-info {
		width:min(100%,320px);
		display:block;
		text-align:center;
	}
	.footer-info div {
		padding:0.1em 1em;
	}
	div.footer-menu {
		margin:0 auto;
		width:320px;
		display:block;
	}
}

#prepare {
	margin:0 auto;
	padding:300px 0;
	width:95%;
	text-align:center;
}
#prepare p {
	margin-bottom:5em;
	width:100%;
}
#prepare a {
	text-decoration:underline;
}


.page-key {
	padding-top:135px;
}
section.page {
	padding:200px 1em;
}
section.exist-key {
	padding-top:100px;
}
.page .wrapper {
	max-width:900px;
}
.page h1 {
	padding:0.5em 0;
	font-size:clamp(26px, 2.3vw, 30px);
	color:#34ac77;
	border-top: solid 5px #c7f2dc;
	border-bottom: solid 5px #e4f9ee;
	position: relative;
}
.page h1::before {
	position: absolute;
	content: " ";
	display: block;
	border-bottom: solid 5px #e4f9ee;
	top: -5px;
	width: 80%;
}
.page h1::after {
	position: absolute;
	content: " ";
	display: block;
	border-bottom: solid 5px #c7f2dc;
	bottom: -5px;
	width: 20%;
}
.page p {
	font-size:clamp(16px, 2.3vw, 20px);
}
p.postdate {
	margin-bottom:50px;
	text-align:right;
	color:#999;
}
video {
	margin:50px 0;
	width:100%;
}
.page dl {
	font-size:clamp(16px, 2.3vw, 20px);
}
.page dt,
.page dd {
	padding:0.25em;
}
.page .wrapper > dl {
	margin:50px 0;
}
.page .wrapper > dl > dt {
	margin-top:2em;
	padding-left:1.25em;
	font-weight:700;
	border-bottom:2px solid #afefd0;
	position:relative;
}
.page .wrapper > dl > dt::before {
	content:"■";
	color:#afefd0;
	position:absolute;
	top:0.25em;
	left:0;
}
.page .wrapper > dl > dd {
	margin-bottom:1em;
	padding-left:1.25em;
}
.page .wrapper > dl > dd > dl > dd {
	margin-bottom:1em;
	padding-left:1.5em;
	font-size:90%;
}
.page .wrapper > dl > dd > dl > dd > dl >dd {
	margin-bottom:1em;
	font-style:italic;
	font-size:90%;
	padding-left:1.25em;
}
a.text-underline {
	color:#999;
	text-decoration:underline;
	transition:all 0.5s;
}
a.text-underline:hover {
	color:#afefd0;	
}
dt h2 {
	padding-top:1em;
	color:#34ac77;
	font-size:clamp(16px, 2.3vw, 22px);
}
dt h3 {
	padding-top:1em;
	font-size:clamp(16px, 2.3vw, 20px);
}
dd b {
	color:#999;
}
@media screen and (max-width:769px) {
	.page-key {
		padding-top:70px;
	}
	section.page {
		padding:100px 1em;
	}
	section.exist-key {
		padding-top:50px;
	}
}
#keyvisual .btn-wrapper {
	position:absolute;
	top:45%;
	left:0%;
	right:0%;
	margin:auto;
}
@media screen and (max-width:769px) {
	#keyvisual .btn-wrapper {
		top:85%;
	}
	#keyvisual .btn-wrapper a.linkbtn {
		padding:0.35em 1em;
		font-size:16px;
	}
}

ul.gallery {
	margin-top:20px;
	margin-bottom:20px;
	display: flex;
	flex-wrap: wrap;
}
ul.gallery li {
	margin:5px;
	width:calc(25% - 10px);
	position: relative;
}
ul.gallery li:before {
	content: "";
	display: block;
	padding-top: 100%;
}
ul.gallery img{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	object-fit: cover;
}
.lb-details span {
	color:#FFF;
}
@media screen and (max-width:769px) {
	ul.gallery li {
		width:calc(33.33% - 10px);
	}
}



section.page-contents {
	padding:135px 0;
}
section.page-contents .wrapper {
	padding:50px 1em;
	max-width:900px;
}
.page-contents h1 {
	padding:0;
	width:100%;
	height:50vh;
	min-height:300px;
	position:relative;
	border:none;
}
.page-contents h1 img {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	object-fit: cover;
}
.page-contents h1::before,
.page-contents h1::after {
	display:none;
}
.page-contents h1 span.page-title {
	width:100%;
	color:#FFF;
	font-size:clamp(28px, 4vw, 48px);
	text-align:center;
	display:block;
	position:absolute;
	top:40%;
	bottom:40%;
	margin:auto;
	text-shadow:1px 1px 0 #666,-1px -1px 0 #666,-1px 1px 0 #666, 1px -1px 0 #666,0px 1px 0 #666,0 -1px 0 #666,-1px 0 0 #666,1px 0 0 #666;
}
.page-contents h1 span.page-title span {
	display:block;
	color:inherit;
	font-size:70%;
}
section.page-contents p {
	font-size:clamp(16px, 2.3vw, 20px);
}
.page-contents h2 {
	margin:1em 0;
	padding:0.5em 0;
	font-weight:900;
	color:#34ac77;
	border-bottom: solid 5px #e4f9ee;
	position:relative;
}
.page-contents h2::after {
	position: absolute;
	content: " ";
	display: block;
	border-bottom: solid 5px #c7f2dc;
	bottom: -5px;
	width: 20%;
}
.page-contents h3 {
	margin:4em 0 0.5em 0;
	padding:0.25em 0;
	border-top: solid 2px #c7f2dc;
	border-bottom: solid 2px #c7f2dc;
}
div.map-section {
	width:100%;
	height:450px;
}
.flex2 {
	display: flex;
	flex-wrap: wrap;
}
.flex2 > div {
	margin-bottom:1em;
	width:50%;
}
@media screen and (max-width:769px) {
	section.page-contents {
		padding-top:70px;
	}
	.page-contents h1 {
		min-height:200px;
	}
	div.map-section {
		height:250px;
	}
	.flex2 > div {
		width:100%;
	}
}


table.price-list {
	margin:1em 0;
	width:100%;
	font-size:clamp(16px, 2.3vw, 20px);
	border-collapse:collapse;
}
table.price-list th {
	padding:0.5em;
	font-weight:normal;
	border:1px solid #CCC;
	background:#e4f9ee;
}
table.price-list td {
	padding:0.5em;
	border:1px solid #CCC;
}
table.price-list td.bg-e4f {
	background:#e4f9ee;
}
tr.table-spacer td {
	border-right:none;
	border-left:none;
}
tr.th-diag>*:empty,
.td-empty {
	background-image: linear-gradient(to right top, transparent calc(50% - 0.5px), #CCC 50%, #CCC calc(50% + 0.5px), transparent calc(50% + 1px)) !important;
}
tr.th-diag td {
	border:none;
}
.price-list .bd-l {
	border-left:1px solid #CCC;
}
.price-list .bd-r {
	border-right:1px solid #CCC;
}
.price-list .bd-t {
	border-top:1px solid #CCC;
}
table.price-option {
	font-size:clamp(14px, 2.3vw, 18px);
}
table.price-option th {
	padding:0.1em 0.5em !important;
	background:#FFF;
}
table.price-option td {
	padding:0.1em 0.5em !important;
}

.toggle {
	display: none;
}
.check-label {
	padding:0.5em;
	display: block;
	border:1px solid #CCC;
	cursor:pointer;
}
.check-label::before{
	content:"";
	width: 6px;
	height: 6px;
	border-top: 2px solid #CCC;
	border-right: 2px solid #CCC;
	-webkit-transform: rotate(45deg);
	position: absolute;
	top:calc( 50% - 3px );
	right: 20px;
	transform: rotate(135deg);
	transition:all 0.3s;
}
.check-label,
.toggle-content {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	transform: translateZ(0);
}
.toggle-content {
	height:0;
	overflow: hidden;
	transition:all 0.5s;
}
.toggle:checked + .check-label + .toggle-content {
	padding:20px 0;
	height:auto;
}
.toggle:checked + .check-label {
	border-bottom:none;
}
.toggle:checked + .check-label::before {
	transform: rotate(-45deg) !important;
}
.toggle-content table.price-list {
	margin:0;
	margin-top:-20px;
	transition:all 0.3s;
}

td.date-table {
	padding:0.5em 0.1em !important;
	text-align:right;
	border-left:none !important;
	border-right:none !important;
}
td.dow {
	padding:0.5em 0 !important;
	width:1em;
	font-size:80%;
}


table.history {
	margin:1em 0;
	width:100%;
	font-size:clamp(16px, 2.3vw, 20px);
	border-collapse:collapse;
}
table.history td {
	padding:0.5em 0;
	min-width:9em;
	vertical-align:top;
}

.m-2em {
	margin-top:2em;
	margin-bottom:2em;
}
.file-pdf,
.file-word,
.file-xlsx {
	padding-left:50px;
	text-decoration:underline;
	position:relative;
}
.file-pdf::before,
.file-word::before,
.file-xlsx::before {
	content:"";
	width:35px;
	height:50px;
	background-image:url(images/downloads/file_pdf.png);
	background-size:cover;
	display:block;
	position:absolute;
	top:0;
	bottom:0;
	left:0;
	margin:auto;
}
.file-word::before {
	background-image:url(images/downloads/file_word.png);
}
.file-xlsx::before {
	background-image:url(images/downloads/file_xlsx.png);
}





input, textarea {
	-webkit-appearance: none;
	appearance: none;
	padding:0.25em;
	border: 1px solid #CCC;
	border-radius:3px;
}
input[type="submit"],
input[type="button"] {
	-webkit-appearance: none;
	appearance: none;
	padding:0.5em 2em;
	font-size:clamp(16px, 2.3vw, 20px);
	border-radius:0px;
	cursor:pointer;
	transition:all 0.5s;
}
dl.inq-form {
	margin:50px 0;
}
dl.inq-form dt {
	margin-top:2em;
	padding-left:1.25em;
	font-weight:700;
	border-bottom:1px solid #EEE;
	position:relative;
}
dl.inq-form dt::before {
	content:"■";
	color:#afefd0;
	position:absolute;
	top:0.25em;
	left:0;
}
dl.inq-form sup {
	color:#F00;
}
dl.inq-form dt dd {
	margin-bottom:1em;
	padding-left:1.25em;
}
dl.inq-form input,
dl.inq-form textarea {
	margin:0.25em 1em;
	max-width:calc(100% - 1em);
	font-size:clamp(16px, 2.3vw, 20px);
}

.p-policy ul li {
	margin-left:1em;
	font-size:clamp(16px, 2.3vw, 20px);
	line-height:1.8em;
	list-style:disc;
}
.p-policy > div > p {
	margin-left:1em;
}
.p-policy > div {
	margin-bottom:4em;
}
.p-policy h4 {
	margin-top:2em;
	margin-bottom:0.5em;
	font-size:clamp(16px, 2.3vw, 20px);
	border-bottom:1px solid #999;
}
.p-policy ul.num-order li {
	margin-left:2em;
	text-indent:-1em;
	list-style:none;
}
