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

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

a:link {
	color: #2E56FF;
	text-decoration: none;
}
a:visited {
	color: #2E56FF;
	text-decoration: none;
}
a:hover {
	color: #f15a24;
	text-decoration: none;
}
a:active {
	text-decoration: none;
}


a img:hover {
	opacity: 0.7;
}

body {

	background-image: url(../images/shinjuku01.jpg);
	background-size: cover;
	background-attachment: fixed;
  background-position: center center;
	font-family: "ヒラギノ角ゴ Pro W3", Hiragino Kaku Gothic Pro, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
	margin:0;
}

@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: 800px;
	margin:0 auto;
	background-color: #ffffff;
}

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

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


/*本文
 * --------------------------------------------------------*/
.title {
width:500px;
margin:0 auto;
font-size:25px;
letter-spacing: 1px;
line-height: 1.8em;
font-family: "ヒラギノ角ゴ Pro", Hiragino Kaku Gothic Pro, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
text-align: left;
color: #FC573B;
font-weight:bold;
}
.title_sub {
font-size:20px;
letter-spacing: 1px;
line-height: 1.8em;
font-family: "ヒラギノ角ゴ Pro", Hiragino Kaku Gothic Pro, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
text-align: left;
color: #FC573B;
padding-top: 20px;
padding-bottom: 5px;
font-weight:bold;
}
.title_boshu {
font-size:17px;
letter-spacing: 1px;
line-height: 1.8em;
font-family: "ヒラギノ角ゴ Pro W3", Hiragino Kaku Gothic Pro, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
color: #FC573B;
font-weight:bold;
}
.title_red {
	width:480px;
	margin:0 auto;
font-size:17px;
letter-spacing: 1px;
line-height: 1.8em;
font-weight: bold;
color: #e83828;
}
.border_red {
  border-top: 2px solid #e83828;
  width: 480px;
  margin:0 auto;
  margin-top: 20px;
  margin-bottom: 20px;
  }
.title_img{
margin:0 auto;
text-align: center;
padding-bottom: 20px;
}
.text{
width:500px;
margin:0 auto;
font-size:16px;
letter-spacing: 1px;
line-height: 1.9em;
font-family: "ヒラギノ角ゴ Pro W3", Hiragino Kaku Gothic Pro, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
text-align: left;
padding-top: 10px;
}
.photo{
margin:0 auto;
padding-top: 40px;
padding-bottom: 40px;
}
.photo2{
margin:0 auto;
padding-bottom: 40px;
}
.btn{
margin:0 auto;
text-align: center;
padding-top: 50px;
width: 100%;
}
.sage{
margin-left: 15px;
}



.note{
width: 550px;
text-align: center;
margin:0 auto;
padding-top: 20px;
padding-bottom: 30px;
border: 1px solid #ccc;
border-radius: 20px;        /* CSS3草案 */
-webkit-border-radius: 20px;    /* Safari,Google Chrome用 */
-moz-border-radius: 20px;   /* Firefox用 */
}

.note .text{
width: 480px;
text-align: left;
font-size:14px;
letter-spacing: 1px;
line-height: 1.7em;
font-family: "ヒラギノ角ゴ Pro W3", Hiragino Kaku Gothic Pro, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
margin:0 auto;
padding-top: 20px;
}



/*募集要項
 * --------------------------------------------------------*/
.whitebase{
width: 650px;
background-color: #EDF6F7;
text-align: center;
margin:0 auto;
padding-top: 30px;
padding-bottom: 40px;
border-radius: 20px;        /* CSS3草案 */
-webkit-border-radius: 20px;    /* Safari,Google Chrome用 */
-moz-border-radius: 20px;   /* Firefox用 */
}
.whitebase .text2{
width: 480px;
text-align: left;
font-size:16px;
letter-spacing: 1px;
line-height: 1.9em;
font-family: "ヒラギノ角ゴ Pro W3", Hiragino Kaku Gothic Pro, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
margin:0 auto;
}
.whitebase .gray{
width: 480px;
text-align: left;
font-size:14px;
letter-spacing: 1px;
line-height: 1.8em;
font-family: "ヒラギノ角ゴ Pro W3", Hiragino Kaku Gothic Pro, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
margin:0 auto;
color: #444;
}

/*感想
 * --------------------------------------------------------*/
