@charset "utf-8";
/* CSS Document */


@font-face {
	font-family: "Yu Gothic";
	src: local("Yu Gothic Medium");
	font-weight: 400;
}

@font-face {
	font-family: "Yu Gothic";
	src: local("Yu Gothic Bold");
	font-weight: bold;
}

html {}

body {
	font-family: "ヒラギノ丸ゴ Pro W4", "ヒラギノ丸ゴ Pro", "Hiragino Maru Gothic Pro", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "HG丸ｺﾞｼｯｸM-PRO", "HGMaruGothicMPRO";
	counter-reset: item;
}

@keyframes float_1 {
	0% {
		transform: translate(0, 0px);
	}

	100% {
		transform: translate(0, -30px)
	}
}

@keyframes float_2 {
	0% {
		transform: translate(0, 0px);
	}

	100% {
		transform: translate(0, -20px)
	}
}




.float {
	animation-name: float_2;
	animation-timing-function: ease-in-out;
	animation-iteration-count: infinite;
	animation-direction: alternate;
	animation-duration: 4s;
	width: 250px;
	height: 250px;
	position: absolute;

}

.float2 {
	animation-name: float_1;
	animation-timing-function: ease-in-out;
	animation-iteration-count: infinite;
	animation-direction: alternate;
	animation-duration: 5s;
	width: 250px;
	height: 250px;
	position: absolute;

}

.alpha-l {
	top: 50px;
	right: -100px;
	background: url(../img/L.png);
	background-size: contain;
	background-repeat: no-repeat;
	z-index: -1;
}

.alpha-a {
	top: 250px;
	left: -150px;
	background: url(../img/A.png);
	background-size: contain;
	background-repeat: no-repeat;
	z-index: -1;
}

.alpha-k {
	top: 100px;
	right: -100px;
	background: url(../img/K.png);
	background-size: contain;
	background-repeat: no-repeat;
	z-index: -1;
}

.alpha-e {
	top: 600px;
	left: -100px;
	background: url(../img/E.png);
	background-size: contain;
	background-repeat: no-repeat;
	z-index: -1;
}

.alpha-e2 {
	top: 800px;
	right: -100px;
	background: url(../img/E.png);
	background-size: contain;
	background-repeat: no-repeat;
	z-index: -1;
}

.alpha-s {
	top: 100px;
	right: -100px;
	background: url(../img/S.png);
	background-size: contain;
	background-repeat: no-repeat;
	z-index: -1;
}

.alpha-i {
	top: 100px;
	right: -100px;
	background: url(../img/I.png);
	background-size: contain;
	background-repeat: no-repeat;
	z-index: -1;
}

.alpha-d {
	top: 1200px;
	left: -100px;
	background: url(../img/D.png);
	background-size: contain;
	background-repeat: no-repeat;
	z-index: -1;
}

header {
	position: fixed;
	width: 100%;
	z-index: 99;
	background: #fff;
	border-top: 5px solid #0b8ed1;
}

.topnav {
	width: 100%;
	height: 100%;
	display: flex;
	flex-wrap: wrap;
	align-items: flex-end;
	padding: 0 20px;
	box-sizing: border-box;

}

.topnav li {
	padding: 10px 20px;
	box-sizing: border-box;
}

.toplogo {
	margin-right: auto;
	box-sizing: border-box;
}

.logo h1 {
	margin-top: 10px;
}

.logo p {
	padding: 0 10px;
	font-size: .9em;
}

.address-area {
	text-align: center;
}

.add {
	font-weight: bold;
	font-size: .9em;
}

.phone {
	margin-top: 10px;
}

.phone a {
	display: inline-block;
}

nav.globalMenuSp {
	position: fixed;
	z-index: 100;
	top: 0;
	left: 0;
	/*background: #fff;*/
	color: #000;
	text-align: center;
	transform: translateY(-100%);
	transition: all 0.6s;
	width: 100%;
	height: 100%;
}

nav.globalMenuSp ul {
	background: #3399ff;
	margin: 0 auto;
	padding: 50px 0;
	width: 100%;
	height: 100%;
	overflow-y: auto;
	-webkit-overflow-scrolling: touch;
	box-sizing: border-box;
}

