@charset "UTF-8";
/* ===================================================================
  common.css
  ページ用スタイル
=================================================================== */
@import url("../common/css/normalize.css");
@import url("../common/css/common.css");
/*
page style
--------------------------------*/
.p-top {
  padding-bottom: 50px;
}

.p-top .ttl {
  text-align: center;
  margin-bottom: 22px;
}

.p-top .ttl::after {
  content: "";
  width: 100px;
  height: 1px;
  background-color: #e00000;
  display: block;
  margin: auto;
}

.p-top .ttl span {
  padding: 10px;
  padding-bottom: 20px;
  display: block;
  font-size: 13px;
  line-height: 1;
  color: #e00000;
}

.p-top .link_box {
  text-align: center;
}

.p-top .link_box a {
  -webkit-transition: all .5s ease;
  -moz-transition: all .5s ease;
  transition: all .5s ease;
  padding: 10px 30px;
  background-color: #e00000;
  display: inline-block;
  color: #fff;
}

.p-top .link_box a span {
  display: inline-block;
  padding-right: 25px;
  background: url(../common/images/arrow.png) no-repeat 100% 50%;
}

.p-top .p-man_pix {
  margin-bottom: 20px;
}

.p-top .p-banner_entry {
  position: relative;
  margin-bottom: 15px;
}

.p-top .p-banner_entry a {
  position: relative;
  display: block;
  padding: 15px 20px;
  padding-top: 12px;
  background-color: #e00000;
  color: #fff;
  font-size: 26px;
  line-height: 1.4;
  font-weight: bold;
  -webkit-transition: opacity .3s;
  -moz-transition: opacity .3s;
  transition: opacity .3s;
}

.p-top .p-banner_entry a p.kikan {
  margin-top: 10px;
  font-size: 14px;
  font-weight: normal;
}

.p-top .p-banner_entry a p.entry {
  position: absolute;
  right: 10px;
  top: 0px;
  bottom: 0;
  margin: auto;
  height: 56px;
  display: block;
  font-size: 18px;
  line-height: 56px;
  -moz-border-radius: 6px;
       border-radius: 6px;
  font-weight: bold;
  color: #e00000;
  background-color: #fff;
  padding: 0 15px;
  padding-right: 32px;
}

.p-top .p-banner_entry a p.entry::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 15px;
  margin: auto;
  width: 12px;
  height: 12px;
  border-top: 2px solid #e00000;
  border-right: 2px solid #e00000;
  -webkit-transform: rotate(45deg);
     -moz-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}

.p-top .p-banner_entry a:hover {
  opacity: .7;
}

.p-top .p-end_comment {
  background: #fff url(../images/end_bg2018.jpg) no-repeat 0 100%;
  padding-bottom: 300px;
  margin-top: 40px;
}

.p-top .p-end_comment p {
  text-align: center;
  font-size: 16px;
  line-height: 2;
  text-shadow: 0 0 6px #fff,0 0 6px #fff,0 0 6px #fff,0 0 6px #fff;
}

.p-top .p-banner {
  margin-bottom: 40px;
}

.p-top .p-banner ul li {
  position: relative;
  margin-bottom: 10px;
  float: left;
}

.p-top .p-banner ul li:nth-child(even) {
  margin-left: 10px;
}

.p-top .p-banner ul li.coming {
  background-color: #666;
}

.p-top .p-banner ul li.coming img {
  opacity: .6;
}

.p-top .p-banner ul li.coming::after {
  content: url(../images/coming.png);
  position: absolute;
  /*top: 10px;*/
  bottom: 10px;
  right: 10px;
}

.p-top .p-banner .info_airbag {
  text-align: center;
  padding-bottom: 15px;
}

.p-top .p-banner .info_airbag a {
  display: block;
  border: 1px solid #ccc;
  padding: 10px;
}

.p-top .p-banner .info_airbag a span {
  display: inline-block;
  background: #fff url(../common/images/arrow2.png) no-repeat 0 45%;
  padding-left: 24px;
}

.p-top .p-banner .info_airbag a:hover {
  color: #e00000;
}

.p-top .p-banner .info_sanka_form {
  padding-bottom: 15px;
  margin-top: -15px;
}

.p-top .p-banner .info_kousyu {
  border: 1px solid #ccc;
  padding: 10px 20px;
  margin-bottom: 15px;
}

.p-top .p-banner .info_kousyu .info_kousyu_ttl {
  font-size: 16px;
  border-bottom: 1px solid #ccc;
  margin-bottom: 6px;
  padding-bottom: 2px;
  font-weight: bold;
}

