@charset "UTF-8";

/********************************
DEFAULT
*********************************/

/*---------------------------*/
/*
/* color change 
/* #a57d22 to #C58E96
/*
/*---------------------------*/

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp,
small, strong, var, b, i, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
	margin:0px;
	padding:0px;
	outline: 0;
}

h1,h2,h3,h4,h5,h6,caption,address,th{
	font-weight:normal;
	margin:0;
	padding:0;
	font-size:100%;
}

ul,ol,li,dl,dt,dd {
	list-style:none;
}

img,iframe {
	vertical-align:middle;
	border:0px;
}

img{
	line-height:0;
	font-size:0;
}

table {
	border-collapse:collapse;
}
th {
	font-weight: normal;
	text-align: left;
}

button,fieldset,form,input,label,legend,select,textarea{
	font-family:inherit;
	font-style:inherit;
	font-weight:inherit;
	font-size:100%;
	margin:0;
	padding:0;
	vertical-align:baseline;
}

select{
	padding:2px;
}

input, select {
	font-size: 79%;
    vertical-align: middle;
}

input[type="text"],
input[type="password"],
textarea,
select {
    outline: none;
}

textarea {
	font-size: 99%;
}

input {
	vertical-align:middle;
}

label {
	padding:0 0 0 2px;
}

hr {
	display:none;
}

.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	font-size:.01em;
	height:0;
	overflow:hidden;
}
.clearfix {
	min-height: 1px;
}
* html .clearfix {
	height: 1px;
}

.clear {
	clear:both;
}


a,
a:link {
	color:#005b34;
	text-decoration:none;
}

a:visited {
/*	color:#941D55;*/
}


a:hover,
a:active {
	color:#005b34;
	text-decoration:underline;
}



.m_b0 {
	margin-bottom:0px !important;
}

.m_b1 {
	margin-bottom:1px !important;
}

.m_b2 {
	margin-bottom:2px !important;
}

.m_b3 {
	margin-bottom:2px !important;
}

.m_b5 {
	margin-bottom:5px !important;
}

.m_b7 {
	margin-bottom:7px !important;
}

.m_b8 {
	margin-bottom:8px !important;
}

.m_b10 {
	margin-bottom:10px !important;
}

.m_b11 {
	margin-bottom:11px !important;
}

.m_b12 {
	margin-bottom:12px !important;
}

.m_b13 {
	margin-bottom:13px !important;
}

.m_b15 {
	margin-bottom:15px !important;
}

.m_b20 {
	margin-bottom:20px !important;
}

.m_b25 {
	margin-bottom:25px !important;
}

.m_b30 {
	margin-bottom:30px !important;
}

.m_b35 {
	margin-bottom:35px!important;
}

.m_b40 {
	margin-bottom:40px !important;
}

.m_b45 {
	margin-bottom:45px !important;
}

.m_b50 {
	margin-bottom:50px !important;
}

.m_b55 {
	margin-bottom:55px !important;
}
.m_b100 {
	margin-bottom:100px !important;
}

.m_t30 {
	margin-top:30px !important;
}
.m_r0 {
	margin-right:0 !important;
}

.p_b0 {
	padding-bottom:0 !important;
}
.p_b10 {
	padding-bottom:10px !important;
}

.center {
	text-align:center !important;
}
.left {
	text-align:left;
}
.right {
	text-align:right;
}
.bold {
	font-weight:bold;
}

html {
	height:100%;
	overflow-y:scroll;
}

body {
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	line-height:1.6em;
	color:#000;
	font-size:15px;
	text-align:center;
    min-height:100%;
    height:auto !important;
    position:relative;
	-webkit-text-size-adjust: none;
	line-height:1.7em;
	min-width:1200px;
	background-image:url(../../images/bg/bg1.jpg);
    background-repeat: no-repeat;            /* 背景を繰り返さない */
    background-position: 50% bottom;            /* 背景画像の位置は画面中央 */
    background-attachment:fixed;             /* 背景画像を固定する */
}

#spback {
	display:none;
}

/*************
Header 
***************/

#Header {
	position:fixed;
	left:0;
	top:0;
	width:100%;
	height:61px;
	z-index:9999;
	background:url(../../images/menu/menu_bg.png) repeat-x 0 0;
	text-align:center;
}

