@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: auto;
	margin-left: auto;
	margin-right: auto;

}
#video {
    position: relative;
    z-index: 0;
    width: 100%; 
    height: auto;
}

/*--------------------------------------------------------------------------コンテンツ*/
#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: -75px;
	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;
}
#contents01 .btn a{
	display: block;
	position: absolute;
	top: 30px;
	right: 0;
	width: 120px;
	height: 30px;
	border-radius: 15px;
	outline: 1px solid #cab784;
	outline-offset: -1px;
	color: #cab784;
	text-align: center;
	font-size: 13px;
	line-height: 28px;
	transition: 0.4s;
}
#contents01 .btn a:hover{
	background-color: #cab784;
	color: #fff;
}

#Newspc {
	width: 100%;
	height: auto;
	float: left;
	margin-top: 30px;
}
#contents01 iframe{
	width: 100%;
	height: 480px;
}

#section02 {
	position: relative;
	width: 100%;
	height: auto;
	margin: 0 auto;
	padding-top: 100px;
	padding-bottom: 100px;
	background-color: #f8f4e9;
}
.cstm-wave-top-bottom {
  --mask:
    radial-gradient(33.6px at 50% 47px, #000 99%, #0000 101%) calc(50% - 40px) 0/80px 51% repeat-x,
    radial-gradient(33.6px at 50% -27px, #0000 99%, #000 101%) 50% 20px/80px calc(51% - 20px) repeat-x,
    radial-gradient(33.6px at 50% calc(100% - 47px), #000 99%, #0000 101%) calc(50% - 40px) 100%/80px 51% repeat-x,
    radial-gradient(33.6px at 50% calc(100% + 27px), #0000 99%, #000 101%) 50% calc(100% - 20px)/80px calc(51% - 20px) repeat-x;
  -webkit-mask: var(--mask);
  mask: var(--mask);
}

#contents02 {
	position: relative;
	width: 100%;
	height: auto;
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
}
#contents02:after{
	content: "";
	clear: both;
	display: block;
}
#s02Box {
	position: relative;
	width: 100%;
	min-height: 650px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	overflow: hidden;
}
#c02txtbox {
	position: absolute;
	left: 5%;
	width: 35%;
	height: auto;
}
.h3ac {
	width: 100%;
	height: auto;
	font-size: 24px;
	line-height: 24px;
	letter-spacing: 1px;
	text-align: left;
	float: left;
}
h3 {
	width: 100%;
	height: auto;
	font-size: 45px;
	line-height: 45px;
	letter-spacing: 1px;
	text-align: left;
	font-weight: 500;
	color: #0f820f;
	float: left;
	margin-top: 20px;
}
#c02txtbox .st1{
	width: 100%;
	text-align: left;
	font-size: 16px;
	line-height: 28px;
	letter-spacing: 1px;
	margin-top: 40px;
	float: left;
}
#c02txtbox .btn a{
	display: block;
	position: relative;
	width: 300px;
	height: 50px;
	margin-top: 40px;
	border-radius: 25px;
	font-size: 20px;
	line-height: 48px;
	letter-spacing: 1px;
	text-align: center;
	color: #0f820f;
	background-color: #FFF;
	outline: 2px solid #0f820f;
	outline-offset: -2px;
	float: left;
	transition: 0.4s;
}
#c02txtbox .btn a:hover{
	color: #fff;
	background-color: #0f820f;
}

#c02Backbox01 {
	position: absolute;
	right: 0;
	width: 55%;
	padding-top: 38.192%;
	z-index: 1020;
	max-width: 864px;
	max-height: 600px;
}
#c02Backbox01 .bgImg{
	width: 100%;
	position: absolute;
	top:0;
	left: 0;
	right:0;
	bottom:0;
	opacity:0;
	animation: bgAnime3 21s infinite;
	background-position: top right;
	background-repeat: no-repeat;
	background-size: contain;
	z-index: 1;
	max-height: 600px;
	border-radius: 30px 0 0 30px;
}
#c02Backbox01 .src1{
	display:block;
	background-image: url(../web/home/c02slide01.jpg); 
}
#c02Backbox01 .src2{
	background-image: url(../web/home/c02slide02.jpg);  
	animation-delay: 7s;
}
#c02Backbox01 .src3{
	background-image: url(../web/home/c02slide03.jpg);  
	animation-delay: 14s;
}
@keyframes bgAnime3 {
   0% { opacity: 0; }
   5% { opacity: 1; }
   33% { opacity: 1; }
  40% { opacity: 0; }
}

