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

.hoverOp:hover {
	filter: alpha(opacity=40);
	opacity: 0.4;
}

a:link {
	color: #29a2d9;
	text-decoration: none;
}
a:visited {
	color: #29a2d9;
	text-decoration: none;
}
a:hover {
	color: #F05A24;
	text-decoration: none;
}
a:active {
	text-decoration: none;
}

a img {
	-webkit-transition: 0.2s ease-in-out;
	   -moz-transition: 0.2s ease-in-out;
	     -o-transition: 0.2s ease-in-out;
	        transition: 0.2s ease-in-out;
}

body {
	font-family: "TBChibiRGothicPlusK R";
	color: #000000;
	letter-spacing: 0.1em;
	line-height: 1.8;
	animation: fadeIn 2s ease 0s 1 normal;
	-webkit-animation: fadeIn 1s ease 0s 1 normal;
}

@keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}

@-webkit-keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}

.wrapper {
margin:0 auto;
}

ul, li{
	margin: 0;
	padding: 0;
}
li {
	list-style: none;
}

/* ヘッダー
 * --------------------------------------------------------*/
 .head{
	 text-align: center;
 }

/*本文
 * --------------------------------------------------------*/
.base_y {
 width: 100%;
 margin:0 auto;
 background-color: #ffea01;
 padding-top: 40px;
 padding-bottom: 40px;
 }
 .base_b {
  width: 100%;
  margin:0 auto;
  background-color: #29a2d9;
  padding-top: 40px;
  padding-bottom: 40px;
  }
	.base_r {
	 width: 100%;
	 margin:0 auto;
	 background-color: #ff0000;
	 padding-top: 40px;
	 padding-bottom: 40px;
	 }
	 .base_g {
	  width: 100%;
	  margin:0 auto;
	  background-color: #6cc4be;
	  padding-top: 40px;
	  padding-bottom: 40px;
	  }
	.book {
	margin:0 auto;
   }
 .textbase {
  width: 760px;
  margin:0 auto;
  background-color: #fff;
  border-radius: 10px;
  }
	.text {
	 width: 580px;
	 margin:0 auto;
	 padding-top: 30px;
	 padding-bottom: 30px;
   }
	 .cat {
	 font-family: "Shuei MaruGo B";
	 text-align: center;
	 font-size: 45px;
	 color: #fff;
	 padding-bottom: 30px;
   }
	 .midashi {
	 font-family: "Shuei MaruGo B";
	 font-size: 32px;
	 color: #000;
	 padding-bottom: 10px;
		}
		.textbase .photo {
		text-align: center;
		 padding-bottom: 20px;
		 }
		 .photo {
 		text-align: center;
 		 }
		 .map {
		width: 580px;
		padding-bottom: 15px;
 		 }

/*フッター
 * --------------------------------------------------------*/
#footer{
	width: 800px;
	margin: 0 auto;
	clear: both;
	height: auto;
	margin-top: 20px;
	padding-left: 130px;
	overflow: hidden;
	}
#footer li{
	float: left;
	margin-right: 70px;
	list-style-type: none;
	}
#btn_fb {
	text-align: center;
	padding-top: 30px;
	margin-left: 70px;
	}
	.date {
	text-align:center;
	font-size: 15px;
	letter-spacing: 0.1em;
	color: #666;
	padding-top:50px;
	padding-bottom:50px;
	}
	.copyright {
		text-align: center;
		padding-top: 30px;
		padding-bottom: 30px;
		clear: both;
		}
		.copyright .text {
			font-size: 12px;
			color: #666;
			letter-spacing: 0.02em;
			}


	/*タブレット対応
	* --------------------------------------------------------*/
			@media screen and (max-width: 820px) {

			.head img {
				width: 100%;
				height: auto;
			}
			.textbase {
				width: 90%;
			}
			.textbase img {
				width: 95%;
				height: auto;
			}
			.photo img {
				width: 95%;
				height: auto;
			}

		 #footer {
			 width: 80%;
		 }
		 #footer img {
			 width: 40%;
		 }
		 #footer li{
		 	margin-right: -20px;
		 	}
			#btn_fb {
				margin-left: 0px;
				}
		}



	/*スマホ対応
	* --------------------------------------------------------*/
			@media only screen and (max-width: 479px) {

			body {
			background-image: url(../images/base_sp.jpg);
			background-repeat:repeat-y;
			background-position: top center;
			background-size: 100%;
			}
			.wrapper {
			width: 100%;
			}

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


	/*スマホ対応 ヘッダ
	 * --------------------------------------------------------*/
	.head{
	width: 100%;
	}
	.photo img {
	width: 95%;
	}

	/*スマホ対応 本文
	 * --------------------------------------------------------*/
	.textbase {
		width: 90%;
	 }
	 .text {
 		width: 90%;
		font-size: 90%;
		padding-top: 10px;
		padding-bottom: 10px;
 	 }
	 .text br {
		 display: none;
		}
		.cat {
 		font-size: 23px;
  	 }
		 .midashi {
  		font-size: 20px;
   	 }
		 .map {
    position: relative;
    width: 100%;
    padding: 75% 0 0 0;
}
.map iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}



	/*スマホ対応 フッター
	 * --------------------------------------------------------*/
	#footer{
	  /*
		width: 320px;
	  */
	  width: 100%;
		height: auto;
		clear: both;
	  /*
		margin-left: -85px;
	  */
		margin: 0;
		padding: 0;
	  text-align: center;
		}

	#footer li{
	  /*
		margin-right: 30px;
	  */
	  float: none;
	  display: inline-block;
		margin-left: 15px;
		margin-right: 15px;
		padding-bottom: 20px;
		}

	#footer li img{
		width: auto;
		height: 72px;
		}



	#btn_fb {
	  /*
		margin-left: 40px;
		margin-right: auto;
	  */
		margin-left: 0px;
		margin-right: 0px;
	  /*
		text-align: center;
		clear: both;
	  */
		padding-top: 10px;
		}



	.copyright {
		padding-bottom: 30px;
		}

	.copyright .text {
		font-size: 10px;
		text-align: center;
		}

}