.impression{
width: 650px;
background-color: #ffffff;
border: 1px solid #fde5b4;
text-align: center;
margin:0 auto;
padding-top: 30px;
padding-bottom: 40px;
border-radius: 20px;        /* CSS3草案 */
-webkit-border-radius: 20px;    /* Safari,Google Chrome用 */
-moz-border-radius: 20px;   /* Firefox用 */
}
.impression .text2{
width: 480px;
text-align: left;
font-size:16px;
letter-spacing: 1px;
line-height: 1.9em;
font-family: "ヒラギノ角ゴ Pro W3", Hiragino Kaku Gothic Pro, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
margin:0 auto;
}


	/*フッター
	 * --------------------------------------------------------*/
	#footer{
		width: 700px;
		margin: 0 auto;
		clear: both;
		height: auto;
		margin-top: 70px;
		margin-left: 80px;
		overflow: hidden;
		}
	#footer li{
		float: left;
		margin-right: 65px;
		list-style-type: none;
		}
		.home{
			padding-top: 10px;
			}


		.date {
		text-align:center;
		font-size: 14px;
		letter-spacing: 0.1em;
		padding-top:50px;
		padding-bottom:20px;
		}
		.copyright {
			text-align: center;
			font-size: 12px;
			letter-spacing: 0.1em;
			padding-top: 60px;
			padding-bottom: 60px;
			}



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

						.wrapper {
							width: 95%;
						}
						#navi {
							width: 100%;
							clear: both;
							text-align: center;
							margin-top: -6px;
							margin-bottom: -3px;
							}
						#navi img{
							height: 80px;
							}

					}



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

				body {
				background-image: url(../images/shinjuku01.jpg);
				background-repeat:repeat-y;
				background-position: center center;
				background-size: cover;
				background-attachment: fixed;
				font-family: "ヒラギノ角ゴ Pro W3", Hiragino Kaku Gothic Pro, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
				}
								.wrapper {
								width: 95%;
								}

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

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



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


	/*スマホ対応 本文
	 * --------------------------------------------------------*/
	 .title {
	 width: 85%;
	 font-size:18px;
	 }
	 .title_sub {
		width: 85%;
		font-size:16px;
	 }
	 .title_boshu {
	 font-size:14px;
	 }
	 .title_img{
	 width: 90%;
	 }
	 .title_red {
	 	width: 85%;
	 	margin:0 auto;
	 font-size:16px;
	 }
	 .border_red {
	   width: 85%;
	   }
	 .text{
	 width: 85%;
	 margin:0 auto;
	 font-size:14px;
	 }
	 .photo{
	 width: 95%;
	 padding-top: 10px;
	 padding-bottom: 10px;
	 }
	 .photo2{
	 width: 95%;
	 }
	 .btn{
	 width: 100%;
	 }
	 .sage{
	 margin-left: 0px;
	 }

	 .note{
	 width: 87%;
	 border-radius: 20px;        /* CSS3草案 */
	 -webkit-border-radius: 20px;    /* Safari,Google Chrome用 */
	 -moz-border-radius: 20px;   /* Firefox用 */
	 }

	 .note .text{
		 width: 85%;
		 margin:0 auto;
		 font-size:13px;
	 }


	/*スマホ対応　募集要項
	  * --------------------------------------------------------*/
	 .whitebase{
	 width: 87%;
	 border-radius: 20px;        /* CSS3草案 */
	 -webkit-border-radius: 20px;    /* Safari,Google Chrome用 */
	 -moz-border-radius: 20px;   /* Firefox用 */
	 }
	 .whitebase .text2{
	 width: 88%;
	 text-align: left;
	 font-size:14px;
	 }
	 .whitebase .gray{
	 width: 100%;
	 font-size:13px;
	 }

	 /*スマホ対応　感想
	  * --------------------------------------------------------*/
	 .impression{
	 width: 87%;
	 margin-top: 20px;
	 background-color: #ffffff;
	 border: 1px solid #fde5b4;
	 border-radius: 20px;        /* CSS3草案 */
	 -webkit-border-radius: 20px;    /* Safari,Google Chrome用 */
	 -moz-border-radius: 20px;   /* Firefox用 */
	 }
	 .impression .text2{
	 width: 88%;
	 text-align: left;
	 font-size:14px;
	 }

	 /*スマホ対応　Youtube
	  * --------------------------------------------------------*/
	 .yt_mov {
		  position: relative;
		  width: 100%;
		  padding-top: 56.25%;
		}

		.yt_mov iframe {
		  position: absolute;
		  top: 0;
		  right: 0;
		  width: 100% !important;
		  height: 100% !important;
		}

		/*スマホ対応 フッター
		 * --------------------------------------------------------*/
		#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: 15px;
			margin-right: 15px;
			padding-bottom: 20px;
			font-size: 13px;
			}

		#footer li img{
			width: auto;
			height: 35px;
			}
			#footer .home img{
				width: 60%;
				height: 60%;
				}



			.date {
				font-size: 13px;
				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;
			}

}
