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

     共通

------------------------------------------------------*/
.color_text {
    color: #209e8b;
}

.common_main_contents_box .contents_area_01 p.blank a::after{
  content: '';
  display: inline-block;
  width: 15px;
  height: 15px;
  background-image: url('../images/information/new-tab.svg');
  background-size: contain;
  vertical-align: middle;
  margin: -2px 5px 0px 5px;  
}
.common_main_contents_box .contents_area_01 p.pdf a::after{
  content: '';
  display: inline-block;
  width: 15px;
  height: 15px;
  background-image: url('../images/information/file-text.svg');
  background-size: contain;
  vertical-align: middle;
  margin: -5px 5px 0px 5px;  
}
.common_main_contents_box .contents_area_01 ul,
.common_main_contents_box .contents_area_01 ol{
  margin-bottom: 15px;
}
.common_main_contents_box .contents_area_01 ul li{
  list-style: disc;
  margin: 0 0 0 1.5em;
  padding: 0 
}
.common_main_contents_box .contents_area_01 ol li{
  list-style: decimal;
  padding: 0 0 0 0.5em;
  margin: 0 0 0 1.5em;
}
.common_main_contents_box .contents_area_01 blockquote {
  border-left:5px solid #ddd;
  background: #eee;
  padding: 20px;
}


/*矢印ボタン*/
a.yajirusi_btn {
    text-decoration: none;
    color: #000;
    border-bottom: 1px solid #000;
    padding-bottom: 3px;
    position: relative;
    padding-left: 13px;
}
a.yajirusi_btn:hover {
    border: none;
    opacity: 1;
}
a.yajirusi_btn:before {
    display: inline-block;
    content: "";
    width: 5px;
    height: 5px;
    border-top: 1px solid #000;
    border-right: 1px solid #000;
    transform: rotate(45deg);
    margin-right: 3px;
    position: absolute;
    left: 2px;
    top: 50%;
    margin-top: -4px;
}

/*アイコンボタン*/
a.icon_btn {
    text-decoration: none;
    color: #000;
}
a.icon_btn:before {
    content: url(/images/link_icon_btn03.png);
    vertical-align: middle;
    margin-right: 5px;
}

/*緑*/
a.ticket_btn {
    border-bottom: none;
    height: 40px;
    line-height: 40px;
    text-decoration: none;
    color: #fff !important;
    display: inline-block;
    text-align: center;
    border-radius: 20px;
    background: #209e8b url(/arthall/images/link_icon_btn01.png) no-repeat right 15px center;
    padding: 0 43px 0 33px;
    vertical-align: bottom;
    text-decoration: none !important;
}
a.ticket_btn:before {
    content: normal;
}

/*黒*/
.linkbtn {
    text-align: center;
    margin: 30px 0 60px;
}
a.btn_style01 {
    min-width: 350px;
    display: inline-block;
    padding: 15px 30px 14px 15px;
    font-size: 1.250em;
    background: #000 url(/images/link_icon_btn01.png) no-repeat right 15px center;
    color: #fff;
    text-decoration: none;
    text-align: center;
    border-radius: 40px;
    position: relative;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}
@media only screen and (max-width: 400px) {
    a.btn_style01 {
        min-width: auto;
        width: 90%;
    }
}

/* guide_list ul */
ul.guide_list li {
    display: inline-block;
    text-indent: -20px;
    padding-left: 20px;
    width: 100%;
}
ul.guide_list li.color strong {
    color: #209E8A;
}
ul.guide_list li+li {
    margin-top: 5px;
}
ul.guide_list li:before {
    content: url(/arthall/images/guide/flow_icon01.png);
    margin-right: 5px;
    vertical-align: middle;
}
ul.guide_list li.color:before {
    content: url(/arthall/images/guide/flow_icon02.png);
}
ul.guide_list li a {
    color: #209E8A;
}
ul.guide_list li a:hover {
    text-decoration: none;
}

/* icon_list ul */
ul.icon_list li {
    text-indent: -17px;
    padding-left: 17px;
}
ul.icon_list li+li {
    margin-top: 5px;
}
ul.icon_list li a {
    text-decoration: none;
    color: #000 !important;
}
ul.icon_list li a:before {
    content: url(/images/link_icon_btn03.png);
    vertical-align: middle;
    margin-right: 5px;
    text-indent: 0px;
}

/* 普通のtable */
table.normal {
    width: 100%;
    background: #fff;
    border: none;
    border-top: 1px solid #e5e5e5;
    border-left: 1px solid #e5e5e5;
}
table.normal th, table.normal td {
    border: none;
    border-bottom: 1px solid #e5e5e5;
    border-right: 1px solid #e5e5e5;
    padding: 10px 15px;
    vertical-align: top;
}
table.normal th {
    background: #eeeeee;
    text-align: center;
    vertical-align: middle;
}
@media only screen and (max-width: 767px) {
    table.normal th, table.normal td {
        display: block;
        padding: 15px;
    }
}

/*アイコン*/
span.pdf_icon {
    color: #fff;
    display: inline-block;
    background: #d1333f;
    line-height: 1;
    vertical-align: middle;
    font-size: 0.714em;
    padding: 2px 5px;
    margin-left: 10px;
    text-indent: 0;
}
span.jpg_icon {
    color: #fff;
    display: inline-block;
    background: #0080bc;
    line-height: 1;
    vertical-align: middle;
    font-size: 0.714em;
    padding: 2px 5px;
    margin-left: 10px;
    text-indent: 0;
}
span.excel_icon {
    color: #fff;
    display: inline-block;
    background: #36a767;
    line-height: 1;
    vertical-align: middle;
    font-size: 0.714em;
    padding: 2px 5px;
    margin-left: 10px;
    text-indent: 0;
}
span.word_icon {
    color: #fff;
    display: inline-block;
    background: #4676c3;
    line-height: 1;
    vertical-align: middle;
    font-size: 0.714em;
    padding: 2px 5px;
    margin-left: 10px;
    text-indent: 0;
}

/*見出し*/
.ttl_style01 {
    position: relative;
    display: inline-block;
}
.ttl_style01:before {
    position: absolute;
    left: -30px;
    top: 0;
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0px 24px 10px 30px;
    border-color: transparent transparent #c6c6c6 transparent;
    -webkit-transform: rotate(-35deg);
    -ms-transform: rotate(-35deg);
    transform: rotate(-35deg);
    z-index: -1;
}
.ttl_style01:after {
    position: absolute;
    right: -20px;
    bottom: 0;
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 30px 10px 24px;
    border-color: transparent transparent #c6c6c6 transparent;
    -webkit-transform: rotate(-210deg);
    -ms-transform: rotate(-210deg);
    transform: rotate(-210deg);
    z-index: -1;
}
.ttl_style01.color02:before, .ttl_style01.color02:after {
    border-color: transparent transparent #161616 transparent;
}
.ttl_style02 {
    border-bottom: 2px solid #d3d3d3;
    padding: 0 20px 20px;
    font-size: 1.500em;
    font-weight: bold;
    margin-bottom: 20px;
    letter-spacing: 0.5px;
}
.ttl_style02:before {
    content: "|";
    color: #209e8b;
    transform: rotate(44deg);
    display: inline-block;
    margin-right: 15px;
}
.ttl_style02 span {
    font-size: 0.650em;
  /*
    font-size: 0.650em;
    */
    font-weight: normal;
    padding-left: 8px;
}
@media only screen and (max-width: 767px) {
    a.ticket_btn {
        display: block;
    }
    .ttl_style02 {
        font-size: 1.250em;
        padding: 0 25px 15px;
    }
    .ttl_style02 span {
      padding-left: 4px;
    }
    .ttl_style01.iconstyle01:before {
        left: -15px;
        z-index: -1;
    }
    .ttl_style01.iconstyle01:after {
        right: -15px;
        z-index: -1;
    }
}

