@charset "UTF-8";
/* 
  css設定 @charsetが消されるsass仕様へのハック用コメントです。削除しないでください。新規作成時も必須！
 */
/*================================================================
 site_default 
================================================================*/
/*================================================================
 common_style 
================================================================*/
.wrap {
  width: auto;
  padding: 0;
  margin: 0 10px;
}

.sp{
  display: block !important;
}

.pc{
  display: none !important;
}

.all-wrap img {
  width: 100%;
  height: auto;
}

.globalnavi {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background: #fff;
  background: rgba(255,255,255,0.9);
  opacity: 0;
}

.globalnavi:before{
  content: "";
  display: block;
  position: absolute;
  top: 10px;
  right: 10px;
  width: 30px;
  height: 30px;
  background: url(../img/close.png) no-repeat;
  background-size: 100%;
}

.globalnavi.open {
  display: block;
  opacity: 1;
  animation-duration: 0.5s;
  animation-name: fade-in;
  -moz-animation-duration: 0.5s;
  -moz-animation-name: fade-in;
  -webkit-animation-duration: 0.5s;
  -webkit-animation-name: fade-in;
}

@keyframes fade-in {
  0% {
    display: none;
    opacity: 0;
  }

  1% {
    display: block;
    opacity: 0;
  }

  100% {
    display: block;
    opacity: 1;
  }
}

.navi-button.open {
  display: none;
}

@-moz-keyframes fade-in {
  0% {
    display: none;
    opacity: 0;
  }

  1% {
    display: block;
    opacity: 0;
  }

  100% {
    display: block;
    opacity: 1;
  }
}

@-webkit-keyframes fade-in {
  0% {
    display: none;
    opacity: 0;
  }

  1% {
    display: block;
    opacity: 0;
  }

  100% {
    display: block;
    opacity: 1;
  }
}

.navi-button.open {
  display: none;
}

.globalnavi ul {
  margin: 30px 10px;
}

.globalnavi li {
  float: none;
  width: auto;
  background: none;
  text-align: left;
}

.globalnavi li a {
  box-sizing: border-box;
  display: block;
  background: none;
  color: #000;
  font-size: 18px;
  line-height: 50px;
  height: 50px;
  text-align: left;
  border-bottom: 1px solid #ccc;
}

.globalnavi li a span {
  line-height: 50px;
}

.globalnavi li.current a {
  border-bottom: none;
  border-bottom: 1px solid #ccc;
  cursor: default;
}

.site-header .logo {
  padding-top: 10px;
  width: auto;
  text-align: center;
}

.site-header .logo img {
  width: auto;
  height: 28px;
}

.site-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 50px;
  background: #fff;
  z-index: 900;
}

.site-header .navi-button {
  position: absolute;
  top: 10px;
  right: 2%;
  width: 40px;
  height: 38px;
  text-align: left;
}

.site-header .navi-button span {
  display: block;
  width: 100%;
  height: 3px;
  background: #000;
  margin-bottom: 8px;
}

.contents {
  margin-top: 50px;
}

.campaign-title {
  padding: 35px 0 50px;
  margin-bottom: 39px;
}

.intro {
  padding-bottom: 40px;
  text-align: center;
}

.intro .link {
  padding-bottom: 14px;
  margin: 0 auto;
  width: auto;
}

.intro .base {
  padding-bottom: 8px;
  margin: 0 auto;
  width: auto;
}
.intro .plus {
  padding-bottom: 8px;
  margin: 0 auto;
  width: 10%;
}

.intro .add {
  padding-bottom: 10px;
  margin: 0 auto;
  width: auto;
}

.intro .per {
  padding-bottom: 7px;
  margin: 0 auto;
  width: 8%;

}

.information {
  padding: 28px 0 40px;
}


.descriptions {
  position: relative;
  padding: 70px 0 0;
  background: url(../img/bg04.jpg) repeat;
}

.descriptions:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 17px;
  background: url(../img/bg03.jpg) repeat;
  background-size: auto 17px;
}