#c02MapBox {
	width: 1200px;
	height: auto;
	margin-top: 30px;
	margin-left: auto;
	margin-right: auto;
}
h4 {
	position: relative;
	width: auto;
	height: 60px;
	float: left;
	text-align: left;
	font-size: 60px;
	line-height: 60px;
	color: #0f820f;
}
.h4ac {
	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;
}

#c02Map {
	position: relative;
	width: 1200px;
	height: 795px;
	float: left;
	margin-top: 40px;
	z-index: 1;
	text-align: left;
}
#c02Map img{
	width: 820px;
	height: 795px;
	cursor: zoom-in;
}

#c02Mapdetail01 {
	position: absolute;
	top:0;
	left: 650px;
	width: 550px;
	height: 795px;
	z-index: 2;
}

#Map_dbox01 {
	width: 550px;
	height: 100px;
	float: left;
}
#Map_dbox01.f{ margin-top: 35px;}

#Map_dbox01 .Img{
	width: 130px;
	height: 100px;
	float: left;
}
#Map_dbox01 .Img img{
	width: 130px;
	height: 100px;
	obeject-fit:cover;
	overflow: hidden;
	border-radius: 5px;
	transition: 0.4s;
}
#Map_dbox01 .Img img:hover{
	transform: scale(1.03);
	box-shadow: 2px 2px 2px rgba(0,0,0,0.2);
}
#Map_dbox01 .txt{
	width: 405px;
	height: 100px;
	float: left;
	margin-left: 15px;
}
#Map_dbox01 .number{
	width: 22px;
	height: 22px;
	float: left;
	font-size: 13px;
	line-height: 20px;
	text-align: center;
	color: #FFF;
	background-color: #f13c59;
	border-radius: 50%;
}
#Map_dbox01 .ttl{
	width: 375px;
	height: 22px;
	float: left;
	font-size: 19px;
	line-height: 20px;
	font-weight: 600;
	text-align: left;
	margin-left: 8px;
	letter-spacing: 1px;
}
#Map_dbox01 .explan{
	width: 405px;
	height: 70px;
	float: left;
	font-size: 15px;
	line-height: 22px;
	text-align: left;
	margin-top: 8px;
}

#Map_dbox02 {
	width: 360px;
	height: 100px;
	float: left;
	margin-left: 190px;
	margin-top: 35px;
}

#Map_dbox02 .Img{
	width: 130px;
	height: 100px;
	float: left;
}
#Map_dbox02 .Img img{
	width: 130px;
	height: 100px;
	obeject-fit:cover;
	overflow: hidden;
	border-radius: 5px;
	transition: 0.4s;
}
#Map_dbox02 .Img img:hover{
	transform: scale(1.03);
	box-shadow: 2px 2px 2px rgba(0,0,0,0.2);
}
#Map_dbox02 .txt{
	width: 215px;
	height: 100px;
	float: left;
	margin-left: 15px;
}
#Map_dbox02 .number{
	width: 22px;
	height: 22px;
	float: left;
	font-size: 13px;
	line-height: 20px;
	text-align: center;
	color: #FFF;
	background-color: #f13c59;
	border-radius: 50%;
}
#Map_dbox02 .ttl{
	width: 185px;
	height: 22px;
	float: left;
	font-size: 19px;
	line-height: 20px;
	font-weight: 600;
	text-align: left;
	margin-left: 8px;
	letter-spacing: 1px;
}
#Map_dbox02 .explan{
	width: 215px;
	height: 70px;
	float: left;
	font-size: 14px;
	line-height: 22px;
	text-align: left;
	margin-top: 8px;
}

#Map_dbox03 {
	width: 360px;
	height: 100px;
	float: left;
	margin-top: 40px;
}
#Map_dbox03.f {margin-left: 60px;}

