@charset "UTF-8";
/*
 * layout_pc.css
 *
 *  version --- 1.0
 *  updated ---
 */



/* !Layout
---------------------------------------------------------- */
html {
	overflow-y: scroll;
}
body {
	text-align: center;
}
@media print {
html,  html body {
*zoom: 0.65;
}
}
/* !wrapper
---------------------------------------------------------- */
#wrapper {
	width: 100%;
	text-align: center;
}
/* !header
---------------------------------------------------------- */
#header {
}
/* !contents
---------------------------------------------------------- */
#contents {
	margin: 0 auto;
	width: 1020px;
	text-align: left;
	padding:19px 0 31px 0;
}
#main {
	float: left;
	width: 700px;
}
#sub {
	float: right;
	width: 310px;
	margin-top: -10px;
}
#sub > div {
	background: #fff;
}
/* !footer
---------------------------------------------------------- */
#footer {
}
/* !h(n)eading
---------------------------------------------------------- */
.ttl_basic01 {
	position: relative;
	margin-bottom: 25px;
	height: 20px;
	line-height: 1.3;
	font-weight: bold;
	font-size: 129%;
}
.ttl_basic01 .subtit{
	padding: 0 10px;
	background-color: #FFF;
	position: absolute;
	z-index: 2;
}

.ttl_basic01:after {
	content: " ";
	display: block;
	position: absolute;
	top: 10px;
	background-color: #e5e1a4;
	height: 1px;
	width: 100%;
	z-index: 1;
}
.ttl_basic02 {
	border-left:4px solid #ffb300;
	color:#ff5e08;
	font-size:115%;
	font-weight: bold;
	line-height:1;
	padding-left:11px;
	margin-bottom:12px;
}
.ttl_basic03 {
	width: 367px;
	margin: 0 9px 6px 0;
	padding-bottom: 5px;
	font-size: 85%;
	font-weight:bold;
	line-height: 1.4;
	border-bottom:1px dotted #999997;
	overflow: hidden;
	float:right;
}
.ttl_basic03 span {
}
/* !Section
---------------------------------------------------------- */
.section { /* Basic Section */
}
.sectionHeader01 {
	border-top:5px solid #fdefb7;
	-moz-border-radius-topleft: 5px;
	-webkit-border-top-left-radius: 5px;
	border-top-left-radius: 5px;
	-moz-border-radius-topright: 5px;
	-webkit-border-top-right-radius: 5px;
	border-top-right-radius: 5px;
	margin-bottom: 20px;
	position: relative;
}
.sectionHeader01 .img01 {
	border-bottom:1px solid #333;
	background-color:#fff;
	display: table-cell;
	width: 700px;
	height: 234px;
	vertical-align: middle;
	text-align: center;
}
.sectionHeader01 .titleBox01 {
	padding:7px 16px 8px 18px;
	border-top:1px solid #fff;
	background-color:#333;
	color:#fff;
	overflow: hidden;
	zoom: 1;
}
.sectionHeader01 .titleBox01 .title01 {
	border-bottom: 1px dotted #666;
	width: 661px;
	padding: 4px 0 3px;
	font-size:186%;
	font-weight:bold;
	line-height:1.3;
}
.sectionHeader01 .titleBox01 .txt01 {
	float: left;
	padding-left:15px;
	margin-top:7px;
	line-height:1.2;
	border-left: solid 3px #c00;
}
.sectionHeader01 .titleBox01 .sns01 {
	float: right;
	padding-top: 19px;
}
.sectionContents01 {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width: 698px;
	margin: 0 auto;
	padding: 35px 32px 42px 29px;
	border-top:5px solid #fdefb7;
	background-color:#fff;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
.sectionContents01 > section {
	margin-bottom: 55px;
}
.sectionContents01 .inner01 {
	padding-left: 9px;
	overflow: hidden;
	zoom: 1;
}
.castList01 {
	overflow: hidden;
	margin-left: 10px;
}
.castList01 ul {
	margin: -8px 0 0 -12px;
}
.castList01 li {
	float: left;
	border-top: 1px solid #f3f1db;
	border-left: 1px solid #f3f1db;
	width: 290px;
/*	height: 125px;*/
	padding: 7px 11px 0px;
	display: table;
}
.castList01 li .box01 {
	display:table-cell;
	vertical-align:middle;
	padding-left:130px;
}
.castList01 li .img01 {
	position:absolute;
}
.castList01 li img {
	padding:3px;
	background-color:#f6f6f6;
	border:1px solid #dedede;
}
.castList01 li .txt01 {
	font-size:115%;
}
.castList01 li .txt02 {
	font-size:85%;
	color:#e26f0d;
}
.sectionContent02 {
	display: none;
}
.imgBorder01 {
	padding:3px;
	background-color:#f6f6f6;
	border:1px solid #dedede;
}
.detailLink01 {
	display: inline;
	text-decoration: none;
	font-size:  85%;
}
.detailLink01 span {
	border-bottom: 1px solid #6474d9;
}
.detailLink01:hover span {
	border:none;
}
/* !btn
---------------------------------------------------------- */
#btn01 {
	display: block;
	width: 273px;
	height: 19px;
	margin: 0 auto;
	padding: 15px 0;
	background: #FC3;
	font-size: 1.0em;
	font-weight: bold;
	color: #333;
	text-decoration: none;
	border-radius: .4em;
}
#btn01:hover {
	opacity: .5;
}
#btntoTop {
	display: block;
	width: 170px;
	height: 45px;
	background: url(../img/btn_page_top.gif) no-repeat bottom;
	position: relative;
	left: 50%;
	top: inherit;
	margin-left: 300px;
}
/* !footer
---------------------------------------------------------- */

