@charset "UTF-8";
/* ===================================================================
  common.css
  ページ用スタイル
=================================================================== */
@import url("../common/css/normalize.css");
@import url("../common/css/common.css?20240109");
/*
page style
--------------------------------*/
.talign-center {
  text-align: center;
}

.p-top {
  padding-bottom: 50px;
}

.p-top .p-banner-main_under {
    margin-bottom: 10px;
}

.p-top .ttl {
  text-align: center;
  margin-bottom: 22px;
}

.p-top .ttl::after {
  content: "";
  width: 100px;
  height: 1px;
  background-color: #12963b;
  display: block;
  margin: auto;
}

.p-top .ttl span {
  padding: 10px;
  padding-bottom: 20px;
  display: block;
  font-size: 13px;
  line-height: 1;
  color: #12963b;
}

.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: #12963b;
  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: #12963b;
  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: #12963b;
  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 #12963b;
  border-right: 2px solid #12963b;
  -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_bg2019.jpg) no-repeat 0 100%;
  padding-bottom: 300px;
  margin-top: 40px;
  margin-bottom: 20px;
}

.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: 15px;
  float: left;
}

.p-top .p-banner ul li:nth-child(even).note_add + li {
  clear: both;
}
.p-top .p-banner ul li:nth-child(odd).note_add + li + li {
  clear: both;
}
.p-top .p-banner ul li .note {
  padding-top: 3px;
  font-size: 14px;
  max-width: 485px;
}

.p-top .p-banner ul li:nth-child(even) {
  margin-left: 20px;
}

.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: 27px;
  right: 10px;
}
.p-top .p-banner ul li.coming.no_date::after {
  top: 10px;
}
/*
.p-top .p-banner ul li.coming::after {
  content: url(../images/coming.png);
  position: absolute;
  top: 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: #12963b;
}

.p-top .p-banner .info_area {
  border: 1px solid #ccc;
  padding: 10px 20px;
  margin-bottom: 10px;
  text-align: left;
}

.p-top .p-banner .info_area .info_area_ttl {
  font-size: 16px;
  border-bottom: 1px solid #ccc;
  margin-bottom: 6px;
  padding-bottom: 2px;
  font-weight: bold;
}

.p-top .p-banner .info_area .att {
  font-size: 12px;
}
.p-top .p-banner .info_area .info_img_box {
    display: flex;
}
.p-top .p-banner .info_area .info_img_box .info_img {
    padding-right: 15px;
}
.p-top .p-banner .info_area .info_img_box .info_img img {
    display: block;
}


.info_strong {
  background: #12963b;
  color: #fff;
  border: 1px solid #12963b;
}

.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 {
  margin: 0 auto;
}

.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: #12963b;
  padding-left: 24px;
  margin-bottom: 4px;
}
*/
.p-top .p-news dl dt {
  width: 100px;
  background: url(../common/images/arrow2.png) no-repeat 0 50%;
  color: #12963b;
  padding-left: 24px;
  margin-bottom: 4px;
  position: absolute;
}

/*
.p-top .p-news dl dd {
  margin-bottom: 12px;
}
*/

.p-top .p-news dl dd {
  margin-bottom: 12px;
  margin-left: 140px;
}

.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;*/
  text-align: center;
  word-break: keep-all;
}

.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;
  justify-content: space-between;
}

