@charset "UTF-8";
/*----------------------------------------------------
setting
----------------------------------------------------*/
/*----------------------------------------------------
fonts
----------------------------------------------------*/
/* font size */
html {
  font-size: 75%;
  line-height: 1.5em;
}

@media (max-width: 767px) {
  html {
    font-size: 100% !important;
  }
}
/*----------------------------------------------------
mixin
----------------------------------------------------*/
/*----------------------------------------------------
home
----------------------------------------------------*/
#home #billboard {
  background-color: #fff;
  position: relative;
  overflow: hidden;
  width: 100%;
  min-height: 540px;
  /* bx */
}
@media (max-width: 991px) {
  #home #billboard {
    height: 540px !important;
  }
}
#home #billboard .slider {
  width: 100%;
  height: 100%;
}
#home #billboard .slider .slidecontent {
  width: 100%;
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
#home #billboard .trp2016 {
  position: absolute;
  bottom: -2px;
  left: 0;
  z-index: 98;
  width: 100%;
  text-align: center;
}
#home #billboard .trp2016 img {
  display: inline-block;
  vertical-align: bottom;
  width: 100%;
  max-width: 1280px;
  height: auto;
}
#home #billboard .bx-wrapper,
#home #billboard .bx-viewport,
#home #billboard .bxslider {
  width: 100%;
  height: 100%;
}
#home #billboard .bx-controls {
  display: none;
}
#home #news .headline {
  margin-bottom: 40px;
}
#home #news .contentbox {
  border-bottom: 1px solid #000;
}
#home #news th, #home #news td {
  vertical-align: top;
  padding-bottom: 20px;
}
#home #news .date {
  font-family: helvetica;
}
#home #news .content {
  padding-left: 40px;
}
#home #participant .content_body .col {
  margin-bottom: 30px;
}
#home #participant .content_body .participant_box a {
  display: block;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  -webkit-filter: grayscale(100%);
  filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#grayscale");
  filter: grayscale(100%);
}
#home #participant .content_body .participant_box a .bd {
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  position: absolute;
  z-index: 9;
}
#home #participant .content_body .participant_box a .bdT {
  background: #e60012;
  width: 0;
  height: 3px;
  top: 0;
  left: 0;
}
#home #participant .content_body .participant_box a .bdB {
  background: #fee100;
  width: 0;
  height: 3px;
  bottom: 0;
  right: 0;
}
#home #participant .content_body .participant_box a .bdR {
  background: #24a938;
  height: 0;
  width: 3px;
  right: 0;
  top: 0;
}
#home #participant .content_body .participant_box a .bdL {
  background: #014099;
  height: 0;
  width: 3px;
  left: 0;
  bottom: 0;
}
#home #participant .content_body .participant_box a:hover {
  -webkit-filter: none;
  filter: none;
}
#home #participant .content_body .participant_box a:hover .bdT {
  width: 100%;
}
#home #participant .content_body .participant_box a:hover .bdB {
  width: 100%;
}
#home #participant .content_body .participant_box a:hover .bdR {
  height: 100%;
}
#home #participant .content_body .participant_box a:hover .bdL {
  height: 100%;
}
#home #participant .content_body .participant_box .img.ratio {
  padding-bottom: 100%;
}
#home #special_wrapper {
  width: 100%;
  overflow: hidden;
}
#home #special {
  margin: -50px;
}
@media (max-width: 767px) {
  #home #special {
    margin: -30px;
  }
}
#home #special .parallelogram {
  padding: 0 50px;
  float: left;
  width: 50%;
  height: 426px;
  -webkit-transform: skew(-10deg, 0deg);
  -moz-transform: skew(-10deg, 0deg);
  -o-transform: skew(-10deg, 0deg);
  -ms-transform: skew(-10deg, 0deg);
  transform: skew(-10deg, 0deg);
  position: relative;
}
@media (max-width: 767px) {
  #home #special .parallelogram {
    padding: 0 15px;
  }
}
#home #special .bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
#home #special .bg:before {
  position: absolute;
  display: block;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}
