@charset "utf-8";
/* contents base -------------- */
html,body{
  min-width: 980px !important;
}
.contents {
  font-size: 16px;
  line-height: 1.8;
  color: #333333;
}
.contents .item_sp {
  display: none;
}
@media screen and (max-width: 480px) {
  html,body{
    min-width: 100% !important;
  }
  #contentsWrap {
    margin: 0 0 17px;
  }
  .contents {
    font-size: 13px;
    line-height: 2;
  }
  .contents * {
    box-sizing: border-box;
  }
  .contents .item_pc {
    display: none;
  }
  .contents .item_sp {
    display: block;
  }
}

/* mainvisual ----------------- */
.mainvisual {
  width: 100%;
}
.mainvisual .mainvisual_inner {
  max-width: 1107px;
  margin: 0 auto;
  text-align: center;
}
.mainvisual .mainvisual_inner h1 img{
  max-width: 100%;
  height: auto;
}

@media screen and (max-width: 480px) {
  .mainvisual .mainvisual_inner {
    width: 100%;
  }
  .mainvisual_inner img {
    width: 100%;
    height: auto;
  }
}

/* heading -------------------- */
.heading {
  text-align: center;
  border-top-style: solid;
  border-top-width: 2px;
  border-bottom-style: solid;
  border-bottom-width: 2px;
  position: relative;
  margin-bottom: 34px;
}
.heading:after,
.heading:before,
.heading_inner:after,
.heading_inner:before {
  content: "";
  width: 4px;
  height: 4px;
  border-radius: 50%;
  position: absolute;
}
.heading:after {
  left: 0;
  top: -3px;
}
.heading_inner:after {
  left: 0;
  bottom: -3px;
}
.heading:before {
  right: 0;
  top: -3px;
}
.heading_inner:before {
  right: 0;
  bottom: -3px;
}
.heading img {
  vertical-align: middle;
}
@media screen and (max-width: 480px) {
  .heading {
    padding: 11px 0;
    margin-bottom: 18px;
  }
  .heading img {
    height: 17px;
    width: auto;
  }
}

/* subhead -------------------- */
.subhead {
  font-size: 20px;
  line-height: 1.4;
  color: inherit;
  text-align: center;
  margin-bottom: 12px;
}
.subhead_inner {
  padding: 0 16px;
  position: relative;
  display: inline-block;
}
.subhead_inner:after,
.subhead_inner:before {
  content: "";
  display: inline-block;
  width: 24px;
  height: 1px;
  position: absolute;
  top: 50%;
}
.subhead_inner:after {
  right: -24px;
}
.subhead_inner:before {
  left: -24px;
}
@media screen and (max-width: 480px) {
  .subhead {
    font-size: 14px;
     margin-bottom: 8px;
  }
  .subhead_inner {
    padding: 0 8px;
  }
  .subhead_inner:after,
  .subhead_inner:before {
    width: 28px;
  }
  .subhead_inner:after {
    right: -28px;
  }
  .subhead_inner:before {
    left: -28px;
  }
}

/* text_lead ------------------ */
.text_lead {
  text-align: center;
  margin-bottom: .6em;
}
.text_lead + .box_photo {
  margin-top: 17px;
}

@media screen and (max-width: 480px) {
  .text_lead {
    text-align: left;
  }
  .text_lead + .box_photo {
    margin-top: 14px;
  }
}

/* text_annotaion ------------------ */
.text_annotaion {
  font-size: 12px;
  text-align: right;
  margin-top: 5px;
}
@media screen and (max-width: 480px) {
  .text_annotaion {
    margin-top: 2px;
  }
}
.text_annotaion02 {
  text-align: center;
  margin-top: 30px;
  margin-bottom: 50px;
}
@media screen and (max-width: 480px) {
  .text_annotaion02 {
    margin-top: 0;
    margin-bottom: 30px;
    text-align: left;
    margin-bottom: 30px;
  }
}
.text_annotaion03 {
  text-align: center;
  margin-top: 30px;
}
@media screen and (max-width: 480px) {
  .text_annotaion03 {
    margin-top: 15px;
    margin-bottom: 30px;
  }
}