#Header .headbx {
	width:1200px;
	text-align:left;
	margin:0 auto;
}

#Header .headbx h1 {
	padding:22px 46px 0 10px;
	float:left;
}
#Header .headbx h1 a {
	text-decoration:none;
}
#Header .headbx h1 span {
	display:none;
}
#Header .headbx .sp_menu {
	display:none;
}
#Header .headbx ul.menu li {
	padding:22px 35px 0 0;
	float:left;
}

#Header .headbx ul.menu li span {
	display:none;
}
#Header .headbx p.logo {
	float:right;
	padding:7px 10px 0 18px;
}
#Header .headbx ul.scl li {
	float:right;
	padding:17px 0 0 8px;
}

a img {
	transition: 0.6s ;
}

a img:hover {
	opacity: 0.5 ;
}


/*************
Footer
***************/
#Footer {
	background:url(../../images/foot_bg.jpg) no-repeat 50% 0;
	color:#fff;
	height:730px;
}
#Footer .footbx {
	width:1200px;
	margin:0 auto;
	text-align:left;
}
#Footer .footbx .inner {
	padding:78px 140px 130px 140px;
}
#Footer .footbx .inner dl {
	float:left;
}
#Footer .footbx .inner dl.acs {
	float:right;
	width:440px;
}
#Footer .footbx .inner dl dt {
	font-size:24px;
	font-family:"ヒラギノ明朝 ProN W3","HiraMinProN-W3","HG明朝E","ＭＳ Ｐ明朝","MS PMincho","MS 明朝","serif";
	margin:0 0 35px 0;
}
#Footer .footbx .inner dl dd a {
	color:#ffffcc;
}
#Footer .footbx .inner dl dd.tx {
	padding:100px 0 0 0;
}
#Footer .footbx .inner dl.acs dd iframe {
	width:100%;
	height:250px;
}
#Footer .footbx .bt {
	text-align:center;
	font-size:13px;
	line-height:1.6;
}
#Footer .footbx .bt .logo {
	margin:0 0 55px 0;
}

/*************
Contents
***************/

/*common*/

.com_pc {
	display:block;
}
.com_sp {
	display:none;
}

.com_lybx {
	width:1200px;
	margin:0 auto;
	text-align:left;
	position:relative;
}

.com_ttl {
    height:75px;
	background:url(../../images/ttl_bg.png) no-repeat 50% 0;
    position:relative;
}
.com_ttl .in {
	width:1200px;
	margin:0 auto;
	text-align:left;
	position:relative;
}
.com_ttl .in h2 {
	padding:0 0 0 200px;
	font-size:32px;
	font-family:"ヒラギノ明朝 ProN W3","HiraMinProN-W3","HG明朝E","ＭＳ Ｐ明朝","MS PMincho","MS 明朝","serif";
	font-weight:bold;
	letter-spacing:4px;
}
.com_ttl .in p {
	padding: 20px 0 0 330px;
	font-size: 30px;
	font-family: "ヒラギノ明朝 ProN W3", HiraMinProN-W3, "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
	color: #e1bfc4;
	letter-spacing: 1px;
}
.com_ttl .in p.cnt {
	padding:25px 0 0 530px;
}


#TPBX .main {
/*	background:url(../../images/main_gra1-.jpg) no-repeat 50% 0;*/
	height:720px;
}
#TPBX .main .tl {
	position:absolute;
	top:88px;
	left:140px;
}
#TPBX .main .tl p {
	position:absolute;
	top:0;
	left:106px;
}
#TPBX .main .tl div {
	position:absolute;
}
#TPBX .main .tl div:nth-child(odd) {
	-webkit-animation: horizontal1 1s ease-in-out infinite alternate;
}
#TPBX .main .tl div:nth-child(even) {
	-webkit-animation: horizontal2 1s ease-in-out infinite alternate;
}
#TPBX .main .tl div img {
	-webkit-animation: vertical 1s ease-in-out infinite alternate;
	-webkit-animation-duration: 2.1s;
}
#TPBX .main .tl div.n2 img {
  -webkit-animation-duration: 2.3s;
}
#TPBX .main .tl div.n3 img {
  -webkit-animation-duration: 2.5s;
}
#TPBX .main .tl div.n4 img {
  -webkit-animation-duration: 2.1s;
}
#TPBX .main .tl div.n5 img {
  -webkit-animation-duration: 2.3s;
}
#TPBX .main .tl div.n6 img {
  -webkit-animation-duration: 2.5s;
}
#TPBX .main .tl div.n7 img {
  -webkit-animation-duration: 2.1s;
}