nav.globalMenuSp ul li {
	font-size: 1.2em;
	list-style-type: none;
	padding: 0;
	width: 100%;
	/*border-bottom: 1px dotted #fff;*/
}

nav.globalMenuSp ul li:last-child {
	padding-bottom: 0;
	border-bottom: none;
}

nav.globalMenuSp ul li.sp {}

p.psp {
	padding: 1em 0;
}

nav.globalMenuSp ul li a {
	display: block;
	color: #fff;
	padding: 1em 0;
}

nav.globalMenuSp ul li a:hover {
	background: rgba(245, 245, 245, 0.8);
}



/*nav.globalMenuSp ul li:hover > ul.spdrop{
display:block;

}*/
nav.globalMenuSp.nav_active {
	transform: translateY(0%);
}


.navToggle {
	display: block;
	position: relative;
	/*right: 20px;
		top: 20px;*/
	width: 70px;
	height: 90px;
	/*height: 80px;*/
	cursor: pointer;
	z-index: 101;
	text-align: center;
	border-radius: 5px;
}

.navToggle span {
	display: block;
	position: absolute;
	width: 70px;
	border-bottom: solid 9px #3399ff;
	-webkit-transition: .35s ease-in-out;
	-moz-transition: .35s ease-in-out;
	transition: .35s ease-in-out;
	left: 0px;

}

.navToggle span:nth-child(1) {
	top: 9px;

}

.navToggle span:nth-child(2) {
	top: 32px;

}

.navToggle span:nth-child(3) {
	top: 55px;
}

.navToggle span:nth-child(4) {
	border: none;
	color: #3399ff;
	font-size: 1.3em;
	font-weight: bold;
	top: 70px;
}

.navToggle.nav_active span {
	box-shadow: none;
	text-shadow: none;
}

.navToggle.nav_active span:nth-child(1) {
	top: 22px;
	left: 0px;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	transform: rotate(-45deg);
	border-bottom: solid 9px #fff;
}


.navToggle.nav_active span:nth-child(2),
.navToggle.nav_active span:nth-child(3) {
	top: 22px;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	transform: rotate(45deg);
	border-bottom: solid 9px #fff;
}

.navToggle.nav_active span:nth-child(4) {
	color: #fff;
}


.gnav li a {
	text-decoration: none;
	color: #ffff00 !important;
	font-weight: bold;
	font-size: 1.5em;
}

.pop {
	background: #9fde67 !important;
}

li.pop a {
	color: #fff !important;
}

.main {
	position: relative;
	height: 100vh;
	box-sizing: border-box;
	overflow: hidden;
}

.main img {
	width: 100%;
	height: 100vh;
	object-fit: cover;
	object-position: center center;
}

#contents {}

#contents p {
	line-height: 1.8em;
}

.contents-box {
	padding: 10px 20px;
}

.shadow {
	text-shadow: #fff 2px 0px, #fff -2px 0px, #fff 0px -2px, #fff 0px 2px, #fff 2px 2px, #fff -2px 2px, #fff 2px -2px, #fff -2px -2px, #fff 1px 2px, #fff -1px 2px, #fff 1px -2px, #fff -1px -2px, #fff 2px 1px, #fff -2px 1px, #fff 2px -1px, #fff -2px -1px;
}

.caution {
	font-size: .8em;
}

.inner {
	position: relative;
	width: 100%;
	max-width: 1280px;
	margin: 0 auto;
	padding: 100px 0;
}

.demo {
	background: url(../img/demo.jpeg);
}

.abc {
	background: url(../img/abc.jpg);
}

.En {
	background: url(../img/En.jpg);
}

.green {
	background: url(../img/green.jpg);
}

.lakeside {
	background: url(../img/access.jpg);
}

.fixed-bg {
	height: 400px;
	background-attachment: fixed;
	background-size: cover;
	background-position: center;
}

.fixed-bg2 {
	position: relative;
}

.fixed-bg2::after {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: url(../img/demo2.png), rgba(220, 220, 220, .4);
	background-attachment: fixed;
	background-size: cover;
	background-position: center;
	z-index: -2;
}


