@charset "utf-8";
/* CSS Document */

.pagetop {
	display: none;
	position: fixed;
	bottom: 200px;
	right: 3px;
	width: 40px;
	height: 40px;
	z-index: 50000;
	filter: drop-shadow(0px 0px 3px rgba(0, 0, 0, 0.1));
}
.pagetop img {
	transition: 0.5s;
}
.pagetop img:hover {
	transform: rotate(360deg);
}


/*--------------------------------------------------------------------------メインイメージ*/
#mimg {
	position: relative;
	width: 100%;
	height: 230px;
	padding-top: 120px;
	margin-top: 110px;
	margin-left: auto;
	margin-right: auto;
	background-image: url(../web/cms/mimg.webp);
	background-position: top center;
}
#mimg .ttl{
	width: 100%;
	height: 50px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	font-size: 48px;
	line-height: 50px;
	letter-spacing: 3px;
    -webkit-text-stroke: 5px #fff; 
    paint-order: stroke fill; 
}

#breadcrumb {
	width: calc(100% - 20px);
	height: 40px;
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
　　list-style: none;
    text-align: left;
	padding-left: 20px;
}
#breadcrumb li {
  display: inline-block;
  list-style: none;
  font-size: 12px;
  line-height: 40px;
}

#breadcrumb li:after {
  content: '>';
  padding: 3px 7px;
  color: #000;
}

#breadcrumb li:last-child:after {
  content: '';
}

#breadcrumb li a {
  width: auto;
  display: inline-block;
  text-decoration: none;
  color: #333;
  font-size: 12px;
  line-height: 12px;
  text-align: left;
}
#breadcrumb .nl{
	width: auto;
  display: inline-block;
  padding: 0px;
  text-decoration: none;
  color: #0f820f;
  font-size: 12px;
  line-height: 12px;
  text-align: left;
}

#breadcrumb li a:hover {
  color: #0f820f;
}

/*--------------------------------------------------------------------------コンテンツ*/
#container {
	width: 100%;
	height: auto;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
.custom-shape-divider {
	width: 100%;
	overflow: hidden;
	line-height: 0;
	transform: scaleX(1) rotate(180deg);
	margin-top: -70px;
	z-index: 5000;
}

.custom-shape-divider svg {
	display: block;
	width: 100%;
	height: 70px;
}

.wave-animation > use {
	fill: #fff;
	animation: wave-move 10s cubic-bezier(.55,.5,.45,.5) infinite;
}

.wave-animation > use:nth-child(1) {
	animation-delay: -2s;
	animation-duration: 10s;
}

.wave-animation > use:nth-child(2) {
	animation-delay: -3s;
	animation-duration: calc(10s * 0.7);
}

.wave-animation > use:nth-child(3) {
	animation-delay: -4s;
	animation-duration: calc(10s * 0.5);
}

@keyframes wave-move {
	0% { transform: translate3d(-90px, 0, 0); }
	100% { transform: translate3d(85px, 0, 0); }
}

#section01 {
	position: relative;
	width: 100%;
	height: auto;
	margin: 0 auto;
	padding-top: 50px;
	padding-bottom: 50px;
}
#contents01 {
	position: relative;
	width: 1200px;
	height: auto;
	margin-left: auto;
	margin-right: auto;
}
#contents01:after{
	content: "";
	clear: both;
	display: block;
}
h2 {
	position: relative;
	width: auto;
	height: 60px;
	float: left;
	text-align: left;
	font-size: 60px;
	line-height: 60px;
	color: #0f820f;
}
.h2ac {
	position: relative;
	width: auto;
	height: 20px;
	float: left;
	text-align: left;
	font-size: 18px;
	line-height: 20px;
	letter-spacing: 1px;
	margin-left: 20px;
	margin-top: 38px;
}