@-webkit-keyframes horizontal1 {
  0% {
    -webkit-transform: translateX(-2px);
  }
  100% {
    -webkit-transform: translateX(0px);
  }
}
@-webkit-keyframes horizontal2 {
  0% {
    -webkit-transform: translateX(2px);
  }
  100% {
    -webkit-transform: translateX(0px);
  }
}
@-webkit-keyframes vertical {
  0% {
    -webkit-transform: translateY(-4px);
  }
  100% {
    -webkit-transform: translateY(0px);
  }
}



#TPBX .main .tl .n2 {
	top:81px;
	left:85px;
}
#TPBX .main .tl .n3 {
	top:162px;
	left:94px;
}
#TPBX .main .tl .n4 {
	top:248px;
	left:151px;
}
#TPBX .main .tl .n5 {
	top:330px;
	left:74px;
}
#TPBX .main .tl .n6 {
	top:411px;
	left:45px;
}
#TPBX .main .tl .n7 {
	top:498px;
	left:90px;
}
#TPBX .main .tx {
	position:absolute;
	top:672px;
	left:0;
	width:100%;
	text-align:center;
	line-height:1.5;
}
#TPBX .main .tx span {
	display:block;
	font-size:15px;
	padding:2px 0 0 0;
	font-weight:bold;
	font-family:"ヒラギノ明朝 ProN W3","HiraMinProN-W3","HG明朝E","ＭＳ Ｐ明朝","MS PMincho","MS 明朝","serif";
}
#TPBX .main .tx2 {
	position:absolute;
	top:80px;
	right:7px;
	z-index:10;
}
#TPBX .main .tx3 {
	position:absolute;
	top:179px;
	right:141px;
	z-index:10;
}

#TPBX .main .gra {
	position:absolute;
	top:125px;
	left:210px;
	z-index:1;
}
#TPBX .main .bx-viewport {
	height:700px !important;
}

#TPBX .movie {
	/*height:919px;*/
	padding-bottom: 40px;
	margin:0 0 15px 0;
}
#TPBX .movie .schebx {
	padding:74px 0 0 743px;
	font-family:"ヒラギノ明朝 ProN W3","HiraMinProN-W3","HG明朝E","ＭＳ Ｐ明朝","MS PMincho","MS 明朝","serif";
}
#TPBX .movie .schebx p.tl {
	font-weight:bold;
	font-size:24px;
	color:#a16d75;
	margin:0 0 7px 0;
}
#TPBX .movie .schebx .inner {
	background:url(../../images/movie/movie_bg_chra.png) no-repeat 12px 8px;
	padding:0 0 0 110px;
	display:table;
	height:185px;
}
#TPBX .movie .schebx .inner dl {
	display:table-row;
	font-weight:bold;
}
#TPBX .movie .schebx .inner dl dt {
	display:table-cell;
	text-align:right;
	font-size:24px;
	padding:0 0 7px 0;
}
#TPBX .movie .schebx .inner dl dd {
	font-size:18px;
	padding:0 0 7px 0;
}