.flow{
  position: relative;
  margin: 0 auto 40px;
  padding: 45px 0 35px;
  width: 94%;

}

.flow .title {
  margin-bottom: 23px;
  padding-bottom: 19px;
  border-bottom: 1px solid #17607d;
  text-align: center;
}

.flow .title img {
  width: 60%;
}

.flow .flows {
  margin-bottom: 32px;
  padding-bottom: 55px;
  border-bottom: 1px solid #17607d;
  text-align: center;
}

.flow .flows li {
  float: left;
  margin-bottom: 10px;
  margin-right: 0;
  width: 49%;
}

.flow .flows li:nth-child(2) {
  float: right;
  margin-right: 0;
  width: 49%;
}

.flow .flows li:last-child {
  float: none;
  margin: 0 auto;
}

.flow .flows .plus {
  padding: 12px 0 11px;
  margin: 0 auto;
  width: 10%;
}

.flow .resister ol {
  display: block;
  width: 100%;
}

.flow .resister li {
  display: block;
  padding: 14px 15px 11px;
  box-sizing: border-box;
  width: auto;
  border-right: none;
  border-bottom: 1px solid #17607d;
}
.flow .resister li:last-child {
  border-bottom: none;
}
.flow .resister li img {
  width: auto;
  height: 42px;
}

.flow .resister .image {
  padding-bottom: 5px;
  text-align: center;
}



.lists {
  padding-bottom: 25px;
  max-width: 1000px;
}

.lists header {
  margin-bottom: 22px;
  padding: 16px 0 12px;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  text-align: center;
}

.lists header img {
  width: 35%;
}

.lists .tab-content {
  margin-bottom: 20px;
  background: url(../img/bg10.jpg) repeat-y center;
}

.lists .tabs {
  display: block;
  width: auto;
}

.lists .tabs li {
  display: block;
  box-sizing: border-box;
  float: left;
  width: 33.3333%;
  vertical-align: middle;
  border-right: 1px solid #fff;
  text-align: center;
}

.lists .tabs li:nth-child(4) {
  border-top: 1px solid #fff;
}
.lists .tabs li:nth-child(5) {
  border-top: 1px solid #fff;
}
.lists .tabs li:nth-child(6) {
  border-top: 1px solid #fff;
}
.lists .tabs li:nth-child(3n) {
  border-right: none;
}

.lists .tabs li:nth-child(3n+1) {
  clear: both;
}

.lists .tab-content > li {
  float: left;
  width: 48%;
  padding-bottom: 20px;
  margin-right: 1.8%;
}
.lists .tab-content > li.clear {
  clear: both;
}

.lists .tab-content .title {
  padding-bottom: 10px;
  font-size: 14px;
  line-height: 1.3;
}

.lists .tab-content .title br {
  display: none;
}

.lists .tab-content .text {
  padding-bottom: 10px;
  font-size: 12px;
  line-height: 1.3;
}

.lists .tab-content .link a {
  font-size: 14px;
}

.lists .tab-content .reserve a {
  font-size: 14px;
}

.information {
  padding: 43px 0 32px;
  color: #17607d;
}

.information section {
  padding-bottom: 15px;
}

.information h3 {
  padding-bottom: 10px;
  font-size: 16px;
}

.information li {
  font-size: 13px;
  line-height: 1.8;
}

.information .organiser {
  font-size: 13px;
  line-height: 1.8;
}

.contacts {
  padding: 50px 0 58px;
  background: url(../img/bg04.jpg) repeat;
  font-family: serif;
}

.contacts .inner {
  padding: 20px;
  display: block;
  width: auto;
  background: #fff;
}

.contacts h3 {
  display: block;
  width: auto;
  text-align: center;
  vertical-align: middle;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.9;
}


.contacts ul {
  display: block;
  width: auto;
  vertical-align: middle;
}
.contacts li {
  font-size: 14px;
  line-height: 1.9;
}


.site-footer .float-left-box {
  display: block;
  margin: 0 auto 0;
  padding: 0px 0 27px;
  width: auto;
}


.site-footer .footer-links li:after {
  content: "";
}