/*textareabox*/
.textareabox {
    text-align: center;
}
.textareabox .box {
    background: #fff;
    margin-top: 25px;
}
.textareabox .box .ttl_style02 {
    text-align: left;
    padding: 20px 30px;
    font-size: 1.286em;
    margin: 0;
    text-indent: -44px;
    padding-left: 80px;
}
.textareabox .box .ttl_style02:before {
    text-indent: 0;
}
.textareabox .box .text {
    text-align: left;
    padding: 20px;
}
.textareabox .box .text p, .textareabox .box .text .guide_list, .textareabox .box .text table.normal {
    margin: 0 0 10px;
}
.textareabox .box .text p.smole {
    font-size: 0.929em;
    line-height: 22px;
}
.textareabox .box .text a.icon_btn {
    color: #000;
    text-decoration: underline;
}
.textareabox .box .text a {
    color: #209E8A;
}
.textareabox .box .text a:hover {
    text-decoration: none;
}

/*------------------------------------------------------

	ページ送り

------------------------------------------------------*/
.information_page_01 {
    padding: 100px 0 0;
}
.information_page_01 table {
    text-align: center;
    margin: 0 auto;
}
.information_page_01 ul li {
    float: left;
    height: 40px;
    line-height: 40px;
    text-align: center;
    margin: 0 10px;
    color: #474747;
}
.information_page_01 ul li .current {
    display: block;
    width: 30px;
    background: #474747;
    border-radius: 0;
    color: #fff;
    border: 1px solid #cecece;
    text-decoration: none;
    height: 30px;
    line-height: 30px;
}
.information_page_01 ul li a {
    display: block;
    /* width: 40px; */
    width: 30px;
    background: #fff;
    border-radius: 0;
    color: #474747;
    border: 1px solid #cecece;
    text-decoration: none;
    height: 30px;
    line-height: 30px;
}
.information_page_01 ul li a:hover {
    opacity: 1;
}
.information_page_01 ul li .prev a, .information_page_01 ul li .next a {
    width: auto;
    background: none;
    border-radius: 0;
    border: none;
    position: relative;
}
.information_page_01 ul li .prev {
    margin-right: 25px;
}
.information_page_01 ul li .next {
    margin-left: 25px;
}
/*
.information_page_01 ul li .prev a:after {
    display: inline-block;
    content: "";
    width: 5px;
    height: 5px;
    border-bottom: 1px solid #474747;
    border-left: 1px solid #474747;
    transform: rotate(45deg);
    position: absolute;
    top: 50%;
    left: -15px;
    margin-top: -2px;
}
.information_page_01 ul li .next a:after {
    display: inline-block;
    content: "";
    width: 5px;
    height: 5px;
    border-top: 1px solid #474747;
    border-right: 1px solid #474747;
    transform: rotate(45deg);
    position: absolute;
    top: 50%;
    right: -15px;
    margin-top: -2px;
}
*/
@media only screen and (max-width: 767px) {
    .information_page_01 {
        padding: 20px 0 0;
    }
    .information_page_01 ul li {
        margin: 0 5px;
    }
}

/*------------------------------------------------------

     #stages
	公演情報(主催・共催・提携)

------------------------------------------------------*/
/* information_ticket_04
-----------------------------------------*/
#stages .information_ticket_04 {
    margin-bottom: 50px;
}
#stages .information_ticket_left_03 {
    float: left;
}
#stages .information_ticket_left_03 p.kako {
    font-size: 1.167em;
    font-weight: bold;
    position: relative;
    letter-spacing: 1px;
    margin-bottom: 15px;
}
#stages .information_ticket_left_03 p.kako:before {
    content: "";
    display: inline-block;
    width: 14px;
    height: 2px;
    background: #000;
    vertical-align: middle;
    margin-right: 7px;
}
#stages .information_ticket_left_03 p.kako+p {
    padding-left: 20px;
}
#stages .information_ticket_left_03 select, #stages .information_ticket_left_03 input, #stages .information_ticket_left_03 textarea, #stages .information_ticket_left_03 option {
    vertical-align: middle !important;
    width: 80px !important;
    padding-left: 10px !important;
    padding-right: 10px !important;
    /*
    padding: 6px 10px 7px !important;
    */
    font-size: 1.167em;
    margin-right: 5px;
    border-color: #dedede;
    height: 30px;
}
#stages .information_ticket_left_03 .lastselect select, #stages .information_ticket_left_03 .lastselect input, #stages .information_ticket_left_03 .lastselect textarea, #stages .information_ticket_left_03 .lastselect option {
    width: 60px !important;
}
#stages .information_ticket_left_03 a.kensaku {
    height: 30px;
    width: 80px;
    line-height: 30px;
    text-decoration: none;
    color: #fff;
    display: inline-block;
    font-size: 1.167em;
    text-align: center;
    border-radius: 30px;
    background: #000 url(/arthall/images/kensaku_icon.png) no-repeat left 10px center;
    padding-left: 10px;
    vertical-align: bottom;
}
#stages .information_ticket_left_03 a.kensaku:hover {
    opacity: 0.6;
}
@media only screen and (max-width: 767px) {
    #stages .information_ticket_04 {
        border-bottom: 1px solid #e2e2e2;
        margin-bottom: 20px;
        padding-bottom: 20px;
    }
    #stages .information_ticket_left_03 {
        float: none;
        width: 100%;
        background: rgba( 0, 0, 0, 0.6);
        border-radius: 10px;
        color: #fff;
        text-align: center;
        padding-bottom: 20px;
    }
    #stages .information_ticket_left_03 p.kako {
        font-size: 1.167em;
        padding: 10px 0;
        border-bottom: 1px solid #a5a5a5;
        margin-bottom: 20px;
    }
    #stages .information_ticket_left_03 p.kako:before {
        content: normal;
    }
    #stages .information_ticket_left_03 p.kako+p {
        padding-left: 0;
    }
    #stages .information_ticket_left_03 select, #stages .information_ticket_left_03 input, #stages .information_ticket_left_03 textarea, #stages .information_ticket_left_03 option {
        width: 80px !important;
    }
    #stages .information_ticket_left_03 .lastselect select, #stages .information_ticket_left_03 .lastselect input, #stages .information_ticket_left_03 .lastselect textarea, #stages .information_ticket_left_03 .lastselect option {
        width: 60px !important;
    }
    #stages .information_ticket_left_03 a.kensaku {
        margin-left: 0;
    }
    #stages .information_ticket_left_03 p.contents_link_01 {
        margin-top: 15px;
        font-size: 1.1em;
    }
    #stages .information_ticket_left_03 p.contents_link_01 a {
        color: #fff;
        text-decoration: none;
        border-bottom: 1px solid #fff;
        padding-bottom: 2px;
        width: 73px;
    }
    #stages .information_ticket_left_03 p.contents_link_01 a:before {
        display: inline-block;
        content: "";
        width: 6px;
        height: 6px;
        border-top: 1px solid #fff;
        border-right: 1px solid #fff;
        transform: rotate(45deg);
        vertical-align: baseline;
        margin-right: 5px;
    }
}

