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

/* ============================
		reset
 ============================ */

.gotoTopButtom {
background-color: #65b68d;
}



/* ============================
		mainVisualSection
 ============================ */

.mainVisualSection {
background-image: url("../images/mv005.webp");
width: 100%;
height: 470px;
background-position: center center;
background-repeat: no-repeat;
background-size: cover;
position: relative;
}

.mainVisualSection h1 {
font-family: "Zen Old Mincho", sans-serif;
font-weight: 400;
font-style: normal;
font-size: 3.0rem;
line-height: 1.5em;
color: #fff;
position: absolute;
top: 20px;
left: 15px;
filter: drop-shadow(0px 0px 2px rgba(0,0,0,1)) drop-shadow(0px 0px 2px rgba(0,0,0,1)) drop-shadow(0px 0px 2px rgba(0,0,0,1));
}

.mainVisualSection h1 span {
display: block;
font-size: 1.8rem;
}

.mainVisualSection .mv_catch {
position: absolute;
bottom: 0px;
left: 0px;
padding: 10px 45px 10px 15px;
background-color: rgba(0,0,0,0.5);
font-size: 1.3rem;
line-height: 1.75em;
color: #fff;
box-sizing: border-box;
}



/* for TB & PC */
@media screen and (min-width: 768px) {

	.mainVisualSection {
/*	height: calc(100vh - 155px);*/
	height: calc(80vh - 100px);
	background-position: center calc(50% - 0px);
	}

	.mainVisualSection h1 {
	font-size: 5.0rem;
	top: 50px;
	left: 70px;
	}
	
	.mainVisualSection h1 span {
	font-size: 2.8rem;
	}


	.mainVisualSection .mv_catch {
	bottom: 195px;
	left: calc(100% - 520px);
	width: 400px;
	height: 9em;
	padding: 15px 25px;
	background-color: rgba(0,0,0,0.3);
	font-size: 1.6rem;
	line-height: 1.75em;
	border-radius: 15px;
	}
	
	.mainVisualSection .mv_catch span {
	filter: drop-shadow(0px 0px 2px rgba(0,0,0,1)) drop-shadow(0px 0px 2px rgba(0,0,0,1));
	letter-spacing: 0.07em;
	}
	

}



/* ============================
		fixThisContact
 ============================ */

.fixThisContact {
position: fixed;
top: calc(50% - 150px);
right: 0;
z-index: 90;
filter: drop-shadow(0px 0px 3px rgba(255,255,255,1)) drop-shadow(0px 0px 3px rgba(255,255,255,1));
}

.fixThisContact a {
display: block;
}

.fixThisContact img{
height: 200px;
}



@media print, screen and ( min-width : 1201px ) {

	.fixThisContact {
	top: calc(50% - 80px);
	filter: drop-shadow(0px 0px 3px rgba(255,255,255,1)) drop-shadow(0px 0px 3px rgba(255,255,255,1)) drop-shadow(0px 0px 3px rgba(255,255,255,1));
	}

	.fixThisContact img{
	height: 241px;
	}
}




/* ============================
		pageTabSection
 ============================ */

.pageTabSection {
padding: 2em 0;
background-color: #edf5f7;
}

.pageTabSection .pageTabList li {
margin-bottom: 16px;
}
.pageTabSection .pageTabList li:last-child {
margin-bottom: 0;
}

.pageTabSection .pageTabList a {
display: table;
width: 100%;
background-image: url("../../common/images/arrow004.svg");
background-repeat: no-repeat;
background-position: right 6px center;
background-size: 18px auto;
box-sizing: border-box;
padding: 15px 0;
border-radius: 50px;
background-color: #65b68d;
max-width: 400px;
margin: 0 auto;
/* font-family: "Noto Sans JP", sans-serif; */
font-weight: 400;
font-style: normal;
font-size: 1.4rem;
line-height: 1.2;
color: #fff;
text-align: center;
filter: drop-shadow(0px 0px 3px rgba(255,255,255,1)) drop-shadow(0px 0px 3px rgba(255,255,255,1));
}
.pageTabSection .pageTabList a .small {
font-size: 1.2rem;
}

.pageTabSection .pageTabList a:hover {
opacity: 0.9;
}

/*
.pageTabSection .pageTabList li:nth-child(2) a {
padding-right: 30px;
}
*/