#TPBX .movie dl.txt {
	padding:10px 400px 75px 200px;
}
#TPBX .movie dl.txt dt {
	font-family:"ヒラギノ明朝 ProN W3","HiraMinProN-W3","HG明朝E","ＭＳ Ｐ明朝","MS PMincho","MS 明朝","serif";
	color:#005b34;
	font-size:32px;
	font-weight:bold;
	margin:0 0 20px 0;
}
#TPBX .movie dl.txt dd {
	line-height:1.9;
}
#TPBX .movie ul.mv {
	padding:0 0 0 20px;
}
#TPBX .movie ul.mv li {
	margin:0 0 0 40px;
	width:360px;
	padding-top: .5em;
	padding-bottom: .5em;
	float:left;
	font-family:"ヒラギノ明朝 ProN W3","HiraMinProN-W3","HG明朝E","ＭＳ Ｐ明朝","MS PMincho","MS 明朝","serif";
	font-size:13px;
	text-align:center;
	font-weight:bold;
	font-feature-settings : 'palt';
}
#TPBX .movie ul.mv li.tp {
	margin:0;
}
#TPBX .movie ul.mv li div {
	padding:0 0 10px 0;
}
#TPBX .movie ul.mv li div img {
  width: 100%;
	height: auto;
}
#TPBX .story {
/*	background:url(../../images/plg_bg-.png) no-repeat 50% bottom;*/
	height:1000px;
}
#TPBX .story .ltbx {
	padding:60px 0 0 0;
}
#TPBX .story .ltbx.lt3 {
	background:url(../../images/story/story_4_bg_tp.png) no-repeat 80% 10px;

}
#TPBX .story .ltbx.lt3 .ltin {
	background:url(../../images/story/story_4_bg_bt.png) no-repeat 100% bottom;
	height:800px;
}
#TPBX .story .ltbx h3 {
	font-family:"ヒラギノ明朝 ProN W3","HiraMinProN-W3","HG明朝E","ＭＳ Ｐ明朝","MS PMincho","MS 明朝","serif";
	font-size:28px;
	font-weight:bold;
	color:#C58E96;
	margin:0 0 60px 0;
}



#TPBX .story .ltbx h3 span {
	font-size:24px;
}


#TPBX .story .ltbx .in {
	width:1200px;
	margin:0 auto;
}
#TPBX .story .ltbx .in .lt {
	margin:0 20px;
	width:560px;
	float:left;
	text-align:left;
}
#TPBX .story .ltbx .in .lt .pic {
	height:320px;
	overflow:hidden;
	margin:0 0 15px 0;
	position:relative;
}
#TPBX .story .ltbx .in .lt.lg {
	width:755px;
}
#TPBX .story .ltbx .in .lt.st {
	width:360px;
}
#TPBX .story .ltbx .in .lt.lg .pic,
#TPBX .story .ltbx .in .lt.st .pic {
	height:480px;
}
#TPBX .story .ltbx .in .lt .bx-viewport {
	height:auto !important;
}
#TPBX .story .ltbx .in .lt .pic p {
	float:left;
}
#TPBX .story .ltbx .in .lt .pic p:first-child {
	margin-right:35px;
}

#TPBX .about .aboutin {
	padding:70px 0 120px 0;
}
#TPBX .about .aboutin p.tl {
	font-size:24px;
	font-family:"ヒラギノ明朝 ProN W3","HiraMinProN-W3","HG明朝E","ＭＳ Ｐ明朝","MS PMincho","MS 明朝","serif";
	text-align:right;
	color:#C58E96;
	margin:0 0 40px 0;
	font-weight:bold;
}
#TPBX .about .aboutin p.tx {
	font-family:"ヒラギノ明朝 ProN W3","HiraMinProN-W3","HG明朝E","ＭＳ Ｐ明朝","MS PMincho","MS 明朝","serif";
	font-size:18px;
	line-height:1.8;
	font-weight:bold;
	padding:0 0 80px 200px;
}
#TPBX .about .aboutin .lt {
	padding:0 0 80px 0;
}
#TPBX .about .aboutin .lt .gra {
	float:left;
	padding:0 0 0 167px;
}

#TPBX .about .aboutin .lt .grar {
	float:left;
	padding:0 0 0 27px;
}

#TPBX .about .aboutin .lt.rgt .gra {
	float:right;
	padding:0 170px 0 0;
}
#TPBX .about .aboutin .lt.rgt.lg .gra {
	float:right;
	padding:0 92px 0 0;
}
#TPBX .about .aboutin .lt.rgt.lg .gra img {
	margin:0 0 0 15px;
}
#TPBX .about .aboutin .lt dl {
	float:right;
	width:585px;
	padding:5px 180px 0 0;
}
#TPBX .about .aboutin .lt.fx dl {
	width:565px;
	padding:5px 267px 0 0;
}
#TPBX .about .aboutin .lt.rgs dl {
	float:left;
	padding:5px 0 0 197px;
	width:580px;
}