/* right */
#stages .information_ticket_right_03 {
    float: right;
    padding-top: 30px;
}
#stages .information_ticket_right_03 p {
    display: inline-block;
    font-size: 1.167em;
    vertical-align: sub;
}
#stages .information_ticket_right_03 p+p {
    margin-left: 30px;
}
#stages .information_ticket_right_03 p a {
    text-decoration: none;
    color: #000;
    border-bottom: 1px solid #000;
    padding-bottom: 5px;
    display: block;
}
#stages .information_ticket_right_03 p a:before {
    display: inline-block;
    content: "";
    width: 5px;
    height: 5px;
    border-top: 1px solid #000;
    border-right: 1px solid #000;
    transform: rotate(45deg);
    margin-right: 5px;
    vertical-align: middle;
}
#stages .information_ticket_right_03 p.contents_link_03 {
    vertical-align: middle;
}
#stages .information_ticket_right_03 p.contents_link_03 a {
    border-bottom: none;
    height: 40px;
    line-height: 40px;
    text-decoration: none;
    color: #fff;
    display: inline-block;
    text-align: center;
    border-radius: 20px;
    background: #209e8b url(/arthall/images/link_icon_btn01.png) no-repeat right 15px center;
    padding: 0 43px 0 33px;
    vertical-align: bottom;
}
#stages .information_ticket_right_03 p.contents_link_03 a:before {
    content: normal;
}
@media only screen and (max-width: 767px) {
    #stages .information_ticket_right_03 {
        float: none;
        padding-top: 20px;
    }
    #stages .information_ticket_right_03 p {
        display: block;
        text-align: center;
    }
    #stages .information_ticket_right_03 p+p {
        margin: 0;
    }
    #stages .information_ticket_right_03 p a {
        border-bottom: none;
        display: inline;
    }
    #stages .information_ticket_right_03 p.contents_link_03 {
        margin: 15px 0 0;
    }
    #stages .information_ticket_right_03 p.contents_link_03 a {
        display: block;
        background: #209e8b url(/arthall/images/link_icon_btn01.png) no-repeat right 15px center;
        width: 85%;
        margin: 0 auto;
    }
}

/*------------------------------------------------------

     #detail
	公演情報 記事詳細ページ

------------------------------------------------------*/
#detail .detail_ttl {
    text-align: right;
}
#detail .detail_ttl p {
    display: inline-block;
    vertical-align: middle;
}
#detail .detail_ttl p img{
  max-width: 100px;
}
#detail .detail_ttl p.dt_left {
    font-size: 1.167em;
}
#detail .detail_ttl p.dt_left:after {
    content: "/";
    color: #c6c6c6;
    display: inline-block;
    padding: 0 5px 0 2px;
    margin-left: 10px;
    margin-right: 5px;
}
#detail .detail_ttl p.icon_other span{
    min-width: 100px;
    text-align: center;
    background: #666;
    color: #fff;
    padding: 0 0.5em;
}
@media only screen and (max-width: 767px) {
    #detail .detail_ttl {
        margin-bottom: 20px;
        font-size: 0.833em;
    }
}

/* h1
-----------------------------------------*/
#detail h1 {
    font-size: 2.000em;
    padding-bottom: 40px;
    margin-bottom: 10px;
    background: url(/arthall/images/ttl_bk_img.png) no-repeat center;
    line-height: 130%;
}
#detail h1 span {
    font-size: 0.750em;
    display: block;
    margin-bottom: 10px;
}
@media only screen and (max-width: 767px) {
    #detail h1 {
        background: none;
        padding: 7px 0 13px !important;
        margin: 0 0 20px !important;
        font-size: 1.167em !important;
    }
    #detail .pagettl {
        text-align: left;
        font-size: 1.500em;
        font-weight: bold;
        padding-bottom: 5px;
        margin-bottom: 5px;
        background: url(/arthall/images/ttl_bk_img.png) no-repeat center;
        background-size: 100% auto;
        line-height: 150%;
    }
    #detail .pagettl span {
        font-size: 0.611em;
        display: block;
    }
}

/* day
-----------------------------------------*/
#detail .day {
    text-align: right;
    font-size: 1.250em;
    position: relative;
}
#detail .day:before {
    content: "";
    display: inline-block;
    width: 14px;
    height: 1px;
    background: #000;
    vertical-align: middle;
    margin-right: 7px;
}
@media only screen and (max-width: 767px) {
    #detail .day {
        font-size: 1em;
    }
}

/* detail_main_con
-----------------------------------------*/
#detail .detail_main_con {
    background-color: rgba( 0, 0, 0, 0.6);
    padding: 40px 35px;
    margin-top: 20px;
    display: table;
    width: 100%;
}
#detail .detail_main_con .photo, #detail .detail_main_con .text {
    display: table-cell;
    vertical-align: middle;
}
#detail .detail_main_con .photo {
    padding-right: 35px;
}
#detail .detail_main_con .text {
    color: #fff;
    font-size: 1.167em;
    line-height: 25px;
}
@media only screen and (max-width: 767px) {
    #detail .detail_main_con {
        padding: 20px 15px;
        margin-top: 15px;
        display: block;
    }
    #detail .detail_main_con .photo, #detail .detail_main_con .text {
        display: block;
    }
    #detail .detail_main_con .photo {
        padding-right: 0;
        margin-bottom: 10px;
    }
    #detail .detail_main_con .photo img {
        width: auto;
        display: block;
        margin: 0 auto;
    }
}

/* sns
-----------------------------------------*/
#detail .sns {
    text-align: right;
    margin: 20px 0;
}
#detail .sns li {
    display: inline-block;
}
@media only screen and (max-width: 767px) {
    #detail .sns {
        text-align: center;
    }
}

/* ticket
-----------------------------------------*/
#detail .ticket {
    background: #fff;
    padding: 35px 40px 40px;
    position: relative;
    margin-bottom: 40px;
}
#detail .ticket:before {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border: 45px transparent solid;
    border-bottom: 45px #f5f5f5 solid;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    position: absolute;
    left: -45px;
    top: -45px;
}
#detail .ticket .ttl {
    text-align: center;
    font-size: 1.667em;
    font-weight: bold;
    letter-spacing: 1px;
    margin-bottom: 20px;
}
#detail .ticket .ttl span {
    font-size: 0.550em;
    font-weight: normal;
    display: inline-block;
    margin-top: 10px;
}
#detail .ticket .cf {
    width: 100%;
    margin-top: 20px;/*追加*/
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}
#detail .ticket .tbl_left .link a{
    display: block;
    margin-top: 1em;
    text-decoration: none;
    color: #000;
}
#detail .ticket .tbl_left .link a::after{
  content: '';
  display: inline-block;
  width: 15px;
  height: 15px;
  background-image: url('../images/information/circle-down.svg');
  background-size: contain;
  vertical-align: middle;
  margin: -2px 5px 0px 5px;  
}
#detail .ticket .tbl_left table {
    border-bottom: 1px solid #eeeeee;
    min-width: 350px;
}
@media only screen and (max-width: 767px) {
    #detail .ticket .tbl_left table {
        min-width: 100%;
    }
}
#detail .ticket .tbl_left table td {
    border-top: 1px solid #eeeeee;
    /*font-size: 1.167em;*/
    font-size: 1em;
    font-weight: bold;
    padding: 15px 25px;
}
#detail .ticket .tbl_left table td:nth-child(2) {
    border-left: 1px solid #eeeeee;
    font-weight: normal;
}
#detail .ticket .tbl_right {
    text-align: center;
}
#detail .ticket .tbl_right p {
    margin: 15px 0;
    min-width: 208px;
}
#detail .ticket .tbl_right p:first-child {
    margin: 0 0 15px;
}
#detail .ticket .tbl_right p a {
    text-decoration: none;
    color: #000;
    border-bottom: 1px solid #000;
    padding-bottom: 3px;
    position: relative;
    padding-left: 13px;
}
#detail .ticket .tbl_right p a:before {
    display: inline-block;
    content: "";
    width: 5px;
    height: 5px;
    border-top: 1px solid #000;
    border-right: 1px solid #000;
    transform: rotate(45deg);
    margin-right: 3px;
    position: absolute;
    left: 2px;
    top: 50%;
    margin-top: -4px;
}
@media only screen and (max-width: 767px) {
    #detail .ticket {
        padding: 25px 15px 20px;
        margin-bottom: 30px;
    }
    #detail .ticket:before {
        border: 20px transparent solid;
        border-bottom: 20px #f5f5f5 solid;
        left: -20px;
        top: -20px;
    }
    #detail .ticket .ttl {
        letter-spacing: 0;
        margin-bottom: 15px;
    }
    #detail .ticket .cf {
        display: block;
    }
    #detail .ticket .tbl_left, #detail .ticket .tbl_right {
        display: block;
        width: 100%;
    }
    #detail .ticket .tbl_left table td {
        padding: 10px;
    }
    #detail .ticket .tbl_right {
        margin-top: 15px;
    }
    #detail .ticket .tbl_right p {
        text-align: left;
    }
}