.p-top .p-ctt ul li {
  width: 100%;
  -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(2) {
  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(3) {
  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.no_link:hover {
  -moz-background-size: 100% auto;
       background-size: 100% auto;
}

.p-top .p-ctt ul li a,
.p-top .p-ctt ul li.no_link div {
  width: 100%;
  height: 334px;
  display: block;
  padding: 35px 35px;
}

.p-top .p-ctt ul li a h3,
.p-top .p-ctt ul li.no_link div h3 {
  position: relative;
  text-align: center;
  background: rgba(255, 255, 255, 0.9);
  padding: 108px 0;
}

.p-top .p-ctt ul li a h3 span,
.p-top .p-ctt ul li.no_link div h3 span {
  padding-top: 10px;
  display: block;
  font-size: 13px;
  line-height: 1;
  color: #12963b;
}

.p-top .p-ctt ul li a h3::before,
.p-top .p-ctt ul li.no_link div 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 #12963b;
  position: absolute;
  right: 0px;
  bottom: 0px;
  -webkit-transform: rotate(315deg);
     -moz-transform: rotate(315deg);
      -ms-transform: rotate(315deg);
          transform: rotate(315deg);
}

.p-top .p-ctt ul li.no_link div h3 span {
  color: #999;
}
.p-top .p-ctt ul li.no_link div h3::before {
  border-top: 8px solid #999;
}

.p-top .p-taikai {
  border: 4px solid #12963b;
  padding: 60px 0;
  width: 980px;
  box-sizing: border-box;
  margin: 50px auto 0;
  text-align: center;
}

.p-top .p-taikai .ttl2 {
  text-align: center;
  font-size: 1.5em;
  margin-bottom: 22px;
  line-height: 1;
  color: #12963b;
}

.p-top .p-taikai .ttl2::after {
  content: "";
  width: 100px;
  height: 1px;
  background-color: #12963b;
  display: block;
  margin: auto;
  margin-top: 15px;
}

.p-top .p-taikai dl {
  /*display: inline-block;*/
  width: 700px;
  
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto;
}

.p-top .p-taikai dl dd, .p-top .p-taikai dl dt {
  display: inline-block;
  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: #12963b;
  font-size: 12px;
  margin-right: 5px;
}

.p-top .p-taikai .link_box {
  margin-top: 30px;
}

.p-top .p-otoku {
  margin-top: 50px;
  text-align: center;
}

.p-top .shopShaken {
  border: 4px solid #0550aa;
  margin-bottom: 50px;
  -moz-border-radius: 4px;
       border-radius: 4px;
  overflow: hidden;
}

.p-top .shopShaken h3 {
  color: #fff;
  padding: 0px 20px;
  font-size: 24px;
  line-height: 120px;
  background: #0550aa url(../images/shop_shaken_bg.png) no-repeat 50% 50%;
}

.p-top .shopShaken .att {
  font-size: 80%;
  margin-top: 10px;
  text-indent: -1em;
  padding-left: 1em;
}

.p-top .shopShaken .att + .att {
  margin-top: 2px;
}

.p-top .shopShaken__wrap {
  padding: 20px;
}

.p-top .shopShaken__kikan {
  color: #12963b;
}

.p-top .shopShaken__kikan h4 {
  font-size: 20px;
  margin-bottom: 5px;
}

.p-top .shopShaken__lead {
  position: relative;
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid #ccc;
}

.p-top .shopShaken__lead h4 {
  font-size: 16px;
  color: #0550aa;
  margin-bottom: 10px;
}

.p-top .shopShaken__ttl {
  background-color: #0550aa;
  color: #fff;
  padding: 6px 20px 4px;
  font-size: 16px;
  margin-bottom: 15px;
}

.p-top .shopShaken__pix {
  position: absolute;
  top: -64px;
  right: 0px;
}

.p-top .shopShaken__block {
  margin-top: 30px;
}

.p-top .shopShaken-list {
  padding: 0;
  margin: 0;
}

.p-top .shopShaken-list li {
  text-indent: -1em;
  padding-left: 1em;
}

.p-top .shopShaken-tbl {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px dotted #ccc;
  margin-bottom: 5px;
  padding-bottom: 5px;
}

.p-top .shopShaken-tbl__ttl {
  width: 30%;
}

.p-top .shopShaken-tbl__add {
  width: 50%;
}

.p-top .shopShaken-tbl__tel {
  width: 20%;
}


.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 .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;
}

