@charset "utf-8";
/* CSS Document */
@media screen and (max-width:767px){
#sidemenu {
	display: none;
	position: fixed;
	bottom: 0px;
	right: 0px;
	width: 0px;
	height: 0px;
	padding: px;
	background-color:;
	border-radius: ;
	z-index: 50000;
}
#sidemenu img{
	width: 0;
	height: 0;
}
.pagetop {
	display: none;
	position: fixed;
	bottom: 0px;
	right: 0;
	width: 0;
	height: 0;
	z-index: 1500;
	cursor: pointer;
}
.pagetop img{
	width: 0;
	height: 0;
}
/*--------------------------------------------------------------------------メインイメージ*/
#mimg {
	position: relative;
	width: 100%;
	height: auto;
	margin-top: 70px;
	margin-left: auto;
	margin-right: auto;
}
#video {
    position: relative;
    z-index: 0;
    width: 100%; 
    height: auto;
}
/*--------------------------------------------------------------------------コンテンツ*/
#container {
	width: 100%;
	text-align: left;
	margin-right: auto;
	margin-top: 0px;
	margin-bottom: 0;
	margin-left: auto;
}
.custom-shape-divider {
	width: 100%;
	overflow: hidden;
	line-height: 0;
	transform: scaleX(1) rotate(180deg);
	margin-top: -24px;
	z-index: 5000;
}
.custom-shape-divider svg {
	display: block;
	width: 100%;
	height: 20px;
}
.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);
}

#section01 {
	width: 100%;
	height: auto;
	padding-top: 20px;
	padding-bottom: 30px;
}
#contents01 {
	position: relative;
	width: 100%;
	height: auto;
	max-width: 340px;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
}
h2 {
	position: relative;
	width: auto;
	height: 30px;
	float: left;
	text-align: left;
	font-size: 30px;
	line-height: 30px;
	color: #0f820f;
}
.h2ac {
	position: relative;
	width: auto;
	height: 15px;
	float: left;
	text-align: left;
	font-size: 13px;
	line-height: 15px;
	letter-spacing: 0px;
	margin-left: 10px;
	margin-top: 15px;
}
#contents01 .btn a{
	display: block;
	position: absolute;
	top: 15px;
	right: 0;
	width: 90px;
	height: 18px;
	border-radius: 9px;
	outline: 1px solid #cab784;
	outline-offset: -1px;
	color: #cab784;
	text-align: center;
	font-size: 11px;
	line-height: 16px;
	transition: 0.4s;
}
#contents01 .btn a:hover{
	background-color: #cab784;
	color: #fff;
}

#Newspc { display:none;}
#Newssp {
	width: 100%;
	height: auto;
	float: left;
	margin-top: 10px;
}
#contents01 iframe{
	width: 100%;
	height: 375px;
}

#section02 {
	width: 100%;
	height: auto;
	padding-top: 35px;
	padding-bottom: 35px;
}
.cstm-wave-top-bottom {
    --mask:
      radial-gradient(16.01px at 50% 22.5px, #000 99%, #0000 101%) calc(50% - 20px) 0/40px 51% repeat-x,
      radial-gradient(16.01px at 50% -12.5px, #0000 99%, #000 101%) 50% 10px/40px calc(51% - 10px) repeat-x,
      radial-gradient(16.01px at 50% calc(100% - 22.5px), #000 99%, #0000 101%) calc(50% - 20px) 100%/40px 51% repeat-x,
      radial-gradient(16.01px at 50% calc(100% + 12.5px), #0000 99%, #000 101%) 50% calc(100% - 10px)/40px calc(51% - 10px) repeat-x;
}

#contents02 {
	position: relative;
	width: 100%;
	height: auto;
	max-width: 340px;
	text-align: left;
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
}
#s02Box {
	width: 100%;
	height: auto;
	min-height: inherit;
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
	display: flex;
    justify-content: space-between;
	align-content: space-between;
	flex-wrap: wrap-reverse;
}
#c02txtbox {
	position: relative;
	left: 0;
	width: 340px;
	height: auto;
	z-index: 1110;
	margin-top: 20px;
	padding: 0px;
	float: left;
}
.h3ac {
	width: 100%;
	height: auto;
	font-size: 15px;
	line-height: 15px;
	letter-spacing: 0px;
	text-align: left;
	float: left;
}
h3 {
	width: 100%;
	height: auto;
	font-size: 25px;
	line-height: 25px;
	letter-spacing: 0px;
	text-align: left;
	font-weight: 500;
	color: #0f820f;
	float: left;
	margin-top: 10px;
}
#c02txtbox .st1{
	width: 100%;
	text-align: left;
	font-size: 13px;
	line-height: 16px;
	letter-spacing: 0px;
	margin-top: 15px;
	float: left;
}
#c02txtbox .btn a{
	display: block;
	position: relative;
	width: 300px;
	height: 40px;
	margin-top: 20px;
	margin-left: 20px;
	border-radius: 20px;
	font-size: 15px;
	line-height: 38px;
	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: relative;
	right: 0;
	width: 340px;
	height: 236px;
	padding-top: 0;
	z-index: 1020;
	max-width: 340px;
	float: left;
	margin-top: 0;
}
#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: 236px;
	border-radius: 10px;
}
#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;
}
#c02MapBox {
	width: 340px;
	height: auto;
	margin-top: 40px;
	margin-left: auto;
	margin-right: auto;
}
h4 {
	position: relative;
	width: auto;
	height: 30px;
	float: left;
	text-align: left;
	font-size: 30px;
	line-height: 30px;
	color: #0f820f;
}
.h4ac {
	position: relative;
	width: auto;
	height: 20px;
	float: left;
	text-align: left;
	font-size: 13px;
	line-height: 15px;
	letter-spacing: 0px;
	margin-left: 10px;
	margin-top: 15px;
}

