@charset "utf-8";

body { -webkit-text-size-adjust: 100%; }

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

/*-------------------------------------- * 赤text * ---------------------------------------*/
.red  { color: #FF0000; display:block; /*font-size: 16px;*/ padding: 0px 0px 10px 0px; }

/*-------------------------------------- * boldtext * ---------------------------------------*/
.bold  { font-size: 18px; font-weight: bold; text-align: center; }

/*-------------------------------------- * small * ---------------------------------------*/
.small  { font-size: 12px; text-align: center; }

/*-------------------------------------- * middle * ---------------------------------------*/
.middle  { font-size: 14px; text-align: center; }

/*-------------------------------------- * thankyou * ---------------------------------------*/
.thankyou { background-color: #3e3f3e; margin-top: 0px; padding: 10px; }

/*-------------------------------------- * white_area * ---------------------------------------*/
#white_area {
	margin: 0px;
	padding: 0px;
	/*padding: 0px 20px 0px 20px;*/
	width: 100%;
	background-color:#FFF;
	display: block;
	clear: both;
	overflow: hidden;
	}
/*-------------------------------------- * black_area * ---------------------------------------*/
#black_area {
	margin: 0px;
	padding: 0px;
	/*padding: 0px 20px 0px 20px;*/
	width: 100%;
	background-color:#000;
	display: block;
	clear: both;
	overflow: hidden;
	}
/*-------------------------------------- * date1 * ---------------------------------------*/
.date1 {
	font-size:18px;
	font-weight:bold;
	background-color: #fff100;
	color:#000;
	padding:10px;
	}
/*-------------------------------------- * date2 * ---------------------------------------*/
.date2 {
	font-size:18px;
	font-weight:bold;
	border-top:1px solid #000;
	border-bottom:1px solid #000;
	padding:10px;
	width: 90%; 
	max-width:460px;
	margin: 0px auto;
	}
/*-------------------------------------- * date3 * ---------------------------------------*/
.date3 {
	border: 1px solid #000;
	border-radius: 20px;
	color: #FFF;
	background-color: #000;
	/*color: #000;*/
	/*background-color: #000;*/
	font-size: 16px;
	line-height: 1.5;
	padding: 10px;
	width: 80%; 
	max-width: 460px;
	/*margin: 0px auto;*/
	margin: 40px auto;
	text-align: center;
	}
.date3 p {
	font-size:18px;
	font-weight:bold;
	}
/*-------------------------------------- * caution_text * ---------------------------------------*/
.caution_text {
	/*font: 12px "MSゴシック", "MS P ゴシック", Osaka, "ゴシック";*/
	font-size: 12px;
	text-align:left;
	border: 1px dotted #CCCCCC;
	background-color: rgba(255,255,255,0.4);
	/*background: #FFF;*/
	padding: 20px;
	margin-top:50px;
	margin-bottom:50px;
	margin-left: auto;
	margin-right: auto;
	width: 80%;
	max-width:700px;
}
.caution_text p {
	font-weight:bold;
	text-align:center;
	}
.caution_text ul {
	margin-top: 30px;
	}
/*.caution_text a {
	color: #FF0000;
	}*/
/*.caution_text a:hover {
	color: #c45554;
	}*/
/*-------------------------------------- * caution_text2 * ---------------------------------------*/
.caution_text2 {
	/*font: 14px "MSゴシック", "MS P ゴシック", Osaka, "ゴシック";*/
	font-size: 14px;
	text-align:left;
	/*border: 1px dotted #CCCCCC;*/
	border: 1px dotted #000;
	background-color: rgba(255,255,255,0.4);
	/*background: #FFF;*/
	padding: 20px;
	margin-top:50px;
	margin-bottom:50px;
	margin-left: auto;
	margin-right: auto;
	width: 70%;
	max-width:700px;
}
.caution_text2 p {
	font-weight:bold;
	text-align:center;
	}
.caution_text2 ul {
	margin-top: 10px;
	}
/*.caution_text2 a {
	color: #FF0000;
	}*/
/*.caution_text2 a:hover {
	color: #c45554;
	}*/