#c01Map {
	position: relative;
	width: 700px;
	height: 680px;
	padding: 20px;
	float: left;
	margin-top: 50px;
	z-index: 1;
	text-align: left;
	clear: both;
	background-color: #f8f4e9;
	border-radius: 20px;
}
#c01Map img{
	width: 700px;
	height: 679px;
	cursor: zoom-in;
	border-radius: 20px;
}

#c01details {
	position: relative;
	width: 400px;
	height: 720px;
	float: left;
	margin-top: 50px;
	margin-left: 60px;
}
#c01details .btn{
	width: 400px;
	height: 40px;
	float: left;
	border-radius: 20px;
	outline: 2px solid #f13c59;
	outline-offset: -2px;
	background-image: url(../web/facility/ac01.png);
	background-repeat: no-repeat;
	background-position: right;
	margin-bottom: 20px;
	transition: 0.4s;
}
#c01details .btn:hover{
	background-color: #f8f4e9;
	box-shadow: 3px 3px 3px rgba(0,0,0,0.1);
	transform: translateY(3px);
}

#c01details .number{
	width: 24px;
	height: 24px;
	float: left;
	font-size: 14px;
	line-height: 22px;
	text-align: center;
	color: #FFF;
	background-color: #f13c59;
	border-radius: 50%;
	margin-left: 8px;
	margin-top: 8px;
}
#c01details .ttl{
	width: 330px;
	height: 24px;
	float: left;
	font-size: 20px;
	line-height: 24px;
	font-weight: 600;
	text-align: left;
	letter-spacing: 1px;
	margin-left: 10px;
	margin-top: 8px;
	color: #000;
}
#c01details .ttl2{
	width: 330px;
	height: 24px;
	float: left;
	font-size: 20px;
	line-height: 24px;
	font-weight: 600;
	text-align: left;
	letter-spacing: 1px;
	margin-left: 10px;
	margin-top: 8px;
	color: #000;
}


#section02 {
	position: relative;
	width: 100%;
	height: auto;
	margin: 0 auto;
	padding-top: 50px;
	padding-bottom: 50px;
}
#contents02 {
	position: relative;
	width: 1200px;
	height: auto;
	margin-left: auto;
	margin-right: auto;
}
#contents02:after{
	content: "";
	clear: both;
	display: block;
}
#facility {
	width: 100%;
	height: auto;
	display: flex;
	flex-wrap:wrap;
	justify-content:space-between;
}
#fa01 {
	width: 1200px;
	height: auto;
	float: left;
	margin-top: 50px;
}
#fa02 {
	width: 550px;
	height: auto;
	float: left;
	margin-top: 50px;
}
#fa03 {
	width: 550px;
	height: auto;
	float: left;
	margin-top: 50px;
}
#fa04 {
	width: 550px;
	height: auto;
	float: left;
	margin-top: 50px;
}
#fa05 {
	width: 550px;
	height: auto;
	float: left;
	margin-top: 50px;
}
#fa06 {
	width: 550px;
	height: auto;
	float: left;
	margin-top: 50px;
}
#fa07 {
	width: 550px;
	height: auto;
	float: left;
	margin-top: 50px;
}
#fa08 {
	width: 550px;
	height: auto;
	float: left;
	margin-top: 50px;
}
#fa09 {
	width: 550px;
	height: auto;
	float: left;
	margin-top: 50px;
}
#fa10 {
	width: 550px;
	height: auto;
	float: left;
	margin-top: 50px;
}
#fa11 {
	width: 550px;
	height: auto;
	float: left;
	margin-top: 50px;
}
#fa12 {
	width: 1200px;
	height: auto;
	float: left;
	margin-top: 50px;
}