/* for SP */
@media screen and (max-width: 767px) {

	.pageTabSection {
	padding: 2em 15px;
	}

/*
	.pageTabSection .pageTabList li:nth-child(2) a,
	.pageTabSection .pageTabList li:nth-child(4) a,
	.pageTabSection .pageTabList li:nth-child(5) a,
	.pageTabSection .pageTabList li:nth-child(7) a,
	.pageTabSection .pageTabList li:nth-child(8) a,
	.pageTabSection .pageTabList li:nth-child(9) a {
	font-size: 1.4rem;
	line-height: 1.1em;
	padding: 8px 0;
	}
*/
}


/* for PC */
@media screen and (min-width: 1201px) {

	.pageTabSection {
	padding: 0;
	background-color: transparent;
	margin: -80px 0 -35px 0;
	}

	.pageTabSection .pageTabList {
	display: block;
	text-align: center;
	width: 1200px;
	margin: 0 auto ;
	}

	.pageTabSection .pageTabList li {
	display: inline-block;
	width: 19%;
	box-sizing: border-box;
	padding: 0 15px;
	margin-bottom: 1.5em;
	vertical-align: middle;
	vertical-align: top;
	}
	.pageTabSection .pageTabList li:last-child {
	position: relative;
	top: 0;
	}

	.pageTabSection .pageTabList a {
	display: block;
	width: 100%;
	padding: 14px 0px;
	border-radius: 50px;
	max-width: none;
	margin: 0 auto;
	font-size: 1.5rem;
	color: #fff;
	text-align: center;
	}
	
	.bottomPageTab {
	height: 1em;
	}

/*
	.pageTabSection .pageTabList li:nth-child(2) a,
	.pageTabSection .pageTabList li:nth-child(4) a,
	.pageTabSection .pageTabList li:nth-child(5) a {
	padding-top: 5px;
	padding-bottom: 5px;
	position: relative;
	}

	.pageTabSection .pageTabList li:nth-child(2) a {
	padding-right: 0px;
	}
*/	

}




/* ============================
		common
 ============================ */

.commonSection {
margin: 4em 0 6em 0;
}


.common-h2 {
text-align: center;
font-family: "Noto Sans JP", sans-serif;
font-weight: 400;
font-style: normal;
font-size: 2.8rem;
letter-spacing: 0.12em;
line-height: 1.2em;
margin-bottom: 20px;
}


@media screen and (max-width: 767px) {


	.spNoLetter {
	letter-spacing: 0em;
	}

}


.common-h3 {
font-size: 2.4rem;
line-height: 1.5em;
margin-bottom: 1em;
}

.common-h3 span {
display: inline;
font-family: "Noto Sans JP", sans-serif;
font-weight: 400;
font-style: normal;
font-size: 2.4rem;
letter-spacing: 0.12em;
color: #65b68d;
background:linear-gradient(transparent 70%, rgba(101,183,68,0.1) 10%);
}

.common-h4 {
font-family: "Noto Sans JP", sans-serif;
font-weight: 400;
font-style: normal;
font-size: 2.0rem;
line-height: 1.2em;
/*border-left: 1em solid #e7668c;
padding-left: 0.25em;*/
margin-bottom: 1em;
padding-left: 1em;
text-indent: -1em;
}

.common-h4::before {
content: "■";
color: #65b68d;
margin-right: 8px;
}

.common-h5 {
font-family: "Noto Sans JP", sans-serif;
font-weight: 400;
font-style: normal;
font-size: 1.8rem;
color: #65b68d;
line-height: 1.25em;
margin-bottom: 1em;
}

.common-h5.withBorder {
border-top: 1px solid #ccc;
border-bottom: 1px solid #ccc;
padding: 0.5em 0;
}



/* list */

.basicTypeList {
margin-bottom: 3em;
}
.basicTypeList > li {
line-height: 1.5em;
padding-left: 1em;
background-image: url("../images/makr001.svg");
background-repeat: no-repeat;
background-position: left top 0.5em;
margin-bottom: 0.75em;
box-sizing: border-box;
}

.basicTypeList.gray > li {
background-image: url("../images/makr002.svg");
}

.basicTypeList.markSmall > li {
background-size: 8px ;
background-position: left 0.3em top 0.6em;
}





/* ol.basicNumberList */

.basicNumberList {
counter-reset:number;
list-style-type: none!important;
margin-bottom: 3em;
}

