@charset "UTF-8";
/* CSS Document */

/* commmittee about */
p {
	font-size: 20px;
}
.main-logo {
	width: 105px;
	height: auto;
	margin: auto;
}
.main-logo_nav {
	width: 70px;
	height: auto;
	margin: 0 auto;
}
.container-nav {
	max-width: 1200px;
}

/* PC navigation */
.nav_pc {
	width: 100%;
	height: 100px;
	background-color: #f8f8f8;
	padding-top: 30px;
	border-top: solid 1.5px #e7e7e7;
}
.navbar {
	height: 50px;
	border-top: solid 1px #e7e7e7;
}
.navbar-expand-lg .navbar-nav .nav-link {
	padding-left: 30px;
	padding-right: 30px;
	color: #000000;
	font-size: 18px;
}
.navbar-expand-lg .navbar-nav .nav-link:hover {
	padding-left: 30px;
	padding-right: 30px;
	color: #4c1d86;
}
#navbarNavDropdown.collapse.navbar-collapse {
	justify-content: center;
}

/* SP navigation */
.navbar_sp {
  color: #ffffff;
  width: 100vw;
  max-width: 820px;
  margin: 0 auto;
}
.navbar_sp .menu {
  display: flex;
  position: relative;
}
.navbar_sp .menu li {
  flex: 1;
  display: flex;
  text-align: center;
  transition: background-color 0.5s ease;
}
.navbar_sp .menu .donate_sp {
  flex: 1;
  justify-content: center;
  display: inline-flex;
  color: #4c1d86;
	background-color: #fff;
	border: solid 2px #4c1d86;
  text-decoration: none;
  padding: 20px;
  position: relative;
}
.navbar_sp .menu .join_sp {
  flex: 1;
  justify-content: center;
  display: inline-flex;
  color: #ffffff;
	background-color: #4c1d86;
	border: solid 2px #4c1d86;
  text-decoration: none;
  padding: 20px;
  position: relative;
}
.navbar_sp .menu li:hover {
  background-color: #8F3985;
}
.navbar_sp .menu .donate_sp:hover {
	background-color: #4c1d86;
	color: #fff;
}
.navbar_sp .menu .join_sp:hover {
	background-color: #fff;
	color: #4c1d86;
}
.navbar_sp .menu li:hover .container {
  display: flex;
}

/* Main Visual */
.mainvisual .pic5 {
	/*background-image: url(../img/sample-top.jpg);*/
	background-position:center center;
}
.mainvisual .pic6 {
	background-image: url(../img/luminarie-top.jpg);
	background-position:top center;
}
.committee-about .icon{
	max-width: 100px;
	margin: 20px auto;
	display:table;
}
.c-date,
.c-place,
.c-contact{
	text-align: center;
	font-size: 1.3em;
}
.committee-about .head-btn{
	margin-top: 10px;
}
.committee-about .donate-btn,
.committee-about .join-btn{
	margin: 0 auto;
	padding-left: 50px;
	padding-right: 50px;
	max-width: 250px;
}
h2{
	margin-top: 65px;
	position: relative;
}
h2 span {
    background: #fff;
    padding: 0 20px;
		position: relative;
    z-index: 2;
}
h2:before {
    content: "";
    display: block;
    border-top: solid 1px #000000;
    width: 100%;
    height: 1px;
    position: absolute;
    top: 50%;
    z-index: 1;
}
.committee-archive h2:before{
	border:none;
}
.info-content{
	max-width: 960px;
	margin: 0 auto;
}
.info-content a{
	color: #222;
}
.info_thumb {
	margin: auto;
	display: table;
}
.info-content p:hover{
	background-color: #eee;
}
.info-content .col-md-4{
	margin-bottom: 20px;
}
.info-content .mb0{
	margin-bottom: 0;
}
.info-content .head-btn{
	margin-top: 0;
}
.info-title{
	font-size: 1.2em;
	font-weight: bold;
}
.info-btn{
	font-size: 1.2em;
	max-width: 300px;
	border:2px solid #999;
	margin: auto;
}
.info-btn:hover{
  background-color: #ffffff;
	background-color: #eee;
	text-decoration: none;
}
.info-content h3{
	margin: 60px 0 20px 0;
	text-align: center;
}
.taigan-info a{
	color: #222;
}
.committee-person .join-text{
	text-align: center;
}
.committee-person img{
	margin: 0 auto;
	max-width:100%;
	height:auto;
}
.fb-iframe{
	width: 100%;
	max-width: 500px;
  height: 700px;
  margin: 0 auto;
  display: block;
}
.committee-facebook .donate-btn,
.committee-facebook .join-btn{
	max-width: 300px;
	margin: auto;
	display: block;
}
.committee-free img{
	max-width:100%;
	height:auto;
}
.committee-sponsor{
	text-align: center;
	margin: 80px 0 50px;
}
.article-date{
	text-align: center;
}
.article-title{
	font-size: 1.3em;
	text-align: center;
}
.article-content{
	max-width: 800px;
	margin: 0 auto;
}
.luminarie-form{
	max-width: 960px;
}
.luminarie-form h3{
	text-align: center;
	margin: 50px 0;
}
.luminarie-form .join-btn{
	max-width: 400px;
}
.pagination{
	display: flex;
  padding-left: 0;
  list-style: none;
}
.pagination-box{
  font-size: 1.25rem;
  min-width: 325px;
  margin: 40px auto;
}
.pagination-box .current{
	padding: 10.4px 19px;
	border-radius: 22px;
}
.pagination-box a{
	font-size: 1.5em;
	font-weight: bold;
	color:#4c1d86;
	padding: 0 30px;
}
.pagination-box .single-current{
	padding: 0 40px;
}
.pagination-box a:hover{
	text-decoration: none;
}
.pagination-box .prev{
	position: relative;
	padding-right: 0;
}
.pagination-box .prev::before{
	content: url(../img/prev.png);
	position: absolute;
	top: 0;
	left: -5px;
}
.pagination-box .next{
	position: relative;
	padding-left: 0;
}
.pagination-box .next::after{
	content: url(../img/next.png);
	position: absolute;
	top: 0;
	right: -5px;
}
.entry-process .col-md-3{
	border-left: 1px solid #111;
	min-height: 120px;
	padding-left: 10px;
	padding-right: 10px;
}
.entry-process .col-md-6{
	border-left: 1px solid #111;
	min-height: 120px;
	padding-left: 10px;
	padding-right: 10px;
}
.entry-process .last{
	border-right: 1px solid #111;
}
.entry-process .number{
	font-size: 1.5em;
	font-weight: bold;
	display: block;
	text-align: center;
}
.join-us h3{
}
.join-us form{
}
.join-us .form-text{
	text-align: left;
}
.join-us .join-content img {
	width: 100% !important;
}
.clear{
	clear: both;
}