/*-------------------------------------- * textarea1 * ---------------------------------------*/
.textarea1 {
	/*font: 14px;*/
	font-size: 16px;
	text-align: center;
	/*text-align: left;*/
	color: #000;
	padding: 0px;
	margin-left: auto;
	margin-right: auto;
	width: 90%;
	max-width: 800px;
	/*border-bottom: 1px solid #000;*/
	/*background: #FFF;*/
	}
.textarea1 p {
	font-size: 16px;
	font-weight:bold;
	display:inline;
	}
.textarea1 a {
	color: #FF0000;
	}
.textarea1 a:hover {
	color: #c45554;
	}
/*-------------------------------------- * textarea2 * ---------------------------------------*/
.textarea2 {
	font-size: 14px;
	width: 90%;
	max-width: 700px;
	padding: 0px 0px 0px 0px;
	margin: 0px auto;
	color: #000;
	/*border-top: 1px solid #FFF;*/
	}
.textarea2 p {
	/*font-size: 22px;*/
	font-weight:bold;
	display:inline;
	}
/*-------------------------------------- * textarea3 * ---------------------------------------*/
.textarea3 {
	/*font-size: 16px;*/
	/*text-align: left;*/
	/*border: 1px dotted #CCCCCC;*/
	/*background: #FFF;*/
	font-size: 22px;
	font-weight:bold;
	padding: 0px 0px 30px 0px;
	margin-left: auto;
	margin-right: auto;
	width: 80%;
	max-width: 700px;
	}
.textarea3 p {
	/*font-size: 22px;*/
	/*font-weight:bold;*/
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
	line-height: 200%;
	/*display:inline;*/
	padding: 15px 0px;
	margin: 10px auto;
	}
.textarea3 a {
	color: #FF0000;
	}
.textarea3 a:hover {
	color: #c45554;
	}
.textarea3 .img {
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	}

/*-------------------------------------- * update * ---------------------------------------*/
.update {
	/*border: 1px solid #000;*/
	border-radius: 20px;
	color: #FFF;
	/*background-color: #3c1603;*/
	/*color: #000;*/
	/*background-color: #000;*/
	font-size: 16px;
	line-height: 1.5;
	padding: 10px;
	width: 60%; 
	max-width: 460px;
	/*margin: 0px auto;*/
	margin: 20px auto 0px;
	text-align: center;
	}
.update p {
	font-size:18px;
	font-weight:bold;
	}
/*-------------------------------------- * Buttons * ---------------------------------------*/
.btn {
	border: none;
	border-radius: 2px;
	display: inline-block;
	line-height: 24px;
	padding: 0 10px;
	vertical-align: middle;
	-webkit-tap-highlight-color: transparent;
	outline: 0;
	box-shadow: 0 2px 4px 0 rgba(0,0,0,0.3);
}
.btn:hover {
	box-shadow: 0 1px 2px 0 rgba(0,0,0,0.3);
}
.linkBtn {
	color:#FFF!important;
	font-size:16px;
	line-height:130%;
	text-decoration: none;
	text-align: center;
	transition: .2s ease-out;
	cursor: pointer;
	padding: 10px 10px 10px 10px;
	margin:10px 0px 10px 0px;
	border: 1px solid #000;
	background: #000;
	border-radius: 25px;
	box-shadow: 0px 2px 4px 0px rgba(0,0,0,0.2);	
}
.linkBtn a {
	color:#fff!important;
}
.linkBtn:hover {
	box-shadow: 0px 4px 5px 0px rgba(0,0,0,0.3);	
}


/*-------------------------------------- * container * ---------------------------------------*/
#container {
	margin:0 auto;
	display:block;
	text-align:center;
	}

/*-------------------------------------- * title * ---------------------------------------*/
#title {
	margin:45px auto;
	text-align:center;
	width: 100%;
	max-width: 800px;
	}

/*-------------------------------------- * movie * ---------------------------------------*/
#movie {
	position: relative;
	display: block;
	max-width: 960px;
	/*max-width: 640px;*/
	margin: 80px auto ;
	text-align:center;
	font-size: 12px;
	/*font-weight:bold;*/
	/*padding:0px 0px 0px 0px;*/
	clear: both;
	width:90%;
	}
#movie p {
	font-size: 18px;
	/*font-size: 22px;*/
	padding-bottom:12px;
	font-weight:bold;
	color: #000;
	/*display:inline;*/
	/*text-align:left;*/
	}
