@charset "utf-8";


/*font-face*/

@font-face {
  font-family: 'Noto Sans Japanese';
  font-style: normal;
  font-weight: 100;
  src: url("https://fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Thin.woff2") format('woff2'), url("https://fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Thin.woff") format('woff'), url("https://fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Thin.otf") format('opentype');
}
@font-face {
  font-family: 'Noto Sans Japanese';
  font-style: normal;
  font-weight: 200;
  src: url("https://fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Light.woff2") format('woff2'), url("https://fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Light.woff") format('woff'), url("https://fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Light.otf") format('opentype');
}
@font-face {
  font-family: 'Noto Sans Japanese';
  font-style: normal;
  font-weight: 300;
  src: url("https://fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-DemiLight.woff2") format('woff2'), url("https://fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-DemiLight.woff") format('woff'), url("https://fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-DemiLight.otf") format('opentype');
}
@font-face {
  font-family: 'Noto Sans Japanese';
  font-style: normal;
  font-weight: 400;
  src: local('NotoSansJP-Regular.otf'), url("https://fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Regular.woff2") format('woff2'), url("https://fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Regular.woff") format('woff'), url("https://fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Regular.otf") format('opentype');
}
@font-face {
  font-family: 'Noto Sans Japanese';
  font-style: normal;
  font-weight: 700;
  src: url("https://fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Bold.woff2") format('woff2'), url("https://fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Bold.woff") format('woff'), url("https://fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Bold.otf") format('opentype');
}


/*body*/

html {
  font-size: 62.5%;
}
body {
  font-family: 'Noto Sans Japanese', sans-serif;
  font-size: 1.6rem;
  line-height: 1.8;
  color: #201d1d;
  position: relative;
}
a {
  color: #22A4DB;
  text-decoration: underline;
}
a:link {}
a:visited {}
a:hover {
  opacity: 0.8;
}
a:active {}
a:focus {
  color: #22A4DB;
}
img {
  max-width: 100%;
  height: auto;
}
li img, dd img {
  vertical-align: bottom;
}


/*header*/

