@charset "utf-8";
/* CSS Document */


/*Index
1.全体
*/

/*1.全体に係るcss*/



/*paddingとborderを幅と高さに含める*/
body {-webkit-box-sizing: border-box; box-sizing:  border-box;}

/*body全体を指定　　フォント・背景・など　*/
body {
	        
	        font-family:'Zen Maru Gothic','HG丸ｺﾞｼｯｸM-PRO','FOT-筑紫A丸ゴシック Std R','小塚ゴシック Pro EL', sans-serif,'Segoe UI', 'Hiragino Kaku Gothic ProN', 'Meiryo' ,sans-serif;
	
	background-color: #FFFEFE;
	
  
}


a {
	color: #036b52;}


/*　文章全体への指定　*/
p {
	line-height: 1.5;
	font-size: 16px;
    color: #036b52;
	}



/*　最上位の見出しへの指定　*/
h1 {
	font-size: 22px;
	font-weight: bold;
	background: rgba(216,235,222,0.85);
	margin: 30px auto 50px auto;
	width: 250px;
	height: 100%;
	padding: 8px;
	display: center;
	
	border: solid 5px rgba(216,235,222,0.85);
	border-radius: 22px;
	
	text-align: center;
	color: #036b52;
}

.index-main-2{
	background: #EFF4F0;
}


/*　中位の見出しへの指定　*/
h2 {
	font-size: 20px;
	font-weight: bold;
	margin:  80px auto 50px auto;
	width: auto;
	height: auto;
	padding:10px;	
	text-align: center;
	color: #036b52;
	background-color: #ffffff;
	border-radius: 30px;
	
	background-repeat: no-repeat;
	background-position: bottom;
	
}

/*　中位の見出しの最初の見出しへの指定　*/
.no-background{
	background-color: transparent;
	margin-top: 20px
}

/*　最下位の見出しへの指定　*/
h3 {
	font-size: 20px;
	font-weight: auto;
	font-weight: bold;
	margin: 50px auto 50px auto;
	text-align: center;
	color: #036b52;
}

/*　箇条書きの文章への指定　*/
li {
	color: #036b52;
	margin-top: 5px;
}


/*　hedderへの指定　*/
.header {
	margin-bottom: 50px;
}

.title-logo{
	margin: 30px 10% 0% 10% ;	
}

.title-logo-a{
	color: #000000;
}

.logo-big{
	font-size: 18px;
	font-weight: bold;
	margin: 0 0 0 0;
}

.logo-small{
	font-size: 11px;
	margin: 5px 0px 0 10px;
}

nav{
	font-size: 16px;
	margin: 20px 10% 20px 10%
}

.nav-hoiku:hover {
	width: 100px;
	border-radius: 5px;
	background-color: #D8EBDE;
}

.nav-ichinich:hover {
	width: 100px;
	border-radius: 5px;
	background-color: #D8EBDE;
}

.nav-taberu:hover {
	width: 100px;
	border-radius: 5px;
	background-color:#D8EBDE ;
}

.nav-asobi:hover {
	width: 100px;
	border-radius: 5px;
	background-color: #D8EBDE;
}

.nav-annnai:hover {
	width: 100px;
	border-radius: 5px;
	background-color: #D8EBDE;
}

.top-img{
	width:100%;
	height: 200px;
	background-color: rgba(216,235,222,0.85);
	position: relative;
}

.img-main-top{
	width:100% ;
}

.square-main-top{
	font-size: 29px;
	font-weight:;
	
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-140%);
	background-color:; 	
	border-radius: 10px;
	padding: 17px ;
	color:#FCFAFA;
	
}

.sentence-main-top-2{
	margin-top: 8px;
	margin-left: 8px
}

.sentence-main-top-3{
	margin-top: 8px;
	margin-left: 16px
}




/*　main、section、articleに係るCSS*/

main {
	margin-top: 100px;
	margin-bottom: 50px;
}

section{
	margin-left: 10%;
	margin-right: 10%;
}

article {
	background: rgba(216,235,222,0.85);
	padding-top: 100px;
	padding-bottom: 80px;
	margin-top: 200px;
	margin-bottom: 100px;
}

.main-4{
	margin-top: 200px;
	margin-bottom: 50px;
}



.main-5{
	margin-top: 200px;
	margin-bottom: 100px;
}

.main-6{
	margin-bottom: 200px;
}

/* 写真への指定　*/
.collage{
	border-radius: 15px;
}

/* ２枚組の写真への指定　*/
.img-collage-2piece{
	width: 250px;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	display: grid;
	grid-template-columns: 0.2fr 1fr ;
		gap :10px;	
}

/*　４枚組の写真への指定　*/
.img-collage-4piece {
	width: 250px;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	display: grid;
	grid-template-columns: 0.2fr 1fr ;
		gap :10px;	
	
}

/*　６枚組の写真への指定　*/
.img-collage-6piece{
	width: 250px;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	display: grid;
	grid-template-columns: 0.2fr 1fr ;
		gap :10px;
}

