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

body {
	width: 100%;
	font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-size: 16px;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

a { transition: all 0.8s; }

a:hover {
  text-decoration: none;
}

.pc { display: block; }
.sp { display: none; }

.btn-contact {
  position: fixed;
  top: 4%;
  right: 5%;
  z-index: 2;
}


/* ---------------------
		header
----------------------*/

#header {
  margin-bottom: 0;
  position: fixed;
  left: 10%;
  z-index: 2;
  display: block;
  width: 401px;
  max-width: 401px;
  background-color: #FFFFFF;
  border-radius: 0 0 35px 35px;
  padding: 10px 20px 15px;
}

#header:after {
  content: "";
  display: block;
  clear: both;
}

#header > .inner-1200 {
  margin: 0;
  overflow: visible;
}

.inner-1200 {
  max-width: 1200px;
}

#header .h-logo {
  float: none;
  margin: 4vh auto 3vh auto;
  max-width: 20vh;
}

#header .h-logo .img {
  font-size: 32px;
  font-weight: bold;
  padding-top: 1px;
  padding-bottom: 2px;
}

#header .header-name {
}

#header .header-name img {
	width: 90%;
	margin: 0 auto;
	display: block;
}

#header .g-navigation {
  position: relative;
}

#header .g-navigation button {
	width: 80%;
	margin: 10px auto;
	color: #FFF;
	background-color: #2AA738;
	display: block;
	border-radius: 30px;
	padding: 5px;
	font-weight: 600;
	border: none;
	transition: all 0.8s;
}

#header .g-navigation .button:hover {
	cursor: pointer;
	color: #E85298;
	background-color: #FFD700;
}

.modal {
  display: none;
  position: fixed;
  z-index: 999;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  overflow: auto;
  background-color: rgba(0,0,0,0.5);
}

.modal-content {
  background-color: #f4f4f4;
  margin: 0 13% 0 auto;
  max-width: 650px;
  box-shadow: 0 5px 8px 0 rgba(0,0,0,0.2),0 7px 20px 0 rgba(0,0,0,0.17);
  animation-name: modalopen;
  animation-duration: 1s;
}

@keyframes modalopen {
  from {opacity: 0}
  to {opacity: 1}
}

.modal-header h1 {
	margin: 1rem auto;
	color: #FFF;
}

.modal-header h1:before {
  content: "";
  background: url("../images/icon-ribbon03.svg") no-repeat;
  width: 60px;
  height: auto;
  position: absolute;
  top: 20px;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}

.modal-header {
  background: #E85298;
  padding: 50px 15px 3px 15px;
  display: flex;
  justify-content: space-between;
}

.modalClose {
  font-size: 2rem;
	color: #FFF;
}

.modalClose:hover {
  cursor: pointer;
}

.modal-body {
	padding: 50px 30px;
	background: #E85298;
	color: #FFF;
	line-height: 1.6;
	font-weight: 600;
	text-align: left;
}

.modal-body p {
	font-size: 18px;
	line-height: 1.8;
}

.modal-body-name {
	text-align: center;
	line-height: 1.6;
	margin-top: 30px;
}




#g-navi {
  clear: both;
  text-align: center;
  position: relative;
  z-index: 100;
}

#g-navi ul {
  display: flex;
  margin: 0px;
  padding: 0px;
  list-style-type: none;
}

#header #g-navi ul {
  justify-content: unset;
  align-items: center;
  flex-direction: column;
}

#header #g-navi ul li {
  flex-grow: unset;
  margin: 0;
  background: unset;
  width: 100%;
}

#header #g-navi ul li:first-child:before {
  margin-top: -2.5vh;
}

#header #g-navi ul li a {
  	font-size: 20px;
  	font-weight: bold;
}

#g-navi ul li a {
	font-size: 20px;
  	font-weight: bold;
	position: relative;
	display: block;
	height: 100%;
	color: #FFF;
	background: #E85298;
	margin-bottom: 10px;
}

#g-navi ul li a span {
	font-size: 80%;
	line-height: 1.3;
	display: inline-block;
	padding-top: 5px;
}

#g-navi ul li a img {
	height: 100px;
}

#g-navi ul li:nth-child(2) a img {
	height: 125px;
}

#header .h-logo .logo-sp {
  display: none;
}

#header .g-navi-btm {
  display: flex;
  justify-content: space-around;
  align-items:center;
  width: 100%;
  margin: 0 auto;
}

#header .g-navi-btm img {
}

.hamburger.fixed { display: none; }





/* ---------------------
	  mainContents
----------------------*/


#mainContents {
  background-color: #ffffff;
  clear: unset;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 0;
  background-image: url(../images/bg-white.png);
  background-attachment: fixed;
}

.inner100 {
  margin: 0px;
  padding: 0px;
  width: 100%;
}

#content {
  display: block;
  background-image:url("../images/bg-header.png");
  background-repeat: no-repeat;
  background-size: contain;
  width: 100%;
  height: 100%;
}

#content section {
  position: relative;
  z-index: 1;
  padding: 0;
  padding-top: 0px;
}

.inner650 {
  max-width: 650px;
  margin: 0 13% 0 auto;
  padding: 30px 90px 50px;
  overflow: hidden;
}

.top-mainContents {}

.top-mainContents h2 {
  font-size: 32px;
  text-align: center;
  position: relative;
  padding-top: 70px;
  font-weight: 600;
}