.global-header {
  background-color: #48A839;
  width: 100%;
  position: relative;
  z-index: 10;
}
@media all and (min-width: 768px) {
  .global-header {
    z-index: auto;
  }
}
.global-header__inner {
  width: 100%;
  padding: 10px 10px 10px 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 0px;
}
@media all and (min-width: 768px) {
  .global-header__inner {
    padding: 1.6rem 0;
  }
}
.site-logo {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  line-height: 1.2;
}
@media all and (min-width: 768px) {
  .site-logo {
    margin-bottom: 0;
  }
}
.site-logo a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.site-logo__img {
  width: 45vw;
  height: auto;
  margin-right: 10px;
  margin-top: 10px;
}
#menuSwitch {
  display: none;
}
#menuSwitch:checked + .site-menu__switch .site-menu__line:nth-of-type(1) {
  top: 8px;
  -webkit-transform: translate(-14px, 7px) rotate(45deg);
  transform: translate(-14px, 7px) rotate(45deg);
}
#menuSwitch:checked + .site-menu__switch .site-menu__line:nth-of-type(2) {
  display: none;
}
#menuSwitch:checked + .site-menu__switch .site-menu__line:nth-of-type(3) {
  top: 22px;
  -webkit-transform: translate(-14px, -7px) rotate(-45deg);
  transform: translate(-14px, -7px) rotate(-45deg);
}
#menuSwitch:checked + .site-menu__switch .site-menu__txt:before {
  content: "close";
}
#menuSwitch:checked + .site-menu__switch + .menu-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  padding: 2em;
}
#menuSwitch:checked + .site-menu__switch + .menu-list .menu-list__item {
  margin: 1em 0;
  opacity: 1;
}
#menuSwitch:checked + .site-menu__switch + .menu-list .menu-list__txt {
  line-height: 1;
}
.site-menu {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  padding: 2%;
}
@media all and (min-width: 768px) {
  .site-menu {
    margin-top: 1.6rem;
    position: static;
    padding: 0;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
.site-menu__switch {
  display: block;
  width: 44px;
  height: 44px;
  border-radius: 4px;
  border: 1px solid #fff;
  padding: 4px;
  position: relative;
}
@media all and (min-width: 768px) {
  .site-menu__switch {
    display: none;
  }
}
.site-menu__line {
  display: inline-block;
  width: 28px;
  height: 0;
  border-top: 1px solid #fff;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.site-menu__line:nth-of-type(1) {
  top: 8px;
}
.site-menu__line:nth-of-type(2) {
  top: 15px;
}
.site-menu__line:nth-of-type(3) {
  top: 22px;
}
.site-menu__txt {
  display: inline-block;
  color: #fff;
  font-size: 1rem;
  font-weight: 100;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.site-menu__txt:before {
  font-style: normal;
  content: "menu";
}
.menu-list {
  list-style: none;
  margin-bottom: 0;
  position: absolute;
  right: 0;
  width: 100vw;
  height: 0;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  background-color: #48A839;
  text-align: center;
  padding: 0;
  line-height: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  overflow: hidden;
}
@media all and (min-width: 768px) {
  .menu-list {
    width: auto;
    position: static;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0;
    height: auto;
    line-height: 1;
  }
}
.menu-list__item {
  color: #fff;
  margin: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  opacity: 0;
}
@media all and (min-width: 768px) {
  .menu-list__item {
    margin: 0 2em;
    opacity: 1;
  }
}
.menu-list__item a {
  color: #fff;
  text-decoration: none;
  display: block;
  width: 100%;
  height: 100%;
}
.menu-list__item a label {
  display: block;
  width: 100%;
  height: 100%;
}
@media all and (min-width: 768px) {
  .menu-list__item.bogo {
    display: none;
  }
}
.menu-list__txt {
  display: block;
  font-size: 1.6rem;
  font-weight: 200;
  text-align: center;
  line-height: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media all and (min-width: 768px) {
  .menu-list__txt {
    line-height: 1;
  }
}


/*main-visual*/

.main-visual {
  width: 100%;
  height: calc(105vh - 60px);
  position: relative;
}
@media all and (min-width: 768px) {
  .main-visual {
    height: calc(100vh - 113px);
  }
}
.main-visual__img {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  z-index: -1;
}
.main-visual__copy {
  text-align: center;
  width: 100%;
  height: 100%;
  -webkit-transform: translate(0%, 30%);
  transform: translate(0%, 30%);
}
@media all and (min-width: 768px) {
  .main-visual__copy {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -20%);
    transform: translate(-50%, -20%);
    width: 100%;
  }
}
.main-visual__txt {
  display: block;
  color: #fff;
  font-weight: 400;
  font-size: 4.8rem;
  line-height: 7.2rem;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}
@media all and (min-width: 768px) {
  .main-visual__txt {
    text-align: center;
    font-size: 6.0rem;
  }
  .sp_br {
    display: none;
  }
}


/*section*/

section {
  margin: 40px auto 20px auto;
}
@media all and (min-width: 768px) {
  section {
    width: 980px;
  }
}
.section-title {
    text-align: center;
	margin-bottom: 1.5em;
}
@media all and (min-width: 768px) {
  .section-title {
    margin-top: 4em;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 1.5em;
  }
}
.section-title span {
    font-size: 2.4rem;
    color: #22A4DB;
    border-bottom: 3px solid #F5EA2B;
    line-height: 2.4rem;
}


/*about*/

.about__txt {
  padding: 20px 20px 20px 20px;
  font-size: 1.6rem;
  line-height: 3.2rem;
  text-align: left;
  word-break: normal;
}
@media all and (min-width: 768px) {
  .about__txt {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 65%;
    flex: 1 1 65%;
    padding: 0 1em;
  }
}
.about .section-body {
  width: 100%;
  margin: 0 auto 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
@media all and (min-width: 768px) {
  .about .section-body {
    width: 100%;
	margin: 20px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}
.about__img {
  text-align: center;

}
@media all and (min-width: 768px) {
  .about__img {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 35%;
    flex: 0 0 35%;
    padding: 0 3em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
.about__img img {
  width: 40%;
}
@media all and (min-width: 768px) {
  .about__img img {
    width: 100%;
  }
}


/*pdf*/

.section03-item {
  padding: 20px;
  text-align: center;
}
.section03-item img {
  width: 20%;
  
}
.section03-item p {
  text-align: center;
}
@media (min-width : 768px) {
  .section03 {
    display: flex;
    flex-wrap: wrap;
  }
  .section03-item {
    width: 25%;
  }
.section03-item img {
  width: 50%;
}
}


/*informations*/

.informations_content {
  padding: 0px 20px 20px 20px;
}

@media all and (min-width: 768px) {
  .informations_content {
    display: block;
  }
}
.informations {
  position: relative;
}
@media all and (min-width: 768px) {
  .informations {
    width: 980px;
  }
}


/*googleCalendar*/

.cal_wrapper {
max-width: 960px;
min-width: 300px;
margin: 2.0833% auto;
}

.googlecal {
position: relative;
padding-bottom: 100%;
height: 0;
}

.googlecal iframe {
position: absolute;
top: 0;
left: 0;
width: 100% !important;
height: 100% !important;
}

@media only screen and (min-width: 768px) {
.googlecal { padding-bottom: 75%; }
}

/*googlemap*/

.gmap {
margin: 0 auto;
width: 100%;
height: 0;
overflow: hidden;
padding-bottom: 50%;
position: relative;
}
.gmap iframe {
position: absolute;
left: 0;
top: 0;
height: 100%;
width: 100%;
}

@media only screen and (min-width: 768px){
.gmap {
margin: 0 auto;
width: 960px;
	}
}
/*vote*/

.query {
  text-align: center;
  font-size: 1.6rem;
}
/*registration*/
.registration {
  padding: 0 1em;
}
.registration p {
  text-align: center;
  line-height: 3.2rem;
}
.registration_btn {
  display: block;
  width: 240px;
  height: 60px;
  line-height: 60px;
  color: #FFF;
  text-decoration: none;
  text-align: center;
  background-color: #48A839; /*ボタン色*/
  border-radius: 5px; /*角丸*/
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  margin: 0 auto;
}
.registration_btn:visited {
  color: #fff;
}
.registration_btn:hover {
  color: #22A4DB;
  background-color: #56CE6B; /*ボタン色*/
}
.registration_info {
  text-align: center;
  margin-bottom: 1em;
}
.registration__title {
  font-size: 2.4rem;
  font-weight: 100;
  margin-bottom: 0.5em;
}
@media all and (min-width: 768px) {
  .registration__title {
    font-size: 3.6rem;
  }
}


/*donation*/

.donation {
  padding: 0 1em;
}
.donation p {
  text-align: center;
  line-height: 3.2rem;
}
.donation_btn {
  display: block;
  width: 240px;
  height: 60px;
  line-height: 60px;
  color: #FFF;
  text-decoration: none;
  text-align: center;
  background-color: #F8C85B; /*ボタン色*/
  border-radius: 5px; /*角丸*/
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  margin: 0 auto;
}
.donation_btn:hover {
  background-color: #f9c500; /*ボタン色*/
}
.donation_info {
  text-align: center;
  margin-bottom: 1em;
}
.donation__title {
  font-size: 2.4rem;
  font-weight: 100;
  margin-bottom: 0.5em;
}
@media all and (min-width: 768px) {
  .donation__title {
    font-size: 3.6rem;
  }
}


/*policy*/
.policy {
  width: 100%;
  margin: 0 auto;
  padding: 2em;
}
.policy h2 {
  margin-top: 1em;
}
.policy p {
  margin-bottom: 1em;
}
@media all and (min-width: 768px) {
  .policy {
    width: 980px;
    padding: 3em 10em;
  }
}


/*footer*/

.global-footer {
  width: 100%;
  background-color: #F5F2FD;
  padding-top: 20px;
  margin-top: 40px;
}

@media all and (min-width: 768px) {
  .global-footer {
	min-width: 100%;
	padding-top: 20px;
  }
}

.global-footer__sns-list {
	list-style: none;
    display: flex;
}

@media all and (min-width: 768px) {
  .global-footer__sns-list .sns-list__item {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 30%;
	flex: 0 0 30%;
	padding-top: 40px;

  }
}

.section04-item {
  padding: 10px;
  text-align: center;
}
.section04-item img {
  width: 30%;
  
}
.section04-item p {
  text-align: center;
  color: inherit;
  text-decoration: none;
}
@media (min-width : 768px) {
  .section04 {
    display: flex;
    flex-wrap: wrap;
	width: 980px;
	margin: 0 auto 0 auto;
  }
  .section04-item {
    width: 33%;
  }
.section04-item img {
  width: 35%;
}
}

.bunner img {
  width: 280px;
}
@media (min-width : 768px) {
  .bunner img {
  width: 480px;
}
}
