@charset "UTF-8";
body {
  overflow-x: hidden;
}

/* ===== Keyvisual Settings ===== */
#keyvisual {
	display: block;
	height: 100%;
	box-shadow: none;
}
#keyvisual .img {
  display: table;
  width: 300px;
	height: 330px;
	background: url(../images/common/keyvisual.png) no-repeat center top / 100% auto;
	margin: 2rem auto 0 auto;
	overflow: hidden;
	position: relative;
}
#keyvisual .btn_area {
	padding: 0 0 2rem 0;
}
#keyvisual .btn_area p a:hover {
	opacity: 0.7;
}
#keyvisual .btn_area p a img {
	display: table;
	width: 200px;
	margin: 0 auto;
}
@media print, screen and (max-width: 767px) {
	#keyvisual .btn_area {
		display: flex;
		flex-flow: wrap;
		padding: 0 1rem 2rem;
	}
	#keyvisual .btn_area p {
		width: 50%;
		padding: 0 0.5rem;
	}
}
@media print, screen and (min-width: 768px) {
  #keyvisual {
    height: 340px;
  }
	#keyvisual .container {
		background: none;
	}
	#keyvisual .img {
		margin: 2rem 0;
	}
	#keyvisual .btn_area {
		background: none;
	}
	#keyvisual .btn_area .btn_area_01 {
		position: absolute;
		width: 140px;
		bottom: 20px;
		left: calc(50% + 50px);
		background: none;
	}
	#keyvisual .btn_area .btn_area_02 {
		width: 140px;
		position: absolute;
		top: 30px;
		left: calc(50% + 15px);
		background: none;
	}
	#keyvisual .btn_area .btn_area_03 {
		position: absolute;
		width: 140px;
		bottom: 10px;
		left: calc(50% + 205px);
		background: none;
	}
	#keyvisual .btn_area .btn_area_04 {
		position: absolute;
		width: 140px;
		bottom: 160px;
		left: calc(50% + -15px);
		background: none;
	}
	#keyvisual .btn_area .btn_area_05 {
		position: absolute;
		width: 140px;
		top: 50px;
		left: calc(50% - -165px);
		background: none;
	}
}
@media print, screen and (min-width: 1024px) {
  #keyvisual {
    height: 400px;
  }
	#keyvisual .img {
		width: 340px;
		height: 380px;
	}
	#keyvisual .btn_area .btn_area_01 {
		width: 160px;
		top: 175px;
		border: auto;
		left: calc(50% + 100px);
	}
	#keyvisual .btn_area .btn_area_02 {
		width: 160px;
		top: 40px;
		left: calc(50% + 10px);
	}
	#keyvisual .btn_area .btn_area_03 {
		width: 160px;
		top: 205px;
		left: calc(50% + 270px);
	}
	#keyvisual .btn_area .btn_area_04 {
		width: 160px;
		top: 25px;
		left: calc(50% + 30px);
	}
	#keyvisual .btn_area .btn_area_05 {
		width: 160px;
		top: 45px;
		left: calc(50% + 210px);
	}
}
@media print, screen and (min-width: 1200px) {
	#keyvisual .container {
		width: 1200px;
	}	
  #keyvisual {
    height: 460px;
  }
	#keyvisual .img {
		width: 390px;
		height: 403px;
		margin-left: 3rem;
	}
	#keyvisual .btn_area .btn_area_01 {
		width: 199px;
		top: 210px;
		left: calc(50% + 80px);
	}
	#keyvisual .btn_area .btn_area_02 {
		width: 199px; 
		top: 35px;
		left: calc(50% + -20px);
	}
	#keyvisual .btn_area .btn_area_03 {
		width: 199px; 
		top: 240px;
		left: calc(50% + 290px);
	}
	#keyvisual .btn_area .btn_area_04 {
		width: 199px; 
		top: 10px;
		left: calc(50% - 10px);
	}
	#keyvisual .btn_area .btn_area_05 {
		width: 199px; 
		top: 47px;
		left: calc(50% + 210px);
	}
}


/* ===== Red Settings ===== */
p.red {
	margin: 3rem 0;
  padding: 1rem 1.5rem;
	border: 1px solid #eb3628;
}