.top-mainContents h2:before {
  content: "";
  width: 60px;
  height: auto;
  position: absolute;
  top: 20px;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}

.top-mainContents p {
  line-height: 1.8;
  margin: 1.5em 0px;
  font-weight: 600;
  text-align: center;
}

.btn-link {
  width: 371px;
  margin: 40px auto 0 auto;
}

.btn-link p {
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  margin: 0;
  text-decoration:none;
}

.btn-link p a {
	padding: 16px 32px;
	border-radius: 40px;
	transition : all 0.7s ease 0s;
	text-decoration:none;
	border: 1px solid transparent;
}

.btn-link p a:hover {
	text-decoration: none;
}

.btn-link p a:hover span {
	text-decoration: none;
}



#top-mainVisual {}

#top-mainVisual .inner650 {
	padding: 0;
}

#top-mainVisual p {
	margin: 0;
}

#top-mainVisual h1 {
	margin: 0;
	background: #F19EC2;
	text-align: center;
	color: #FFF;
	padding-top: 13%;
	font-size: 60px;
	font-weight: 600;
}


#top-mainContents01 {
}

#top-mainContents01:after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  background-repeat: no-repeat;
  background-size: cover;
  width: 1920px;
  height: 100%;
  z-index: -1;
}

#top-mainContents01 .inner650 {
	background-color: #F19EC2;
}

#top-mainContents01 h2 {
	color: #FFF;
}

#top-mainContents01 p {
	color: #FFF;
	text-align: left;
}

#top-mainContents01 p span {
  margin-left: 1rem;
}

#top-mainContents01 h2:before {
  background: url("../images/icon-ribbon01.svg") no-repeat;
}
#top-mainContents02 h2:before {
  background: url("../images/icon-ribbon02.svg") no-repeat;
}
#top-mainContents03 h2:before {
  background: url("../images/icon-ribbon03.svg") no-repeat;
}
#top-mainContents04 h2:before {
  background: url("../images/icon-ribbon03.svg") no-repeat;
}
#top-mainContents05 h2:before {
  background: url("../images/icon-ribbon03.svg") no-repeat;
}
#top-mainContents06 h2:before {
  background: url("../images/icon-ribbon03.svg") no-repeat;
}
#top-mainContents07 h2:before {
  background: url("../images/icon-ribbon03.svg") no-repeat;
}


#top-mainContents02 {
}

#top-mainContents02:after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  background-repeat: no-repeat;
  background-size: cover;
  width: 1920px;
  height: 100%;
  z-index: -1;
}

#top-mainContents02 .inner650 {
	background-color: #FFFCDB;
}

#top-mainContents02 h2 {
	color: #E85298;
}

#top-mainContents02 .ttl-top-mainContents02-01:before {
	background: url("../images/icon-ribbon04.svg") no-repeat;
}
#top-mainContents02 .ttl-top-mainContents02-02:before {
	background: url("../images/icon-ribbon02.svg") no-repeat;
}
#top-mainContents02 .ttl-top-mainContents02-03:before {
	background: url("../images/icon-ribbon01.svg") no-repeat;
}

#top-mainContents02 p {
	color: #2AA738;
	line-height: 1.6;
}

.txt-top-mainContents02 {
	font-size: 28px;
}

#top-mainContents02 ul {
	list-style-type: none;
	padding: 0;
	margin-top: 30px;
	color: #2AA738;
	text-align: center;
	line-height: 1.8;
	font-weight: 600;
}

#top-mainContents02 ul h3 {
	background-color: #E85298;
	color: #FFF;
	padding: 10px 0;
	margin-bottom: 0;
	font-weight: 600;
}

#top-mainContents02 ul li {
	font-size: 32px;
	border-bottom: 3px dashed #EB614B;
	padding: 20px;
}



#top-mainContents03 {
}

#top-mainContents03:after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  background-repeat: no-repeat;
  background-size: cover;
  width: 1920px;
  height: 100%;
  z-index: -1;
}

#top-mainContents03 .inner650 {
	background-color: #F8F0F7;
	padding: 30px 80px 50px;
}

#top-mainContents03 h2 {
	color: #E85298;
}

table.profile {
	color: #000;
	margin: 30px 0;
	font-weight: 600;
	width: 100%;
	font-size: 20px;
}

table.profile th {
	width: 30%;
	vertical-align: top;
	padding: 10px 0;
}

table.profile td {
	width: 70%;
	padding: 10px 0;
}

table.history {
	color: #000;
	margin: 30px 0;
	font-weight: 600;
	width: 100%;
	font-size: 20px;
}

table.history tr {
	display: flex;
}

table.history th {
	background-color: #F19EC2;
	color: #FFF;
	padding: 20px 10px;
	margin-bottom: 20px;
	text-align: center;
	width: 30%;
	display: flex;
	align-items: center;
	justify-content: center;
}

table.history th.th02 {
	padding: 5px 0;
}

table.history th.th03 {
	padding: 0;
}

table.history td {
	width: 70%;
	padding: 0 0 0 20px;
	margin-bottom: 20px;
}

table.history td.td02 {
	padding-top: 5px;
}




#top-mainContents04 {
}

#top-mainContents04:after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  background-repeat: no-repeat;
  background-size: cover;
  width: 1920px;
  height: 100%;
  z-index: -1;
}