.p-top .p-banner .info_kousyu.time {
  color: #d50606;
}

.p-top .p-banner .info_kousyu.time p {
  text-indent: -1em;
  padding-left: 1em;
}

.p-top .p-banner .info_kousyu dl {
  margin: 5px 0;
}

.p-top .p-banner .info_kousyu dl dd, .p-top .p-banner .info_kousyu dl dt {
  display: inline-block;
}

.p-top .p-banner .info_kousyu dl dt {
  width: 255px;
  color: #d50606;
}

.p-top .p-banner .info_kousyu dl dd {
  width: 670px;
}

.p-top .p-banner .info_kousyu .att {
  font-size: 12px;
}

.p-top .p-info {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}

.p-top .p-news {
  width: 50%;
  padding-right: 55px;
}

.p-top .p-news dl {
  margin-bottom: 30px;
}

.p-top .p-news dl dt {
  width: 100px;
  background: url(../common/images/arrow2.png) no-repeat 0 50%;
  color: #e00000;
  padding-left: 24px;
  margin-bottom: 4px;
}

.p-top .p-news dl dd {
  margin-bottom: 12px;
}

.p-top .p-news dl dd .att {
  font-size: 12px;
  text-indent: -1em;
  padding-left: 1em;
}

.p-top .p-movie {
  width: 50%;
  padding-left: 55px;
  text-align: center;
  border-left: 1px solid #c2c2c2;
}

.p-top .p-movie p {
  margin-top: 20px;
}

.p-top .p-concept {
  background: url(../images/ctt_bg1.jpg) no-repeat 0 50%;
  -moz-background-size: cover;
       background-size: cover;
  padding-top: 75px;
  padding-bottom: 75px;
  margin-top: 50px;
}

.p-top .p-concept .wrap {
  width: 706px;
  margin: 0 auto;
  padding: 50px;
  background: rgba(255, 255, 255, 0.9);
}

.p-top .p-concept .wrap .txt {
  line-height: 28px;
  text-align: justify;
}

.p-top .p-concept .wrap .txt p + p {
  margin-top: 20px;
}

.p-top .p-concept .wrap .link_box {
  margin-top: 30px;
}

.p-top .p-ctt ul {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}

.p-top .p-ctt ul li {
  width: 25%;
  -webkit-transition: all .5s ease;
  -moz-transition: all .5s ease;
  transition: all .5s ease;
}

.p-top .p-ctt ul li:nth-child(1) {
  background: url(../images/ctt_bg2.jpg) no-repeat 50% 50%;
  -moz-background-size: 100% auto;
       background-size: 100% auto;
}

.p-top .p-ctt ul li:nth-child(2) {
  background: url(../images/ctt_bg3.jpg) no-repeat 50% 50%;
  -moz-background-size: 100% auto;
       background-size: 100% auto;
}

.p-top .p-ctt ul li:nth-child(3) {
  background: url(../images/ctt_bg4.jpg) no-repeat 50% 50%;
  -moz-background-size: 100% auto;
       background-size: 100% auto;
}

.p-top .p-ctt ul li:nth-child(4) {
  background: url(../images/ctt_bg5.jpg) no-repeat 50% 50%;
  -moz-background-size: 100% auto;
       background-size: 100% auto;
}

.p-top .p-ctt ul li:hover {
  -moz-background-size: 110% auto;
       background-size: 110% auto;
}

.p-top .p-ctt ul li a {
  width: 100%;
  height: 245px;
  display: block;
  padding: 58px 35px;
}

.p-top .p-ctt ul li a h3 {
  position: relative;
  text-align: center;
  background: rgba(255, 255, 255, 0.9);
  padding: 40px 0;
}

.p-top .p-ctt ul li a h3 span {
  padding-top: 10px;
  display: block;
  font-size: 13px;
  line-height: 1;
  color: #e00000;
}

.p-top .p-ctt ul li a h3::before {
  -webkit-transition: all .5s ease;
  -moz-transition: all .5s ease;
  transition: all .5s ease;
  content: "";
  width: 0;
  height: 0;
  border: 8px solid transparent;
  border-top: 8px solid #e00000;
  position: absolute;
  right: 0px;
  bottom: 0px;
  -webkit-transform: rotate(315deg);
     -moz-transform: rotate(315deg);
      -ms-transform: rotate(315deg);
          transform: rotate(315deg);
}