/* Sponsor */
.sponsor {
  margin-bottom: 1rem;
	text-align: center;
}

.label-sponsor {
  padding: .2em .6em .3em;
  font-size: 16px;
  font-weight: medium;
  line-height: 1;
  color: #000000;
  text-align: center;
  vertical-align: center;
  border-radius: .25em;
}
.mt40 {
	margin-top: 40px;
}
/*支援企業*/
.size-40{
	font-size: 40px;
}
.size-32{
	font-size: 32px;
}
.size-28{
	font-size: 28px;
}
.size-24{
	font-size: 24px;
}
.size-20{
	font-size: 20px;
}
.size-16{
	font-size: 16px;
}

/* Join */
.form_join {
	margin-bottom: 40px;
}

/* Luminarie */
.btn-submit {
	color: #fff;
	padding: 20px 110px;
	background-color: #4c1d86;
	border: solid 3px #4c1d86;
	border-radius: 0;
	margin-left: auto;
	margin-right: auto;
	display: table;
}
.btn-submit:hover {
	color: #4c1d86;
	padding: 20px 110px;
	background-color: rgba(0,0,0,0);
	border: solid 3px #4c1d86;
	margin-left: auto;
	margin-right: auto;
	display: table;
}

/* Single */
.page-link {
	border: none;
	border-radius: 0px;
	color:#4c1d86;
}
.page-link:hover {
	border: none;
	border-radius: 0px;
	color:#fff;
	background-color: #4c1d86;
}
.page-item:first-child .page-link {
	border-radius: 0px;
}
.page-item:last-child .page-link {
	border-radius: 0px;
}
.pagination-lg .page-link {
  padding: 0.75rem 1.5rem;
  font-size: 1.25rem;
  line-height: 1.5;
}
.pagination-lg .page-item:first-child .page-link {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.pagination-lg .page-item:last-child .page-link {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

/* Form */
.form-group {
	max-width: 600px;
	margin-left: auto;
	margin-right: auto;
	width:100%;
}
.message_box {
	height: 200px;
}

/* TextAlign Center */
.tac {
	text-align: center;
}

@media (max-width: 767px) {
	/* Navbar */
	.nav-sp {
		margin-top: 82px;
	}
	.nabver {
		position: absolute;
		top: -100px;
		left: 0;
	}
	.sp_border {
		border-right: solid 1px #111;
	}
}

/* Hiiden Code */
.hidden-xs-up {
  display: none !important;
}

@media (max-width: 575px) {
  .hidden-xs-down {
    display: none !important;
  }
}

@media (min-width: 576px) {
  .hidden-sm-up {
    display: none !important;
  }
}

@media (max-width: 767px) {
  .hidden-sm-down {
    display: none !important;
  }
}

@media (min-width: 768px) {
  .hidden-md-up {
    display: none !important;
  }
}

@media (max-width: 991px) {
  .hidden-md-down {
    display: none !important;
  }
	.navbar {
		height: auto;
		border-top: solid 1px #e7e7e7;
	}
	.page-link {
		border: none;
		border-radius: 0px;
		color:#4c1d86;
	}
	.page-link:hover {
		border: none;
		border-radius: 0px;
		color:#fff;
		background-color: #4c1d86;
	}
	.page-item:first-child .page-link {
		margin-left: 0;
		border-top-left-radius: .25rem;
		border-bottom-left-radius: .25rem
	}
	.page-item:last-child .page-link {
		margin-right: 0;
		border-top-right-radius: .25rem;
		border-bottom-right-radius: .25rem
	}
	.pagination-lg .page-link {
		border: solid 1px #d8d8d8;
	  padding: 0.75rem 1.5rem;
	  font-size: 1.25rem;
	  line-height: 1.5;
	}
	.pagination-lg .page-item:first-child .page-link {
		border: solid 1px #d8d8d8;
		border-top-left-radius: .3rem;
		border-bottom-left-radius: .3rem
	}
	.pagination-lg .page-item:last-child .page-link {
		border: solid 1px #d8d8d8;
		border-top-right-radius: .3rem;
		border-bottom-right-radius: .3rem
	}
}

@media (min-width: 992px) {
  .hidden-lg-up {
    display: none !important;
  }
}

@media (max-width: 1199px) {
  .hidden-lg-down {
    display: none !important;
  }
}

@media (min-width: 1200px) {
  .hidden-xl-up {
    display: none !important;
  }
}

.hidden-xl-down {
  display: none !important;
}