/* lead_block ----------------- */
.lead_block {
  padding: 35px 0;
}
@media screen and (max-width: 480px) {
  .lead_block {
    padding: 20px 10px;
  }
}

/* section_block -------------- */
.contents_block {
  width: 100%;
}
.contents_block_inner {
  width: 980px;
  margin: 0 auto;
  padding: 56px 0;
}
.contents_block_inner.w1300{
  max-width: 1300px;
  padding: 56px 0 1px;
}
.contents_block_inner.event{
  padding: 0 0 56px;
  width: 980px;
  max-width: 100%;
}
@media screen and (max-width: 480px) {
  .contents_block_inner {
    width: 100%;
    padding: 29px 10px;
  }
  .contents_block_inner.w1300,.contents_block_inner.event{
    width: 100%;
  }
  .contents_block_inner.w1300{
    padding: 29px 10px 1px;
  }
  .contents_block_inner.event{
    padding: 1px 10px 29px;
  }
}

/* box_photo ------------------ */
.box_photo {
  width: 100%;
  text-align: center;
}
.box_photo_item {
  display: inline-block;
  width: 300px;
}
.box_photo_item:nth-child(n+2) {
  margin-left: 18px;
}
.box_photo_item img {
  width: 100%;
  height: auto;
  vertical-align: middle;
}

@media screen and (max-width: 480px) {
  .box_photo_item {
    display: block;
    width: 100%;
    text-align: center;
  }
  .box_photo_item:nth-child(n+2) {
    margin: 20px 0 0 0;
  }
  .box_photo_item img {
    width: 93%;
    vertical-align: middle;
  }
}

