/*
Theme Name: リライト ピンクver

Description: レスポンシブ対応テーマ 1ペイン

::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::*/

@import url('https://fonts.googleapis.com/css2?family=Spectral:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;0,800;1,200;1,300;1,400;1,500;1,600;1,700;1,800&display=swap');

html{
	margin: 0px;
	padding: 0px;
	height: 100%;
}

body{
	color: #000000;
	margin: 0px;
	padding: 0px;
	background-color: #FFFFFF;
	height: 100%;
	background-position: center top;
	background-repeat: no-repeat;
}
a{
	text-decoration: none;
}

.nasi{
	display:none;
}


/*---------Common---------------*/
*{
	box-sizing: border-box;
	position: relative;
}

.aplha{
	filter: alpha( opacity=0 );
	opacity: 0.0;
}

.clearfix::after{
	content: "";
	display: block;
	clear: both;
}

a:focus, *:focus {
	outline: none;
}


.sp, .sp_b{
	display: none;
}

.pc{
	display: inline-block;
}

.pc_b{
  display: block;
  background-repeat: no-repeat;
  background-position: center top;
}


/*-----Header Menu-------*/

#nav_box {
	width: 100%;
	min-width: 1000px;
	height: 37px;
	position: fixed;
	top: 0;
	z-index: 300;
	background-repeat: no-repeat;
	background-position: top center;
	background-color: #970000;
}




#nav_set_box {
	padding: 0;
	width: 1300px;
	height: 37px;
	margin: 0px auto 0 auto;
	box-sizing: border-box;
	z-index: 300;
	display: flex;
	justify-content: center;
}

.menu_btn {
	height: 37px;
	font-family: "Spectral", serif;
	font-weight: 400;
	font-style: normal;
	font-size: 11pt;
	color: #FFFFFF;
	border: 0;
	cursor: default;
	overflow: hidden;
	position: relative;
	padding-left: 15px;
	padding-right: 15px;
	/*	text-transform: inherit;*/
	/*	transition: color 1s;*/
	transition: 0.7s;
	-webkit-transition: 0.7s;
	-moz-transition: 0.7s;
	background-color: rgba(0, 0, 0, 0.00);
}

.menu_btn:hover {
	cursor: pointer;
	/*	color:#01a0ca;*/
	/*	background-color: #fff;*/
	transition: 0.7s;
	-webkit-transition: 0.7s;
	-moz-transition: 0.7s;
	/*	background-color: rgba(255, 255, 255, 1.00);*/
	color: #970000;
}

.btn_fb,
.btn_tw,
.btn_ist {
	width: 70px;
	padding-left: 0;
	padding-right: 0;
}




#header{
	margin-top: 37px;
	text-align: center;
	background-repeat: no-repeat;
	background-position: center top;
}

/*-----Main Page-------*/
main{
  width: 100%;
  overflow: hidden;
  min-width: 1000px;
  padding-top: 20px;
}

.in_box{
	margin: 0px auto;
	width: 1000px;
	font-size: 11pt;
	line-height: 1.4em;
}

h2{
	font-weight: 700;
	padding: 8px 5px;
	margin: 0 0 20px;
	color: #515151;
	text-align: center;
	font-family: "Times New Roman", Times, serif;
	font-size: 100%;

}




.theater_box{
  margin-bottom: 30px;
  padding-bottom: 20px;
  margin-top: 0;
  margin-bottom: 0;
}




.theater_box a:link, .theater_box a:visited, .theater_box a:active{
  color: #B81C1F;
  text-decoration: none;
}


.theater_box a:hover	{
  color: #F99300;
  text-decoration: none;
}



.ctbox{
	margin-bottom: 30px;
/*	padding-bottom: 20px;*/
	margin-top: 0;
	margin-bottom: 0;
	margin-left: 10px;
}

.category .ctbox,
.index .ctbox{
/*	border-bottom: 1px solid #515151;*/
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
}


.ctbox h3{
  text-align: center;
  color: #000000;
}

.ctbox h3.single{
	color: #FA125E;
}

.ctbox h3 a
{
	text-decoration: none;
}

.ctbox h3 a:hover{
  color: #FF7900;
  text-decoration: none;
}

.page h2{
	text-align: center;
	color: #000000;
}

.new{
	color: #970000;
	font-size: 9pt;
	font-weight: 700;
	padding-right: 4px;
	font-family: "Times New Roman", Times, serif;
}