#top-mainContents04 .inner650 {
	background-color: #FFFCDB;
}

.facility-box {
	margin: 50px 0;
	padding-bottom: 50px;
	border-bottom: 3px dashed #EB614B;
}

.facility-box:last-child {
	border-bottom: none;
	margin-bottom: 0;
}

#top-mainContents04 h2 {
	color: #E85298;
}

#top-mainContents04 h3 {
	color: #E85298;
	font-weight: 600;
	font-size: 28px;
	margin-bottom: 10px;
	line-height: 1.5;
}

#top-mainContents04 table {
	color: #000;
	margin: 30px 0 0;
	font-weight: 600;
	width: 100%;
	font-size: 20px;
}

#top-mainContents04 table th {
	width: 30%;
	vertical-align: top;
	padding: 10px 0;
	line-height: 1.8;
}

#top-mainContents04 table td {
	width: 70%;
	padding: 10px 0;
	line-height: 1.8;
}

#top-mainContents04 table td dl {
}

#top-mainContents04 table td dl dt {
	clear: both;
	float: left;
	width: 45%;
}

#top-mainContents04 table td dl dd {
	margin-left: 45%;
}

#top-mainContents04 table td ul {
	padding-left: 25px;
	margin: 10px 0 0;
}

#top-mainContents04 table td ul li {
	line-height: 1.8;
}

#top-mainContents04 .btn-link {
	margin: 20px auto 0 !important;
}

#top-mainContents04 .btn-link a {
	background-color: #FABE00;
	color: #FFF;
	width: 100%;
	font-size: 90%;
	border: 1px solid transparent;
}

#top-mainContents04 .btn-link a:hover {
	color: #FABE00;
	background-color: #FFF;
	border: 1px solid #FABE00;
	text-decoration: none;
}





#top-mainContents05 {
	position: relative;
}

#top-mainContents05 .inner650 {
	background-color: #FBE6EF;
}

#top-mainContents05 h2 {
	color: #E85298;
}

#top-mainContents05 h3 {
	color: #E85298;
	margin-top: 20px;
	line-height: 1.3;
	font-weight: 600;
}

#top-mainContents05 p {
	font-weight: 600;
	text-align: left;
	font-size: 18px; 
}

#top-mainContents05 .txt-orn {
	color: #EB614B;
}




#top-mainContents06 {
	position: relative;
}

#top-mainContents06::after {
  content: "";
  top: 0;
  position: absolute;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  background-size: cover;
  z-index: -1;
}

#top-mainContents06 .inner650 {
	background-color: #FFFCDB;
}

#top-mainContents06 h2 {
	color: #E85298;
}

#top-mainContents06 h3 {
	color: #E85298;
	margin-top: 20px;
	line-height: 1.3;
	font-weight: 600;
}

#top-mainContents06 p {
	font-weight: 600;
	text-align: left;
	font-size: 17px;
	margin: 10px 0;
}

#top-mainContents06 .txt-orn {
	color: #EB614B;
}




#top-mainContents07 {
	position: relative;
}

#top-mainContents07::after {
  content: "";
  top: 0;
  position: absolute;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  background-size: cover;
  z-index: -1;
}

#top-mainContents07 .inner650 {
	background-color: #DFF2FC;
}

#top-mainContents07 h2 {
	color: #E85298;
}

#top-mainContents07 h3 {
	color: #E85298;
	line-height: 1.3;
	font-weight: 600;
	background-color: #FFFCDB;
	border-radius: 30px;
	text-align: center;
	padding: 5px 0;
	margin-top: 30px;
	font-size: 22px;
}

#top-mainContents07 p {
	font-weight: 600;
	text-align: left;
	font-size: 18px;
	margin: 15px 0 0;
}

#top-mainContents07 .txt-orn {
	color: #EB614B;
}




#top-mainContents08 {
	position: relative;
}

#top-mainContents08::after {
  content: "";
  top: 0;
  position: absolute;
  background-image:url("../images/bg-grn01.png");
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  background-size: cover;
  z-index: -1;
}

#top-mainContents08 .inner650 {
	background-color: #FFFCDB;
}

#top-mainContents08 h2 {
	color: #E85298;
}

#top-mainContents08 p {
	font-weight: 600;
	font-size: 18px;
}

#top-mainContents08 p a {
	color: #000;
	text-decoration: underline;
}

#top-mainContents08 p a:hover {
	color: #007bff;
	text-decoration: none;
}



/*----- common -----*/

.lead {
}

.ttl-lead {
  font-size: 32px;
  text-align: center;
  position: relative;
  padding-top: 70px;
  font-weight: 600;
  margin-bottom: 20px;
}

.ttl-lead:before {
  content: "";
  width: 60px;
  height: auto;
  position: absolute;
  top: 20px;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}

.img-lead {
}

.img-lead img {
}

.ttl-yel {
  font-size: 28px;
  text-align: center;
  position: relative;
  font-weight: 600;
  color: #E85298;
  background-color: #FFD700;
  border-radius: 30px;
  padding: 10px 0;
	margin-bottom: 30px;
}


.ttl-lead {
	color: #E85298;
}

#introduction01 .ttl-lead:before {
  background: url("../images/icon-introduction.svg") no-repeat;
}