#home #special .one .bg {
  background-image: url(../images/parade.jpg);
}
#home #special .two .bg {
  background-image: url(../images/festa.jpg);
}
#home #special .one .bg:before {
  background-color: rgba(231, 228, 0, 0.65);
}
#home #special .two .bg:before {
  background-color: rgba(231, 0, 0, 0.5);
}
#home #special .one .parallelogram_content {
  padding-left: 50px;
}
#home #special .two .parallelogram_content {
  padding-right: 50px;
}
#home #special .parallelogram:hover .bg {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
#home #special .parallelogram:hover {
  z-index: 5;
}
#home #special .parallelogram_content {
  position: relative;
  z-index: 3;
  -webkit-transform: skew(10deg, 0deg);
  text-align: center;
  width: 100%;
  height: 100%;
}
#home #special .parallelogram_content .title {
  display: inline;
  color: #fff;
  font-size: 72px;
  font-size: 6rem;
  font-family: "acumin-pro-extra-condensed",sans-serif;
  font-weight: 700;
  letter-spacing: 2px;
  line-height: 100%;
  padding-bottom: 0;
  position: relative;
}
#home #special .parallelogram_content .title:after {
    display: block;
    content: '';
    width: 100%;
    height: 1px;
    background-color: #fff;
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -50%;
}
#home #special .parallelogram_content .date {
    display: block;
    margin: 30px auto 0;
    color: #fff;
    font-size: 20px;
    font-family: "acumin-pro-extra-condensed",sans-serif;
    font-weight: 700;
    letter-spacing: 1px;
    background-color: #000;
    padding: 12px 0;
    line-height: 100%;
}
@media (max-width: 767px) {
  #home #special .parallelogram_content .title {
    font-size: 30px;
    font-size: 2.5rem;
  }
  #home #special .parallelogram_content .date {
      margin-top: 15px;
  }
}
#home #movie {
  background-color: #111;
}
#home #movie .headline {
  color: #fff;
  font-weight: 400;
  margin-bottom: 15px;
}
#home #movie .row {
    margin: 0 -30px;
}
#home #movie .row .col {
    padding: 0 30px;
}
#home #movie .ratio {
  padding-bottom: 56.25%;
}
@media (max-width: 767px) {
    #home #movie .row .col {
        margin-bottom: 30px;
    }
    #home #movie .row {
        margin: 0 -15px;
    }
    #home #movie .row .col {
        padding: 0 15px;
    }
}

/*----------------------------------------------------
page 固定ページ
----------------------------------------------------*/
body.home #contents {
  margin-top: 0 !important;
}

body.archive #contents,
body.category #contents,
body.single #contents,
body.page #contents {
  margin-top: 195px;
}
@media (max-width: 767px) {
  body.archive #contents,
  body.category #contents,
  body.single #contents,
  body.page #contents {
    margin-top: 63px;
  }
}
body.archive #contents .page_head,
body.category #contents .page_head,
body.single #contents .page_head,
body.page #contents .page_head {
  position: relative;
  padding-top: 30px;
}
@media (max-width: 767px) {
  body.archive #contents .page_head,
  body.category #contents .page_head,
  body.single #contents .page_head,
  body.page #contents .page_head {
    padding-top: 15px;
  }
}
body.archive #contents .page_head .headline,
body.category #contents .page_head .headline,
body.single #contents .page_head .headline,
body.page #contents .page_head .headline {
  float: left;
  font-size: 48px;
  font-size: 4rem;
}
body.archive #contents .page_head .tool,
body.category #contents .page_head .tool,
body.single #contents .page_head .tool,
body.page #contents .page_head .tool {
  float: right;
}
body.archive #contents .page_body,
body.category #contents .page_body,
body.single #contents .page_body,
body.page #contents .page_body {
  position: relative;
  padding: 30px 0 60px;
  min-height: 420px;
}
#contents .page_body .page_event {
  margin-bottom: 40px;
}
body.archive #contents .page_body .page_content a,
body.category #contents .page_body .page_content a,
body.single #contents .page_body .page_content a,
body.page #contents .page_body .page_content a {
  color: #e60012;
}

#contents .page_body .page_content .page_content_head {
    margin-bottom: 30px;
}