#TPBX .about .aboutin .lt.rgt dl {
	float:left;
	padding:5px 0 0 197px;
	width:520px;
}
#TPBX .about .aboutin .lt.rgt.lg dl {
	padding:5px 0 0 80px;
}
#TPBX .about .aboutin .lt dl dt {
	font-size:32px;
	font-family:"ヒラギノ明朝 ProN W3","HiraMinProN-W3","HG明朝E","ＭＳ Ｐ明朝","MS PMincho","MS 明朝","serif";
	color:#C58E96;
	margin:0 0 25px 0;
	font-weight:bold;
}
#TPBX .about .aboutin .lt dl dd span {
	color:#cc00cc;
}
#TPBX .staff {
	padding:0 0 100px 0;
}
#TPBX .staff .stpbx {
	padding:50px 0 18px 320px;
}
#TPBX .staff .stpbx .gra {
	float:left;
}
#TPBX .staff .stpbx ul.tx {
	padding:0 0 0 300px;
}
#TPBX .staff .stpbx ul.tx li {
	padding:0 0 12px 0;
}
#TPBX .staff .stpbx ul.tx li {
	font-family:"ヒラギノ明朝 ProN W3","HiraMinProN-W3","HG明朝E","ＭＳ Ｐ明朝","MS PMincho","MS 明朝","serif";
	font-size:18px;
	font-weight:bold;
}
#TPBX .staff .stpbx ul.tx li .nm {
	font-size:24px;
}
#TPBX .staff .stpbx ul.tx li .en {
	display:block;
	color:#C58E96;
}

#TPBX .staff .stpbx ul.tx li .size {
	font-size: 75%;
}


#TPBX .staff .stpbx ul.tx li a {
	margin:0 0 0 20px;
	color:#005b34;
	font-size:14px;
	background:url(../../images/dec_ar.png) no-repeat right 50%;
	padding:0 20px 0 0;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-weight:normal;
}

#TPBX .staff ul.stltbx {
	padding:0 0 40px 20px;
}
#TPBX .staff ul.stltbx li {
	margin:0 0 0 30px;
	float:left;
}
#TPBX .staff ul.stltbx li.tp {
	margin:0;
}
#TPBX .staff ul.stltbx li span {
	display:block;
	padding:5px 0 0 0;
	text-align:center;
}


#TPBX .staff ul.stltbx li span.fm {
	font-size: 86%;
}
#TPBX .staff .btn {
	margin:0 260px;
	text-align:center;
}
#TPBX .staff .btn a {
	display:block;
	color: #fff;
	background: #005b34;
	border:1px solid #005b34;
	border-radius:5px;
	text-decoration:none;
	padding:10px 0;
	line-height:1;
	font-size:18px;
}

#TPBX .staff .bx-wrapper {
/*	width:650px;*/
	margin: auto;
}
#TPBX .staff .bx-wrapper .bx-controls-direction {
	top:0;
}
#TPBX .staff .bx-wrapper .bx-controls-direction a {
	margin:0 370px;
}
#TPBX .staff .bx-wrapper .bx-controls-direction a:first-child {
	margin-left:0;
}
#TPBX .staff .bx-wrapper .bx-controls-direction a:last-child {
	margin-right:0;
}

#TPBX .staff .stfprfbx .ltbx {
	padding:0 260px 0 260px;
}
#TPBX .staff .stfprfbx .ltbx .tl {
	font-family:"ヒラギノ明朝 ProN W3","HiraMinProN-W3","HG明朝E","ＭＳ Ｐ明朝","MS PMincho","MS 明朝","serif";
	font-weight:bold;
	margin:0 0 15px 0;
}
#TPBX .staff .stfprfbx .ltbx .tl dl {

}
#TPBX .staff .stfprfbx .ltbx .tl dl dt,
#TPBX .staff .stfprfbx .ltbx .tl dl dd {
	display:inline;
}
#TPBX .staff .stfprfbx .ltbx .tl dl dt {
	font-size:18px;
}
#TPBX .staff .stfprfbx .ltbx .tl dl dd {
	font-size:26px;
}
#TPBX .staff .stfprfbx .ltbx .tl p {
	display:inline;
	margin:0;
	color:#C58E96;
	font-size:20px;
}