#day01 .ttl-lead:before {
  background: url("../images/icon-day.svg") no-repeat;
}
#event01 .ttl-lead:before {
  background: url("../images/icon-event.svg") no-repeat;
}
#contact01 .ttl-lead:before {
  background: url("../images/icon-contact.svg") no-repeat;
}


.pagetop {
	
}

.pagetop .inner650 {
	position: relative;
	padding: 0;
	overflow: inherit;
}

.pagetop a {
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	top: -50px;
	z-index: 996;
	width: 100px;
	height: 100px;
}

.pagetop a img {
}











/* ---------------------
		footer
----------------------*/


#footer {
  color: #FFF;
  clear: both;
  width: 100%;
  position: relative;
}

#top #footer::before {
  content: '';
  position: absolute;
  background-image:url("../images/bg-grn02.png");
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
  z-index: -1;
}

#footer::before {
  content: '';
  position: absolute;
  background-image:url("../images/bg-grn01.png");
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
  z-index: -1;
}


.f-top .inner650 {
	background-color: #FFFCDB;
	padding: 80px 90px;
	position: relative;
}

.f-top h3 , .f-bottom h3 {
	text-align: center;
}

.f-top h3 img {
	width: 250px;
	height: 239px;
}


.f-link {
	margin-top: 30px;
}

.f-link ul {
	padding: 0;
	margin: 0;
}

.f-link ul li {
	text-align: center;
	line-height: 2;
}

.f-link ul li a {
	color: #000;
	font-weight: bold;
}

.f-link ul li a:hover {
	color: #E85298;
}

.f-bottom .inner650 {
	background-color: #E85298;
	padding: 50px 90px;
}

.f-bottom h3 img {
	width: 100%;
	height: auto;
}

.f-bottom h4 {
	font-size: 32px;
	font-weight: 600;
	margin-top: 50px;
	text-align: center;
}

.f-info {
	margin-top: 20px;
	color: #FFF;
	text-align: center;
	font-weight: 600;
}

.copyright {
	margin-top: 30px;
	color: #FFF;
	text-align: center;
}




@media (max-width: 1600px) {
  #header {
    width: 600px;
    max-width: 350px;
  }
}

@media (max-width: 1440px) {
  
}

@media (max-width: 1300px) {
	
  #header {
    width: 500px;
    max-width: 300px;
  }
	
  .inner650 {
  	margin: 0 10% 0 auto;
  }
	
}




@media (max-width: 1200px) {
	
	
	
	.btn-contact {
  		width: 200px;
  		height: 208px;
  		top: 2%;
  		right: 0;
	}


	/* ---------------------------------
		header(max-width: 1200px)
	--------------------------------- */

	#header {
  		padding: 5px 15px 15px 15px;
	}

	#header:after {
	}

	#header > .inner-1200 {
	}

	.inner-1200 {
	}

	#header .h-logo {
  		margin: 3vh auto 2vh auto;
  		max-width: 15vh;
	}

	#header .h-logo .img {
	}

	#header .g-navigation {
	}

	#header .g-navigation button {
		margin: 5px auto;
		padding: 3px;
	}

	#header .g-navigation .button:hover {
	}

	.modal {
	}

	.modal-content {
  		margin: 5% auto;
  		width: 60%;
	}

	.modal-header h1 {
	}

	.modal-header h1:before {
	}

	.modal-header {
	}

	.modalClose {
	}

	.modalClose:hover {
	}

	.modal-body {
	} 

	.modal-body-name {
	}




	#g-navi {
	}

	#g-navi ul {
	}

	#header #g-navi ul {
		max-width: 600px;
		margin: 0 auto;
	}

	#header #g-navi ul li {
	}

	#header #g-navi ul li:first-child:before {
	}

	#header #g-navi ul li:nth-child(1) a:before {
		width: 40px;
		height: 30px;
		left: 10%;
	}
	#header #g-navi ul li:nth-child(2) a:before {
		width: 40px;
		height: 30px;
		left: 10%;
	}
	#header #g-navi ul li:nth-child(3) a:before {
		width: 40px;
		height: 30px;
		left: 10%;
	}
	#header #g-navi ul li:nth-child(4) a:before {
		width: 40px;
		height: 30px;
		left: 0;
		top: 12.5px;
	}

 	#header #g-navi ul li:nth-child(-n+4):after {
	}


	#header #g-navi ul li a {
  		font-size: 24px;
	}

	#header #g-navi ul li:nth-child(4) a {
		font-size: 20px;
	}

	#header #g-navi ul li:nth-child(5) a {
		padding-top: 15px;
	}

	#g-navi ul li a {
	}

	#header #g-navi ul li:nth-child(6) a {
  		width: 100px;
	}

	#header #g-navi ul li:nth-child(6) p {
		font-size: 12px;
		margin-top: 5px;
	}

	#header .h-logo .logo-sp {
	}

	#header .g-navi-btm {	
	}






	/* ----------------------------------
   	   mainContents(max-width: 1200px)
	---------------------------------- */

	#mainContents {
  background-color: #ffffff;
  clear: unset;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 0;
  background-image: url(../images/bg-white.png);
  background-attachment: fixed;
}

.inner100 {
  margin: 0px;
  padding: 0px;
  width: 100%;
}