.bg1 {
	position: relative;

}

.bg1::after {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: #fffaf0;
	z-index: -2;
}




h2 {
	/*background: #3399ff;*/
	background: #0b8ed1;
	padding: 15px 20px;
	color: #ffff00;
	font-weight: bold;
	font-size: 1.5em;
	border-radius: 10px;
	margin-bottom: 30px;
}

h3 {
	font-size: 1.3em;
	font-weight: bold;
	margin-bottom: 10px;
}

.ja-ttl {
	color: #fff;
	font-size: .8em;
	margin-left: 1em;
}

.feed {
	position: relative;
	background: url(../img/bg.png), rgba(255, 255, 255, .9);
	background-size: cover;
	border-radius: 10px;
}

.feed ul {
	padding: 50px;
}

.feed li {
	padding-bottom: 25px;
}

.feed li a {
	display: inline-block;
	text-decoration: none;
	font-size: 1.1em;
	padding: 5px;
	color: #0b8ed1;
	border-bottom: dotted 1px #0b8ed1;
	transition: .3s;
}

.feed li a:hover {
	color: #87ceeb;
	border-bottom: dotted 1px #87ceeb;
}

.blog-btn {
	position: absolute;
	bottom: 10px;
	right: 10px;
	box-sizing: border-box;
}

.blog-btn a {
	display: inline-block;
	padding: 10px;
	border-radius: 5px;
	color: #fff;
	font-weight: bold;
	text-decoration: none;
	background: #ff8c00;
	box-sizing: border-box;
	transition: .3s;
}

.blog-btn a:hover {
	background: #ffa500;
}


.top-date {
	padding: 5px;
	color: #fff;
	background: #3399ff;
	font-size: .8em;
	border-radius: 5px;
	margin-right: 10px;
}

.table-class {
	border: solid 1px #ccc;
	background: #fff;
	margin: 50px auto;
}

.table-class th {
	font-weight: bold;
	background: #f5f5f5;
}

.table-class th,
.table-class td {
	padding: 20px;
	border: solid 1px #ccc;
}

.day {
	text-align: center;
}

.table-class br {
	display: none;
}

.policy {
	padding: 10px 20px;
	margin-bottom: 20px;
}

.policy li {
	line-height: 1.8em;
	list-style-type: disc;
	list-style-position: outside;
}

.open-time {
	width: 100%;
	max-width: 1000px;
	margin: 0 auto 20px auto;
	border: solid 1px #ccc;
	background: #fff;

}

.open-time th {
	font-weight: bold;
	background: #f5f5f5;
}

.open-time br {
	display: none;
}

.table-width1 {
	width: 200px;
	border: solid 1px #ccc;
	padding: 20px 0;
}

.table-width2 {
	width: 400px;
	text-align: center;
	border: solid 1px #ccc;
	padding: 20px 0;
}

.time-table {
	padding: 20px 0;
}

.time-table dl {
	display: flex;
	padding: 20px 15px 30px;
}

.time-table dt {
	position: relative;
	width: 10%;
	text-align: center;
}

.time {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 100px;
	width: 100px;
	margin: 0 auto;
	border-radius: 50%;
	color: #fff;
	font-weight: bold;
	background: #3399ff;
	box-sizing: border-box;
	z-index: 2;
}

.time-table dt::after {
	content: "";
	position: absolute;
	top: 100px;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	width: 5px;
	height: 100px;
	background: #dcdcdc;
}

dt.longblock::after {
	height: 150px;
}


dt.lastblock::after {
	content: none;
}

.time-table dd {
	display: flex;
	align-items: flex-end;
	width: 90%;
	line-height: 1.5em;
	padding: 10px 30px;
	margin-left: 10px;
	/*background: #fff;*/
	/*border-top: dotted 2px #fff;*/
	border-bottom: dotted 2px #fff;
	box-sizing: border-box;
}

.calendar-area {
	display: flex;
	justify-content: space-around;
}

.calendar {
	width: 50%;
}

.calendar tr {}

.calendar th {
	font-weight: bold;
	width: 150px;
	padding: 10px 0;
	box-sizing: border-box;
}