#TPBX .staff .stfprfbx .ltbx .tl p span {
	display:inline;
	margin:0 0 0 20px;
	color:#C58E96;
	font-size:16px;
}

#TPBX .staff .stfprfbx p.clsbtn {
	text-align:center;
}
#TPBX .staff .stfprfbx p.clsbtn a {
	color:#000;
}

#TPBX .cast {
	padding:0 0 95px 0;
}
#TPBX .cast h3.tl {
	margin:60px 0 40px 0;
	text-align:center;
	background: #fff;
	border:1px solid #C58E96;
	border-radius:20px;
	line-height:1;
	padding:15px 20px;
	display:inline-block;
	color:#C58E96;
	font-size:24px;
	font-weight:bold;
	font-family:"ヒラギノ明朝 ProN W3","HiraMinProN-W3","HG明朝E","ＭＳ Ｐ明朝","MS PMincho","MS 明朝","serif";
	letter-spacing:2px;
}
#TPBX .cast h3.tl.md {
	border:1px solid #005b34;
	background: #fff;
	color:#005b34;
}
#TPBX .cast ul.ct {
	padding:0 0 0 22px;
	font-family:"ヒラギノ明朝 ProN W3","HiraMinProN-W3","HG明朝E","ＭＳ Ｐ明朝","MS PMincho","MS 明朝","serif";
}
#TPBX .cast ul.ct li {
	float:left;
	margin:0 0 0 35px;
	width:262px;
	text-align:center;
}
#TPBX .cast ul.ct li.tp {
	margin:0;
}
#TPBX .cast ul.ct li span {
	display:block;
	padding:15px 0 0 0;
	font-size:24px;
	font-weight:bold;
}
#TPBX .cast ul.ct li span.fts {
	font-size:14px;
	line-height:1.6;
}
#TPBX .cast ul.ct li a {
	display:inline-block;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color:#005b34;
	font-size:14px;
	background:url(../../images/dec_ar.png) no-repeat right 50%;
	padding:0 20px 0 0;
	margin:7px 0 0 0;
}

#TPBX .cast .tbbx {
	margin:30px 20px 0 20px;
	border:1px solid #060001;
	border-radius:2px;
	background: #fff;
}
#TPBX .cast .tbbx table {
	width:100%;
}
#TPBX .cast .tbbx table th {
	border-top:1px solid #060001;
	width:160px;
	text-align:center;
}
#TPBX .cast .tbbx table td {
	border-left:1px solid #060001;
	border-top:1px solid #060001;
	text-align:center;
	line-height:1.4;
	padding:10px 0;
}
#TPBX .cast .tbbx table tr.tp th,
#TPBX .cast .tbbx table tr.tp td {
	border-top:0;
}