.basicNumberList li {
position: relative;
padding-left: 30px;
line-height: 1.5em;
padding: 0.5em 0.5em 0.5em 30px;
margin-left: 0;
counter-increment: cnt;
}

.basicNumberList li::before{
position: absolute;
counter-increment: number;
content: counter(number);
display:inline-block;
background-color: #65b68d;
color: #fff;
font-family: 'Avenir','Arial Black','Arial',sans-serif;
font-weight:bold;
font-size: 1.5rem;
border-radius: 50%;
left: 0;
width: 25px;
height: 25px;
line-height: 25px;
text-align: center;
top: 1.3em;
-webkit-transform: translateY(-50%);
transform: translateY(-50%);
}

.basicNumberList.gray li::before{
background-color: #999;
}

.basicNumberList.second {
margin: 0.5em 0;
}

.basicNumberList.second li {
padding: 0.25em 0em 0.25em 25px;
}

.basicNumberList.second li::before{
position: absolute;
counter-increment: number;
content: counter(number)".";
display:inline-block;
background-color: transparent;
color: #000;
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Segoe UI, "Helvetica Neue", HelveticaNeue, "SF Pro JP", "SF Pro Text", "SF Pro Icons", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", メイリオ, Meiryo, "ＭＳ Ｐゴシック", Arial, sans-serif;
font-weight:normal;
font-size: 1.8rem;
border-radius: 0;
left: 0;
width: 18px;
height: 18px;
line-height: 18px;
text-align: center;
top: 0.9em;
-webkit-transform: translateY(-50%);
transform: translateY(-50%);
}


/* basicTable */

.commonSection .basicTable {
width: 100%;
border-collapse: collapse;
}

.commonSection .basicTable th,
.commonSection .basicTable td {
border: 1px solid #aaa;
padding: 0.5em;
line-height: 1.5em;
}

.commonSection .basicTable thead th {
text-align: center;
background-color: #ccc;
}

.commonSection .basicTable thead td {
}

.commonSection .basicTable tbody th {
text-align: center;
background-color: #eee;
font-weight: normal;
}

.commonSection .tableFrame {
width: 100%;
overflow-x: auto;
}


.commonSection .basicTable.greenTable thead th {
background-color: rgba(101,183,68,0.2);
border : 1px solid #ccc;
}

.commonSection .basicTable.greenTable tbody th {
text-align: center;
background-color: rgba(101,183,68,0.1);
border : 1px solid #ccc;
font-weight: bold;
}

.commonSection .basicTable.greenTable tbody td {
border : 1px solid #ccc;
}



.body {
line-height: 1.75em;
margin-bottom: 4em;
}

.body a {
color: #399868;
text-decoration: underline;
}


.photoGalleryList > li {
margin-bottom: 2em;
}

.photoGalleryList > li .photo {
text-align: center;
margin-bottom: 1em;
}

.photoGalleryList > li .photo img {
max-width: 100%;
border-radius: 10px;
}

.photoGalleryList > li p {
line-height: 1.75em;
}

.photoGallery002 > li {
margin-bottom: 1em;
}

.photoGallery002 img {
width: 100%;
border-radius: 10px;
}


.photoGallery003 > li {
margin-bottom: 1em;
}

.photoGallery003 img {
width: 100%;
border-radius: 10px;
}

.photoGallery004 li {
margin-bottom: 2em;
}

.photoGallery004 li .photo {
text-align: center;
margin-bottom: 1em;
}

.photoGallery004 > li .photo img {
max-width: 100%;
border-radius: 10px;
}

.photoGallery004 > li p {
line-height: 1.75em;
}




/* for SP */
@media screen and (max-width: 767px) {

	.scheduleSection .basicTable.greenTable th,
	.scheduleSection .basicTable.greenTable td {
	white-space: nowrap;
	}

}