#content {
  display: block;
  background-image:url("../images/bg-header.png");
  background-repeat: no-repeat;
  background-size: contain;
  width: 100%;
  height: 100%;
}

#content section {
  position: relative;
  z-index: 1;
  padding: 0;
  padding-top: 0px;
}

  .inner650 {
	  max-width: 550px;
	  margin: 0 8% 0 auto;
	  padding: 20px 70px 40px;
	}

.top-mainContents {}

.top-mainContents h2 {
  font-size: 32px;
  text-align: center;
  position: relative;
  padding-top: 70px;
  font-weight: 600;
}

.top-mainContents h2:before {
  content: "";
  width: 60px;
  height: auto;
  position: absolute;
  top: 20px;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}

.top-mainContents p {
  line-height: 1.8;
  margin: 1.5em 0px;
  font-weight: 600;
  text-align: center;
}

.btn-link {
  width: 371px;
  margin: 40px auto 0 auto;
}

.btn-link p {
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  margin: 0;
  text-decoration:none;
}

.btn-link p a {
	padding: 16px 32px;
	border-radius: 40px;
	transition : all 0.7s ease 0s;
	text-decoration:none;
	border: 1px solid transparent;
}

.btn-link p a:hover {
	text-decoration: none;
}

.btn-link p a:hover span {
	text-decoration: none;
}


#top-mainContents01 {
}

#top-mainContents01:after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  background-repeat: no-repeat;
  background-size: cover;
  width: 1920px;
  height: 100%;
  z-index: -1;
}

#top-mainContents01 .inner650 {
	background-color: #F19EC2;
}

#top-mainContents01 h2 {
	color: #FFF;
}

#top-mainContents01 p {
	color: #FFF;
}

#top-mainContents01 h2:before {
  background: url("../images/icon-ribbon01.svg") no-repeat;
}
#top-mainContents02 h2:before {
  background: url("../images/icon-ribbon02.svg") no-repeat;
}
#top-mainContents03 h2:before {
  background: url("../images/icon-ribbon03.svg") no-repeat;
}
#top-mainContents04 h2:before {
  background: url("../images/icon-ribbon03.svg") no-repeat;
}
#top-mainContents05 h2:before {
  background: url("../images/icon-ribbon03.svg") no-repeat;
}
#top-mainContents06 h2:before {
  background: url("../images/icon-ribbon03.svg") no-repeat;
}
#top-mainContents07 h2:before {
  background: url("../images/icon-ribbon03.svg") no-repeat;
}


#top-mainContents02 {
}

#top-mainContents02:after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  background-repeat: no-repeat;
  background-size: cover;
  width: 1920px;
  height: 100%;
  z-index: -1;
}

#top-mainContents02 .inner650 {
	background-color: #FFFCDB;
}

#top-mainContents02 h2 {
	color: #E85298;
}

#top-mainContents02 .ttl-top-mainContents02-01:before {
	background: url("../images/icon-ribbon04.svg") no-repeat;
}
#top-mainContents02 .ttl-top-mainContents02-02:before {
	background: url("../images/icon-ribbon02.svg") no-repeat;
}
#top-mainContents02 .ttl-top-mainContents02-03:before {
	background: url("../images/icon-ribbon01.svg") no-repeat;
}

#top-mainContents02 p {
	color: #2AA738;
	line-height: 1.6;
}

.txt-top-mainContents02 {
	font-size: 28px;
}

#top-mainContents02 ul {
	list-style-type: none;
	padding: 0;
	margin-top: 30px;
	color: #2AA738;
	text-align: center;
	line-height: 1.8;
	font-weight: 600;
}

#top-mainContents02 ul li {
	font-size: 32px;
	border-bottom: 3px dashed #EB614B;
	padding: 20px;
}



#top-mainContents03 {
}

#top-mainContents03:after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  background-repeat: no-repeat;
  background-size: cover;
  width: 1920px;
  height: 100%;
  z-index: -1;
}

#top-mainContents03 .inner650 {
	background-color: #F8F0F7;
}

#top-mainContents03 h2 {
	color: #E85298;
}

table.profile {
	color: #000;
	margin: 30px 0;
	font-weight: 600;
	width: 100%;
	font-size: 20px;
}

table.profile th {
	width: 30%;
	vertical-align: top;
	padding: 10px 0;
}

table.profile td {
	width: 70%;
	padding: 10px 0;
}

table.history {
	color: #000;
	margin: 30px 0;
	font-weight: 600;
	width: 100%;
	font-size: 20px;
}

table.history tr {
	display: flex;
}

table.history th {
	background-color: #F19EC2;
	color: #FFF;
	padding: 20px 10px;
	margin-bottom: 20px;
	text-align: center;
	width: 30%;
}

table.history td {
	width: 70%;
	padding: 0 10px 0 20px;
	margin-bottom: 20px;
}




#top-mainContents04 {
}

#top-mainContents04:after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  background-repeat: no-repeat;
  background-size: cover;
  width: 1920px;
  height: 100%;
  z-index: -1;
}

#top-mainContents04 .inner650 {
	background-color: #FFFCDB;
}

.facility-box {
	margin: 50px 0;
	padding-bottom: 50px;
	border-bottom: 3px dashed #EB614B;
}

#top-mainContents04 h2 {
	color: #E85298;
}

#top-mainContents04 h3 {
	color: #E85298;
	font-weight: 600;
	font-size: 22px;
	margin-bottom: 10px;
	line-height: 1.5;
}