body.archive #contents .page_body .page_content a span,
body.category #contents .page_body .page_content a span,
body.single #contents .page_body .page_content a span,
body.page #contents .page_body .page_content a span {
  color: #e60012;
}
body.archive #contents .page_body table tr th, body.archive #contents .page_body table tr td,
body.category #contents .page_body table tr th,
body.category #contents .page_body table tr td,
body.single #contents .page_body table tr th,
body.single #contents .page_body table tr td,
body.page #contents .page_body table tr th,
body.page #contents .page_body table tr td {
  border: 1px solid #000;
  padding: 15px;
}
body.archive #contents .page_body table tr th strong, body.archive #contents .page_body table tr td strong,
body.category #contents .page_body table tr th strong,
body.category #contents .page_body table tr td strong,
body.single #contents .page_body table tr th strong,
body.single #contents .page_body table tr td strong,
body.page #contents .page_body table tr th strong,
body.page #contents .page_body table tr td strong {
  font-weight: 700;
}
body.archive #contents .page_body table tr th strong span, body.archive #contents .page_body table tr td strong span,
body.category #contents .page_body table tr th strong span,
body.category #contents .page_body table tr td strong span,
body.single #contents .page_body table tr th strong span,
body.single #contents .page_body table tr td strong span,
body.page #contents .page_body table tr th strong span,
body.page #contents .page_body table tr td strong span {
  font-weight: 700;
}

/*----------------------------------------------------
about
----------------------------------------------------*/
.page_about .contentbox {
  margin-bottom: 40px;
}
.page_about .heading {
  width: 100%;
  font-size: 18px;
  font-size: 1.5rem;
  font-weight: 700;
  border-bottom: 1px solid #000;
  padding-bottom: 10px;
  margin-bottom: 30px;
}
.page_about .outline a {
  font-weight: 700;
}
.page_about .outline .col {
  margin-bottom: 40px;
}
.page_about .member .member_body {
  padding-top: 15px;
}
.page_about .member .col {
  margin-bottom: 40px;
}
.page_about .member .position {
  font-size: 12px;
  font-size: 1rem;
  font-weight: 700;
  margin-bottom: 10px;
}
.page_about .member .name {
  font-size: 18px;
  font-size: 1.5rem;
  font-weight: 700;
}
.page_about .member .note {
  padding: 40px 0;
  text-align: center;
  font-size: 18px;
  font-size: 1.5rem;
  font-weight: 700;
}
.page_about .tobe .name {
  font-size: 24px;
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 25px;
}

/*----------------------------------------------------
Shortcodes Ultimate - plugin
----------------------------------------------------*/
/* 見出し */
.su-heading.su-heading-style-default {
  width: 100%;
  font-size: 18px;
  font-size: 1.5rem;
  font-weight: 700;
  border-bottom: 1px solid #000;
  padding-bottom: 10px;
  margin-bottom: 15px !important;
}

/* ボックス */
.su-box.su-box-style-default {
  padding-bottom: 60px;
}
.su-box.su-box-style-default .su-box-title {
  width: 100%;
  font-size: 18px;
  font-size: 1.5rem;
  font-weight: 700;
  border-bottom: 1px solid #000;
  padding-bottom: 10px;
  margin-bottom: 15px !important;
}
.su-box.su-box-style-default .su-box-content {
  line-height: 175%;
}

/*----------------------------------------------------
news
----------------------------------------------------*/
.news_content {
  padding: 0;
}
.news_content .news_box {
  padding: 80px 0;
  border-top: 1px solid #000;
}
.news_content .news_box .title {
  font-size: 18px;
  font-size: 1.5rem;
  font-weight: 700;
  margin-bottom: 8px;
}
.news_content .news_box .date {
  font-size: 14px;
  font-size: 1.16667rem;
  font-family: "acumin-pro-extra-condensed",sans-serif;
  font-weight: 700;
  letter-spacing: 2px;
  margin-bottom: 30px;
}
.news_content .col:first-child .news_box {
  border-top: 0;
}

