@charset "UTF-8";
/* 各ページごとの設定 */
/*
@mixin pc_top_gradient{
	background-image: -webkit-linear-gradient( 0deg, rgba($top_bgcolor, 0.3),rgba($top_bgcolor, 0.3)), url(../images/top/mainv_bg.jpg);
	background-image: -ms-linear-gradient( 0deg, rgba($top_bgcolor, 0.3),rgba($top_bgcolor, 0.3)), url(../images/top/mainv_bg.jpg);
	background-size: auto auto, cover;
	background-position: left top, center, center;
}
@mixin sp_top_gradient{
	background-image: -webkit-linear-gradient( 0deg, rgba($top_bgcolor, 0.3),rgba($top_bgcolor, 0.3)), url(../images/top/mainv_bg.jpg);
	background-image: -ms-linear-gradient( 0deg, rgba($top_bgcolor, 0.3),rgba($top_bgcolor, 0.3)), url(../images/top/mainv_bg.jpg);
	background-size: auto auto, auto 100%;
	background-position: left top, center, center;
}
*/
/*------------------------------------------
共通
-------------------------------------------*/
/*PC
-----------------------------------------------------------------------------*/
@media print, screen and (min-width: 751px) {
  .inner {
    width: 1000px; }

  #mainv {
    background-color: #F0F0F0;
    background-image: none; }
    #mainv .inner {
      background-image: -webkit-linear-gradient(0deg, #F0F0F0, #F0F0F0 27%, rgba(240, 240, 240, 0) 47%, rgba(240, 240, 240, 0) 95%, #F0F0F0), url(../images/event/mainv_bg.jpg);
      background-image: -ms-linear-gradient(0deg, #F0F0F0, #F0F0F0 27%, rgba(240, 240, 240, 0) 47%, rgba(240, 240, 240, 0) 95%, #F0F0F0), url(../images/event/mainv_bg.jpg);
      background-size: auto auto, auto 100%;
      background-position: left top, right bottom; }
      #mainv .inner h1 {
        color: #333;
        padding: 110px 0 130px; }

  #mainColmun .lead {
    color: #15934B;
    font-size: 15px;
    text-align: center;
    margin: 0 0 80px; }
  #mainColmun .lists > li {
    border: 2px solid #F5F5F5;
    border-top: 5px solid #15934B;
    width: 800px;
    margin: 0 auto 60px;
    padding: 25px 26px;
    box-sizing: border-box; }
    #mainColmun .lists > li h4 {
      color: #F58E22;
      font-size: 22px;
      font-weight: bold;
      margin: 0 0 30px; }
    #mainColmun .lists > li .fb figure {
      width: 230px;
      height: 230px;
      margin-right: 40px;
      float: left; }
    #mainColmun .lists > li .fb .textArea {
      width: 470px;
      float: right; }
      #mainColmun .lists > li .fb .textArea .date {
        color: #15934B;
        font-size: 18px;
        font-weight: bold; }
      #mainColmun .lists > li .fb .textArea .place {
        color: #15934B;
        font-size: 18px;
        margin: 0 0 30px; }
      #mainColmun .lists > li .fb .textArea .text {
        margin: 0 0 30px; }
      #mainColmun .lists > li .fb .textArea ul {
        clear: both; }
        #mainColmun .lists > li .fb .textArea ul li::before {
          content: "■";
          color: #F66395; }
        #mainColmun .lists > li .fb .textArea ul li dl dt {
          width: 5em; }
        #mainColmun .lists > li .fb .textArea ul li dl dd {
          width: calc(100% - 5em); }
    #mainColmun .lists > li .detail {
      margin: 30px 0 40px; }
      #mainColmun .lists > li .detail dt {
        width: 140px;
        margin-right: 30px; }
        #mainColmun .lists > li .detail dt span {
          color: #FFF;
          font-size: 16px;
          font-weight: bold;
          text-align: center;
          background: #F66395;
          border-radius: 5px;
          padding: 5px 0;
          display: block; }
      #mainColmun .lists > li .detail dd {
        width: calc(100% - 170px);
        margin: 7px 0 15px; }
        #mainColmun .lists > li .detail dd.price p:not(.payment) {
          font-weight: bold; }
        #mainColmun .lists > li .detail dd .men {
          font-size: 16px;
          padding: 0 0 0 80px;
          background: url(../images/event/men.gif) no-repeat;
          background-size: auto 18px;
          background-position: top 2px left;
          margin: 0 0 5px; }
        #mainColmun .lists > li .detail dd .women {
          font-size: 16px;
          padding: 0 0 0 80px;
          background: url(../images/event/women.gif) no-repeat;
          background-size: auto 18px;
          background-position: top 2px left;
          margin: 0 0 5px; }
    #mainColmun .lists > li form input {
      border: none;
      border-radius: 0;
      outline: none;
      color: #FFF;
      font-size: 28px;
      font-weight: bold;
      text-align: center;
      width: 500px;
      background: #F58E22;
      margin: 0 auto;
      padding: 25px 0;
      display: block;
      position: relative; }
      #mainColmun .lists > li form input::after {
        content: "\f105";
        font-family: FontAwesome;
        position: absolute;
        top: 50%;
        right: 1em;
        -ms-transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        z-index: 2; }
  #mainColmun .no_event {
    font-size: 18px;
    text-align: center; }

  /*--------------------------endPC--------------------------------*/ }