#movie a {
	color: #FF0000;
	}
#movie a:hover {
	color: #999999;
	}
/*-------------------------------------- * entry * ---------------------------------------*/
#entry {
	border: 1px solid #000;
	/*border: 2px dotted #BEBEBE;*/
	text-align: center;
	padding: 20px;
	width: 80%;
	max-width: 700px;
	margin-left: auto;
	margin-right: auto;
	/*margin-top: 20px;*/
	margin-top: 0px;
	margin-bottom: 0px;
	color: #000;
	/*background: #FFF;*/
	/*position: relative;*/
	/*width: 300px;*/
	}
#entry p {
	font-weight:bold;
	/*padding-bottom:20px;*/
	}
#entry input[type='text'] {
	font: 15px/24px sans-serif;
	box-sizing: border-box;
	/*width: 100%;*/
	width: 300px;
	padding: 0.8em;
	transition: 0.3s;
	letter-spacing: 1px;
	color: #aaaaaa;
	border: 1px solid #000000;
	border-radius: 4px;
}
#entry #form01 input[type='text']:focus {
	border: 1px solid #000000;
	box-shadow: 0 0 7px #999999;
	outline: none;	/*box-shadow: 0 0 5px 1px rgba(218,60,65, .5);*/
}
#entry input.button {
    border-radius: 0;   
    background: -moz-linear-gradient(top, #FFF 0%, #EEE);
    background: -webkit-gradient(linear, left top, left bottom, from(#FFF), to(#EEE));
    border: 1px solid #DDD;
    color: #111;
	margin:20px 0px 0px 0px;
    padding: 10px 30px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
#entry input.button:hover {
    background: -moz-linear-gradient(top, #EFEFEF 0%, #EEE);
    background: -webkit-gradient(linear, left top, left bottom, from(#EFEFEF), to(#EEE));
}

/*-------------------------------------- * jacket * ---------------------------------------*/
.jacket {
	margin:0 auto;
	text-align:center;
	width: 100%;
	max-width: 500px;
	}

/*-------------------------------------- * footer * ---------------------------------------*/
#footer {
	/*background: #3c1603;*/
	background: #000;
	/*background: #3a3b41;*/
	/*background: #1c2a4f;*/
	/*background: #d01832;*/
	margin-top: 40px;
	}

/*-------------------------------------- * link * ---------------------------------------*/
#link {
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	padding: 40px 0px 0px 0px;
	color: #fff;
	/*margin-top: 60px;*/
	/*background: #fcecf4;*/
	clear: both;
	}
#link p{
	text-align:left;
	}
#link a {
	color: #fff;
	}
#link a:hover {
	color: #fff;
	}

/*-------------------------------------- * copy * ---------------------------------------*/
#copy {
	text-align: center;
	font-size: 10px;
	color: #fff;
	padding: 30px 0px 40px 0px;
	/*background: #fcecf4;*/
	clear: both;
	}
#copy a {
	color: #fff;
	border-bottom:1px dotted #999;
	}
#copy a:hover {
	color: #fff;
	}
/*-------------------------------------- * event * ---------------------------------------*/
.event {
	background-color:#f3a6ac;
	margin-top:12px;
	padding-bottom: 12px;
	}
/*-------------------------------------- * news * ---------------------------------------*/
.news {
	width:80%;
	padding: 10px;
	text-align:left;
	margin-left:auto;
	margin-right:auto;
	}
.news p {
	padding:1px;
	font-weight:bold;
	background-color:#C00;
	color:#FFF;
	display:inline;
	}
	
@media screen and (max-width: 768px) {

}

@media screen and (max-width: 480px) {
	
#movie {
	position: relative;
	display: block;
	max-width: 960px;
	/*max-width: 640px;*/
	margin: 150px auto ;
	text-align:center;
	font-size: 12px;
	/*font-weight:bold;*/
	/*padding:0px 0px 0px 0px;*/
	clear: both;
	width:90%;
	}

}
/* =====================================================================================================================
モジュール名：pc・sp出しわけ
対象カテゴリ：ALL
===================================================================================================================== */
@media all and (min-width: 767.5px) {
  .m-dn-pc {
    display: none !important;
  }
}

@media all and (max-width: 767.5px) {
  .m-dn-sp {
    display: none !important;
  }
}