/* for PC */
@media screen and (min-width: 1201px) {

	.commonSection {
	margin: 0;
	padding: 4em 0;
	}

	.commonSection .smartContainer {
	padding: 0 100px;
	}

	.common-h2 {
	font-size: 3.6rem;
	margin-bottom: 60px;
	}

	.common-h3 {
	margin-bottom: 30px;
	}

	.common-h3 span {
	font-size: 2.4rem;
	}

	.common-h4 {
	font-size: 2rem;
	}

	.common-h5 {
	font-size: 2.2rem;
	}


	/* list */
	.basicTypeList > li {
	font-size: 1.6rem;
	background-position: left top 0.45em;
	}

	.basicTypeList.markSmall > li {
	background-position: left 0.35em top 0.65em;
	}

	/* ol.basicNumberList */
	.basicNumberList li {
	font-size: 1.6rem;
	}

	.basicNumberList li::before{
	}

	.commonSection .indentWrap01 {
	margin-left: 1em;
	}

	.photoGalleryList > li {
	float: left;
	width: calc(33.3333% - 20px);
	margin-right: 30px;
	margin-bottom: 3em;
	}
	.photoGalleryList > li:nth-child(3n) {
	margin-right: 0;
	}
	.photoGalleryList > li:nth-child(3n+1) {
	clear: both;
	}


	.photoGallery002 {
	float: left;
	width: calc(30% - 0px);
	margin-right: 2em;
	}

	.photoGallery003 {
	float: left;
	margin-right: 1em;
	width: calc(63% - 0px);
	}
	.photoGallery003 > li {
	float: left;
	width: calc(50% - 1em);
	margin-right: 1em;
	}
	.photoGallery003 > li:last-child {
	margin-right: 0;
	}

	.photoGallery004 > li {
	float: left;
	width: calc(50% - 30px);
	margin-bottom: 3em;
	}
	.photoGallery004 > li:nth-child(even) {
	float: right;
	}
	.photoGallery004 > li:nth-child(odd) {
	clear: both;
	}


	.commonSection .basicTable.greenTable th,
	.commonSection .basicTable.greenTable td {
	padding: 1em 1em;
	}

}



/* ============================
		leadSection
 ============================ */


.leadSection {
margin-top: 0;
padding-top: 2em;
}


.leadSection .topPhotoGallery {
margin-bottom: 3em;
}

.leadSection .topPhotoGallery > li {
margin-bottom: 1em;
position: relative;
}

.leadSection .topPhotoGallery > li img {
width: 100%;
border-radius: 10px;
}

.leadSection .topPhotoGallery > li .demoName {
position: absolute;
top: 10px;
left: 10px;
}

.leadSection .photoList > li {
margin-bottom: 2em;
}


.leadSection .photoList001 > li,
.leadSection .photoList002 > li {
margin-bottom: 1em;
}

.leadSection .photoList001 .photo,
.leadSection .photoList002 .photo {
position: relative;
margin-bottom: 1em;
}

.leadSection .photoList001 .photo img,
.leadSection .photoList002 .photo img {
width: 100%;
border-radius: 10px;
}

.leadSection .photoList001 .demoName,
.leadSection .photoList002 .demoName {
position: absolute;
top: 10px;
left: 10px;
}

.basicTable .basicTypeList li:last-child {
margin-bottom: 0;
}


/* for PC */
@media screen and (min-width: 1201px) {

	.leadSection {
	padding-top: 6em;
	}


	.leadSection .topPhotoGallery > li {
	float: left;
	width: calc(33.33333% - 35px);
	margin-right: 52.5px;
	position: relative;
	}

	.leadSection .topPhotoGallery > li:nth-child(3n) {
	margin-right: 0;
	}


	.leadSection .photoList001 > li {
	margin-bottom: 0;
	float: left;
	width: calc(33.33333% - 35px);
	}
	
	.leadSection .photoList001 > li:nth-child(even) {
	width: calc(66.6666% - 15px);
	float: right;
	}
	
	.leadSection .photoList001 > li:nth-child(even)  li {
	float: left;
	width: calc(50% - 25px);
	}
	
	.leadSection .photoList001 > li:nth-child(even)  li:nth-child(even) {
	float: right;
	}


	.leadSection .photoList002 > li {
	margin-bottom: 2em;
	float: left;
	width: calc(33.33333% - 35px);
	margin-right: 52.5px;
	}

	.leadSection .photoList002 > li:nth-child(3n) {
	margin-right: 0;
	}

	.leadSection .photoList002 > li:nth-child(3n+1) {
	clear: both;
	}

}


/* ============================
		aboutSection
 ============================ */

.aboutSection th,
.aboutSection td {
white-space: nowrap;
vertical-align: top;
}

.aboutSection .basicTypeList {
margin-bottom: 0;
}


