@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(121,202,212,0.85);
	margin: 30px auto 50px auto;
	width: 250px;
	height: 100%;
	padding: 8px;
	display: center;
	
	border: solid 5px rgba(121,202,212,0.85);
	border-radius: 22px;
	
	text-align: center;
	color: #036b52;
}

.index-main-2{
	background: #ffff;
}


/*　中位の見出しへの指定　*/
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;
}

h3{
	border-radius: 15px;
	font-weight: bold;
	background: #ffffff;
	font-size: 23px;
	margin: 0px 0px 10px 0px;
	padding-top: 4px;
	padding-bottom: 4px;
	color: #036b52;
	text-align: center;
}

/*　中位の見出しの最初の見出しへの指定　*/
.no-background{
	background-color: transparent;
	margin-top: 20px
}

/*　箇条書きの文章への指定　*/
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-weight: bold;
	font-size: 18px;
	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: #73cad4;
}

.nav-ichinich:hover {
	width: 100px;
	border-radius: 5px;
	background-color: #79cad4;
}

.nav-taberu:hover {
	width: 100px;
	border-radius: 5px;
	background-color: #79cad4;
}

.nav-asobi:hover {
	width: 100px;
	border-radius: 5px;
	background-color: #79cad4;
}

.nav-annnai:hover {
	width: 100px;
	border-radius: 5px;
	background-color: #79cad4;
}

.top-img{
	position: relative;
}

.img-main-top{
	width:100% ;
}

.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(121,202,212,0.85);
	padding-top: 80px;
	padding-bottom: 200px;
	margin-top: 200px;
	margin-bottom: 100px;
}

.main-3{
	margin-top: 200px;
	margin-bottom: 150px;
}

.main-4{
	margin-top: 200px;
	margin-bottom: 50px;
}

.main-5{
	margin-top: 200px;
	margin-bottom: 100px;
}

.main-6{
	margin-bottom: 200px;
}

/*一日のスケジュールarticl部分への指定*/
.daily-schedule-1{
	margin-top:0%;
	margin-bottom: -35%;
	position: relative;
}

.graphic-text-schedul-1{	
	width: 300px;
	top: 0;
	bottom: 0;
	left: 0;
	 right: 0;
	margin:  auto auto 5% auto ;	
	display: flex;	
}

.text-daily-schedle{
	width: 300px;
	margin-top: 5%;
	margin-left: 20px;
}

.img-daily-schedule-1{
	position: absolute;
	left: 45%;
	bottom: 3%;
	}




/*2*/

.daily-schedule-2{
	margin-top:40%;
	margin-bottom: -35%;
	position: relative;
}

.graphic-text-schedul-2{	
	width: 300px;
	top: 0;
	bottom: 0;
	left: 0;
	 right: 0;
	margin:  auto auto 5% auto ;	
	display: flex;	
}

.img-daily-schedule-2{
	position: absolute;
	left: 45%;
	bottom: -8%;
	}

/*3*/
.daily-schedule-3{
	margin-top:43%;
	margin-bottom: -35%;
	position: relative;
}

.graphic-text-schedul-3{	
	width: 300px;
	top: 0;
	bottom: 0;
	left: 0;
	 right: 0;
	margin:  auto auto 5% auto ;	
	display: flex;	
}

.img-daily-schedule-3{
	position: absolute;
	left: 45%;
	bottom: -10%;
	}

/*4*/
.daily-schedule-4{
	margin-top:45%;
	margin-bottom: -35%;
	position: relative;
}

.graphic-text-schedul-4{	
	width: 300px;
	top: 0;
	bottom: 0;
	left: 0;
	 right: 0;
	margin:  auto auto 5% auto ;	
	display: flex;	
}

.img-daily-schedule-4{
	position: absolute;
	left: 45%;
	bottom: -13%;
	}

/*5*/
.daily-schedule-5{
	margin-top:45%;
	margin-bottom: -35%;
	position: relative;
}

.graphic-text-schedul-5{	
	width: 300px;
	top: 0;
	bottom: 0;
	left: 0;
	 right: 0;
	margin:  auto auto 5% auto ;	
	display: flex;	
}

.img-daily-schedule-5{
	position: absolute;
	left: 45%;
	bottom: 30%;
	}

/*一年の行事への指定*/
.div-gyouji-sub{
	margin-top: 12%;
	margin-bottom: 12%;
}

.p-title-season{
	font-size: 20px
}

.p-text-season{
	margin-bottom: 10px;
}


.div-gyouji-spring{
 background: rgba(231,191,189,0.75)	;
 padding: 50px;
 margin-top: 10%;
 margin-bottom: 10%;
 border-radius: 30px; 
}

.img-season{
	text-align: center;
}


.div-gyouji-summer{
 background: rgba(121,202,212,0.75)	;
 padding: 50px;
 margin-top: 10%;
 margin-bottom: 10%;
 border-radius: 30px;	
}

.div-gyouji-autumn{
 background: rgba(242,216,70,0.85)	;
 padding: 50px;
 margin-top: 10%;
 margin-bottom: 10%;
 border-radius: 30px;	
}

.div-gyouji-winter{
 background: rgba(216,235,222,0.85)	;
 padding: 50px;
 margin-top: 10%;
 margin-bottom: 10%;
 border-radius: 30px;
}


/* 写真への指定　*/
.collage{
	border-radius: 15px;
}

#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;
}



/*　第一、三、四、五、六区間の文章への指定　*/

.index-small{
	text-align: center;
}

.text-non-frame{
	margin-top: 50px;
	margin-bottom: 50px;
}

.text-li{
	margin-top: 70px;
	margin-bottom: 70px;
}