.month {
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 1.2em;
	height: 100px;
	width: 100px;
	margin: 0 auto;
	border-radius: 50%;
	background: #3399ff;
	color: #fff;
	box-sizing: border-box;
}

.Apr {
	background: #f8b500;
}

.May {
	background: #f4a37b;
}

.June {
	background: #da1125;
}

.July {
	background: #e95892;
}

.Aug {
	background: #b0368e;
}

.Sep {
	background: #4c1881;
}

.Oct {
	background: #00479d;
}

.Nov {
	background: #1eb9da;
}

.Dec {
	background: #62c1b8;
}

.Jan {
	background: #008f41;
}

.Feb {
	background: #dae24a;
}

.Mar {
	background: #ffe100;
}


.Apr-pen {
	color: #f8b500;
}

.May-pen {
	color: #f4a37b;
}

.June-pen {
	color: #da1125;
}

.July-pen {
	color: #e95892;
}

.Aug-pen {
	color: #b0368e;
}

.Sep-pen {
	color: #4c1881;
}

.Oct-pen {
	color: #00479d;
}

.Nov-pen {
	color: #1eb9da;
}

.Dec-pen {
	color: #62c1b8;
}

.Jan-pen {
	color: #008f41;
}

.Feb-pen {
	color: #dae24a;
}

.Mar-pen {
	color: #ffe100;
}


/*.calendar th,.calendar td{
	padding: 20px;
}*/

.contact-area {
	display: flex;
}

.access-box {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	width: 50%;
	padding-right: 20px;
	box-sizing: border-box;
}

.add-txt {
	margin: 0 0 2rem;
}

.form_navigation {
	margin: 0 0 2rem;
	text-align: center;
}

.form_navigation a {
	background: #0b8ed1;
	color: #fff;
	display: block;
	margin: .5rem auto 2rem;
	padding: .5rem 1rem;
	text-decoration: initial;
	width: 10rem;
}

address {
	margin-bottom: 10px;
}

.address {
	border-bottom: solid 1px #ccc;
	padding-bottom: 10px;
}

.tel {
	font-size: 1.2em;
	color: #4682b4;
	font-weight: bold;
}

.gmap {
	position: relative;
	width: 50%;
	padding-bottom: 400px;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
}

.gmap iframe,
.gmap object,
.gmap embed {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	margin: auto;
	width: 100%;
	height: 450px;
}

.gmap iframe {
	margin: 0;
	padding: 0;
}

.nikoniko {
	margin-top: auto;
}

footer {
	padding: 50px 0 10px 0;
	background: #0b8ed1;
	color: #fff;
	text-align: center;
	line-height: 1.5em;
}

small br {
	display: none;
}

/*------------------------------------------------------------

1024px以下設定

------------------------------------------------------------*/

@media screen and (max-width: 1500px) {
	#contents {
		overflow: hidden;
	}
}

/*------------------------------------------------------------

1024px以下設定

------------------------------------------------------------*/

@media screen and (max-width: 1024px) {

	.alpha-l {
		right: -30px;
	}

	.alpha-a {
		left: -30px;
	}

	.alpha-k {
		right: -30px;
	}

	.alpha-e {
		top: 600px;
		left: -30px;
	}

	.alpha-e2 {
		top: 800px;
		right: -30px;
	}

	.alpha-s {
		top: 100px;
		right: -30px;
	}

	.alpha-i {
		top: 100px;
		right: -30px;
	}

	.alpha-d {
		top: 1200px;
		left: -30px;
	}

	.main {
		height: auto;
	}


	.main img {
		width: 100%;
		height: auto;

	}


	.fixed-bg,
	.fixed-bg2 {
		background-attachment: scroll;
		background-size: cover;
	}

	.navToggle {
		display: block;
		position: fixed;
		right: 5px;
		top: 10px;
		width: 60px;
		height: 60px;
		cursor: pointer;
		z-index: 101;
		text-align: center;
		border-radius: 5px;
	}

	.navToggle span {
		display: block;
		position: absolute;
		width: 47px;
		border-bottom: solid 4px #3399ff;
		-webkit-transition: .35s ease-in-out;
		-moz-transition: .35s ease-in-out;
		transition: .35s ease-in-out;
		left: 6px;
	}

	.navToggle span:nth-child(1) {
		top: 9px;
	}

	.navToggle span:nth-child(2) {
		top: 23px;
	}

	.navToggle span:nth-child(3) {
		top: 37px;
	}

	.navToggle span:nth-child(4) {
		border: none;
		color: #3399ff;
		font-size: 11px;
		font-weight: bold;
		top: 45px;
	}

	.navToggle.nav_active span {
		box-shadow: none;
		text-shadow: none;
	}

	.navToggle.nav_active span:nth-child(1) {
		top: 22px;
		left: 6px;
		-webkit-transform: rotate(-45deg);
		-moz-transform: rotate(-45deg);
		transform: rotate(-45deg);
		border-bottom: solid 4px #fff;
	}


	.navToggle.nav_active span:nth-child(2),
	.navToggle.nav_active span:nth-child(3) {
		top: 22px;
		-webkit-transform: rotate(45deg);
		-moz-transform: rotate(45deg);
		transform: rotate(45deg);
		border-bottom: solid 4px #fff;
	}

	.gnav li a {
		font-size: 1em;
	}


}