#top-mainContents04 table {
	color: #000;
	margin: 30px 0 0;
	font-weight: 600;
	width: 100%;
	font-size: 20px;
}

#top-mainContents04 table th {
	width: 30%;
	vertical-align: top;
	padding: 10px 0;
	line-height: 1.8;
}

#top-mainContents04 table td {
	width: 70%;
	padding: 10px 0;
	line-height: 1.8;
}

#top-mainContents04 table td ul {
	padding-left: 25px;
	margin: 10px 0 0;
}

#top-mainContents04 table td ul li {
	line-height: 1.8;
}

#top-mainContents04 .btn-link {
	margin: 20px auto 0 !important;
}

#top-mainContents04 .btn-link a {
	background-color: #FABE00;
	color: #FFF;
	width: 100%;
	font-size: 90%;
	border: 1px solid transparent;
}

#top-mainContents04 .btn-link a:hover {
	color: #FABE00;
	background-color: #FFF;
	border: 1px solid #FABE00;
	text-decoration: none;
}





#top-mainContents05 {
	position: relative;
}

#top-mainContents05 .inner650 {
	background-color: #FBE6EF;
}

#top-mainContents05 h2 {
	color: #E85298;
}

#top-mainContents05 h3 {
	color: #E85298;
	margin-top: 20px;
	line-height: 1.3;
	font-weight: 600;
}

#top-mainContents05 p {
	font-weight: 600;
	text-align: left;
	font-size: 18px; 
}

#top-mainContents05 .txt-orn {
	color: #EB614B;
}




#top-mainContents06 {
	position: relative;
}

#top-mainContents06::after {
  content: "";
  top: 0;
  position: absolute;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  background-size: cover;
  z-index: -1;
}

#top-mainContents06 .inner650 {
	background-color: #FFFCDB;
}

#top-mainContents06 h2 {
	color: #E85298;
}

#top-mainContents06 h3 {
	color: #E85298;
	margin-top: 20px;
	line-height: 1.3;
	font-weight: 600;
}

#top-mainContents06 p {
	font-weight: 600;
	text-align: left;
	font-size: 18px;
	margin: 10px 0;
}

#top-mainContents06 .txt-orn {
	color: #EB614B;
}




#top-mainContents07 {
	position: relative;
}

#top-mainContents07::after {
  content: "";
  top: 0;
  position: absolute;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  background-size: cover;
  z-index: -1;
}

#top-mainContents07 .inner650 {
	background-color: #DFF2FC;
}

#top-mainContents07 h2 {
	color: #E85298;
}

#top-mainContents07 h3 {
	color: #E85298;
	line-height: 1.3;
	font-weight: 600;
	background-color: #FFFCDB;
	border-radius: 30px;
	text-align: center;
	padding: 5px 0;
	margin-top: 30px;
	font-size: 22px;
}

#top-mainContents07 p {
	font-weight: 600;
	text-align: left;
	font-size: 18px;
	margin: 15px 0 0;
}

#top-mainContents07 .txt-orn {
	color: #EB614B;
}




#top-mainContents08 {
	position: relative;
}

#top-mainContents08::after {
  content: "";
  top: 0;
  position: absolute;
  background-image:url("../images/bg-grn01.png");
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  background-size: cover;
  z-index: -1;
}

#top-mainContents08 .inner650 {
	background-color: #FFFCDB;
}

#top-mainContents08 h2 {
	color: #E85298;
}

#top-mainContents08 p {
	font-weight: 600;
	font-size: 18px;
}

#top-mainContents08 p a {
	color: #000;
	text-decoration: underline;
}

#top-mainContents08 p a:hover {
	color: #007bff;
	text-decoration: none;
}




/*----- common -----*/

.lead {
}

.ttl-lead {
  font-size: 32px;
  text-align: center;
  position: relative;
  padding-top: 70px;
  font-weight: 600;
  margin-bottom: 20px;
}

.ttl-lead:before {
  content: "";
  width: 60px;
  height: auto;
  position: absolute;
  top: 20px;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}

.img-lead {
}

.img-lead img {
}

.ttl-yel {
  font-size: 28px;
  text-align: center;
  position: relative;
  font-weight: 600;
  color: #E85298;
  background-color: #FFD700;
  border-radius: 30px;
  padding: 10px 0;
	margin-bottom: 30px;
}


.ttl-lead {
	color: #E85298;
}

#introduction01 .ttl-lead:before {
  background: url("../images/icon-introduction.svg") no-repeat;
}

#day01 .ttl-lead:before {
  background: url("../images/icon-day.svg") no-repeat;
}
#event01 .ttl-lead:before {
  background: url("../images/icon-event.svg") no-repeat;
}
#contact01 .ttl-lead:before {
  background: url("../images/icon-contact.svg") no-repeat;
}


.pagetop {
	
}

.pagetop .inner650 {
	position: relative;
	padding: 0;
	overflow: inherit;
}

.pagetop a {
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	top: -50px;
	z-index: 999;
	width: 100px;
	height: 100px;
}

.pagetop a img {
}











/* ---------------------
		footer
----------------------*/


#footer {
  color: #FFF;
  clear: both;
  width: 100%;
  position: relative;
}