.p-top .p-taikai {
  border: 4px solid #e00000;
  padding: 60px 0;
  margin-top: 50px;
  text-align: center;
}

.p-top .p-taikai .ttl2 {
  text-align: center;
  margin-bottom: 22px;
  line-height: 1;
  color: #e00000;
}

.p-top .p-taikai .ttl2::after {
  content: "";
  width: 100px;
  height: 1px;
  background-color: #e00000;
  display: block;
  margin: auto;
  margin-top: 15px;
}

.p-top .p-taikai dl {
  display: inline-block;
  width: 740px;
}

.p-top .p-taikai dl dd, .p-top .p-taikai dl dt {
  display: inline-block;
  vertical-align: top;
  text-align: left;
  margin-top: 10px;
  font-size: 16px;
  line-height: 24px;
}

.p-top .p-taikai dl dd {
  width: 82%;
}

.p-top .p-taikai dl dt {
  width: 18%;
}

.p-top .p-taikai dl dt::before {
  content: "■";
  color: #e00000;
  font-size: 12px;
  margin-right: 5px;
}

.p-top .p-taikai .link_box {
  margin-top: 30px;
}

.p-top .p-otoku {
  margin-top: 50px;
}

.p-top .p-banner ul li.cancel {
    background: #666;
}
.p-top .p-banner ul li.cancel img {
    opacity: .6;
}
.p-top .p-banner ul li.cancel:after {
    content: "開催中止";
    background: #f33;
    color: #fff;
    padding: 3px 10px 1px;
    font-weight: bold;
    white-space: nowrap;
    position: absolute;
    right: 10px;
    bottom: 10px;
    pointer-events: none;
}
.l-contents .important_info {
    border: 3px #f33 solid;
    margin-bottom: 20px;
    padding: 20px;
}
.l-contents .important_info h2 {
    font-size: 16px;
    border-bottom: 1px #ccc solid;
    padding-bottom: 5px;
    margin-bottom: 10px;
}
.l-contents .important_info p {
    font-size: 14px;
    margin-bottom: 15px;
}
.l-contents .important_info p:last-of-type {
    margin-bottom: 0;
}

.l-contents .important_info dl {
    padding-top: 15px;
}
.l-contents .important_info dl dd {
    padding-left: 14px;
    padding-bottom: 12px;
}
.l-contents .important_info dl dd:last-of-type {
    padding-bottom: 0;
}
.l-contents .important_info dl a {
    color: #e00000;
    text-decoration: underline;
}
.l-contents .important_info .clear_tbl {
    border-collapse: collapse;
    border-spacing: 0;
}
.l-contents .important_info .clear_tbl th {
    font-weight: normal;
    text-align: right;
    vertical-align: top;
}
.l-contents .important_info .border_tbl {
    border-collapse: collapse;
    border-spacing: 0;
    margin-bottom: 15px;
}
.l-contents .important_info .border_tbl th,
.l-contents .important_info .border_tbl td {
    text-align: center;
    vertical-align: middle;
    border: 1px #bbb solid;
    padding: 5px;
    min-width: 80px
}
.l-contents .important_info .border_tbl th {
    background: #ddd;
}
.l-contents .important_info .border_tbl:last-of-type {
    margin-bottom: 0;
}
.l-contents .important_info .border_tbl td .note {
    font-size: 12px;
}
.l-contents .important_info .contact_box {
    display: flex;
    margin-top: 20px;
    background: #eee;
    padding: 12px;
}
.l-contents .important_info .contact_box h3 {
    margin-right: 15px;
    font-size: inherit;
}

.p-top .has_label {
    position: relative;
}
.p-top .has_label .important_label {
    background: #f33;
    padding: 3px 10px 1px;
    color: #fff;
    font-weight: bold;
    display: inline-block;
    vertical-align: middle;
    
    position: absolute;
    right: 10px;
    top: 10px;
}

.p-top .has_label .be_held_label {
  background: #19b215;
    padding: 3px 10px 1px;
    color: #fff;
    font-weight: bold;
    display: inline-block;
    vertical-align: middle;
    pointer-events: none;
    
    position: absolute;
    right: 10px;
    bottom: 10px;
}

.p-top .has_label .open_label {
  background: #feda00;
    padding: 3px 10px 1px;
    color: #000;
    font-weight: bold;
    display: inline-block;
    vertical-align: middle;
    pointer-events: none;
    
    position: absolute;
    right: 10px;
    bottom: 10px;
}