/*------------------------------------------------------------

480px以下設定

------------------------------------------------------------*/


@media screen and (max-width: 480px) {



	.float {
		width: 150px;
		height: 150px;

	}

	.float2 {
		width: 150px;
		height: 150px;
	}

	.topnav {
		padding: 0;
	}

	.topnav li {
		padding: 10px;
	}

	.logo p {
		font-size: .8em;
	}

	.logo h1 img {
		width: 100%;
		max-width: 250px;
	}

	.address-area {
		position: fixed;
		width: 100%;
		bottom: 0;
		left: 0;
		padding: 10px;
		background: #fff;
		text-align: center;
	}


	.inner {
		padding: 50px 10px;
		box-sizing: border-box;
	}

	h2 {
		font-size: 1.2em;
		line-height: 1.5em;
		padding: 10px;
		margin-bottom: 20px;
	}

	h3 {
		font-size: 1.1em;
	}

	.contents-box {
		padding: 10px;
	}

	.feed ul {
		padding: 15px;
	}

	.feed li {
		padding-bottom: 0;
		border-bottom: solid 1px #ccc;
		margin-bottom: 10px;
	}

	.feed li a {
		display: block;
		width: 100%;
		padding: 15px 10px 10px;
		border-bottom: none;
		line-height: 1.5em;
	}

	.blog-btn {
		bottom: -45px;
		right: 0px;
	}

	.top-date {
		display: inline-block;
	}

	.table-class th,
	.table-class td {
		font-size: .8em;
		padding: 10px;
		line-height: 1.5em;
	}

	.day {
		width: 80px;
	}

	.table-class br {
		display: block;
	}

	.dot {
		display: none;
	}

	.open-time {
		font-size: .8em;
		line-height: 1.5em;
	}

	.open-time br {
		display: block;
	}

	.time-table dl {
		flex-wrap: wrap;
		padding: 10px 0 20px 0;
	}

	.time-table dt {
		position: relative;
		width: 100%;
		text-align: left;
	}

	.time-table dt::after {
		content: none;
	}

	.time-table dd {
		width: 100%;
		padding: 10px;
		margin-left: 0;
		margin-top: 5px;
		border-radius: 0;
	}

	.time {
		padding: 5px 10px;
	}

	.calendar-area {
		flex-wrap: wrap;
	}

	.calendar {
		width: 100%;
	}

	.calendar th {
		width: 100px
	}

	.calendar td {
		line-height: 1.5em;
		font-size: .9em;
	}

	.month {
		font-size: 1em;
		height: 80px;
		width: 80px;
		margin: 0;
	}

	.contact-area {
		flex-wrap: wrap;
	}

	.access-box {
		width: 100%;
		padding-right: 0;
		text-align: center;
		padding-bottom: 50px;
	}

	.nikoniko {
		display: none;
	}

	.gmap {
		width: 100%;
	}

	footer {
		margin-bottom: 80px;
	}

	small {
		font-size: .8em;
	}

	small br {
		display: block;
	}


}