#fa_ttl01{
	width: 1200px;
	height: 50px;
	outline: 2px solid #f13c59;
	outline-offset: -2px;
	float: left;
	border-radius: 25px;
}
#fa_ttl01 .number{
	width: 30px;
	height: 30px;
	float: left;
	font-size: 18px;
	line-height: 28px;
	text-align: center;
	color: #FFF;
	background-color: #f13c59;
	border-radius: 50%;
	margin-left: 10px;
	margin-top: 10px;
}
#fa_ttl01 .ttl{
	width: 1130px;
	height: 30px;
	float: left;
	font-size: 24px;
	line-height: 30px;
	font-weight: 600;
	text-align: left;
	letter-spacing: 1px;
	margin-left: 15px;
	margin-top: 10px;
	color: #000;
}

#fa_ttl02{
	width: 550px;
	height: 50px;
	outline: 2px solid #f13c59;
	outline-offset: -2px;
	float: left;
	border-radius: 25px;
}
#fa_ttl02 .number{
	width: 30px;
	height: 30px;
	float: left;
	font-size: 18px;
	line-height: 28px;
	text-align: center;
	color: #FFF;
	background-color: #f13c59;
	border-radius: 50%;
	margin-left: 10px;
	margin-top: 10px;
}
#fa_ttl02 .ttl{
	width: 480px;
	height: 30px;
	float: left;
	font-size: 24px;
	line-height: 30px;
	font-weight: 600;
	text-align: left;
	letter-spacing: 1px;
	margin-left: 15px;
	margin-top: 10px;
	color: #000;
}
#fa_ttl02 .ttl span{
	color: #F33;
}

#contents02 .txt01{
	width: 100%;
	float: left;
	font-size: 16px;
	line-height: 27px;
	text-align: left;
	letter-spacing: 1px;
	margin-top: 20px;
}
#thumbnails {
	width: 100%;
	height: auto;
	display: flex;
	flex-wrap:wrap;
	justify-content:space-between;
}
#thumb01{
	width: 340px;
	float: left;
	margin-top: 30px;
}
#thumb01 .Img{
	width: 340px;
	height: 255px;
	float: left;
}
#thumb01 .Img img{
	width: 340px;
	height: 255px;
	object-fit:cover;
	overflow: hidden;
	transition: 0.4s;
	border-radius: 8px;
}
#thumb01 .Img img:hover{
	transform: scale(1.02);
}
#thumb01 .ttl{
	width: 100%;
	height: 20px;
	float: left;
	font-size: 17px;
	line-height: 20px;
	text-align: left;
	letter-spacing: 0px;
	margin-top: 10px;
}
#thumb01 .txt{
	width: 100%;
	height: auto;
	float: left;
	font-size: 14px;
	line-height: 18px;
	text-align: left;
	letter-spacing: 0px;
	margin-top: 5px;
}

#thumb02{
	width: 260px;
	float: left;
	margin-top: 20px;
}
#thumb02 .Img{
	width: 260px;
	height: 195px;
	float: left;
}
#thumb02 .Img img{
	width: 260px;
	height: 195px;
	object-fit:cover;
	overflow: hidden;
	transition: 0.4s;
	border-radius: 8px;
}
#thumb02 .Img img:hover{
	transform: scale(1.02);
}
#contents02 .txt02{
	width: 100%;
	float: left;
	font-size: 14px;
	line-height: 18px;
	text-align: left;
	letter-spacing: 0px;
	margin-top: 10px;
}
#contents02 .IGbtn a{
	display:block;
	width: 320px;
	height: 30px;
	padding: 5px;
	outline: 2px solid #F96;
	outline-offset: -2px;
	border-radius: 20px;
	background-image: url(../web/facility/ac02.png);
	background-repeat: no-repeat;
	background-position: left;
	float: left;
	font-size: 14px;
	line-height: 28px;
	text-align: center;
	letter-spacing: 0px;
	margin-top: 15px;
	transition: 0.4s;
	color: #000;
}
#contents02 .IGbtn a:hover{
	outline: 2px solid #F63;
	transform: translateX(10px);
	box-shadow: 3px 3px 3px rgba(0,0,0,0.1);
}









@media screen and (min-width:768px){

}