#c02Map {
	position: relative;
	width: 340px;
	height: auto;
	float: left;
	margin-top: 0px;
	z-index: 1;
}
#c02Map img{
	width: 340px;
	height: 330px;
}
#c02Mapdetail01 {
	position: relative;
	top: 0;
	left: 0px;
	width: 340px;
	height: auto;
	float: left;
	margin-top: 20px;
	z-index: 2;
}

#Map_dbox01 {
	width: 340px;
	height: auto;
	float: left;
}
#Map_dbox01.f{ margin-top: 15px;}

#Map_dbox01 .Img{
	width: 100px;
	height: 80px;
	float: left;
}
#Map_dbox01 .Img img{
	width: 100px;
	height: 80px;
	obeject-fit:cover;
	overflow: hidden;
	border-radius: 5px;
	transition: 0.4s;
}
#Map_dbox01 .Img img:hover{
	transform: scale(1.00);
	box-shadow: 0px 0px 0px rgba(0,0,0,0.0);
}
#Map_dbox01 .txt{
	width: 230px;
	height: auto;
	float: left;
	margin-left: 10px;
}
#Map_dbox01 .number{
	width: 16px;
	height: 16px;
	float: left;
	font-size: 11px;
	line-height: 14px;
	text-align: center;
	color: #FFF;
	background-color: #f13c59;
	border-radius: 50%;
}
#Map_dbox01 .ttl{
	width: 204px;
	height: 16px;
	float: left;
	font-size: 14px;
	line-height: 16px;
	font-weight: 600;
	text-align: left;
	margin-left: 10px;
	letter-spacing: 0px;
}
#Map_dbox01 .explan{
	width: 230px;
	height: auto;
	float: left;
	font-size: 13px;
	line-height: 16px;
	text-align: left;
	margin-top: 5px;
}

#Map_dbox02 {
	width: 340px;
	height: auto;
	float: left;
	margin-top: 15px;
	margin-left: 0;
}
#Map_dbox02 .Img{
	width: 100px;
	height: 80px;
	float: left;
}
#Map_dbox02 .Img img{
	width: 100px;
	height: 80px;
	obeject-fit:cover;
	overflow: hidden;
	border-radius: 5px;
	transition: 0.4s;
}
#Map_dbox02 .Img img:hover{
	transform: scale(1.00);
	box-shadow: 0px 0px 0px rgba(0,0,0,0.0);
}

#Map_dbox02 .txt{
	width: 230px;
	height: auto;
	float: left;
	margin-left: 10px;
}
#Map_dbox02 .number{
	width: 16px;
	height: 16px;
	float: left;
	font-size: 11px;
	line-height: 14px;
	text-align: center;
	color: #FFF;
	background-color: #f13c59;
	border-radius: 50%;
}
#Map_dbox02 .ttl{
	width: 204px;
	height: 16px;
	float: left;
	font-size: 14px;
	line-height: 16px;
	font-weight: 600;
	text-align: left;
	margin-left: 10px;
	letter-spacing: 0px;
}
#Map_dbox02 .explan{
	width: 230px;
	height: auto;
	float: left;
	font-size: 13px;
	line-height: 16px;
	text-align: left;
	margin-top: 5px;
}