/* for PC */
@media screen and (min-width: 1201px) {

	.aboutSection td {
	width: 43%;
	}





}



/* ============================
		facilitySection
 ============================ */

.facilitySection .facilityPhotoList li {
margin-bottom: 2em;
}

.facilitySection .facilityPhotoList img {
width: 100%;
border-radius: 10px;
}

.facilitySection .facilityPhotoList .photo {
position: relative;
}

.facilitySection .facilityPhotoList .demoName {
position: absolute;
top: 10px;
left: 10px;
}


/* for PC */
@media screen and (min-width: 1201px) {

	.facilitySection .facilityPhotoList li {
	float: left;
	width: calc(50% - 30px);
	margin-bottom: 1em;
	}
	
	.facilitySection .facilityPhotoList li:nth-child(even) {
	float: right;
	}

}


/* ============================
		eventSection
 ============================ */



/* ============================
		scheduleSection
 ============================ */





/* ============================
		contactSection
 ============================ */

.contactSection .contactList .mail {
text-align: center;
}

.contactSection .contactList .mail a {
display: inline-block;
font-family: "Noto Sans JP", sans-serif;
font-weight: 400;
font-style: normal;
font-size: 2rem;
line-height: 1.1em;
color: #fff;
padding: 1.25em 1em 1.25em 3.25em;
border-radius: 3em;
background-color: #e7668c;
background-image: url("../../common/images/fig_mail001.svg");
background-repeat: no-repeat;
background-position: left 30px center;
background-size: 25px auto;
}


.contactSection .body {
text-align: center;
}

.contactSection .body a {
font-size: 2.4rem;
font-weight: bold;
}

.contactSection .call {
text-align: center;
}

.contactSection .call a {
display: inline-block;
font-family: "Rubik", sans-serif;
font-weight: 400;
font-style: normal;
font-size: 2.4rem;
line-height: 1.1em;
color: #fff;
padding: 0.5em 2em 0.5em 3em;
border-radius: 3em;
background-color: #399868;
background-image: url("../../common/images/fig_call002.svg");
background-repeat: no-repeat;
background-position: left 30px center;
background-size: 30px auto;
}
.contactSection .call a span {
display: block;
font-size: 1.4rem;
line-height: 1.0em;
}

/* for PC */
@media screen and (min-width: 1201px) {


	.contactList li {
	float: left;
	width: 50%;
	}

	.contactSection .contactList .mail a {
	font-size: 2.2rem;
	padding: 1.25em 2em 1.25em 4.25em;
	background-position: left 50px center;
	background-size: 30px auto;
	}

	.contactSection .body {
	font-size: 1.8rem;
	}

	.contactSection .body a {
	font-size: 3.0rem;
	}

	.contactSection .call a {
	font-size: 2.6rem;
	line-height: 1.1em;
	padding: 0.55em 4em;
	background-position: left 55px center;
	background-size: 40px auto;
	}
	.contactSection .call a span {
	font-size: 1.6rem;
	}


}




/* ============================
		downloadSection
 ============================ */

.downloadSection .downloadLink {
text-align: center;
margin: 2em 0;
}

.downloadSection .downloadLink li {
padding: 0;
margin: 0;
}

.downloadSection .downloadLink a {
display: inline-block;
font-family: "Noto Sans JP", sans-serif;
font-weight: 400;
font-style: normal;
font-size: 1.6rem;
line-height: 1.2em;
color: #fff;
padding: 1em 4em;
border-radius: 3em;
background-color: #e7668c;
background-image: url("../../common/images/fig_pdf001.svg");
background-repeat: no-repeat;
background-position: right 20px center;
background-size: 25px auto;
}


/* for PC */
@media screen and (min-width: 1201px) {

	.downloadSection .downloadLink {
	margin: 2em 2em;
	text-align: center;
	}

	.downloadSection .downloadLink a {
	font-size: 2.4rem;
	background-position: right 30px center;
	background-size: 35px auto;
	}

	.downloadSection .downloadList li {
	display: block;
	text-align: center;
	float: left;
	}
	.downloadSection .downloadList li:nth-child(even) {
	float: right;
	}

}




/* ============================
		other
 ============================ */


/* for SP */
@media screen and (max-width: 767px) {
}

/* for TB */
@media screen and (max-width: 1200px) and (min-width: 768px){
}

/* for PC */
@media screen and (min-width: 1201px) {
}