/*----------------------------------------------------
Participant
----------------------------------------------------*/
#participant_category .participant_content {
  padding: 0;
}
#participant_category .participant_content .participant_box {
  padding: 80px 0;
  border-top: 1px solid #000;
}
#participant_category .participant_content .participant_box:first-child {
  border-top: 0;
}
#participant_category .participant_content .participant_box .col_img {
  width: 25%;
}
#participant_category .participant_content .participant_box .col_content {
  width: 75%;
}
#participant_category .participant_content .participant_box .name {
  font-size: 18px;
  font-size: 1.5rem;
  font-weight: 700;
  margin-bottom: 15px;
}
@media (max-width: 767px) {
  #participant_category .participant_content .participant_box {
    padding: 40px 0;
  }
  #participant_category .participant_content .participant_box .col_img, #participant_category .participant_content .participant_box .col_content {
    display: block;
    width: 100%;
  }
}

/*----------------------------------------------------
Event
----------------------------------------------------*/
#event .col, #event_single .col {
  margin-bottom: 40px;
}
#event .event_box a, #event_single .event_box a {
  display: block;
  color: #fff;
}
#event .event_box a span, #event_single .event_box a span {
  color: #fff;
}
#event .event_box a:hover .ratio_in, #event_single .event_box a:hover .ratio_in {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
#event .event_box .img, #event_single .event_box .img {
  position: relative;
  margin-bottom: 5px;
}
#event .event_box .img.ratio, #event_single .event_box .img.ratio {
  padding-bottom: 66%;
}
#event .event_box .img.ratio .ratio_in, #event_single .event_box .img.ratio .ratio_in {
  /*
  -moz-transition: -moz-transform 0.5s linear;
  -webkit-transition: -webkit-transform 0.5s linear;
  -o-transition: -o-transform 0.5s linear;
  -ms-transition: -ms-transform 0.5s linear;
  transition: transform 0.5s linear;
  */
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
#event .event_box .img .schedule, #event_single .event_box .img .schedule {
  position: absolute;
  top: 0;
  right: 12px;
  z-index: 9;
  background-color: #000;
  text-align: center;
  padding: 10px 15px;
}
#event .event_box .img .schedule span, #event_single .event_box .img .schedule span {
  display: block;
  color: #fff;
  font-family: helvetica;
  font-weight: 700;
  line-height: 100%;
}
#event .event_box .img .schedule span.date, #event_single .event_box .img .schedule span.date {
  color: #fff;
  font-size: 21px;
  font-size: 1.75rem;
  border-bottom: 1px solid #404040;
}
#event .event_box .img .schedule span.month, #event_single .event_box .img .schedule span.month {
  color: #fff;
  font-size: 14px;
  font-size: 1.16667rem;
}
#event .event_box .content .title, #event_single .event_box .content .title {
  font-size: 15px;
  font-size: 1.25rem;
  font-weight: 700;
  text-align: center;
  margin-bottom: 5px;
}
#event .event_box .content .text, #event_single .event_box .content .text {
  text-align: left;
}
#event .eyecatch img, #event_single .eyecatch img {
  width: 100%;
  height: auto;
}
#event .other .hl, #event_single .other .hl {
  font-size: 24px;
  font-size: 2rem;
  font-family: "acumin-pro-extra-condensed",sans-serif;
  font-weight: 700;
  letter-spacing: 2px;
  margin-bottom: 15px;
}
#event #eventdate, #event_single #eventdate {
  margin: 0 0 0;
  float: left;
}
#event #eventdate .month, #event_single #eventdate .month {
  float: left;
  font-size: 18px;
  font-size: 1.5rem;
  font-family: "acumin-pro-extra-condensed",sans-serif;
  font-weight: 700;
  letter-spacing: 2px;
  padding: 10px 15px 10px 0;
  margin-right: 0;
}
#event #eventdate ul, #event_single #eventdate ul {
  margin: 0 24px 0 0;
  float: left;
}
#event #eventdate ul li, #event_single #eventdate ul li {
  margin: 0 1px;
  padding: 10px 20px;
  float: left;
  font-size: 18px;
  font-size: 1.5rem;
  font-family: "acumin-pro-extra-condensed",sans-serif;
  font-weight: 700;
  letter-spacing: 2px;
  color: #fff;
  background-color: #000;
  -webkit-transition: 0.7s;
  -moz-transition: 0.7s;
  -o-transition: 0.7s;
  transition: 0.7s;
}
#event #eventdate ul li:hover, #event_single #eventdate ul li:hover {
  background-color: #e60012;
}