/* contents_area_01
-----------------------------------------*/
#detail .contents_area_01 {
    text-align: center;
}
#detail .contents_area_01 h2 {
    text-align: center;
    /*
    font-size: 1.667em;
    */
    font-size:1.571em;
    font-weight: bold;
    letter-spacing: 1px;
    margin-bottom: 20px;
}
#detail .contents_area_01 h2 span {
    font-size: 0.550em;
    font-weight: normal;
    display: inline-block;
    margin-top: 7px;
    color: #292929;
}
#detail .contents_area_01 a {
    text-decoration: underline;
    color: #000;
}
#detail .contents_area_01 .cellbox {
    text-align: left;
    max-width: 750px;
    margin: 0 auto;
    padding: 0 15px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}
#detail .contents_area_01 .cellbox+.cellbox {
    margin-top: 25px;
}
#detail .contents_area_01 .cellboxin {
    background: #fff;
    padding: 20px 0;
}
#detail .contents_area_01 .cellboxin h3 {
    border-bottom: 2px solid #d3d3d3;
    padding: 0 25px 20px;
    font-size: 1.500em;
    font-weight: bold;
    margin-bottom: 30px;
}
#detail .contents_area_01 .cellboxin h3:before {
    content: "|";
    color: #209e8b;
    transform: rotate(44deg);
    display: inline-block;
    margin-right: 10px;
}
#detail .contents_area_01 .movie_aria iframe {
    width: 90%;
    height: 400px;
    margin: 0 5%;
}
#detail .contents_area_01 .cellboxin p {
    padding: 0 35px;
    font-size: 1.03em;
    font-size: 14px;
    line-height: 28px;
}
#detail .contents_area_01 .cellboxin p img {
    max-width: 100%;
    height: auto !important;
}
#detail .contents_area_01 .cellboxin table {
    width: calc( 100% - 70px);
    margin: 30px 35px;
    border-left: 1px solid #d3d3d3;
    border-top: 1px solid #d3d3d3;
}
#detail .contents_area_01 .cellboxin table th, #detail .contents_area_01 .cellboxin table td {
    border-right: 1px solid #d3d3d3;
    border-bottom: 1px solid #d3d3d3;
    padding: 10px;
    text-align: left;
}
#detail .contents_area_01 .cellboxin table th {
    text-align: center;
    background: #efefef;
    width: 15%;
}
#detail .contents_area_01 .cellboxin table .contents_table_btn {
    text-align:center;
}
#detail .contents_area_01 .cellboxin table p {
    padding: 0;
}
#detail .contents_area_01 .cellboxin table img {
    display: block;
    margin: 5px auto 0;
}






/* scrollBox */
#detail .contents_area_01 .cellboxin .scrollBox{
  overflow-x: scroll;
  width: calc( 100% - 70px );
  margin: 30px 35px;
}
#detail .contents_area_01 .cellboxin .scrollBox table{
  width: auto;
  margin: 0;
  min-width: 100%;  
}
@media only screen and (max-width: 767px) {
    #detail .contents_area_01 .cellboxin .scrollBox{
        overflow-x: scroll;
        width: calc( 100% - 30px );
        margin: 30px 15px;
        padding-bottom: 15px;
    }
    #detail .contents_area_01 .cellboxin .scrollBox table {
        width: auto;
        margin: 0;
        min-width: 100%;  
    }
    #detail .contents_area_01 .cellboxin .scrollBox table th,
    #detail .contents_area_01 .cellboxin .scrollBox table td{
        display: table-cell;
        width: auto;
        min-width: 100px;
    }
}








#detail .contents_area_01 .cellbox.profile {
    margin-top: 80px !important;
}
#detail .contents_area_01 .cellbox.profile a {
    color: #fff;
}
#detail .contents_area_01 .cellbox.profile {
    max-width: 100% !important;
    margin: 25px auto 0;
    padding: 0 15px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    background-color: rgba( 0, 0, 0, 0.6);
}
#detail .contents_area_01 .profile .cellprofile_in {
    max-width: 720px;
    margin: 0 auto;
    color: #fff;
    padding: 60px 0 75px;
    text-align: center;
}
#detail .contents_area_01 .profile h3 {
    text-align: center;
    font-size: 1.667em;
    font-weight: bold;
    letter-spacing: 1px;
    margin-bottom: 30px;
}
#detail .contents_area_01 .profile h3 span {
    font-size: 0.550em;
    font-weight: normal;
    display: inline-block;
    margin-top: 7px;
}
#detail .contents_area_01 .profile .information_profile_01 {
    font-size: 1.167em;
    line-height: 28px;
    letter-spacing: 1px;
}
#detail .contents_area_01 .profile .information_profile_01+.information_profile_01 {
    margin-top: 50px;
}
#detail .contents_area_01 .profile h4 {
    font-size: 1.250em !important;
    border-bottom: 1px solid #fff;
    display: inline-block;
    margin-bottom: 20px;
    padding-bottom: 5px;
    letter-spacing: 0;
}
#detail .contents_area_01 .profile .cf {
    text-align: left;
    color: #fff !important;
}
#detail .contents_area_01 .profile .cf em{
    font-style: italic;
}
#detail .contents_area_01 .profile .information_profile_01_left {
    float: left;
    width: 170px;
}
#detail .contents_area_01 .profile .information_profile_01_left img {
    width: 100%;
}
#detail .contents_area_01 .profile .information_profile_01_right {
    float: right;
    width: calc( 100% - 200px);
}
@media only screen and (max-width: 767px) {
    #detail .contents_area_01 .cellboxin h3 {
        font-size: 1.250em;
        margin-bottom: 20px;
        padding: 0 25px 15px;
    }
    #detail .contents_area_01 .movie_aria iframe {
        height: auto;
    }
    #detail .contents_area_01 .cellboxin p {
        padding: 0 20px;
    }
    #detail .contents_area_01 .cellboxin table {
        width: calc( 100% - 40px);
        margin: 30px 20px 0;
    }
    #detail .contents_area_01 .cellboxin table th, #detail .contents_area_01 .cellboxin table td {
        display: block;
    }
    #detail .contents_area_01 .cellbox.profile {
        margin: 20px auto 0;
    }
    #detail .contents_area_01 .profile .cellprofile_in {
        padding: 30px 0 20px;
    }
    #detail .contents_area_01 .profile h3 {
        margin-bottom: 20px;
    }
    #detail .contents_area_01 .profile h4 {
        font-size: 1.167em !important;
    }
    #detail .contents_area_01 .profile .information_profile_01 {
      font-size: 1.083em;
      line-height: 23px;
    }
    #detail .contents_area_01 .profile .information_profile_01_left {
        float: none;
    	width: 100%;
        margin-bottom: 20px;
    }
    #detail .contents_area_01 .profile .information_profile_01_left img {
        width: auto;
        margin: 0 auto;
        display: block;
        max-width: 100%;
    }
    #detail .contents_area_01 .profile .information_profile_01_right {
        float: none;
    	width: 100%;
    }
    #detail .contents_area_01 .cellboxin table th {
        width:auto;
    }

}