/*　図解1への指定　*/
.graphic-main-3{
	width: 220px;
	top:0;
	bottom:0 ;
	left:0;
	right: 0;
	margin: 80px auto;
	
	
}

/*　図解2へのしてい　*/
.graphic-main-4{
	width: 220px;
	top:0;
	bottom:0 ;
	left:0;
	right: 0;
	margin: 80px auto;
}

/*　図解３への指定　*/
.graphic-main-5{
	width: 250px;
	top:0;
	bottom:0 ;
	left:0;
	right: 0;
	margin: 80px auto;
}




/*　footerへの指定　*/
footer {
	background-color: rgba(121,202,212,0.85);
	padding-top: 0px;
	padding-bottom: 50px;
}

.end-log{
	 ;
}

.tel-address{
	margin: 20px 20% 30px 0% ;
	font-size: 11px;
    color: #036b52;
}


.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){
	
	.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;
	}
	
	
/*一日のスケジュールarticl部分への指定*/
.daily-schedule-1{
	margin-top:0%;
	margin-bottom: 0%;
}

	
.graphic-text-schedul-1{
	
	width: 300px;
	top: 0;
	bottom: 0;
	left: 0;
	 right: 0;
	margin:  auto ;	
	display: flex;	
}
	
.img-daily-schedule-1{
	bottom: 0%;
	}
	
.daily-schedule-2{
	margin-top:10%;
	margin-bottom: 6%;
}	
	
.daily-schedule-3{
	margin-top:10%;
	margin-bottom: 6%;
}
	
.daily-schedule-4{
	margin-top:12%;
	margin-bottom: 6%;
}
	
.daily-schedule-5{
	margin-top:12%;
	margin-bottom: 6%;
}
	
.h3-gyouji{
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
   width:300px;	
	}

	.div-gyouji-spring{
	top: 0;
	bottom: 0;
	left: 0px;
	right: 0;
	margin: auto;
   width:450px;	
	margin-bottom: 50px;
	}
	
.div-gyouji-summer{
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
   width:450px;	
	margin-top: 50px;
	margin-bottom: 50px;
	}
	
.div-gyouji-autumn{
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
   width:450px;	
	margin-top: 50px;
	margin-bottom: 50px;
	}
	
.div-gyouji-winter{
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
   width:450px;	
	margin-top: 50px;
	margin-bottom: 50px;
	}
	
	
/*　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: 25%;
	}	
	
	/*　ヘッダーへの指定　*/

.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: 22px;
	padding: 20px ;
	
}

.sentence-main-top-2{
	margin-top: 10px;
	margin-left: 14px
}

.sentence-main-top-3{
	margin-top: 10px;
	margin-left: 22px
}
	
/* mainへの指定　*/
	
section{
	margin-left: 0px;
	margin-right: 0px;	
	}
	
h2{
	width: 500px;	
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	}
	
h3{
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	
	}
	
.setting-up{
	width: 800px;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: 50px auto;	
	display: flex;	
	}
	
.text-li{
	width: 530px;	
	}
	
.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:50px;
	}	
	
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;
	}	
	
/*一日のスケジュールarticl部分への指定*/
.daily-schedule-1{
	margin-top:0%;
	margin-bottom: 0%;
	}
	
.img-daily-schedule-1{
	right: 0%;
	bottom:0%;
}
	
.daily-schedule-2{
	margin-top:3%;
	margin-bottom: 0%;
	}
	
.img-daily-schedule-2{
	right: 10%;
	bottom:-5%;
	}
	

.daily-schedule-3{
	margin-top:0%;
	margin-bottom: 0%;
	}
	
.img-daily-schedule-3{
	right: 0%;
	bottom:-9%;
	}
	
.daily-schedule-4{
	margin-top:0%;
	margin-bottom: 0%;
	}
	
.img-daily-schedule-4{
	right: 0%;
	bottom:-13%;
	}
	
.daily-schedule-5{
	margin-top:0%;
	margin-bottom: 0%;
	}
	
.img-daily-schedule-5{
	right: 0%;
	bottom:30%;
	}
	

		
.div-season-collage{	
width: ;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;	
	display: grid;
	grid-template-columns: 0.2fr 0.2fr 0.2fr ;
		gap :10px;
	}
	
.div-gyouji-spring{
	width:750px;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: 50px auto;	
	}
	
.div-gyouji-summer{
	width:750px;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: 50x auto 50px auto;	
	}
	
.div-gyouji-autumn{
	width:750px;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: 50x auto 50px auto;	
	}
	
.div-gyouji-winter{
	width:750px;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: 50x auto 50px auto;	
	}
	
.p-text-season{
	width:140px;
	height:100px;
	}
	
}

/* 幅1200px以上のスタイル指定　ここから */

@media screen and (min-width: 1200px){
.daily-schedule-1{
	margin-top:0%;
	margin-bottom: 0%;
	}
	
.img-daily-schedule-1{
	left: 48%;
	bottom:0%;
}
	
.daily-schedule-2{
	margin-top:3%;
	margin-bottom: 0%;
	}
	
.img-daily-schedule-2{
	left: 48%;
	bottom:-5%;
	}
	

.daily-schedule-3{
	margin-top:0%;
	margin-bottom: 0%;
	}
	
.img-daily-schedule-3{
	left: 48%;
	bottom:-9%;
	}
	
.daily-schedule-4{
	margin-top:0%;
	margin-bottom: 0%;
	}
	
.img-daily-schedule-4{
	left: 48%;
	bottom:-13%;
	}
	
.daily-schedule-5{
	margin-top:0%;
	margin-bottom: 0%;
	}
	
.img-daily-schedule-5{
	left: 48%;
	bottom:30%;
	}

	
	
}