#TPBX .schedule ul.dybx {
	padding:70px 0 0 0;
	text-align:center;
	letter-spacing:-0.4em;
}
#TPBX .schedule ul.dybx li {
	letter-spacing:normal;
	display:inline-block;
	font-size:23px;
	line-height:1.2;
	font-family:"ヒラギノ明朝 ProN W3","HiraMinProN-W3","HG明朝E","ＭＳ Ｐ明朝","MS PMincho","MS 明朝","serif";
	margin:0 23px;
	font-weight:bold;
	width:131px;
}
#TPBX .schedule ul.dybx li span {
	font-size:48px;
	display:block;
}
#TPBX .schedule ul.dybx li div {
	border-top:1px solid #060001;
	padding:10px 0 0 0;
	margin:7px 0 0 0;
	height:27px;
}
#TPBX .schedule ul.dybx li div.kd {
	background:url(../../images/icn_kids.png) no-repeat 86px 7px;
	padding-right:45px;
}
#TPBX .schedule .tx {
	padding:45px 0 0 0;
	text-align:center;
	line-height:2.0;
}
#TPBX .schedule .tx p.kd {
	display:inline-block;
	background:url(../../images/icn_kids.png) no-repeat 0 0;
	padding:5px 0 35px 40px;
}
#TPBX .schedule .fee {
	padding:75px 20px 30px 20px;
}
#TPBX .schedule .fee h3 {
	font-family:"ヒラギノ明朝 ProN W3","HiraMinProN-W3","HG明朝E","ＭＳ Ｐ明朝","MS PMincho","MS 明朝","serif";
	text-align:center;
	margin:0 0 30px 0;
}
#TPBX .schedule .fee h3 span {
	color:#C58E96;
	font-size:27px;
	font-weight:bold;
	padding:0 5px 0 0;
}
#TPBX .schedule .fee .tbbx {
	border-left:1px solid #060001;
	border-top:1px solid #060001;
	margin:0 0 55px 0;
}
#TPBX .schedule .fee .tbbx table {
	width:100%;
}
#TPBX .schedule .fee .tbbx table th,
#TPBX .schedule .fee .tbbx table td {
	border-right:1px solid #060001;
	border-bottom:1px solid #060001;
	padding:10px 0;
	text-align:center;
	width:14%;
}
#TPBX .schedule .fee .tbbx table .wd1 {
	background:#fff;
}
#TPBX .schedule .fee .tbbx table .wd2 {
	background:#fff9ad;
}
#TPBX .schedule .fee .tbbx table .wd3 {
	background:#fad5e6;
}
#TPBX .schedule .fee .tbbx table .wd4 {
	background:#cee5ad;
}
#TPBX .schedule .fee .tbbx table .wd5 {
	background:#fed09e;
}
#TPBX .schedule .fee .tbbx table .wd6 {
	background:#c8e9fc;
}
#TPBX .schedule .fee .tbbx table .wd7 {
	background:#d2d3d5;
}
#TPBX .schedule .fee .btn {
	margin:0 260px;
}
#TPBX .schedule .fee .btn a {
	display:fff;
	color:#fff;
	background:#005b34;
	border-radius:5px;
	text-decoration:none;
	padding:10px 0;
	line-height:1;
	display:block;
	text-align:center;
	font-size:18px;
}
#TPBX .schedule .fee .sheetbx {
	text-align:center;
	padding:50px 0 0 0;
	display:none;
}
#TPBX .schedule .tikethk {
	padding:77px 200px 55px 200px;
}
#TPBX .schedule .tikethk p.tl {
	color:#005b34;
	font-size:27px;
	line-height:1.6;
	margin:0 0 30px 0;
	font-family:"ヒラギノ明朝 ProN W3","HiraMinProN-W3","HG明朝E","ＭＳ Ｐ明朝","MS PMincho","MS 明朝","serif";
	font-weight:bold;
}
#TPBX .schedule .tikethk dl.hw {
	margin:35px 0;
}
#TPBX .schedule .tikethk dl.hw dt {
	color:#C58E96;
	margin:0 0 5px 0;
}

#TPBX .schedule .tiket {
	margin:0 20px;
	border:1px solid #C58E96;
	border-radius:2px;
	background:#fff;
	padding:55px 0 0 0;
}
#TPBX .schedule .tiket h3 {
	color:#C58E96;
	font-size:27px;
	font-weight:bold;
	font-family:"ヒラギノ明朝 ProN W3","HiraMinProN-W3","HG明朝E","ＭＳ Ｐ明朝","MS PMincho","MS 明朝","serif";
	text-align:center;
	margin:0 0 50px 0;
}
#TPBX .schedule .tiket .tiketin {
	padding:0 50px;
}
#TPBX .schedule .tiket .tiketin .lt.web {
	width:434px;
	float:left;
}
#TPBX .schedule .tiket .tiketin .lt.tel {
	width:604px;
	float:right;
	height:100px;
}
#TPBX .schedule .tiket .tiketin .lt h4 {
	margin:0 0 0 20px;
	color:#C58E96;
	font-weight:bold;
	font-size:23px;
	font-family:"ヒラギノ明朝 ProN W3","HiraMinProN-W3","HG明朝E","ＭＳ Ｐ明朝","MS PMincho","MS 明朝","serif";
}
#TPBX .schedule .tiket .tiketin .lt.web h4 {
	background:url(../../images/icn_pc.png) no-repeat 0 0;
	padding:0 0 25px 42px;
}
#TPBX .schedule .tiket .tiketin .lt.tel h4 {
	background:url(../../images/icn_tel.png) no-repeat 0 2px;
	padding:0 0 25px 35px;
}
#TPBX .schedule .tiket .tiketin .lt ul li {
	border-top:1px solid #e1bfc4;
}