/* kouen
-----------------------------------------*/
#detail .kouen {
    margin-top: 60px;
    text-align: center;
}
#detail .kouen h2 {
    text-align: center;
    font-size: 1.667em;
    font-weight: bold;
    margin-bottom: 30px;
    letter-spacing: 1px;
}
#detail .kouen h2:after {
    bottom: -13px;
}
#detail .kouen .information_profile_01 {
    margin: 0 auto;
    padding: 35px;
    text-align: left;
    background: #fff url(/arthall/images/detail_icon01.png) no-repeat right bottom;
    -moz-box-shadow: 0px 0px 10px #f0f0f0;
    -webkit-box-shadow: 0px 0px 10px #f0f0f0;
    box-shadow: 0px 0px 10px #f0f0f0;
}
#detail .kouen p.information_profile_01 {
    font-size: 14px;
}
#detail .kouen p.information_profile_01 a{
    line-height: 28px;
    text-decoration: none;
    color: #000;
}
#detail .kouen p.information_profile_01 a.blank::after{
    content: '';
    display: inline-block;
    width: 15px;
    height: 15px;
    background-image: url(../images/information/new-tab.svg);
    background-size: contain;
    vertical-align: middle;
    margin: -2px 5px 0px 5px;
}
#detail .kouen p.information_profile_01 a.pdf::after{
    content: '';
    display: inline-block;
    width: 15px;
    height: 15px;
    background-image: url(../images/information/file-text.svg);
    background-size: contain;
    vertical-align: middle;
    margin: -5px 5px 0px 5px;
}
#detail .kouen .information_profile_01+.information_profile_01 {
    margin-top: 20px;
}
#detail .kouen .information_profile_01_left {
    width: 184px;
    float: left;
}
#detail .kouen .information_profile_01_left img {
    width: 100%;
}
#detail .kouen .information_profile_01_right {
    float: right;
    color: #333333;
    width: calc( 100% - 215px);
}
#detail .kouen .information_profile_01 h3 {
    font-size: 1.167em;
    font-weight: bold;
    position: relative;
    letter-spacing: 1px;
    margin-bottom: 15px;
}
/*
#detail .kouen .information_profile_01 h3:before {
    content: "";
    display: inline-block;
    width: 14px;
    height: 2px;
    background: #601986;
    vertical-align: middle;
    margin-right: 7px;
}
*/
#detail .kouen .information_profile_01 h3 a {
    color: #000;
    text-decoration: none;
}
#detail .kouen .cellbox+.cellbox {
    margin-top: 60px;
}
@media only screen and (max-width: 767px) {
    #detail .kouen {
        margin-top: 30px;
    }
    #detail .kouen .information_profile_01 {
        padding: 15px;
    }
    #detail .kouen .information_profile_01_left {
        width: 40%;
    }
    #detail .kouen .information_profile_01_left img {
        height: auto !important;
    }
    #detail .kouen .information_profile_01_right {
        width: 55%;
    }
}

/* footer_free_area
-----------------------------------------*/
#detail .footer_free_area {
    text-align: left;
    margin-top: 20px;
}
#detail .kouen .cellbox+.cellbox.footer_free_area {
    margin-top: 20px;
}
#detail .footer_free_area strong {
    display: block;
    height: 40px;
    line-height: 40px !important;
    font-size: 1.500em;
    border-left: 2px solid #000;
    margin-top: 40px;
}
#detail .footer_free_area strong br {
    display: none !important;
}
#detail .footer_free_area a, #detail .footer_free_area font {
    color: #000 !important;
}
@media only screen and (max-width: 767px) {
    #detail .footer_free_area strong {
        margin-top: 30px;
    }
}

/* contents_btn_wrapper
-----------------------------------------*/
#detail .contents_btn_wrapper {
    text-align: right;
    margin: 70px 0px;
}
#detail .contents_btn_wrapper ul {
    text-align: right;
}
#detail .contents_btn_wrapper ul li {
    display: inline-block;
}
@media only screen and (max-width: 767px) {
    #detail .contents_btn_wrapper {
        margin: 20px 0px;
    }
}

/*------------------------------------------------------

     #calendar
	公演カレンダー

------------------------------------------------------*/
/* calendar_box01
-----------------------------------------*/
#calendar .calendar_box01 {
    margin: 0 0 30px;
    text-align: center;
}
#calendar .calendar_box01 p.btn01 {
    float: left;
    height: 40px;
    line-height: 40px;
    width: auto;
}
#calendar .calendar_box01 p.btn02 {
    float: right;
    text-align: right;
    width: 208px;
}
@media only screen and (max-width: 370px) {
    #calendar .calendar_box01 p.btn01, #calendar .calendar_box01 p.btn02 {
        float: none;
        height: auto;
        line-height: auto;
        margin: 10px auto;
    }
}

/* calendar_box02
-----------------------------------------*/
#calendar .calendar_box02 {
    background: #fff;
    padding: 35px 40px 25px;
    position: relative;
    margin-bottom: 40px;
}
#calendar .calendar_box02:before {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border: 45px transparent solid;
    border-bottom: 45px #f5f5f5 solid;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    position: absolute;
    left: -45px;
    top: -45px;
}
#calendar .calendar_box02 h2 {
    font-size: 1.667em;
    font-weight: bold;
    text-align: center;
    position: relative;
    margin-bottom: 25px;
    padding-bottom: 20px;
}
#calendar .calendar_box02 h2:after {
    content: "";
    display: block;
    width: 30px;
    height: 2px;
    background: #000;
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -15px;
}
#calendar .calendar_box02 ul {
    border-bottom: 1px solid #eeeeee;
    padding-bottom: 15px;
    margin-bottom: 15px;
}
#calendar .calendar_box02 ul li {
    float: left;
    position: relative;
    padding-left: 40px;
    line-height: 15px;
    font-size: 0.917em;
    display: table;
    height: 32px;
    margin-right: 10px;
    margin-bottom: 10px;
}
#calendar .calendar_box02 ul li span {
    display: table-cell;
    vertical-align: middle;
}
#calendar .calendar_box02 ul li img {
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    max-width: 32px;
}
#calendar .calendar_box02 p {
    text-indent: -13px;
    padding-left: 13px;
}
@media only screen and (max-width: 767px) {
    #calendar .text_box {
        display: none;
    }
    #calendar .calendar_box02 {
        padding: 0;
        margin-bottom: 20px;
    }
    #calendar .calendar_box02:before {
        content: normal;
    }
    #calendar .calendar_box02 h2 {
        font-size: 1.167em;
        height: 40px;
        line-height: 40px;
        margin-bottom: 15px;
        padding-bottom: 0;
        border-bottom: 1px solid #eeeeee;
        letter-spacing: 1px;
    }
    #calendar .calendar_box02 h2:after {
        display: inline-block;
        content: "";
        width: 5px;
        height: 5px;
        border-top: 1px solid #000;
        border-left: 1px solid #000;
        transform: rotate(225deg);
        /*
        transform: rotate(45deg);
        */
        position: absolute;
        right: 15px;
        top: 55%;
        margin-top: -2px;
        background: none;
        bottom: auto;
        left: auto;
        margin-left: 0;
        margin-top: -4px;
    }
    #calendar .calendar_box02 h2.open:after {
        border: none;
        border-bottom: 1px solid #000;
        border-right: 1px solid #000;
        margin-top: 0px;
        /*
        margin-top: -4px;
        */
    }
    #calendar .calendar_box02 ul {
        padding: 0 15px;
        border-bottom: none;
        margin-bottom: 5px;
    }
    #calendar .calendar_box02 ul li {
        float: left;
        width: 55%;
        margin-bottom: 10px;
    }
    #calendar .calendar_box02 ul li:nth-child(even) {
        width: 45%;
    }
    #calendar .calendar_box02 ul li+li {
        margin-left: 0;
    }
    #calendar .calendar_box02 ul li span {
        display: table-cell;
        vertical-align: middle;
        padding-right: 10px;
    }
    #calendar .calendar_box02 ul li img {
        width: auto;
    }
    #calendar .calendar_box02 p {
        padding-left: 28px;
        padding-right: 15px;
        padding-bottom: 15px;
    }
}

