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

body {
	font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
}

a {
	color: #c64ab5;
}


#index {
	background-color: #39b54a;
	width: 100%;
}


/*タイトル*/
.title {
 width: 80%;

 margin:24px auto ;

}

.index-box {



}

.title img {

}

/*災害ボタン*/

.for-saigai{
	width: 160px;
  height: 48px;

  text-align: center;
  line-height: 48px;

	margin: 16px auto;
}
.for-saigai a{
	background: #c64ab5;
	border-radius: 4px;
	color: #fff;
  display: block;
	text-decoration: none;
	font-size: small;
	letter-spacing: 0.14em;
}

.for-saigai a:hover{
	background: #000000;
	transition: 0.3s;
}

/*リング*/
 .index-shakyoukai {
	width: 92%;

  	top: 0;
  	right: 0;
  	bottom: 0;
  	left: 0;
  	margin: auto;
}

.index-shakyoukai svg {

}


/*index1のコンテンツリング*/

/*サークル*/
#index .st0{fill:#ffffff;}

#index #about a .st0, #index #soudan a .st0, #index #youth a .st0, #index #vihara a .st0, #index #minsei a .st0, #index #teacher a .st0, #index #probation a .st0, #index #childcare a .st0,#index #scout a .st0 {
	fill:#ffffff;
	transition: 0.3s;
}

#index #about a:hover .st0 {
	fill:#4c91b5;
}

#index #soudan a:hover .st0, #index #youth a:hover .st0, #index #vihara a:hover .st0, #index #minsei a:hover .st0, #index #teacher a:hover .st0, #index #probation a:hover .st0,
#index #childcare a:hover .st0,#index #scout a:hover .st0 {
	fill:#4c91b5;
}

#index #about a:hover .white, #index #soudan a:hover .white, #index #youth a:hover .white, #index #vihara a:hover .white, #index #minsei a:hover .white, #index #teacher a:hover .white, #index #probation a:hover .white,
#index #childcare a:hover .white,#index #scout a:hover .white {
	fill:#ffffff;
}

#index .qr {
	text-align: center;
	width: 100%;
	margin: 40px auto;
	display: none;
}

#index .qr img {
	width: 160px;
}

#index .ex {
    text-align: center;
    width: 100%;
	margin: 40px auto;  
}

#index .ex a {
    text-decoration: none;
    padding: 16px;
    background-color: #FF6600;
    color: #ffffff;
    border-radius: 4px;
    font-size: small;
    letter-spacing: 0.14em;
}

#index .ex a:hover{
	background: #000000;
	transition: 0.3s;
}


@media screen and (min-width: 768px) {


	/*タイトル*/
	.title {
	 width: 64%;

	 margin:40px auto ;

	}

	.index-shakyoukai {
 width: 64%;
 }

/*災害ボタン調整*/

/*qrコード*/
#index .qr{
	display: block;
}

#index .qr p{
	color: #fff;
	padding-top: 16px;
}

}

@media screen and (min-width: 1024px) {
	.title {
	width: 48%;
	}

	.index-shakyoukai {
	width: 40%;
	}

/*災害ボタン調整*/




}


@media screen and (min-width: 1280px) {

	.title {
	width: 40%;
	margin: 40px auto;
}




	.index-shakyoukai {
	width: 40%;
	}





}/*(min-width: 1280px)*/


@media screen and (min-width: 1920px) {
	.title {
	width: 40%;

	}

	.index-shakyoukai {
	width: 40%;
	}




}