footer {
	margin-top: 0;
	padding: 30px 0 15px 0;
	background: #fff;
}
/* !SNS
---------------------------------------------------------- */

#sns {
	position: absolute;
	bottom: 0;
	right: 0;
}
#sns ul li {
	display: inline;
}


/* !graphicFonts
---------------------------------------------------------- */

.arrow{
	padding: 0 5px;
	line-height:1;
	background: #fff;
	color: #Fa5;
	position: relative;
	z-index: 2;
	text-shadow: 1px 1px 0 rgba(0,0,0,.3);
	}

.arrow:before{
	font-size: 1.2em;
	}

h4 .icoright{
	line-height:0;
	background: #fff;
	color: #c00;
	position: relative;
	z-index: 2;
	}

.icoright,.icoleft{
	color: #c00;
	}



/* !add
---------------------------------------------------------- */

.btn_movie_sp { display: none;}
.btn_movie    { display: block; width: 640px; margin: 0 auto;}


/*.paneler{
	padding: 20px 0 20px 0;
}
*/
	.paneler li{
		padding: 15px;
		border-bottom: solid 1px #aaa;
	}

		.paneler li h3{
			margin-bottom: 5px;
			padding: 0 0 0 8px;
			border-left: solid #333 3px;
		}



/* !photo
---------------------------------------------------------- */

#photoBox {
	width: 540px;
	margin: -50px auto 50px;
}

#photoBox td {
	padding: 10px;
}


.photoCenter {
  width: 500px;
  margin: 0 auto;
  position: relative;
  right: 10px;
}
/* !table
---------------------------------------------------------- */
.dateTable {
	border-collapse: collapse;
	margin: 25px auto 15px;
	border: 1px solid #ddd;
}
.dateTable th {
	padding: 8px 12px;
	background-color: #f7ba17;
	border: 1px solid #fff;
	text-align: center;
	font-weight: bold;
}
.dateTable td {
	padding: 4px 12px;
	border-right: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
}

/* !IE7
---------------------------------------------------------- */

.sectionContents01 {
	*width: 6px;
/* 	height: 800px;*/
}



/*  tuika
---------------------------------------------------------- */

.sp_box{
	margin-bottom:20px;

}


.sp_box .box{
	margin-bottom:5px;


}


.sp_box .box p{
	background-color: #F7BA17;
	    font-weight: bold;
	padding: 8px 5px 5px 10px;
	margin-bottom:5px;
}

.sp_box .box dl{
display: flex;
	padding:10px;
	border-bottom:1px dashed #ccc;
align-items: flex-start;

}

.sp_box .box dt,.sp_box .box dd{

	display:inline;
}


.sp_box .box dl:nth-child(n+4) dd{
	display:block;
	margin-top:5px;
}


.sp_box .box dt{
padding:2px 3px 2px 3px;
	    font-weight: bold;
	margin-left:-10px;
	border:1px solid #ccc;
	background-color:#ddd;
	margin-right:10px;
	font-size:12px;

}


/* !2018.07.23 add
---------------------------------------------------------- */
.area-bnr {
	margin: 10px auto;
	width: 630px;
}

.area-bnr img {
	width: 100%;
}

.list-circle li {
	line-height: 1.8em;
	list-style-type: disc;
	list-style-position: inside;
	padding: 0 2em ;
	text-indent: -1.5em;

}

.call67 {
font-size: 2.5em; color: red; font-weight: 700; line-height: 2em;
}

.call67 img {
	width: 150px;
	vertical-align: middle;
}
.call67s img {
	width: 80px;
	vertical-align: middle;
	margin-right: 0.25em;
}


.spOnly {display: none;}
.ouboEnd {color: red; font-weight: bold; font-size: 1.4em;}


.imgBox {

	 display: flex;
  flex-direction: row;
	justify-content: center;
}
.imgBox figure {margin: 0 5px 20px 5px;}
.imgBox img { height: 380px; text-align: center;}

.linkBox {
	 display: flex;
  flex-direction: row;
}
.linkBox img {width: 300px; padding: 5px;}