#Map_dbox03 .Img{
	width: 130px;
	height: 100px;
	float: left;
}
#Map_dbox03 .Img img{
	width: 130px;
	height: 100px;
	obeject-fit:cover;
	overflow: hidden;
	border-radius: 5px;
	transition: 0.4s;
}
#Map_dbox03 .Img img:hover{
	transform: scale(1.03);
	box-shadow: 2px 2px 2px rgba(0,0,0,0.2);
}
#Map_dbox03 .txt{
	width: 215px;
	height: 100px;
	float: left;
	margin-left: 15px;
}
#Map_dbox03 .number{
	width: 22px;
	height: 22px;
	float: left;
	font-size: 13px;
	line-height: 20px;
	text-align: center;
	color: #FFF;
	background-color: #f13c59;
	border-radius: 50%;
}
#Map_dbox03 .ttl{
	width: 185px;
	height: 22px;
	float: left;
	font-size: 19px;
	line-height: 20px;
	font-weight: 600;
	text-align: left;
	margin-left: 8px;
	letter-spacing: 1px;
}
#Map_dbox03 .ttl2{
	width: 185px;
	height: 22px;
	float: left;
	font-size: 18px;
	line-height: 20px;
	font-weight: 600;
	text-align: left;
	margin-left: 8px;
	letter-spacing: 0px;
}
#Map_dbox03 .ttl3{
	width: 185px;
	height: 22px;
	float: left;
	font-size: 16px;
	line-height: 20px;
	font-weight: 600;
	text-align: left;
	margin-left: 8px;
	letter-spacing: 0px;
}
#Map_dbox03 .explan{
	width: 215px;
	height: 70px;
	float: left;
	font-size: 14px;
	line-height: 22px;
	text-align: left;
	margin-top: 8px;
}

#c02MapBox .btn a{
	display: block;
	position: relative;
	width: 800px;
	height: 60px;
	margin-top: 70px;
	margin-left: 200px;
	border-radius: 30px;
	font-size: 22px;
	line-height: 58px;
	letter-spacing: 1px;
	text-align: center;
	color: #0f820f;
	background-color: #FFF;
	outline: 2px solid #0f820f;
	outline-offset: -2px;
	float: left;
	transition: 0.4s;
}
#c02MapBox .btn a:hover{
	color: #fff;
	background-color: #0f820f;
}


#section03 {
	width: 100%;
	height: auto;
	margin: 0 auto;
	padding-top: 50px;
	padding-bottom: 50px;
}
#contents03 {
	position: relative;
	width: 1200px;
	height: auto;
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
}
#contents03:after{
	content: "";
	clear: both;
	display: block;
}
#c03Box {
	position: relative;
	width: 1120px;
	padding: 40px;
	height: auto;
	float: left;
	outline: 3px solid #0f820f;
	outline-offset: -3px;
	margin-top: 50px;
	border-radius: 20px;
	background-color: #FFF;
}
#c03Box .ttl {
	position: absolute;
	width: 400px;
	height: 100px;
	background-color: #fff;
	top: -50px;
	left: 400px;
}
#c03Box .ttl p{
	width: 100%;
	height: 55px;
	text-align: center;
	font-size: 55px;
	line-height: 55px;
	letter-spacing: 3px;
	color: #0f820f;
	float: left;
}
#c03Box .ttl span{
	width: 100%;
	height: 20px;
	text-align: center;
	font-size: 15px;
	line-height: 20px;
	letter-spacing: 1px;
	float: left;
	margin-top: 10px;
}
#c03Box .txt01 {
	position: relative;
	width: 540px;
	height: auto;
	float: left;
}
#c03Box .txt01 li{
	position: relative;
	width: 100%;
	height: auto;
	text-align: left;
	font-size: 16px;
	line-height: 16px;
	list-style: none;
	margin-top: 20px;
}
#c03Box .txt01 li span{ color: #0f820f;}
#c03Box .txt02 {
	position: relative;
	width: 500px;
	height: auto;
	float: left;
	margin-left: 80px;
}
#c03Box .txt02 li{
	width: 100%;
	height: auto;
	text-align: left;
	font-size: 16px;
	line-height: 20px;
	list-style: none;
	margin-top: 20px;
}
#c03Box .txt02 li span{ color: #0f820f;}

@media screen and (min-width:768px){
#Newssp { display:none;}
}