/* calendar_box03
-----------------------------------------*/
#calendar .calendar_box03 .dayttl {
    margin-bottom: 25px;
    position: relative;
}
#calendar .calendar_box03 .dayttl .ttl {
    font-size: 1.833em;
    position: relative;
    line-height: 35px;
    padding-left: 25px;
    float: left;
    margin-right: 20px;
}
#calendar .calendar_box03 .dayttl .ttl:before {
    content: "";
    display: block;
    height: 35px;
    width: 2px;
    position: absolute;
    left: 0;
    top: 0;
    background: linear-gradient(180deg, #585858 0%, #585858 50%, #000000 50%, #000000 100%);
}
#calendar .calendar_box03 .calendar_nav {
    float: left;
}
#calendar .calendar_box03 .calendar_nav p {
    display: inline-block;
    height: 35px;
    line-height: 40px;
    font-size: 1.167em;
}
#calendar .calendar_box03 .calendar_nav p a {
    color: #000;
    text-decoration: none;
}
#calendar .calendar_box03 .calendar_nav p.calendar_nav_left:before {
    display: inline-block;
    content: "";
    width: 5px;
    height: 5px;
    border-bottom: 1px solid #000;
    border-left: 1px solid #000;
    transform: rotate(45deg);
    margin-right: 5px;
    vertical-align: middle;
}
#calendar .calendar_box03 .calendar_nav p.calendar_nav_left:after {
    content: "|";
    margin: 0 5px 0 10px;
    color: #d5d4d5;
}
#calendar .calendar_box03 .calendar_nav p.calendar_nav_right:after {
    display: inline-block;
    content: "";
    width: 5px;
    height: 5px;
    border-top: 1px solid #000;
    border-right: 1px solid #000;
    transform: rotate(45deg);
    margin-left: 5px;
    vertical-align: middle;
}
#calendar .calendar_box03 .dayttl .pdf_link {
    position: absolute;
    right: 0;
    top: 8px;
}
#calendar .pdf_link a {
    display: inline-block;
    padding: 6px 10px;
    text-align: center;
    border: 1px solid #000;
    border-radius: 40px;
    color: #000;
    text-decoration: none;
    line-height: 1;
}
#calendar .pdf_link a:before {
    content: url(/arthall/images/pdf_icon02.gif);
    vertical-align: middle;
    margin-right: 5px;
}

/*table*/
#calendar .calendar_box03 .calendar_table {}
#calendar .calendar_box03 .calendar_table .box {
    background: #dddddd;
    width: 100%;
}
#calendar .calendar_box03 .calendar_table .box+.box {
    margin-top: 30px;
}
#calendar .calendar_box03 .calendar_table .day {
    width: 95px;
    text-align: center;
    padding: 30px 0;
    float: left;
    font-size: 14px;
    line-height: 25px;
    position: relative;
}
#calendar .calendar_box03 .calendar_table .day span {
    font-size: 1.571em;
}
#calendar .calendar_box03 .calendar_table .day:before {
    content: "";
    display: block;
    height: 25px;
    width: 2px;
    background: #585858;
    position: absolute;
    top: 20px;
    left: 20px;
    transform: rotate(45deg);
}
#calendar .calendar_box03 .calendar_table .in_main {
    padding: 30px 30px 5px;
    background: #fff;
    float: right;
    width: calc( 100% - 95px);
    position: relative;
}
#calendar .calendar_box03 .calendar_table .in_main+.in_main {
    border-top: 2px solid #dddddd;
}
#calendar .calendar_box03 .calendar_table .holiday .in_main {
    height: 110px;
    padding: 0 30px;
    line-height: 110px;
}
#calendar .calendar_box03 .calendar_table .in_main a {
    color: #000;
}
#calendar .calendar_box03 .calendar_table .in_main a:hover {
    opacity: 1;
    text-decoration: none;
}
#calendar .calendar_box03 .calendar_table .in_main .cell {
    width: 100%;
    display: block;
    padding: 0px 0 35px;
    /*
    padding: 0px 0 20px;
    */
    font-size: 1.05em;
    line-height: 160%;
}
#calendar .calendar_box03 .calendar_table .in_main .cell+.cell {
    border-top: 1px solid #eeeeee;
    padding-top: 12px;
}
#calendar .calendar_box03 .calendar_table .in_main .category_left, #calendar .calendar_box03 .calendar_table .in_main .category_right {
    display: inline-block;
}
#calendar .calendar_box03 .calendar_table .in_main .category_left img{
  max-width: 100px;
}
#calendar .calendar_box03 .calendar_table .in_main .category_right {
    margin-left: 10px;
}
#calendar .calendar_box03 .calendar_table .in_main .category_right img{
  max-width: 56px;
}
#calendar .calendar_box03 .calendar_table .in_main p.ttl {
    font-size: 1.333em !important;
    margin: 10px 0;
}
#calendar .calendar_box03 .calendar_table .in_main p.ttl strong {
    font-size: 1.083em !important
}
#calendar .calendar_box03 .calendar_table .in_main p.ttl02 {
    font-size: 1.333em;
    margin: 10px 0;
    font-weight: bold;
    border-left: 2px solid #000;
    line-height: 1;
    padding-left: 10px;
}
#calendar .calendar_box03 .calendar_table .in_main .calendar_icon {
    padding: 10px 15px 0;
}
#calendar .calendar_box03 .calendar_table .in_main .calendar_icon li {
    display: inline-block;
}
#calendar .calendar_box03 .calendar_table .in_main .calendar_icon li+li {
    margin-left: 5px;
}
#calendar .calendar_box03 .calendar_table .in_main .calendar_icon li img{
    width:auto;
    max-width: 100%
}
#calendar .calendar_box03 .calendar_table .in_main p.more_btn {
    position: absolute;
    right: 30px;
    bottom: 15px;
    cursor: pointer;
}
#calendar .calendar_box03 .calendar_table .in_main p.more_btn:hover {
    text-decoration: underline;
}
#calendar .calendar_box03 .calendar_table .in_main p.more_btn:before {
    display: inline-block;
    content: "";
    width: 5px;
    height: 5px;
    border-top: 1px solid #000;
    border-left: 1px solid #000;
    transform: rotate(225deg);
    margin-right: 10px;
}
#calendar .calendar_box03 .calendar_table .in_main p.more_btn.open:before {
    border-bottom: 1px solid #000;
    border-right: 1px solid #000;
    border-top: none;
    border-left: none;
}
#calendar .calendar_box03 .calendar_table .in_main .morebox {
    display: none;
    border-top: 1px solid #eeeeee;
    padding-top: 12px;
}
#calendar .calendar_box03 .bottom_day {
    position: relative;
    margin-top: 20px;
}
#calendar .calendar_box03 .bottom_day .pdf_link {
    position: absolute;
    right: 0;
    top: 5px;
}
#calendar .bottom_con {
    margin-top: 160px;
}
@media only screen and (max-width: 767px) {
    #calendar .calendar_box03 .dayttl {
        margin-bottom: 20px;
    }
    #calendar .calendar_box03 .calendar_nav {
        float: right;
    }
    #calendar .calendar_box03 .dayttl .pdf_link {
        position: static;
        text-align: center;
        clear: both;
        padding: 15px 0 0;
    }
    #calendar .pdf_link a {
        padding: 10px 30px;
        letter-spacing: 1px;
    }
    /*table*/
    #calendar .calendar_box03 .calendar_table .box {
        width: 100%;
    }
    #calendar .calendar_box03 .calendar_table .box+.box {
        margin-top: 15px;
    }
    #calendar .calendar_box03 .calendar_table .day {
        float: none;
        width: 100%;
        text-align: left;
        padding: 10px 45px 8px;
    }
    #calendar .calendar_box03 .calendar_table .day br {
        display: none;
    }
    #calendar .calendar_box03 .calendar_table .day:before {
        height: 15px;
        width: 1px;
        top: 10px;
        left: 25px;
    }
    #calendar .calendar_box03 .calendar_table .in_main {
        float: none;
        width: 100%;
        padding: 20px 20px 55px;
    }
    #calendar .calendar_box03 .calendar_table .holiday .in_main {
        height: auto;
        padding: 30px 20px;
        line-height: 100%;
    }
    #calendar .calendar_box03 .calendar_table .in_main p.more_btn {
        right: 20px;
        bottom: 10px;
        border: 1px solid #cfcfcf;
        color: #cfcfcf;
        text-align: center;
        padding: 5px;
        margin-bottom: 10px;
        width: calc( 100% - 40px);
        text-decoration: none !important;
    }
    #calendar .calendar_box03 .calendar_table .in_main p.more_btn:before {
        position: absolute;
        right: 10px;
        top: 50%;
        border-color: #cfcfcf !important;
    }
    #calendar .calendar_box03 .calendar_table .in_main p.more_btn.open:before {
        margin-top: -3px;
    }
    #calendar .calendar_box03 .bottom_day {
        position: relative;
        margin-top: 20px;
    }
    #calendar .calendar_box03 .bottom_day .calendar_nav {
        float: none;
    }
    #calendar .calendar_box03 .bottom_day .pdf_link {}
    #calendar .bottom_con {
        margin-top: 15%;
    }
    #calendar .link_btn {
        text-align: center;
        margin: 10% 0 0;
    }
    #calendar .link_btn a {
        display: inline-block;
        font-size: 1.077em;
        color: #fff;
        text-decoration: none;
        text-align: center;
        border-radius: 40px;
        padding: 10px 32px 10px 25px;
        background: #161616 url(/arthall/images/link_icon_btn01.png) no-repeat right 10px center;
        background-size: 10px auto;
    }
}