/* ===== News Settings ===== */
#news h2 {
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
	padding: 0;
}
#news dl dt {
	display: table;
	font-weight: 400;
	color: #fff;
	margin-bottom: 0.5rem;
	padding: 0 0.25rem 0.25rem 0.25rem;
	background: #695e4e;
	border-radius: 3px;
}
#news dl dd {
  margin-bottom: 1rem;
  padding-bottom: 1rem;
  border-bottom: 1px dotted #000;
}
@media print, screen and (min-width: 768px) {
	#news {
		margin-top: 3rem;
	}	
  #news h2 {
    font-size: 20px;
		margin: 0 0 2rem 0;
  }
  #news dl {
    margin: 0 auto;
    overflow: hidden;
  }
  #news dl dt {
    clear: left;
    float: left;
		padding: 0 1rem 0.25rem 1rem;
  }
  #news dl dd {
    padding-left: 7em;
		border-bottom: none;
  }
}

/* ===== Highlights Settings ===== */
#highlights {
  margin-top: 3rem;
}
#highlights h2 {
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
}
#highlights .bx-wrapper {
  margin-bottom: 0.5rem;
  border: none;
  box-shadow: none;
}
#highlights #photo li {
  float: left;
  width: 31.33%;
  list-style: none;
  margin: 0 1%;
}
#highlights .top_img img {
  display: block;
  max-width: 100%;
  margin: 0 auto;
}
#highlights .photo:first-of-type  {
  display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
	list-style: none;
}
#highlights .photo:first-of-type  li {
	width: 32%;
	margin: 0;
}
#highlights .photo:last-of-type  {
  display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	list-style: none;
}
#highlights .photo:last-of-type  li {
	width: 32%;
	margin:  0.5em 0.5rem;
}

#highlights video {
  width: 98%;
  margin: 1%;
}
@media print, screen and (min-width: 768px) {
  #highlights h2 {
    font-size: 20px;
		margin-bottom: 2rem;
  }
  #highlights #photo {
    display: table;
    width: 100%;
    margin: 0 auto;
  }
  #highlights #photo li {
    width: 32%;
    margin: 0 2%;
  }
  #highlights #photo li:first-of-type, #highlights #photo li:last-of-type {
    margin: 0;
  }
	#highlights .photo:first-of-type  li {
		width: 32%;
		margin: 0 0 0.5rem 0;
	}
	#highlights .photo:last-of-type  li {
		width: 32%;
		margin:  0.5em 0.8rem;
	}
  #highlights video {
    display: block;
    width: 100%;
    margin: 10px auto;
  }
}
@media print, screen and (min-width: 980px) {
  #highlights {
    margin-top: 5rem;
  }
}
@media screen and (min-width: 1200px) {
  #highlights #photo li {
    width: 269px;
    margin: 0 33px;
  }
  #highlights video {
    margin-top: 30px;
  }
}

/* ===== Related Events Settings ===== */
#event {
	width: 100%;
	max-width: 1200px;
  margin: 5rem auto;
}
#event h2 {
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  margin-bottom: 2rem;
}
#event ul li {
  width: 280px;
  text-align: center;
  list-style: none;
  margin: 0 auto 1rem auto;
}
#event ul li a:hover {
  opacity: 0.7;
}
@media print, screen and (min-width: 768px) {
	#event {
		margin-bottom: 0;
		padding-bottom: 5rem;
		border-bottom: none;
	}
	
  #event h2 {
    font-size: 20px;
  }
	#event ul {
		display: flex;
		justify-content: space-between;
		gap: 1%;
		padding: 0;
	}
  #event ul li {
    width: 25%;
		margin: 0;
  }
}
@media print, screen and (min-width: 980px) {
  #event {
    margin-top: 5rem;
  }
}


/* ===== Btn Settings ===== */
#main .index .btn {
  display: table;
  margin-bottom: 2rem;
}

#main .index .btn li {
  list-style: none;
  margin-bottom: 1rem;
}

#main .index .btn li a {
  font-weight: 700;
  color: #000;
  text-align: center;
  padding: 3px;
	background: rgb(0,170,30); /* Old browsers */
	background: -moz-linear-gradient(-45deg,  rgba(0,170,30,1) 0%, rgba(0,170,30,1) 25%, rgba(0,112,21,1) 25%, rgba(10,60,15,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(-45deg,  rgba(0,170,30,1) 0%,rgba(0,170,30,1) 25%,rgba(0,112,21,1) 25%,rgba(10,60,15,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(135deg,  rgba(0,170,30,1) 0%,rgba(0,170,30,1) 25%,rgba(0,112,21,1) 25%,rgba(10,60,15,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}

#main .index .btn li a:after { display: none; }

#main .index .btn li a span {
	display: block;
	color: #fff;
	padding: 1rem;
	background: #000;
}

#main .index .btn li a span br {
	display: none;
}

@media print, screen and (min-width: 768px) {
  #main .index .btn {
    display: flex;
		flex-wrap: wrap;
		align-items: center;
  }

	#main .index .btn li {
    width: 33.33%;
		box-sizing: border-box;
		padding-right: 1rem;
  }
  
  #main .index .btn li:last-of-type {
    padding-right: 0;
  }
	
	#main .index .btn li a {
		padding: 10px;
	}

  #main .index .btn li a span {
    padding: 2.5rem 2rem;
  }
  
  #main .index .btn li a span {
    font-size: 1.6rem;
  }

	#main .index .btn li:first-of-type a span,
	#main .index .btn li:last-of-type a span {
		padding: 3.5rem 2rem
	}

	#main .index .btn li a span br {
		display: block;
	}
}