#TPBX .schedule .tiket .tiketin .lt ul li div {
	height:100px;
	display:table-cell;
	vertical-align:middle;
	padding:0 0 0 20px;
}
#TPBX .schedule .tiket .tiketin .lt.tel ul li div span {
	display:block;
	background:url(../../images/icn_tel2.png) no-repeat 0 50%;
	padding:0 0 0 18px;
}

#TPBX .schedule .tiket .tiketin .lt.tel ul li div span.none {
	display:block;
	background:none;
	padding:0;
	font-size: 11px;
}

#TPBX .schedule .tiket .tiketin .lt.tel ul li div span a {
	background:url(../../images/dec_ar.png) no-repeat right 50%;
	padding:0 20px 0 0;
}
#TPBX .schedule .tiket p.footnote {
	border-top:1px solid #e1bfc4;
	text-align:left;
	margin:0 50px;
	padding:20px 0;
}
#TPBX .schedule .tiket p.cnt {
	border-top:1px solid #e1bfc4;
	text-align:center;
	margin:0 50px;
	padding:40px 0;
}
#TPBX .schedule .tiket .btbx {
	background:#f6f2e8;
	padding:40px 50px 50px 180px;
}
#TPBX .schedule .tiket .btbx h4 {
	color:#C58E96;
	font-weight:bold;
	font-size:24px;
	font-family:"ヒラギノ明朝 ProN W3","HiraMinProN-W3","HG明朝E","ＭＳ Ｐ明朝","MS PMincho","MS 明朝","serif";
	padding:0 0 15px 47px;
}
#TPBX .schedule .tiket .btbx h4.gp {
	background:url(../../images/icn_group.png) no-repeat 0 0;
}
#TPBX .schedule .tiket .btbx h4.at {
	background:url(../../images/icn_attent.png) no-repeat 0 0;
}
#TPBX .schedule .tiket .btbx h4.ds {
	background:url(../../images/icn_disc.png) no-repeat 0 0;
}
#TPBX .schedule .tiket .btbx ul.dec {
	margin:0 0 40px 0;
}
#TPBX .schedule .tiket .btbx ul.dec li {
	padding:0 0 5px 0;
	margin:0 0 0 1em;
	text-indent:-1em;
}
#TPBX .schedule .tiket .btbx ul.dec li span {
	padding:0 0 0 10px;
	color:#a40000;
	text-decoration:underline;
}
#TPBX .schedule .tiket .btbx p {
	padding:0 0 10px 1em;
}

#TPBX .schedule .tiket ul.lnk li {
	padding:0 0 5px 0;
}
#TPBX .schedule .tiket ul.lnk li a {
	background:url(../../images/dec_ar.png) no-repeat right 50%;
	padding:0 20px 0 0;
}

#TPBX .schedule .btnb a {
	display:block;
	background:#005b34;
	color:#fff;
	font-family:"ヒラギノ明朝 ProN W3","HiraMinProN-W3","HG明朝E","ＭＳ Ｐ明朝","MS PMincho","MS 明朝","serif";
	font-size:21px;
	line-height:1;
	text-align:center;
}



#TPBX .schedule .btnb a:hover {
	opacity: 0.5 ;
	transition: 0.6s ;
}


#TPBX .schedule .btnb a span {
	background:url(../../images/dec_mdb.png) no-repeat right 50%;
	padding:45px 30px 45px 0;
	display:inline-block;
}


#TPBX .schedule .bnrs{
  letter-spacing: -.4em;
  margin: 0!important;
	padding: 0!important;
	list-style: none;
}
#TPBX .schedule .bnrs li{
  letter-spacing: 0;
	display: inline-block;
	width: 200px;
	height: 80px;
	overflow: hidden;
}
#TPBX .schedule .bnrs li + li{
  margin-left: 3em;
}
#TPBX .schedule .bnrs li a{
  display: block;
}

#TPBX .schedule .bnrs{

}
