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

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

a:link {
	color: #ea5a20;
	text-decoration: none;
}
a:visited {
	color: #ea5a20;
	text-decoration: none;
}
a:hover {
	color: #fcee21;
	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 {
	animation: fadeIn 2s ease 0s 1 normal;
	-webkit-animation: fadeIn 1s ease 0s 1 normal;
	font-family: "Shuei KakuGo Gin B",sans-serif;
	background-repeat: repeat-y;
	background-position: center top;
	background-image: url(../images/base.jpg);
	background-size: 1250px;
}

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

@-webkit-keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}
@import url("//netdna.bootstrapcdn.com/font-awesome/4.6.3/css/font-awesome.css");
.exLink:after {
  margin: 0 3px;
  font-family: FontAwesome;
  vertical-align: middle;
  content: '\f08e';
}

.wrapper {
	width: 100%;
	max-width: 880px;
	margin:0 auto;
}

ul, li{
	margin: 0;
	padding: 0;
}
li {
	list-style: none;
}
br.sp{ display: none;}

/* ヘッダー
 * --------------------------------------------------------*/
 .head{
	 text-align: center;
	 margin:0 auto;
	 padding-bottom: 50px;
	 position: relative;
 }
 .head img {
	 max-width: 100%;
 }
 .pc { display: block !important; }
 .sp { display: none !important; }

/*ヨドガワ
 * --------------------------------------------------------*/
.yodogawa {
width: 480px;
text-align: left;
margin:0 auto;
font-size:18px;
letter-spacing: 1px;
line-height: 36px;
}
.prof {
text-align: center;
padding-top: 30px;
}
.bold {
	width: 500px;
	margin:0 auto;
	font-size:24px;
	letter-spacing: 1px;
	line-height: 40px;
	font-weight: bold;
	padding-bottom: 25px;
}

/*本文
 * --------------------------------------------------------*/
.text {
width: 480px;
text-align: left;
margin:0 auto;
font-size:16px;
letter-spacing: 1px;
line-height: 32px;
}
.text .photo {
margin-left: -50px;
padding-top: 20px;
padding-bottom: 40px;
}
.title {
background-color: #f8f33e;
color: #333;
padding: 5px;
}
.cap {
font-size:14px;
letter-spacing: 1px;
line-height: 28px;
color: #666;
}

/*インフォメーション
 * --------------------------------------------------------*/
 .info {
 width: 620px;
 text-align: center;
 margin:0 auto;
 background-color: #fff;
 margin-top: 60px;
 padding-top: 20px;
 padding-bottom: 50px;
 }
 .info .text {
 width: 430px;
 font-size:16px;
 letter-spacing: 1px;
 line-height: 33px;
 text-align: left;
 margin:0 auto;
 padding-bottom: 20px;
 }
 .info .photo {
 padding-top: 20px;
 padding-bottom: 40px;
 }

 .banner {
	margin:0 auto;
	text-align: center;
 padding-top: 80px;
 padding-bottom: 20px;
 }

	/*ライン
	 * --------------------------------------------------------*/
	.border {
	border-top: 1.5px solid #ea5a20;
	width: 740px;
	margin:0 auto;
	margin-top: 50px;
	margin-bottom: 50px;
	}

	/*ナビゲーション
	 * --------------------------------------------------------*/
	#navi {
		width: 700px;
		margin: 0 auto;
		clear: both;
		height: auto;
		margin-top: 50px;
		overflow: hidden;
		}
	#navi img{
		height: 80px;
		}
		#navi li {
			float: left;
			list-style-type: none;
			}
	.prev {
		margin-right: 150px;
		}
	.top {
		margin-right: 100px;
		margin-left: 100px;
		}
	.next {
		margin-left: 150px;
		}

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



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

			.wrapper {
				width: 100%;
			}

		}



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

				body {
					background-image: url(../images/base_sp.jpg);
					background-size: contain;
				}
			.wrapper {
			width: 100%;
			}

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

			br{ display: none;}
			br.sp{ display: inherit;}


	/*スマホ対応 ヘッダ
	 * --------------------------------------------------------*/
	.head {
	width: 95%;
	padding-bottom: 20px;
	}
	.pc { display: none !important; }
  .sp { display: block !important; }

	.logo_tokyo {
		width: 35%;
			top: 10px;
			right: 10px;
	}

	/*スマホ対応 目次
	 * --------------------------------------------------------*/
	.mokuji {
	width: 100%;
	margin:0 auto;
	}
	.mokuji img {
	width: 95%;
	}

		/*スマホ対応 ヨドガワ
		 * --------------------------------------------------------*/
		.yodogawa {
		width: 82%;
		font-size: 16px;
		line-height: 33px;
		margin:0 auto;
		}
		.bold {
		width: 85%;
		margin:0 auto;
		font-size:16px;
		line-height: 1.9em;
		}

		/*スマホ対応 本文
		 * --------------------------------------------------------*/
		.text {
		width: 82%;
		font-size: 15px;
		line-height: 31px;
		margin:0 auto;
		}
		.text .photo {
		margin:0 auto;
		}
		.banner {
 		width: 90%;
 		}


		/*スマホ対応 インフォメーション
		 * --------------------------------------------------------*/
			.info {
 		width: 90%;
 		margin:0 auto;
		padding-top: 15px;
		padding-bottom: 15px;
 		}
		.info .text {
 		width: 90%;
		font-size:14px;
		line-height: 2.0em;
		margin:0 auto;
		padding-top: 0px;
		padding-bottom: 0px;
 		}
 		.info .photo {
		width: 90%;
		margin:0 auto;
		padding-bottom: 20px;
 		}


	/*スマホ対応　ライン
	 * --------------------------------------------------------*/
	.border {
	width: 85%;
	margin-top: 30px;
	margin-bottom: 30px;
	}


	/*スマホ対応　ナビゲーション
	 * --------------------------------------------------------*/
	#navi {
		width: 100%;
		clear: both;
		text-align: center;
		margin-top: -6px;
		margin-bottom: -3px;
		}
	#navi img{
		height: 50px;
		}
		#navi li {
			float: none;
		  display: inline-block;
			}
	.top {
		margin-top: -50px;
		}
	.next {
		margin-top: -50px;
		}


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

		#footer li{
		  float: none;
		  display: inline-block;
			margin-left: 20px;
			margin-right: 20px;
			padding-bottom: 20px;
			font-size: 14px;
			}

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



			.date {
				font-size: 14px;
				padding-top: 40px;
				padding-bottom: 20px;
				}

		.copyright {
			width: 90%;
			margin:0 auto;
			padding-top: 20px;
			padding-bottom: 10px;
			}

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

}