@media print, screen and (min-width: 768px) {
  #main .index .btn li a {
    font-size: 1.5rem;
  }
}

@media print, screen and (min-width: 1200px) {
  #main .index .btn li a span {
    font-size: 2rem;
  }
	
	#main .index .btn li:first-of-type a span,
	#main .index .btn li:last-of-type a span {
		padding: 3.85rem 2rem
	}
}


/* ===== Change Settings ===== */
#change {
  font-size: 1.6rem;
  color: #DD4A50;
  margin: 0 0 2rem 0;
  padding: 0.5em;
	background: #fff;
  border: 2px solid #DD4A50;
}
@media print, screen and (min-width: 768px) {
  #change {
    font-size: 1.8rem;
    text-align: center;
    margin: 1em 0 2rem 0;
    padding: 1em;
    border: 4px solid #DD4A50;
  }
}
@media print, screen and (min-width: 980px) {
  #change {
    font-weight: 700;
    margin: 2rem 0;
  }
}


/* ===== thankyou Settings ===== */
#main #next_info {
	color: #fff;
  text-align: center;
  margin-bottom: 2rem;
	padding: 2rem;
	background: #786D50;
}

#main #next_info h2 {
	color: #fff;
  line-height: 1.8;
  margin: 0 0 2rem 0;
  padding: 0;
  background: none;
}

#main #next_info dl dt {
  width: 4em;
  margin: 0 auto 0.5rem auto;
  padding: 0.5rem;
  border: 1px solid #fff;
  border-radius: 3px;
}

#main #next_info dl dd {
  margin-bottom: 1rem;
}

#main #next_info p {
  font-size: 12px;
  margin: 0 0 1rem 0;
}

@media (min-width: 768px) {
  #main #next_info {
    clear: both;
    width: 60%;
    margin: 0 auto;
  }
	
	#main #next_info h2 {
		font-size: 1.9rem;
	}
  
  #main #next_info dl {
    display: table;
    font-size: 17px;
    margin: 0 auto;
   overflow: hidden;
  }
  
  #main #next_info dl dt {
    clear: left;
    float: left;
    width: 4em;
  }
  
  #main #next_info dl dd {
    text-align: left;
    margin-left: 4.5em;
    padding: 0.5rem;
  }
}

/* ===== thankyou Settings ===== */
#main .thankyou caption {
	font-size: 1.6rem;
	font-weight: 700;
	line-height: 1.2;
	color: #786D50;
	margin-bottom: 1rem;
}

#main .thankyou caption span {
	font-size: 1.4rem;
	font-weight: 300;
}

#main .thankyou p {
	font-size: 1.2rem;
}

.thankyou table {
	text-align: center;
}

.thankyou table th {
	text-align: center;
}

.thankyou table td:first-of-type br {
	display: none;
}

.thankyou table td:nth-of-type(3) span,
.thankyou table td:last-of-type span {
	display: inline-block;
	font-weight: 400;
	font-size: 1.2rem;
	line-height: 1.4;
}

.thankyou table td:nth-of-type(3),
.thankyou table td:last-of-type {
	font-weight: 700;
}

.thankyou table img {
	width: 20px;
}

@media print, screen and (min-width: 1200px) {

	.thankyou table td:first-of-type br {
		display: block;
	}
	
	.thankyou table td:nth-of-type(3),
	.thankyou table td:last-of-type {
		font-size: 1.8rem;
	}
		
	.thankyou {
		display: flex;
	}
	
	.thankyou .table {
		width: 50%;
		font-size: 1.4rem;
	}
	
	.thankyou .table:first-of-type {
		padding-right: 15px;
	}
	
	.thankyou .table:last-of-type {
		padding-left: 15px;
	}
	#main .thankyou caption {
		font-size: 1.8rem;
	}
}


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