@charset "UTF-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css2?family=Klee+One:wght@600&family=Noto+Sans+JP:wght@400;800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Klee+One:wght@600&family=Noto+Sans+JP:wght@400;800&family=Shippori+Mincho+B1&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Klee+One:wght@600&family=Noto+Sans+JP:wght@400;800&family=Roboto+Condensed:ital,wght@0,400;0,700;1,400&family=Shippori+Mincho+B1&display=swap');
/* common parts */
.wrapper {
  width: 90%;
  max-width: 700px;
  margin: 0 auto;
}
.article {
  margin-bottom: 70px;
}
.serif {
  font-family: 'Shippori Mincho B1', serif;
  font-size: 1em;
  line-height: 1.8;
  text-align: justify;
}
.gothic {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 1em;
  line-height: 1.8;
  text-align: justify;
}
.eng {
  font-family: 'Roboto Condensed', sans-serif;
}
.small {
  font-size: 0.9em;
}
.clear {
  clear: both;
}
a:hover {
  opacity: 70%;
  transition-duration: 0.3s;
}
.btn-area {
  display: flex;
  text-decoration: none;
  margin: 0.9em 0;
}
.btn {
  display: block;
  width: 48%;
  margin: 0 2% 0 0;
  padding: 10px;
  border: 1px solid #333;
  text-decoration: none;
  color: #333;
  background-image: url("../../img/arrow-black.svg");
  background-repeat: no-repeat;
  background-size: 7px;
  background-position: right 10px center;
}
.btn-l {
  width: 100%;
}
.btn:hover {
  background-position: right 7px center;
  transition-duration: 0.3s;
}
/* common parts */
header, h1 {
  text-align: center;
}
h1 img {
  height: 150px;
  width: auto;
  margin: 0 auto;
}
h2, .entry-title {
  font-family: 'Klee One', cursive;
  margin-bottom: 30px;
  text-align: center;
  font-size:  1.5em;
  font-weight: 600;
}
.main-img {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
  text-align: center;
}
.main-img img {
  width: 100%;
  height: auto;
}
.main-img__pc {
    display: none;
  }
.information, .member, .committee, .entry, .documents {
  width: 100%;
  padding: 70px 0;
}
.member, .entry__gray, .committee{
  background-color: #f0f0f0;
}
.nav {
   width: 100%;
  padding: 70px 0 0 0;
}
.news {
  border-bottom: 1px solid #f0f0f0;
  margin-bottom: 20px;
}
.news-date {
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 700;
  margin-bottom: 5px;
  color: #333;
}
.news-txt {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 1em;
  line-height: 1.8;
  margin-bottom: 20px;
}
.member-list {
  margin-bottom: 30px;
}
.member-list th {
  font-weight: normal;
  width: 6em;
  text-align: left;
  vertical-align: text-top;
}
.nav__area {
  display: flex;
}
.nav__contents {
  margin: 1%;
  padding: 0 0 10px 0;
  width: 32%;
  text-align: center;
  text-decoration: none;
  color: black;
}
.nav__txt {
  display: block;
  border-bottom: 1px solid #777;
  padding: 0 0 10px 0;
}
.nav__arrow {
  width: 100%;
  height: 25px;
  background-image: url("../../img/arrow.svg");
  background-repeat: no-repeat;
  background-position: center bottom 5px;
  background-size: 13px;
}
.nav__arrow:hover {
  background-position: center bottom;
  transition-duration: 0.3s;
}
.entry-special {
  padding: 10px 0;
  margin: 30px 0;
  text-align: center;
  border-top: solid 1px #ddd;
  border-bottom: solid 1px #ddd;
}
.entry-special__title {
  font-size: 1em;
  margin-bottom: 0; 
}
.entry-class {
  padding: 10px 0 10px 30px;
  margin: 50px 0 10px 0 ;
  border-left: 2px solid red;
  font-size: 0.9em;
  font-weight: normal;
}
.entry-class span {
  font-size: 1.5em;
  font-family: 'Klee One', cursive;
  font-weight: 600;
}
.entry-box {
  padding: 15px 30px;
  background-color: #f0f0f0;
  font-size: 0.9em;
}
.entry-box__gray {
  background-color: white;
}
.entry-box__title-l {
  margin: 0.9em 0;
  font-size: 1em;
  color: #888;
}
.entry-box__title-s {
  font-size: 1em;
  margin: 0.9em 0;
}
.entry-apply {
  font-size: 0.9em;
  margin: 50px 0;
}
.entry-apply__title-l {
  text-align: center;
  margin: 0 0 2em 0;
}
.entry-apply__title-s {
  margin: 0.9em 0;
  font-size: 0.9em;
}
.documents-list {
	list-style: none;
	display: flex;
	margin-bottom: 20px;
}
.documents-list__item {
	display: inline-block;
	width: 10em;
	border: 1px solid black;
	padding: 2px 5px;
	margin-right: 10px;
	text-align: center;
}
.documents-list__item a {
	text-decoration: none;
	color: black;
}
footer {
  padding: 70px 0;
  background-color: black;
  color: white;
  text-align: center;
}
.footer-right__logo {
  width: 50px;
  height: 70px;
  margin: 50px auto;
}
.footer-right__sns-area {
  display: flex;
  justify-content: center;
}
.footer-right__sns {
  width: 24px;
  margin: 10px;
}
.footer-left p {
  text-align: center;
}
.footer-left a {
  color: white;
  font-size: 0.8em;
}
.footer-left ul {
  list-style: none;
  padding: 0;
  margin-top: 30px;
}
.support {
  font-size: 0.6rem;
  margin: 70px auto 0px;
  color: white;
}
.support a {
  color: white;
}
.photo-credit {
  font-size: 0.8em;
  margin-top: 4em;
  color: #333;
}
@media screen and (min-width: 481px) {
  .main-img {
    display: none;
  }
  .main-img__pc {
    display: block;
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
  text-align: center;
}
  .br {
    display: none;
  }
  .btn-l {
    width: 48%;
  }
  .footer-left {
    float: left;
    text-align: left;
  }
  .footer-left p {
    text-align: left;
  }
  .footer-left li {
    display: inline-block;
    margin-right: 2rem;
  }
  .footer-right {
    float: right;
    position: relative;
    text-align: right;
  }
  .footer-right__logo {
  width: 50px;
  height: 70px;
  margin: 15px auto 10px;
}
}