#top #footer::before {
  content: '';
  position: absolute;
  background-image:url("../images/bg-grn02.png");
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
  z-index: -1;
}

#footer::before {
  content: '';
  position: absolute;
  background-image:url("../images/bg-grn01.png");
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
  z-index: -1;
}


.f-top .inner650 {
	background-color: #FFFCDB;
	padding: 80px 90px;
	position: relative;
}

.f-top h3 , .f-bottom h3 {
	text-align: center;
}

.f-top h3 img {
	width: 296px;
	height: 283px;
}

.f-bottom .inner650 {
	background-color: #E85298;
	padding: 50px 90px;
}

.f-bottom h3 img {
	width: 80%;
	height: auto;
}

.f-info {
	margin-top: 30px;
	color: #FFF;
	text-align: center;
	font-weight: 600;
}

.copyright {
	margin-top: 30px;
	color: #FFF;
	text-align: center;
}
	
	
}









@media (max-width: 1024px) {
	
	.pc { display: none !important; }
	.sp { display: block !important; }
	
	
	.btn-contact {
    	width: 100px;
		height: 100px;
    	right: 2%;
    	bottom: 1%;
    	top: auto;
	}
	
	.hamburger.fixed {
    	position: fixed;
		z-index: 998;
    	top: 0;
		left: 0;
		bottom: auto;
		height: 80px;
		background-color: #FFF;
	}
	
	.hamburger.fixed .hamburger-area {
		top: 15px;
	}
	
	.hamburger.fixed img {
		
	}
	
	#header .header-name p {
		width: 100%;
		color: #FFF;
		padding: 1% 5%;
		text-align: center;
		font-size: 200%;
		font-weight: 600;
		max-width: 650px;
		margin: 0 auto 20px;;
	}
	
	
	.hamburger .h-logo-sp02 {
		display: none;
	}
	
	.hamburger.fixed .h-logo-sp02 {
		display: block;
	}
	

	/*　ハンバーガーメニューボタン　*/
	
	.logo-sp img {
		width: 300px;
		margin: 20px 0;
	}
	
	.hamburger {
  		display : block;
  		position: relative;
  		z-index : 998;
		top   : 0;
  		right : 0;
		left: 0;
  		bottom: 0;
		margin: auto;
  		cursor: pointer;
  		text-align: center;
	}
	
	.hamburger span {
  position: absolute;
  width   : 30px;
  height  : 2px ;
  left    : 6px;
  background : #BBBBBB;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition   : 0.3s ease-in-out;
  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;
}
	
	.hamburger img {
		width: 100%;
    	height: 50px;
    	margin: 15px 0;
	}
	
	.hamburger.fixed.active {
		height: 0;
	}
	
	.hamburger.active img {
		display: none;
	}
	
	.hamburger.active span {
		display: block;
	}
	

	/* スマホメニューを開いてる時のボタン */
	
	.hamburger-area {
		width: 50px;
   		height: 50px;
   		position: fixed;
    	top: 70px;
    	right: 100px;
		z-index: 999;
	}
	
	.hamburger.active .hamburger-area {
		width: 50px;
   	 	height: 50px;
    	top: 20px;
    	right: 10%;
	}
	
	
	.hamburger.active span:nth-child(1) {
  top : 16px;
  left: 6px;
  		background :#aaa;
  -webkit-transform: rotate(-45deg);
  -moz-transform   : rotate(-45deg);
  transform        : rotate(-45deg);
	}

	.hamburger.active span:nth-child(2),
	.hamburger.active span:nth-child(3) {
  top: 16px;
  		background :#aaa;
  -webkit-transform: rotate(45deg);
  -moz-transform   : rotate(45deg);
  transform        : rotate(45deg);
	}

	/* メニュー背景　*/
	nav.globalMenuSp {
  		position: fixed;
  		top  : 0;
  		left : 0;
  		color: #fff;
  		background: #FFF;
  		text-align: center;
  		width: 100%;
		height: 100%;
  		transform: translateY(-100%);
  		transition: all 0.6s;
		padding: 0 5%;
	}

nav.globalMenuSp ul {
  margin: 0 auto;
  padding: 0;
  width: 100%;
}

nav.globalMenuSp ul li {
  list-style-type: none;
  padding: 0;
  width: 100%;
  transition: .4s all;
}
nav.globalMenuSp ul li:last-child {
  padding-bottom: 0;
}
nav.globalMenuSp ul li:hover{
  background :#ddd;
}

nav.globalMenuSp ul li a {
  display: block;
  color: #fff;
  padding: 1em 0;
  text-decoration :none;
}