/*　第一、三、四、五、六区間の文章への指定　*/

#pdf-files{
	color: #49A2CE;
    font-size: 12px;}

.annnai-docs{
	margin-bottom: 20px;
}

.annnai-docs-link{
	font-size: 12px;
}

.index-small{
	text-align: center;
}

.text-non-frame{
	margin-top: 50px;
	margin-bottom: 50px;
}

.text-main-6 {
	width: 250px;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: 50px auto;
}

.text-li{
	font-size:7px;
	width: 250px;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: 30px auto;
}

.text-address{
	width: 240px;
	font-size: 12px;
}



/*　footerへの指定　*/
footer {
	background-color: rgba(216,235,222,0.85);
	
	padding-bottom: 50px;
}



.end-log{
	 ;
}

.tel-address{
	margin: 20px 20% 30px 0% ;
	font-size: 11px;
    color: #036b52;
}

iframe{
	width: 250px;
	padding: 20px;
	background-color: rgba(216,235,222,0.85);
}

.footer-map{
      width: 300px;
	top:0;
	bottom:0 ;
	left:0;
	right: 0;
	margin: auto;
	margin-bottom: 70px;
	
}

.footer-nav{
	margin-bottom: 50px;
	margin-left: 0;
	margin-right: 0;
	padding: 30px 60px 30px ;
	background-color: #FFFEFE
}

.footer-nav-small{
	margin-left: 0;
}

/* 幅520px以上のスタイル指定　ここから */

@media screen and (min-width: 520px){
	
	.main-3{
		font-size: 16px;
	}
	
	.collage {
		width: 200px;
		height: 200px;
		
	}	
	
	.img-collage-4piece{
		width: 410px;
	}

	.img-collage-2piece{
		width: 410px;
	}
	
	.img-collage-6piece{
		width: 410px;
	}
	
	.p-section-2{
		margin-left: 10%
	}
	
   /*　図解1への指定　*/
.graphic-main-3{
	width: 300px;
	
}

/*　図解2へのしてい　*/
.graphic-main-4{
	width: 300px;
}

/*　図解３への指定　*/
.graphic-main-5{
    width: 360px;		
}

	
/* 文章への指定　*/	
	
.text-li{
	width:auto;
	top:0;
	bottom:0 ;
	left:0;
	right: 0;
	margin: 80px auto
	}
	
.text-main-6 {
	width: 450px;
	}
	
	
.text-li{
	font-size:10px;
	width: 300px;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: 50px auto;
}

	.text-address{
		width: 350px;
	    font-size: 16px;
	}
	
/*　footer部分のマップへの指定　*/	
	footer{
		padding-bottom: 1px;
	}	
	
iframe{
	width: 300px;
	height: 230px;
}

.footer-map{
      width: 300px;
	 height: 230px;
	
}

/* 幅800px以上のスタイル指定　ここから */

@media screen and (min-width: 800px){

	p{
		margin-left: 25%;
		margin-right: 15%;
	}	
	
	/*　ヘッダーへの指定　*/
.top-img{
	width:80% ;
		top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
}

.title-logo{
	margin: 30px 5% 0% 10% ;	
}

.logo-big{
	font-size: 22px;
	margin: 0 0 0 0;
}

.logo-small{
	font-size: 15px;
	margin: 5px 0px 0 10px;
}

nav{
	font-size: 18px;
	margin: 22px 10% 22px 10%;
}

.square-main-top{
	font-size: 29px;
	font-weight:;
	
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-120%);
	background-color:; 	
	border-radius: 10px;
	padding: 17px ;
	color:#FCFAFA;
	
}

.sentence-main-top-3{
	margin-top: 5px;
	margin-left: 22px;
	font-size: 40px;
}
	
/* mainへの指定　*/
	
section{
	margin-left: 0px;
	margin-right: 0px;	
	}
	
.main-3{
		font-size: 16px;
	}
	
h2{
	width: 500px;	
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	}
	
h3{
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: 50px auto;	
	}
	
.setting-up{
	width: 800px;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: 50px auto;	
	display: flex;	
	}
	
.text-li{
	width: 600px;	
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: 50px auto;
	}
	
	.text-address{
		width: 500px;
	}	

.text-main-6 {
	width: 450px;
	
	}

	/*　６枚組の写真への指定　*/
#collage-6piece-ensha{
	width: 600px;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;	
	display: grid;
	grid-template-columns: 0.2fr 0.2fr 0.2fr ;
		gap :10px;
}
	
/*　footer部分への指定　*/	
	
	footer{
		padding-bottom:1px;
	}	
	
iframe{
	width: 800px;
	height: 460px;
}

.footer-map{
      width: 800px;
	 height: 460px;
	margin-bottom: 150px;
}

.footer-address{
	  margin-top: 50px;
		margin-left: 5%;
	}
	
	.tel-address{
		font-size: 15px;
	}	

}