/* navbar_anchor ----------------- */
.navbar_anchor {
  width: 100%;
  background-color: #fff;
}
.navbar_anchor_trigger {
  display: none;
}
.navbar_anchor_inner {
  width: 980px;
  margin: 0 auto;
  text-align: center;
  padding: 10px 0 16px;
}
.navbar_anchor_item {
  display: inline-block;
}
.navbar_anchor_item:nth-child(n+2) {
  margin-left: 74px;
}
.navbar_anchor_item a {
  color: inherit;
  display: block;
  position: relative;
  padding: 2px 0 10px;
  text-decoration: none;
  font-size: 16px;
}
.navbar_anchor_item a:hover {
  text-decoration: none;
  opacity: 0.5;
}
.navbar_anchor_item a:after {
  content: "";
  display: block;
  width: 10px;
  height: 6px;
  background: url("/tsunagu/assets/images/icon_arrow_b.png") no-repeat;
  background-size: auto 6px;
  position: absolute;
  left: 50%;
  bottom: 0;
  -ms-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
@media screen and (max-width: 480px) {
  .navbar_anchor_trigger {
    display: block;
    font-size: 16px;
    color: inherit;
    font-weight: bold;
    text-align: center;
    padding: 11px 10px;
    position: relative;
  }
  .navbar_anchor_trigger:after,
  .navbar_anchor_trigger:before {
    content: "";
    display: block;
    width: 12px;
    height: 1px;
    background: #333333;
    position: absolute;
    top: 50%;
  }
  .navbar_anchor_trigger:after {
    -ms-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    right: 10px;
  }
  .navbar_anchor_trigger:before {
    right: 10px;
  }
  .navbar_anchor_trigger.open:after {
    display: none;
  }
  .navbar_anchor_inner {
    width: 100%;
    padding: 0;
    border-top: 2px solid #e7e5e0;
    display: none;
  }
  .navbar_anchor_item {
    display: block;
    border-bottom: 2px solid #e7e5e0;
  }
  .navbar_anchor_item:nth-child(n+2) {
    margin-left: 0;
  }
  .navbar_anchor_item a {
    padding: 14px 10px;
    font-size: 13px;
    text-align: left;
  }
  .navbar_anchor_item a:hover {
    text-decoration: none;
    opacity: 0.5;
  }
  .navbar_anchor_item a:after {
    left: auto;
    right: 10px;
    bottom: auto;
    top: 50%;
    -ms-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
  }
}

/* nav_event ------------------ */
.nav_event {
  width: 100%;
  background-color: #f4f1eb;
  margin-bottom: 100px;
}
.nav_event_inner {
  width: 980px;
  margin: 0 auto;
  padding: 52px 0 56px;
}
.nav_event_head {
  font-size: 20px;
  line-height: 1.4;
  font-weight: bold;
  color: #cb0010;
  text-align: center;
  margin-bottom: 20px;
}
.nav_event_head_inner {
  display: inline-block;
  position: relative;
  padding: 0 16px;
}
.nav_event_list {
  overflow: hidden;
}
.nav_event_head_inner:after,
.nav_event_head_inner:before {
  content: "";
  display: inline-block;
  width: 4px;
  height:4px;
  border-radius: 50%;
  background-color: #cb0010;
  position: absolute;
  top: 50%;
  margin-top: -2px;
}
.nav_event_head_inner:after {
  right: -4px;
  box-shadow: 12px 0 #cb0010, 24px 0 #cb0010;
}
.nav_event_head_inner:before {
  left: -4px;
  box-shadow: -12px 0 #cb0010, -24px 0 #cb0010;
}
.nav_event_item {
  width: 314px;
  float: left;
  margin-left: 18px;
}

.nav_event_item:nth-child(3n+1) {
  margin-left: 0;
}

.nav_event_item:nth-child(n+4) {
  margin-top: 16px;
}

.nav_event_item .inner {
  display: block;
  background-color: #fff;
  font-size: 16px;
  color: inherit;
  border: 1px solid #e7e5e0;
  border-radius: 4px;
  text-decoration: none;
  padding: 21px 20px;
  text-align: center;
  position: relative;
}

.nav_event_item a:hover {
  text-decoration: none;
  opacity: 0.5;
}

.nav_event_item.cur .inner {
  color: inherit;
  background-color: #e7e5e0;
}
.nav_event_item .inner:after {
  content: "";
  display: block;
  width: 6px;
  height: 10px;
  background: url("/tsunagu/assets/images/icon_arrow_r.png") no-repeat;
  background-size: 100% auto;
  position: absolute;
  top: 50%;
  right: 7px;
  -ms-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.nav_event_item .inner.icon_window:after {
  width: 11px;
  height: 10px;
  background: url("/tsunagu/assets/images/icon_window.png") no-repeat;
  background-size: 100% auto;
}
.nav_event .link_top {
  margin-top: 7px;
}
.nav_event .link_top a {
  font-size: 14px;
  color: inherit;
  text-decoration: none;
  padding-left: 1em;
  position: relative;
}
.nav_event .link_top a:before {
  content: "";
  display: block;
  width: 6px;
  height: 10px;
  background: url("/tsunagu/assets/images/icon_arrow_l.png") no-repeat;
  background-size: 6px auto;
  position: absolute;
  top: 50%;
  left: 0;
  -ms-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media screen and (max-width: 480px) {
  .nav_event {
    margin-bottom: 30px;
  }
  .nav_event_inner {
    width: 100%;
    padding: 25px 10px 28px;
  }
  .nav_event_head {
    font-size: 14px;
    margin-bottom: 17px;
  }
  .nav_event_head_inner {
    padding: 0 8px;
  }
  .nav_event_head_inner:after,
  .nav_event_head_inner:before {
    width: 2px;
    height:2px;
    margin-top: -1px;
  }
  .nav_event_head_inner:after {
    right: -2px;
    box-shadow: 8px 0 #cb0010, 16px 0 #cb0010;
  }
  .nav_event_head_inner:before {
    left: -2px;
    box-shadow: -8px 0 #cb0010, -16px 0 #cb0010;
  }
  .nav_event_item {
    width: 100%;
    float: none;
  }
  .nav_event_item {
    margin: 12px 0 0 0;
  }
  .nav_event_item:nth-child(2n+1) {
    margin-left: 0;
  }
  .nav_event_item:nth-child(n+4) {
    margin-top: 12px;
  }
  .nav_event_item .inner {
    font-size: 13px;
    padding: 13px 20px;
  }
}


/* box_contact ---------------- */
.box_contact {
  overflow: hidden;
  padding: 0 56px 10px;
}
.box_contact_left {
  width: 390px;
  float: left;
  font-size: 14px;
  line-height: 1.8;
}
.box_contact_left .subhead {
  margin-top: 4px;
  margin-bottom: 8px;
}
.box_contact_right {
  width: 444px;
  float: right;
  padding-top: 8px;
}
.box_contact_banner img {
  width: 100%;
  height: auto;
  vertical-align: middle;
}
.box_contact_banner a {
  display: block;
}
.box_contact_banner a:hover {
  opacity: 0.5;
}
.box_contact_list {
  margin-left: -10px;
}
.box_contact_list dt {
  float: left;
}
@media screen and (max-width: 480px) {
  .box_contact {
    padding: 0;
  }
  .box_contact_left {
    width: 100%;
    float: none;
    font-size: 13px;
    line-height: 2;
    padding: 0 6px;
  }
  .box_contact_left .subhead {
    margin-top: 0;
    margin-bottom: 5px;
  }
  .box_contact_right {
    width: 100%;
    float: none;
    margin-top: 14px;
  }
  .box_contact_list {
    margin-left: -5px;
  }
}

/* list_summary ---------------- */
.list_summary {
  font-size: 14px;
  margin: 28px auto 32px;
}
.list_summary_head {
  float: left;
  clear: left;
}
.list_summary_txt {
  overflow: hidden;
  padding-left: 0.5em;
  margin-bottom: 6px;
}
@media screen and (max-width: 480px) {
  .list_summary {
    font-size: 13px;
    margin: 0 0 .5em;
  }
  .list_summary_txt {
    overflow: visible;
    padding-left: 0;
    margin-bottom: 0;
  }
}

/* table_event ---------------- */
.table_event {
  font-size: 12px;
  width: 100%;
  border-right: 1px solid #e60012 !important;
}
.table_event th,
.table_event td {
  text-align: center;
  padding: 8px 6px 5px;
  border-bottom: solid 1px #fff;
  vertical-align: middle;
}
.concert .contents_block_inner .table_event td{
  padding: 15px 6px;
}
.concert .contents_block_inner.event{
  padding: 0 0 65px;
}
.table_event thead th {
  color: #fff;
}
.table_event tbody th,
.table_event tbody td {
  background: #fff;
}
.table_event th,
.table_event td {
  border-left: solid 1px #fff;
}

.table_event{
  border: solid 1px #fff;
}
.table_event tbody td span.end{
  color: #e60012;
}
@media screen and (max-width: 480px) {
  /* .table_event {
    margin: 14px 0 0;
  } */
  .table_event {
    border-right: none !important;
  }
  .table_event th,
  .table_event td {
    border-bottom: none;
  }
  .contents_block_inner .table_event td{
    padding: 10px;
  }
  .concert .contents_block_inner.event{
    padding: 1px 10px 29px;
  }
  .table_event th {
    padding: 6px;
    font-size: 13px;
  }
  .table_event td {
    text-align: left;
    padding: 0 10px;
    line-height: 1.6;
  }
  .table_event td:first-of-type{
    padding-top: 7px;
  }
  .table_event td:last-of-type{
    padding-bottom: 7px;
  }
  .table_event thead {
   display: none;
  }
  .table_event tbody th {
    color: #fff;
  }
  .table_event tbody th,
  .table_event tbody td {
    display: block;
    padding: 8px 6px 5px;
    border-bottom: solid 1px #fff;
  }
  .table_event thead th:not(:first-child),
  .table_event tbody th:not(:first-child),
  .table_event tbody td:not(:first-child) {
    border-left: none;
  }
  .table_event tbody .area {
    background:#cecece;
    text-align: center;
    font-size: 13px;
    font-weight: bold;
    padding: 8px 6px 5px;
    vertical-align: middle;
  }
  .table_event .item_sp {
    border-left: none;
  }
  .table_event img{
    width: 100%;
  }
}

/* txt_notes ---------------- */
.txt_notes {
  font-size: 14px;
  margin-top: 12px;
}
@media screen and (max-width: 480px) {
  .txt_notes {
    font-size: 12px;
    margin-top: 6px;
  }
}

/* box_movie ---------------- */
.box_movie {
  text-align: center;
}
.box_movie_item {
  display: inline-block;
  width: 480px;
}
.box_movie_item:nth-child(n+2) {
  margin-left: 14px;
}
.box_movie_item iframe {
  width: 100%;
  height: 316px;
  border: none;
  vertical-align: top;
}
.box_movie_item .box_movie_inner .video-js {
  width: 100%;
  height: 316px;
  border: none;
  vertical-align: top;
}
.box_movie_inner {
  margin-top: 6px;
}

@media screen and (max-width: 480px) {
  .box_movie_item {
    display: block;
    width: 93%;
    margin: 0 auto;
  }
  .box_movie_item:nth-child(n+2) {
    margin: 20px auto 0;
  }
  .box_movie_inner {
    position: relative;
    padding-bottom: 55%;
  }
  .box_movie_item iframe {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
  }
  .box_movie_item .box_movie_inner .video-js {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
  }
}

/* box_voice ---------------- */
.box_voice_item {
  width: 422px;
  float: left;
  position: relative;
  padding-left: 56px;
  font-size: 14px;
  margin-top: 24px;
}
.box_voice_item:nth-child(odd) {
  clear: left;
  margin-right: 24px;
}
.box_voice_item::before {
  content: '';
  display: block;
  height: 52px;
  width: 36px;
  position: absolute;
  bottom: 0;
  left: 5px;
  background-repeat: no-repeat;
  background-position: left bottom;
}
.box_voice_item .inner {
  background: #fff;
  display: block;
  position: relative;
  padding: 18px 16px;
}
.box_voice_item .inner::before {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 14px 6px 0;
  border-color: transparent #fff transparent transparent;
  position: absolute;
  bottom: 16px;
  left: -14px;
}
.box_voice_prof {
  display: block;
  text-align: right;
}
.js_box_voice{
  display: block;
}
@media screen and (max-width: 480px) {
  .box_voice_item {
    width: 100%;
    float: none;
    padding-left: 60px;
    font-size: 13px;
    margin-top: 12px;
  }
  .box_voice_item:nth-child(odd) {
    margin-right: 0;
  }
  .box_voice_item::before {
    left: 10px;
  }
  .box_voice_item .inner {
    padding: 12px 16px;
  }
  .box_voice_item .inner::before {
    border-width: 3px 7px 3px 0;
    bottom: 8px;
    left: -7px;
  }
  .box_voice_prof {
    line-height: 1;
  }
}
/* pagetop ---------------- */
#pageTop {
  display: block;
}


/*btn_info
--------------------------*/
.btn_info {
  margin-top: 10px;
  /*margin-top: 30px;*/
}
.btn_info_link,
.btn_info_link_on {
  font-size: 18px;
  font-weight: bold;
  display: block;
  color: #fff;
  width: 336px;
  margin-left: auto;
  margin-right: auto;
  background-color: #e60012;
  padding: 7px 15px 7px 10px;
  border-radius: 4px;
  text-align: center;
  position: relative;

}
.btn_info_link{
  background: repeating-linear-gradient(-45deg, #464646, #464646 8px, #696969 0, #696969 14px);
}

.btn_info_link_on:hover {
  text-decoration: none;
  opacity: 0.5;
}
.btn_info_link_on a {
  color:#fff;
  background: url("/tsunagu/assets/images/icon_window_white.png") no-repeat;
  background-size: 15px 14px;
  background-position: 100% 50%;
  display:  block;
}
@media screen and (max-width: 480px) {
    .btn_info {
    margin-top: 14px;
  }
  .btn_info_link,
  .btn_info_link_on {
    width: 100%;
    font-size: 15px;
  }
}

/*osaka_info
--------------------------*/

.text_recruitment {
  margin-top: 30px;
  text-align: center;
  font-size: 16px;
}
.text_recruitment span{
  font-weight: bold;
  font-size: 18px;
}

@media screen and (max-width: 480px) {
  .text_recruitment {
    margin-top: 15px;
    font-size: 12px;
  }
}