#Map_dbox03 {
	width: 340px;
	height: auto;
	float: left;
	margin-top: 15px;
	margin-left: 0;
}
#Map_dbox03.f {margin-left: 0px;}

#Map_dbox03 .Img{
	width: 100px;
	height: 80px;
	float: left;
}
#Map_dbox03 .Img img{
	width: 100px;
	height: 80px;
	obeject-fit:cover;
	overflow: hidden;
	border-radius: 5px;
	transition: 0.4s;
}
#Map_dbox03 .Img img:hover{
	transform: scale(1.00);
	box-shadow: 0px 0px 0px rgba(0,0,0,0.0);
}

#Map_dbox03 .txt{
	width: 230px;
	height: auto;
	float: left;
	margin-left: 10px;
}
#Map_dbox03 .number{
	width: 16px;
	height: 16px;
	float: left;
	font-size: 11px;
	line-height: 14px;
	text-align: center;
	color: #FFF;
	background-color: #f13c59;
	border-radius: 50%;
}
#Map_dbox03 .ttl{
	width: 204px;
	height: 16px;
	float: left;
	font-size: 14px;
	line-height: 16px;
	font-weight: 600;
	text-align: left;
	margin-left: 10px;
	letter-spacing: 0px;
}
#Map_dbox03 .ttl2{
	width: 204px;
	height: 16px;
	float: left;
	font-size: 14px;
	line-height: 16px;
	font-weight: 600;
	text-align: left;
	margin-left: 10px;
	letter-spacing: 0px;
}
#Map_dbox03 .ttl3{
	width: 204px;
	height: 16px;
	float: left;
	font-size: 14px;
	line-height: 16px;
	font-weight: 600;
	text-align: left;
	margin-left: 10px;
	letter-spacing: 0px;
}
#Map_dbox03 .explan{
	width: 230px;
	height: auto;
	float: left;
	font-size: 13px;
	line-height: 16px;
	text-align: left;
	margin-top: 5px;
}
#c02MapBox .btn a{
	display: block;
	position: relative;
	width: 300px;
	height: 40px;
	margin-top: 30px;
	margin-left: 20px;
	border-radius: 20px;
	font-size: 15px;
	line-height: 38px;
	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;
	padding-top: 25px;
	padding-bottom: 25px;
}
#contents03 {
	position: relative;
	width: 100%;
	height: auto;
	max-width: 340px;
	text-align: left;
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
}

#c03Box {
	position: relative;
	width: 310px;
	padding: 15px;
	height: auto;
	float: left;
	outline: 2px solid #0f820f;
	outline-offset: -2px;
	margin-top: 30px;
	border-radius: 10px;
	background-color: #FFF;
}
#c03Box .ttl {
	position: absolute;
	width: 200px;
	height: 40px;
	background-color: #fff;
	top: -20px;
	left: 70px;
}
#c03Box .ttl p{
	width: 100%;
	height: 25px;
	text-align: center;
	font-size: 25px;
	line-height: 25px;
	letter-spacing: 1px;
	color: #0f820f;
	float: left;
}
#c03Box .ttl span{
	width: 100%;
	height: 15px;
	text-align: center;
	font-size: 12px;
	line-height: 15px;
	letter-spacing: 0px;
	float: left;
	margin-top: 5px;
}
#c03Box .txt01 {
	position: relative;
	width: 310px;
	height: auto;
	float: left;
	margin-top: 15px;
}
#c03Box .txt01 li{
	width: 100%;
	height: auto;
	text-align: left;
	font-size: 13px;
	line-height: 15px;
	list-style: none;
	margin-top: 10px;
}
#c03Box .txt02 {
	position: relative;
	width: 310px;
	height: auto;
	float: left;
	margin-left: 0px;
}
#c03Box .txt02 li{
	width: 100%;
	height: auto;
	text-align: left;
	font-size: 13px;
	line-height: 15px;
	list-style: none;
	margin-top: 10px;
}


}

