@charset "UTF-8";
/* Scss Document */
@import url("https://fonts.googleapis.com/css?family=Noto+Sans+JP:400,700&display=swap");

.sp {
    display: none;
}

body {
    width: 100%;
    height: 100%;
    font-family: 'Noto Sans JP', sans-serif;
    margin: 0;
    padding: 0;
}

.body-wrap {
    width: 100%;
    height: 100%;
	background-color: #64af76;
}

.body-wrap .contents {
    width: 100%;
    margin: 0;
    padding: 0;
    text-align: center;
}

.body-wrap .contents .top{
    width: 100%;
}

.body-wrap .contents img {
    width: 100%;
}

.body-wrap .contents section {
}

.body-wrap .contents .news {
	width: 100%;
}

.body-wrap .contents .news p.title{
	font-size: 2em;
	margin-top: 5px;
	font-weight: bold;
	text-align: left;
}

.body-wrap .contents .news p.day{
    font-size: 1.5em;
	margin-top: 15px;
	font-weight: bold;
}

.body-wrap .contents .news p.explain{
    font-size: 1.5em;
    line-height: 1.7em;
    
}
.body-wrap .contents .title2 {
    margin-top: -10%;
	margin-left: 20%;
	margin-right: 20%;
	margin-bottom: 2%;
}
.body-wrap .contents .title {
    margin-top: 1%;
	margin-left: 20%;
	margin-right: 20%;
	margin-bottom: 2%;
}

.body-wrap .contents .title .bn1 {
  display: inline-block;
  margin-right: 20px;
}

.body-wrap .contents .title .bn2 {
  display: inline-block;
  margin-left: 20px;
}
.body-wrap .contents .bn {
	margin-top: 5%;
	margin-left:10%;
	margin-right:10%;
	margin-bottom: 5%;
}

.body-wrap .contents .bn .bn1 {
  display: inline-block;
}

.body-wrap .contents .bn .bn2 {
  display: inline-block;
  margin-left: 20px;
}

.body-wrap .contents .explain2{
	font-size: 1.3em;
    margin: -30px 0 30px 0;
}


.body-wrap .contents footer {
    width: 100%;
    height: 100px;
    background: #64af76;
    margin-top: 10px;
    color: #333;
    font-size: 1em;
    text-align: center;
}   

.body-wrap .contents footer a {
    text-decoration: none;
    color: #fff;
}

.event-link {
  color: #d9e4f0;
  text-decoration: none;
  background: rgba(0, 0, 0, 0.25);
  padding: 0.8em;
  border-radius: 10px;
  display: inline-block;
  margin-top: 15px;
  font-size: 0.75em;
  max-width: 578px;
  width: 90%;
  margin-left: auto;
	margin-right: auto;
}

.event-link:hover,
.event-link:focus {
  background: rgba(0, 0, 0, 0.35);
  outline: 2px solid rgba(255, 255, 255, 0.8);
}

.br-sp {
  display: none;
}