/*------------------------------------------------------

     #search
	舞台芸術資料室 資料検索システム

------------------------------------------------------*/
/* 検索画面
-----------------------------------------*/
#search h1 {
    padding: 30px 0 35px;
}
#search .p_01 {
    text-align: center;
    font-size: 1.167em;
}
#search .search_box_01 {
    margin: 30px 0 0;
    background-color: rgba( 0, 0, 0, 0.7);
    color: #fff;
    padding: 30px 30px 30px;
}
#search .search_box_01 table, #search .search_box_03 table {
    width: 100%;
    font-size: 1.167em;
}
#search .search_box_01 tr, #search .search_box_03 tr {
    border-bottom: 1px dotted #535353;
}
#search .search_box_01 th, #search .search_box_03 th {
    text-align: left;
    padding-left: 10px;
    width: 150px;
}
#search .search_box_01 td, #search .search_box_03 td {
    padding: 15px 0;
}
#search .search_box_01 .intext {
    padding: 0 5px;
}
#search .search_box_01 input[type="text"], #search .search_box_01 select {
    background: #3a3a3a;
    border: 1px solid #333;
    width: 100%;
    padding: 10px 15px;
    color: #fff;
}
#search .search_box_01 select {
    width: 100%;
    padding: 4px 15px;
}
#search .search_box_01 input[type="checkbox"] {
    margin: 0;
    padding: 0;
    background: none;
    border: none;
    border-radius: 0;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: #fff;
    width: 15px;
    height: 15px;
    border: 1px solid #333;
    position: relative;
    cursor: pointer;
    vertical-align: sub;
}
#search .search_box_01 label {
    cursor: pointer;
    margin-right: 10px;
    margin-left: 5px;
}
#search .search_box_01 input[type="checkbox"]:checked:before {
    content: "";
    display: block;
    position: absolute;
    top: 0px;
    left: 4px;
    width: 5px;
    height: 8px;
    transform: rotate(40deg);
    border-bottom: 2px solid #333;
    border-right: 2px solid #333;
}
#search .submit_btn {
    text-align: center;
    background: #000 url(/arthall/images/link_icon_btn01.png) no-repeat right 15px center;
    width: 230px;
    padding: 15px 0;
    border-radius: 40px;
    margin: 25px auto 0;
}
#search .submit_btn input{
  width: 69px;
}
#search h2 {
    max-width: 680px;
    margin: 50px auto 20px;
}
#search dl dt {
    border-left: 3px solid #000;
    font-size: 1.071em;
    font-weight: bold;
    line-height: 1;
    padding: 2px 0 2px 5px;
    margin: 30px 0 10px 0;
}
@media only screen and (max-width: 767px) {
    #search h1 {
        padding: 18px 0 22px;
    }
    #search .search_box_01 {
        margin: 20px 0 0;
        padding: 15px;
    }
    #search .search_box_01 tr, #search .search_box_03 tr {
        border: none;
    }
    #search .search_box_01 th, #search .search_box_03 th {
        padding: 0 0 0;
        width: 100%;
        display: block;
    }
    #search .search_box_01 td, #search .search_box_03 td {
        padding: 10px 0 15px;
        margin-bottom: 15px;
        display: block;
        border-bottom: 1px dotted #535353;
    }
    #search .submit_btn {
        margin: 0px auto;
    }
    #search h2 {
        margin: 30px auto 20px;
    }
}

/* 検索画面 結果
-----------------------------------------*/
#search p.text01 {
    font-size: 1.167em;
    padding: 0 15px;
    line-height: 25px;
}