/*SP
-----------------------------------------------------------------------------*/
@media screen and (max-width: 750px) {
  input[type="submit"],
  input[type="button"] {
    border-radius: 0;
    -webkit-box-sizing: content-box;
    -webkit-appearance: button;
    appearance: button;
    border: none;
    box-sizing: border-box;
    cursor: pointer;
    padding: 25px; }

  input[type="submit"]::-webkit-search-decoration,
  input[type="button"]::-webkit-search-decoration {
    display: none; }

  input[type="submit"]::focus,
  input[type="button"]::focus {
    outline-offset: -2px; }

  .inner {
    width: 94vw; }

  #mainv {
    background-color: #F0F0F0;
    background-image: none;
    margin-bottom: 25px; }
    #mainv .inner {
      background-image: -webkit-linear-gradient(0deg, #F0F0F0, #F0F0F0 31%, rgba(240, 240, 240, 0) 39%, rgba(240, 240, 240, 0)), url(../images/event/mainv_bg.jpg);
      background-image: -ms-linear-gradient(0deg, #F0F0F0, #F0F0F0 31%, rgba(240, 240, 240, 0) 39%, rgba(240, 240, 240, 0)), url(../images/event/mainv_bg.jpg);
      background-size: auto auto, auto 100%;
      background-position: left top, right 50% bottom; }
      #mainv .inner h1 {
        color: #333;
        padding: 26.6vw 0; }

  #mainColmun .lead {
    color: #15934B;
    text-align: center;
    margin: 0 6.6vw 25px; }
  #mainColmun .lists {
    display: block; }
    #mainColmun .lists > li {
      border-top: 5px solid #15934B;
      margin: 0 auto 60px;
      padding: 25px 6.6vw;
      box-sizing: border-box; }
      #mainColmun .lists > li h4 {
        color: #F58E22;
        font-size: 18px;
        font-weight: bold;
        margin: 0 0 25px; }
      #mainColmun .lists > li .fb figure {
        margin: 0 4vw 25px; }
      #mainColmun .lists > li .fb .textArea .date {
        color: #15934B;
        font-size: 16px;
        font-weight: bold; }
      #mainColmun .lists > li .fb .textArea .place {
        color: #15934B;
        font-size: 16px;
        margin: 0 0 25px; }
      #mainColmun .lists > li .fb .textArea .text {
        margin: 0 0 25px; }
      #mainColmun .lists > li .fb .textArea ul li::before {
        content: "■";
        color: #F66395; }
      #mainColmun .lists > li .fb .textArea ul li dl dt {
        width: 4em; }
      #mainColmun .lists > li .fb .textArea ul li dl dd {
        width: calc(100% - 4em); }
      #mainColmun .lists > li .detail {
        margin: 40px 0 30px;
        display: block; }
        #mainColmun .lists > li .detail dt {
          margin-bottom: 15px; }
          #mainColmun .lists > li .detail dt span {
            color: #FFF;
            font-size: 13px;
            font-weight: bold;
            text-align: center;
            width: 32vw;
            background: #F66395;
            border-radius: 5px;
            padding: 5px 0;
            display: block; }
        #mainColmun .lists > li .detail dd {
          margin: 0 0 25px; }
          #mainColmun .lists > li .detail dd.price p {
            font-size: 14px;
            font-weight: bold; }
          #mainColmun .lists > li .detail dd .men {
            font-size: 13px;
            padding: 0 0 0 18vw;
            background: url(../images/event/men.gif) no-repeat;
            background-size: auto 13px;
            background-position: top 2px left; }
          #mainColmun .lists > li .detail dd .women {
            font-size: 13px;
            padding: 0 0 0 18vw;
            background: url(../images/event/women.gif) no-repeat;
            background-size: auto 13px;
            background-position: top 2px left; }
      #mainColmun .lists > li form input {
        color: #FFF;
        font-size: 16px;
        font-weight: bold;
        text-align: center;
        background: #F58E22;
        margin: 0 auto;
        padding: 25px;
        display: block;
        position: relative; }
        #mainColmun .lists > li form input::after {
          content: "\f105";
          font-family: FontAwesome;
          position: absolute;
          top: 50%;
          right: 1em;
          -ms-transform: translateY(-50%);
          -webkit-transform: translateY(-50%);
          transform: translateY(-50%); }
  #mainColmun .no_event {
    padding: 50px 0;
    text-align: center;
    font-size: 14px; }

  /*--------------------------endSP--------------------------------*/ }

/*# sourceMappingURL=event.css.map */