.date{
	font-size: 10pt;
	text-align: center;
}

.txt_box{
	word-break: break-all;
	text-align: justify;
	text-justify: inter-ideograph;
}

.ctbox a:link, .ctbox a:visited, .ctbox a:active{
	color: #515151;
	text-decoration: none;
}


.ctbox a:hover	{
	color: #FF6E00;
	text-decoration: none;
}

.txt_box img{
	max-width: 900px;
	height: auto;
}

strong{
	font-weight: 700;
/*	color: #004A9A;*/
}

em{
	font-weight: 700;
/*	color: #004A9A;*/
	font-style: normal;
}	



.infloading{
	text-align: center;
}

.next_posts_link{
	visibility: hidden;
}

button.view-more-button{
	border: 1px #000 solid;
	color: #000;
	background-color: #fff;
	padding: 5px 20px;
}



footer{
  width: 100%;
  position: sticky;
  top: 100vh;
  padding: 50px 0;
  text-align: center;
}



/*-----Theater Page-------*/

table{
	clear: both;
	font-size: 90%;
	border-collapse: collapse;
	color: #000000;
}

th{
	padding: 7px 2px;
	text-align: left;
	border-bottom: 1px solid #6F6F6F;
	background-color: #D8D8D8;
}

td{
	border-bottom: 1px solid #000000;
	padding: 5px 0;
}

.tiku{
	text-align: left;
	font-weight: bold;
	font-size: 100%;
	background-repeat: repeat-x;
}

.area{
  text-align: center;
  font-weight: bold;
  background-color: #000000;
  color: #FFFFFF;
}

.ctr0{
	text-align: left;
}


.aligncenter {
	display: block;
	margin-right: auto;
	margin-left: auto;
}

.alignright {
	float: right;
	margin-bottom: 20px;
	margin-left: 20px;
}

.text-right{
	text-align: right;
}

.text-center{
	text-align: center;
}

.alignleft {
	float: left;
	margin-right: 20px;
	margin-bottom: 20px;
}

.articleBody {
	display: flow-root;
}

.articleBody::after {
	display: block;
	clear: both;
	content: '';
}


.txt_box iframe {
	display: block;
	margin: 10px auto;
}


/*-----To Top Button-------*/

#page_top{
	width: 50px;
	height: 50px;
	position: fixed;
	right: 0;
	bottom: -50px;
	background: #000;
	opacity: 0.6;
}
#page_top a{
	position: relative;
	display: block;
	width: 50px;
	height: 50px;
	text-decoration: none;
}
#page_top a::before{
	font-family: 'icons12';
	content: '\e906';
	font-size: 20pt;
	color: #fff;
	position: absolute;
	width: 25px;
	height: 25px;
	top: 10px;
	right: 0;
	left: 0;
	margin: auto;
	text-align: center;
}

#back_btn{
	text-align: center;
	margin-top: 30px;
	font-size: 14pt;
	margin-left: auto;
	margin-right: auto;
	width: 120px;
}



#back_btn a:link, #back_btn a:visited, #back_btn a:active{
	color: #FFFFFF;
	text-decoration: none;
	background-color: #515151;
	display: block;
	width: 120px;
	padding-top: 7px;
	padding-right: 7px;
	padding-bottom: 7px;
	padding-left: 7px;
	font-size: 80%;
}


#back_btn a:hover	{
	color: #48949C;
	text-decoration: none;
	background-color: #939393;
}



/*-----PANEL-------*/

.panel{
	border-bottom: 1px #515151 solid;
}


dl.panel {
	margin: 0;
}

dl.panel:hover{
	cursor: pointer;
}

.panel dt{
	line-height: 1.3em;
	padding: 15px 0 20px 20px;
	z-index: 20;
	text-align: left;
	color: #515151;
	transition: 0.4s;
}

.panel dt:hover{
	opacity: 0.8;
}



.panel dt h3{
	color: #515151;
}

.panel dt:before{
	content:url(../../../../images/prono_btn.png);
	display:inline-block;
	width:43px;
	height:43px;
	line-height: 43px;
	position:absolute;
	right:38px;
	top:39px;
	transform:rotate(0deg);
	transform-origin: 50% 50%;
	transition: 0.4s;
	z-index: 10;
	
}

.panel dt.active:before{
	content:url(../../../../images/prono_btn2.png);
}

.is_hide{
	display:none;
}
.panel dd{
	padding: 0px 20px 70px;
	margin: 0;
}