/* paging */
#search .information_page_01 {
    margin: 25px 0;
    position: relative;
}
#search .information_page_01 table {
    text-align: center;
    margin: 0 auto;
}
#search .information_page_01 ul li {
    float: left;
    /*
    padding: 0 5px;
    */
    padding: 0 2px;
}
#search .information_page_01 ul li div {
  /*
    border: solid 1px #cecece;
    background: #fff;
    */
    font-size: 1.167em;
    border-radius: 35px;
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
}
#search .information_page_01 a {
    display: block;
    color: #474747;
    text-decoration: none;
}
#search .information_page_01 ul li div.prevbtn, #search .information_page_01 ul li div.nextbtn {
    border: none;
    background: none;
    border-radius: 0;
    width: auto;
}
#search .information_page_01 ul li div.current {
    border: solid 1px #474747;
    color: #fff;
    background: #474747;
}
#search .information_page_01 ul li div.prevbtn {
    padding-right: 15px;
}
#search .information_page_01 ul li div.nextbtn {
    padding-left: 15px;
}
#search .information_page_01 ul li div.prevbtn a:before {
    display: inline-block;
    content: "";
    width: 8px;
    height: 8px;
    border-bottom: 1px solid #000;
    border-left: 1px solid #000;
    transform: rotate(45deg);
    margin-right: 10px;
}
#search .information_page_01 ul li div.nextbtn a:after {
    display: inline-block;
    content: "";
    width: 8px;
    height: 8px;
    border-top: 1px solid #000;
    border-right: 1px solid #000;
    transform: rotate(45deg);
    margin-left: 10px;
}

/*table*/
#search .search_box_05 table {
    border-top: 1px solid #dddddd;
    border-left: 1px solid #dddddd;
}
#search .search_box_05 th {
    border-bottom: 1px solid #dddddd;
    border-right: 1px solid #dddddd;
    background: #cacaca;
    padding: 10px;
}
#search .search_box_05 td {
    border-bottom: 1px solid #dddddd;
    border-right: 1px solid #dddddd;
    background: #fff;
    padding: 10px;
}
#search .search_box_05 tbody th {
    background: #fff;
}
#search .search_box_05 tbody th img{
  max-width: 42px;
}
#search .search_box_05 .tbl_03 a {
    display: block;
    padding: 7px 22px 8px 8px;
    font-size: 1.167em;
    background: #000 url(/arthall/images/link_icon_btn01.png) no-repeat right 10px center;
    color: #fff;
    text-decoration: none;
    text-align: center;
    border-radius: 40px;
    min-width: 40px;
}
@media only screen and (max-width: 767px) {
    #search p.text01 {
        padding: 0;
        margin-bottom: 20px;
    }
    /* paging */
    #search .information_page_01 ul {
        display: inline-block;
    }
    #search .information_page_01 ul li {
        float: none;
        display: inline-block;
        padding: 0 5px;
        margin-bottom: 5px;
    }
    /*table*/
    #search .search_box_05 table, #search .search_box_05 table th, #search .search_box_05 table td {
        border: none;
    }
    #search .search_box_05 table thead {
        display: none;
    }
    #search .search_box_05 table tbody tr, #search .search_box_05 table tbody th, #search .search_box_05 table tbody td {
        display: block;
        text-align: left;
        background: #fff;
        padding: 0;
    }
    #search .search_box_05 table tr {
        margin-bottom: 15px;
    }
    #search .search_box_05 table tbody th {
        padding: 15px 15px 8px;
    }
    #search .search_box_05 table tbody th img {
        width: auto;
    }
    #search .search_box_05 table tbody td {
        padding: 0 15px 15px;
    }
    #search .search_box_05 table tbody td.ttl {
        font-weight: bold;
        font-size: 1.167em;
    }
    #search .search_box_05 table tbody td.ttl hr {
        border-color: #dddddd;
        margin-top: 15px;
    }
    #search .search_box_05 table tbody td.sptext em {
        border-left: 3px solid #000;
        font-size: 1.071em;
        font-weight: bold;
        line-height: 1;
        padding: 2px 0 2px 5px;
        margin: 0 0 8px 0;
        display: block;
    }
    #search .search_box_05 .tbl_03 a {
        display: block;
        font-size: 1.167em;
        border-radius: 3px;
        padding: 8px;
        color: #474747;
        background: none;
        border: 1px solid #474747;
        position: relative;
    }
    #search .search_box_05 .tbl_03 a:after {
        display: inline-block;
        content: "";
        width: 5px;
        height: 5px;
        border-bottom: 1px solid #474747;
        border-right: 1px solid #474747;
        transform: rotate(45deg);
        position: absolute;
        right: 10px;
        top: 50%;
        margin-top: -3px;
    }
}

/* 検索画面 詳細
-----------------------------------------*/
#search .search_box_06 {
    background: #fff;
    margin: 30px auto 35px;
    padding: 30px 30px 15px;
    font-size: 1.083em;
}
#search .search_box_06 .key02 {
    margin: 20px 0;
    font-size: 1.231em;
    font-weight: bold;
}
#search .search_box_06 .key03 {
    margin-bottom: 20px;
}
#search .search_box_06 .cf dl {
    width: 50%;
    float: left;
    border-top: 1px solid #eeeeee;
    padding: 20px 0;
}
#search .search_box_06 .cf dl dt {
    font-size: 1.083em;
    padding: 2px 0 2px 8px;
    margin: 0 0 10px;
}
#search .search_box_06 .cf dl dd {
    padding: 0 11px;
}
#search .search_bottom_btn {
    text-align: center;
}
#search .search_bottom_btn a {
    display: inline-block;
    padding: 10px 30px 10px 20px;
    font-size: 1.167em;
    background: #000 url(/arthall/images/link_icon_btn01.png) no-repeat right 15px center;
    color: #fff;
    text-decoration: none;
    text-align: center;
    border-radius: 40px;
    position: relative;
    width: 235px;
}
#search .search_bottom_btn a:last-child {
    margin-left: 25px;
}
#search .search_box_06 .key img {
    max-width: 42px;
}
@media only screen and (max-width: 767px) {
    #search .search_box_06 {
        padding: 15px 15px 5px;
    }
    #search .search_box_06 .key img {
        width: auto;
    }
    #search .search_box_06 .key02 {
        margin: 15px 0;
    }
    #search .search_box_06 .key03 em {
        font-weight: normal;
        border: 1px solid;
        display: inline-block;
        padding: 1px 5px;
        margin-bottom: 5px;
    }
    #search .search_box_06 .cf dl {
        padding: 15px 0;
    }
    #search .search_box_06 .cf.spblock dl {
        width: 100%;
        float: none;
    }
    #search .search_box_06 .cf dl dt {
        margin: 0 0 5px;
    }
    #search .search_box_06 .cf dl dd {
        padding: 0;
    }
    #search .search_bottom_btn a {
        display: block;
        margin: 0 auto;
    }
    #search .search_bottom_btn a:last-child {
        margin: 15px auto 0;
    }
}


/* 公演情報 詳細 */

#detail .online{
    margin-left: 15px;
}
#detail p.online{
    border: 1px solid #7d7d7d;
    border-radius: 4px;
    text-align: center !important;
    vertical-align: top;
    line-height: 100% !important;
    padding: 10px 0;
    color: #7d7d7d;
    font-size: 1.1em;
    margin-top: 10px;
}
#detail p.online img{
  display: inline-block !important;
  max-width: 21px !important;
  margin-right: 3px;
  margin: 0 !important;
}
#detail .contents_area_01 .cellboxin table p.online{
    padding: 10px 0 !important;
  margin: 0 auto 10px;
}
@media only screen and (min-width: 768px){
  #detail p.online{
    min-width: 125px;
  }
  #detail .bg_01 p.online{
    max-width: 180px;
  }
}

@media only screen and (max-width: 767px){
  #detail p.online {
    font-size: 1em !important;
    padding: 10px 0;
  }
}