#event_single {
    padding-bottom: 60px;
}

/*----------------------------------------------------
festa - parade - event
----------------------------------------------------*/
.page_festa .page_head, .page_parade .page_head, .page_event .page_head {
  padding: 30px 0;
  background-image: url(../images/festa_h_bg.jpg);
  background-size: cover;
  position: relative;
}
.page_festa .page_head:before, .page_parade .page_head:before, .page_event .page_head:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
  width: 100%;
  height: 100%;
  background-color: rgba(231, 0, 0, 0.5);
}
.page_festa .page_head .headline, .page_parade .page_head .headline, .page_event .page_head .headline {
  position: relative;
  z-index: 4;
  color: #fff;
}
.page_festa .links, .page_parade .links {
  padding: 40px 0 0;
}
.page_festa .links .btn_primary a, .page_parade .links .btn_primary a {
  width: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  padding: 24px 0;
}
.page_festa .links .btn_primary a:before, .page_parade .links .btn_primary a:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}
.page_festa .links .btn_primary a span, .page_parade .links .btn_primary a span {
  position: relative;
  z-index: 2;
  font-size: 24px;
  font-size: 2rem;
}
.page_festa .links .col, .page_parade .links .col {
  margin-bottom: 20px;
}

/*----------------------------------------------------
parade
----------------------------------------------------*/
.page_parade .page_head {
  background-image: url(../images/parade_h_bg.jpg);
}
.page_parade .page_head:before {
  background-color: rgba(231, 228, 0, 0.65);
}

/*----------------------------------------------------
event
----------------------------------------------------*/
.page_event .page_head {
  background-image: url(../images/parade_h_bg.jpg);
}
.page_event .page_head:before {
  background-color: rgba(0, 160, 233, 0.65);
}

.page_event .tool {
    float: right;
}


/*----------------------------------------------------
photo
----------------------------------------------------*/
.page_photo .ratio {
  padding-bottom: 75%;
}
.page_photo .col {
  margin-bottom: 30px;
}

/*----------------------------------------------------
contact
----------------------------------------------------*/
.page_contact table tr th, .page_contact table tr td {
  border: 0 !important;
  padding: 10px 0 !important;
  vertical-align: middle !important;
}
.page_contact table tr td:first-child {
  font-weight: 700;
}

/*----------------------------------------------------
page_sponsor
----------------------------------------------------*/
.page_sponsor .page_head {
    padding-bottom: 30px;
}

/*----------------------------------------------------
parent_sponsor
----------------------------------------------------*/
.parent_sponsor .eyecatch {
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    overflow: hidden;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
    margin-bottom: 40px;
}
.parent_sponsor .eyecatch img {
    display: block;
}
.parent_sponsor .eyecatch .desc {
    padding: 20px;
    background-color: #f8f8f8;
}

.parent_sponsor p {
    line-height: 200%;
}

.parent_sponsor strong {
    font-weight: bold;
    margin-bottom: 5px;
}
.parent_sponsor strong:before {
    content: '';
    width: 24px;
    height: 1px;
    display: inline-block;
    margin: 0 10px 2px 0;
    background-color: #000;
    vertical-align: middle;
}
/*----------------------------------------------------
wp-pagenavi
----------------------------------------------------*/
.wp-pagenavi {
  clear: both;
  text-align: center;
}

.wp-pagenavi a, .wp-pagenavi span {
  text-decoration: none;
  font-family: "acumin-pro-extra-condensed",sans-serif;
  font-weight: 700;
  /*	border: 1px solid #ccc; */
  padding: 5px 15px;
  margin: 0 4px;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
}

.wp-pagenavi a:hover, .wp-pagenavi span.current {
  border-color: #e60012;
}

.wp-pagenavi span.current {
  color: #fff;
  background-color: #000;
  border-color: #000;
}

.wp-pagenavi .pages {
    display: none;
}
