@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: #f97601;
  display: block;
  margin: auto;
}

.p-top .ttl span {
  padding: 10px;
  padding-bottom: 20px;
  display: block;
  font-size: 13px;
  line-height: 1;
  color: #f97601;
}

.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: #f97601;
  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 {
  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;
  right: 10px;
  pointer-events: none;
}

.p-top .p-banner ul li.end {
  background-color: #666;
}
.p-top .p-banner ul li.end img {
  opacity: .6;
}
.p-top .p-banner ul li.end::after {
  content: url(../images/end.png);
  position: absolute;
  top: 10px;
  right: 10px;
  pointer-events: none;
}
.p-top .p-banner ul li.end a:hover {
  opacity: 1;
}

.p-top .p-news {
  text-align: center;
}

.p-top .p-news .list_box {
  margin-bottom: 30px;
  display: inline-block;
}

.p-top .p-news .list_box dl {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}

.p-top .p-news .list_box dl dt {
  background: url(../common/images/arrow2.png) no-repeat 0 2px;
  color: #f97601;
  padding-left: 24px;
  margin-bottom: 4px;
  width: 140px;
  text-align: left;
}

.p-top .p-news .list_box dl dd {
  margin-bottom: 12px;
}

.p-top .p-news .list_box dl dd a {
    text-align: left;
    display: inline-block;
}


.p-top .p-movie {
  width: 50%;
  padding-left: 55px;
  text-align: center;
  border-left: 1px solid #c2c2c2;
}

.p-top .p-movie h3 {
  color: #f97601;
  font-size: 24px;
}

.p-top .p-movie p {
  margin: 20px auto 0;
  text-align: left;
  height: 162px;
  width: 380px;
}

.p-top .p-concept {
  background: url(../images/ctt_bg1.jpg) no-repeat 0 100%;
  -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: -webkit-flex;
  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: #f97601;
}

.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 #f97601;
  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 #f97601;
  padding: 60px 0;
  margin-top: 50px;
  text-align: center;
}

.p-top .p-taikai .ttl2 {
  text-align: center;
  margin-bottom: 22px;
  line-height: 1;
  color: #f97601;
  font-size: 1.5em;
}

.p-top .p-taikai .ttl2::after {
  content: "";
  width: 100px;
  height: 1px;
  background-color: #f97601;
  display: block;
  margin: auto;
  margin-top: 15px;
}

.p-top .p-taikai dl {
  display: inline-block;
  width: 700px;
}

.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: #f97601;
  font-size: 12px;
  margin-right: 5px;
}

.p-top .p-taikai dl + .ttl2 {
  margin-top: 50px;
}

.p-top .p-taikai .link_box {
  margin-top: 30px;
}

.p-top .p-otoku {
  margin-top: 50px;
}

.date_change_txt {
  color: #de0304;
  padding: 10px !important;
  background: #eee;
  line-height: 1.2;
  text-align: center;
  font-weight: bold;
}

.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;
}
.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-end_announce {
  margin-bottom: 20px !important;
}
.p-end_announce .p-end_text {
  background: url(../images/end_announce_bg.jpg) no-repeat center center;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 345px;
  width: 100%;
}
.p-end_announce .p-end_text p {
  font-size: 24px;
  line-height: 2;
  letter-spacing: .1rem;
  font-weight: bold;
  text-align: center;
  color: #f97601;
  text-shadow: rgb(255, 255, 255) 3px 0px 0px, 
               rgb(255, 255, 255) 2.83487px 0.981584px 0px, 
               rgb(255, 255, 255) 2.35766px 1.85511px 0px, 
               rgb(255, 255, 255) 1.62091px 2.52441px 0px, 
               rgb(255, 255, 255) 0.705713px 2.91581px 0px, 
               rgb(255, 255, 255) -0.287171px 2.98622px 0px, 
               rgb(255, 255, 255) -1.24844px 2.72789px 0px, 
               rgb(255, 255, 255) -2.07227px 2.16926px 0px, 
               rgb(255, 255, 255) -2.66798px 1.37182px 0px, 
               rgb(255, 255, 255) -2.96998px 0.42336px 0px, 
               rgb(255, 255, 255) -2.94502px -0.571704px 0px, 
               rgb(255, 255, 255) -2.59586px -1.50383px 0px, 
               rgb(255, 255, 255) -1.96093px -2.27041px 0px, 
               rgb(255, 255, 255) -1.11013px -2.78704px 0px, 
               rgb(255, 255, 255) -0.137119px -2.99686px 0px, 
               rgb(255, 255, 255) 0.850987px -2.87677px 0px, 
               rgb(255, 255, 255) 1.74541px -2.43999px 0px, 
               rgb(255, 255, 255) 2.44769px -1.73459px 0px, 
               rgb(255, 255, 255) 2.88051px -0.838247px 0px,
               rgba(0, 0, 0, .75) 0px 0px 5px,
               rgba(0, 0, 0, .5) 0px 0px 10px,
               rgba(0, 0, 0, .15) 0px 0px 15px
               ;
  /* https://owumaro.github.io/text-stroke-generator/ */
}
.p-end_announce .p-end_notice {
  text-align: center;
  background: #000;
  color: #fff;
  font-size: 14px;
  padding: 7px 0 5px;
  font-weight: bold;
}

.p-top .p-adviser {
  border: 4px solid #f97601;
  padding: 40px;
  margin-top: 50px;
  margin-bottom: 50px;
}

.p-top .p-adviser .ttl2 {
  text-align: center;
  margin-bottom: 20px;
  line-height: 1;
  color: #f97601;
  font-size: 1.5em;
}

/* 横並び */

.adviser-flex {
  display: flex; /*横並び*/
}
.adviser-flex .image {
  width: 700px; /*画像サイズ指定*/
  margin: 0;
  padding: 0;
  overflow: hidden;
  position: relative;
}
.adviser-flex .right {
  margin: 0 0 0 20px;
  padding: 0;
  word-break: break-all;
}
.adviser-flex .title {
  margin: 0;
  padding: 0;
  font-size: 18px;
  border-bottom: 1px solid #000;
}
.adviser-flex .text {
  margin: 10px 0 0;
  padding: 0;
  font-size: 14px;
}

/* 画像を天地中央表示 */

.adviser-flex .image {
  overflow: hidden;
  position: relative;
}
.adviser-flex .image::before {
  content: "";
  display: block;
  padding-top: 58%;
}
.adviser-flex .image img {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}

.p-top .p-adviser .adviser-flex .right dl {
  display: inline-block;
  width: 470px;
}

.p-top .p-adviser .adviser-flex .right dl dd, .p-top .p-adviser .adviser-flex .right dl dt {
  display: inline-block;
  vertical-align: top;
  text-align: left;
  font-size: 14px;
  line-height: 24px;
}

.p-top .p-adviser .adviser-flex .right dl dd {
  width: 82%;
}

.p-top .p-adviser .adviser-flex .right dl dt {
  width: 18%;

.p-top .p-adviser .adviser-flex .right .title {
  border-bottom: 1px solid #000;
}