/* クリックでjQueryで追加・削除 */
nav.globalMenuSp.active {
  opacity: 100;
  display: block;
   transform: translateY(0%);
}


	
  #header {
	position: static;
    width: 100%;
    max-width: unset;
    border-radius: 0;
    top: 0;
    left: 0;
    height: fit-content;
  }
	
	#header .g-navigation button {
		width: 100%;
		max-width: 650px;
	}
	
	#header #g-navi ul li:nth-child(6) p {
		color: #000;
	}
	
  #header .g-navi-btm {
  	width: 100%;
  	margin: 0 auto;
  	max-width: 300px;
  }
	
	#header .g-navi-btm .g-navi-btm-cover {
		display: flex;
  		justify-content: space-around;
	}

	#header .g-navi-btm img {
	}
	
	#header .globalMenuSp .g-navi-btm .txt-contact {
		display: none;
	}
	
	#header .globalMenuSp.active .g-navi-btm .txt-contact {
		margin-top: 30px;
		display: block;
	}
	
	#header .globalMenuSp.active .g-navi-btm .txt-contact a {
		width: 100%;
		border-radius: 30px;
		background-color: #FED800;
		color: #E85298;
		border: 2px solid transparent;
		padding: 10px 20px;
	}
	
	#header .globalMenuSp.active .g-navi-btm .txt-contact a:hover {
		background-color: #FFF;
		color: #E85298;
		border: 2px solid #FED800;
	}
	
	.inner650 {
  	max-width: 650px;
  		margin: 0 auto;
  padding: 30px 90px 50px;
	}
	
	
}




@media (max-width: 768px) {
	
	.pc { display: none !important; }
	.sp { display: block !important; }
	
	.btn-contact {
    	width: 75px;
		height: 75px;
	}
	
	.br-sp { display: none; }
	
	/* ----------------------------
		header(max-width: 768px)
	-----------------------------*/

	.modal-content {
    	margin: 0px auto;
    	max-width: 100%;
		width: 100%;
	}
	
	.hamburger-area {
		width: 40px;
    	height: 40px;
    	top: 65px;
    	right: 10px;
	}
	
	.hamburger.active .hamburger-area {
		width: 40px;
   		height: 40px;
    	top: 15px;
    	right: 3%;
	}
	
	.hamburger.fixed {
		height: 60px;
	}
	
	.hamburger img {
    	width: 100%;
    	margin: 10px 0;
    	height: 40px;
  	}
	
	.hamburger.fixed .hamburger-area {
		top: 8px;
	}
	
	
	
	
	/* ---------------------------------
		mainContents(max-width: 768px)
	----------------------------------*/
	
	.inner650 {
  		max-width: 100%;
  		margin: 0 auto;
  		padding: 20px 5% 40px !important;
	}
	
	.btn-link {
    	width: 100%;
    	margin: 20px auto 0 auto;
  	}
	
	.btn-link p {
    	font-size: 120%;
	}
	
	.btn-link p a {
		padding: 3% 5%;
	}
	
	.td-pc { display: none; }
	.td-sp { display: block; }
	
	
	
	#top-mainVisual .inner650 {
		padding: 0 !important;
	}
	
	.ttl-yel {
		font-size: 150%;
		margin-bottom: 20px;
	}
	
	
	
	
	
	/* ----------------------------
		footer(max-width: 768px)
	-----------------------------*/
	
	.pagetop .inner650 {
		padding: 0 !important;
	}
	
	.pagetop a {
		width: 80px;
		height: 80px;
		top: -40px;
	}

	.f-top .inner650 {
    	padding: 10% 5%;
	}
	
	.f-top h3 {
		margin: 0;
	}
	
	.f-top h3 img {
		padding-top: 30px;
		width: 60%;
		height: auto;
	}
	
	
	.f-bottom .inner650 {
    	padding: 10% 5% !important;
  	}
	
	.f-bottom h3 img {
	}
	
	.f-info {
    	margin-top: 20px;
		font-size: 95%;
	}
	
	.copyright {
    	margin-top: 20px;
		font-size: 95%;
	}
}


@media (max-width: 480px) {
	
	/* ---------------------------------
		mainContents(max-width: 480px)
	----------------------------------*/
	
	.top-mainContents h2 {
    	font-size: 180%;
  	}
	
	.top-mainContents p {
    	margin:1.3em 0px;
  	}
	
	.txt-top-mainContents02 {
    	font-size: 129%;
		line-height: 1.8 !important;
  	}
	
	#top-mainContents02 ul h3 {
 	 	padding: 10px 3%;
		font-size: 149%;
	}
	
	#top-mainContents02 ul li {
    	font-size: 150%;
   		padding:20px 3%;
		line-height: 1.6;
	}
	
	table.history {
		margin: 30px 0 20px;
	}
	
	table.history th {
		font-size: 90%;
  	}
	
	table.history td {
		font-size: 90%;
  	}
	
	table.history tr:last-child th , table.history tr:last-child td {
		margin-bottom: 0;
	}
	
	.facility-box {
    	margin: 40px 0;
    	padding-bottom: 30px;
	}
	
	.facility-box:last-child {
		padding-bottom: 0;
	}
	
	#top-mainContents04 table {
		margin: 20px 0;
	}
	
	#top-mainContents04 table th , #top-mainContents04 table td {
    	padding: 5px 0;
    	line-height: 1.6;
		font-size: 90%;
  	}
	
	#top-mainContents04 table td dl dt {
		width: 50%;
	}

	#top-mainContents04 table td dl dd {
		margin-left: 50%;
	}
	
	#top-mainContents05 h3 {
		font-size: 160%;
	}
	
	#top-mainContents05 p {
		font-size: 105%;
	}
	
	#top-mainContents05 .txt-orn {
		margin-bottom: 0;
	}
	
	#top-mainContents06 h3 {
		font-size: 160%;
	}
	
	#top-mainContents06 p {
		font-size: 105%;
	}
	
	#top-mainContents07 p {
		font-size: 100%;
	}
	
	#top-mainContents07 h3 {
		font-size: 130%;
	}
	
}

