@charset "UTF-8";
html, body {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
  height: 100%;
}

body {
  background: #fc4f3d;
  font-family: YuGothic, "游ゴシック体", "Noto Sans Japanese","din-2014","a-otf-gothic-bbb-pr6n","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,Osaka,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
  font-size: 14px;
  line-height: 1.6;
  color: #1e1e1e;
  word-break: break-all;
  -webkit-text-size-adjust: 100%;
}

img {
  max-width: 100%;
  display: block;
}

.green {
  color: #16a288;
}

.fw_normal {
  font-weight: normal !important;
}

.line-through {
  text-decoration: line-through;
}

.events_btn .btn.open {
  background-color: #1e1e1e;
}
.events_btn .btn.open:hover {
  background-color: #545353 !important;
}

.events_btn .btn.close {
  background-color: #d8d8d8;
}
.events_btn .btn.close:hover {
  background-color: #d8d8d8 !important;
}

@media screen and (min-width: 641px) {
  h2 {
    font-size: 36px;
    margin: 0;
    padding: 0;
    letter-spacing: 0.06em;
  }

  h3 {
    font-size: 24px;
    margin: 0;
    padding: 0;
  }

  h4 {
    font-size: 40px;
    margin: 0;
    padding: 0;
    color: #FFF;
  }

  .header {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 3;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .header .h_title {
    font-size: 22.4px;
    font-size: 1.4rem;
    line-height: 1.2;
  }
  .header .h_title img.rogo {
    width: 80px;
    padding: 3px 7px;
  }
  .header .header_nav {
    padding: 8px;
  }
  .header .header_nav .header_btn {
    margin-left: 8px;
  }
  .header .header_nav .header_btn .btn {
    height: 40px;
    padding-left: 24px;
    padding-right: 24px;
    background-color: #1e1e1e;
    color: #fff !important;
  }
  .header .header_nav .header_btn .btn:hover {
    background-color: #545353 !important;
  }

  .l-contents .theme_section .theme_title {
    margin: 30px 0px;
  }
  .l-contents .theme_section .sub_theme {
    font-size: 26px;
    margin: 0;
    padding: 0;
  }
  .l-contents .theme_section .sub_theme p:after {
    background-color: #1e1e1e;
    border-radius: 2px;
    content: "";
    display: block;
    height: 4px;
    width: 100%;
  }
  .l-contents .theme_section .events_title_wrap p > a {
    color: #16a288;
    text-decoration: none;
  }
  .l-contents .theme_section .events_title_wrap p > a:hover {
    color: #aae6db;
  }
  .l-contents .theme_section .events_title_wrap:after, .l-contents .theme_section .events_title_wrap:before {
    background-color: #1e1e1e;
    border-radius: 2px;
    content: "";
    display: block;
    height: 4px;
    width: 100%;
    margin: 10px 0px;
  }
  .l-contents .theme_section .detail {
    text-align: center;
    margin-top: 4px;
  }
  .l-contents .events_section {
    padding: 60px 10px;
    background-color: #1e1e1e;
    color: #fff;
  }
  .l-contents .events_section .section_title {
    max-width: 570px;
    line-height: 1.8em;
    font-size: 18px;
    margin: 20px auto;
    font-weight: bold;
  }
  .l-contents .events_section .summary {
    max-width: 600px;
    margin: auto;
  }
  .l-contents .events_section .summary .border-left {
    padding-left: 26px;
  }
  .l-contents .events_section .summary p {
    line-height: 2.1em;
    letter-spacing: 0.06em;
    font-size: 14px;
    margin: 20px 0;
  }
  .l-contents .events_section .summary p.line:before {
    content: "";
    display: block;
    width: 100%;
    margin: 30px 0px;
    border-top: 2px dashed #1e1e1e;
  }
  .l-contents .events_section .border-left {
    border-left: 2px solid #fff;
  }
  .l-contents .about_section {
    background-color: #fff;
    padding: 60px 10px;
  }
  .l-contents .about_section .summary {
    max-width: 600px;
    margin: auto;
  }
  .l-contents .about_section .summary .border-left {
    padding-left: 26px;
  }
  .l-contents .about_section .summary p {
    line-height: 2.1em;
    letter-spacing: 0.06em;
    font-size: 14px;
    margin: 20px 0;
  }
  .l-contents .about_section .summary p.line:before {
    content: "";
    display: block;
    width: 100%;
    margin: 30px 0px;
    border-top: 2px dashed #1e1e1e;
  }
  .l-contents .member_section .member_bg {
    background-attachment: scroll;
    height: 600px;
    width: calc(100%);
    margin-left: 0;
    margin-right: 0;
  }
  .l-contents .member_section .member_inner {
    padding: 40px 16px 60px;
    color: #16a288;
    font-weight: bold;
    max-width: 740px;
    margin: auto;
  }
  .l-contents .member_section .member_inner .member_box {
    margin-bottom: 30px;
  }
  .l-contents .member_section .member_inner .member_name {
    font-size: 24px;
    margin-bottom: 6px;
  }
  .l-contents .member_section .member_inner .member_description {
    font-size: 14px;
  }
  .l-contents .member_section .member_inner .member_description a {
    text-decoration: none;
    color: #16a288;
  }
  .l-contents .member_section .member_inner .member_description a:hover {
    color: #aae6db;
  }
  .l-contents .school_section {
    padding: 40px 16px 20px;
    background-color: #1e1e1e;
    color: #fff;
  }
  .l-contents .school_section .content {
    max-width: 740px;
    margin: auto;
  }
  .l-contents .school_section .content p {
    font-size: 14px;
  }
  .l-contents .school_section .socialButtonList {
    width: 300px;
    margin: 30px auto 10px;
    text-align: center;
    padding: 0;
  }
  .l-contents .school_section .socialButtonList li {
    margin: 0 6px;
    display: inline-block;
    vertical-align: top;
  }
  .l-contents .school_section .socialButtonList li a {
    display: block;
    color: #FFF;
    height: 48px;
    width: 48px;
    line-height: 48px;
    text-align: center;
    -webkit-border-radius: 48px;
    border-radius: 48px;
    border: 2px solid #fff;
  }
  .l-contents .school_section .socialButtonList li a:hover {
    background-color: #545454;
  }

  footer {
    background-color: #1e1e1e;
    padding: 20px 0;
    color: #fff;
  }
  footer .footer-copyright {
    max-width: 740px;
    margin: auto;
  }
  footer .footer-copyright .copyright {
    font-size: 12px;
    text-align: right;
    margin: 0 15px;
  }

  .events_btn {
    margin-top: 30px;
    text-align: center;
    margin-bottom: 8px;
  }
  .events_btn .btn {
    height: 50px;
    padding-left: 24px;
    padding-right: 24px;
    background-color: #d8d8d8;
    color: #fff;
  }

  .btn {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    height: 50px;
    line-height: 1;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 50px;
    padding-left: 32px;
    padding-right: 32px;
    font-weight: bold;
    text-decoration: none;
    -webkit-transition: all 100ms cubic-bezier(0.42, 0, 1, 1);
    transition: all 100ms cubic-bezier(0.42, 0, 1, 1);
    white-space: nowrap;
  }
  .btn:hover {
    background-color: #545353;
  }

  .section p {
    font-size: 16px;
    font-weight: normal;
    margin: 0;
    padding: 0;
  }
  .section p.large {
    font-size: 20px !important;
  }
  .section p.small {
    font-size: 12px !important;
  }
}
@media screen and (max-width: 640px) {
  h2 {
    font-size: 26px;
    margin: 0;
    padding: 0;
    letter-spacing: 0.04em;
  }

  h3 {
    font-size: 18px;
    margin: 0;
    padding: 0;
  }

  h4 {
    font-size: 36px;
    margin: 0;
    padding: 0;
    color: #FFF;
  }

  .header {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 3;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .header .h_title {
    padding: 0 10px;
    font-size: 22.4px;
    font-size: 1.4rem;
    line-height: 1.2;
  }
  .header .h_title img.rogo {
    width: 100px;
  }
  .header .header_nav {
    padding: 8px;
  }
  .header .header_nav .header_btn {
    margin-left: 8px;
  }
  .header .header_nav .header_btn .btn {
    height: 40px;
    padding-left: 24px;
    padding-right: 24px;
    background-color: #1e1e1e;
    color: #fff !important;
  }
  .header .header_nav .header_btn .btn:hover {
    background-color: #545353 !important;
  }

  .l-contents .theme_section {
    padding: 150px 16px 20px;
  }
  .l-contents .theme_section .sub_theme {
    font-size: 26px;
    margin: 0;
    padding: 0;
  }
  .l-contents .theme_section .sub_theme p:after {
    background-color: #1e1e1e;
    border-radius: 2px;
    content: "";
    display: block;
    height: 4px;
    width: 100%;
    margin-top: 5px;
  }
  .l-contents .theme_section .theme_title {
    padding: 14px 0px;
  }
  .l-contents .theme_section .events_title_wrap p > a {
    color: #16a288;
    text-decoration: none;
  }
  .l-contents .theme_section .events_title_wrap p > a:hover {
    color: #aae6db;
  }
  .l-contents .theme_section .events_title_wrap:after, .l-contents .theme_section .events_title_wrap:before {
    background-color: #1e1e1e;
    border-radius: 2px;
    content: "";
    display: block;
    height: 4px;
    width: 100%;
    margin: 10px 0px;
  }
  .l-contents .events_section {
    padding: 40px 16px 20px;
    background-color: #1e1e1e;
    color: #fff;
  }
  .l-contents .events_section .section_title {
    max-width: 570px;
    line-height: 1.8em;
    font-size: 15px;
    margin: 20px 0;
    font-weight: bold;
  }
  .l-contents .events_section .summary {
    max-width: 600px;
    margin: auto;
  }
  .l-contents .events_section .summary .border-left {
    padding-left: 26px;
  }
  .l-contents .events_section .summary p {
    line-height: 1.8em;
    font-size: 15px;
    margin: 20px 0;
  }
  .l-contents .events_section .summary p.line:before {
    content: "";
    display: block;
    width: 100%;
    margin: 30px 0px;
    border-top: 2px dashed #1e1e1e;
  }
  .l-contents .events_section .border-left {
    border-left: 2px solid #fff;
  }
  .l-contents .about_section {
    background-color: #fff;
    padding: 40px 16px 20px;
  }
  .l-contents .about_section .summary .border-left {
    padding-left: 18px;
  }
  .l-contents .about_section .summary p {
    line-height: 1.8em;
    font-size: 15px;
    margin: 20px 0;
    font-weight: normal;
  }
  .l-contents .about_section .summary p.line:before {
    content: "";
    display: block;
    width: 100%;
    margin: 40px 0px;
    border-top: 2px dashed #1e1e1e;
  }
  .l-contents .member_section .member_bg {
    background-attachment: scroll;
    height: 300px;
    width: calc(100%);
    margin-left: 0;
    margin-right: 0;
  }
  .l-contents .member_section .member_inner {
    padding: 20px 16px;
    color: #16a288;
    font-weight: bold;
  }
  .l-contents .member_section .member_inner .member_box {
    margin-bottom: 30px;
  }
  .l-contents .member_section .member_inner .member_name {
    font-size: 20px;
    margin-bottom: 6px;
  }
  .l-contents .member_section .member_inner .member_description {
    font-size: 14px;
  }
  .l-contents .member_section .member_inner .member_description a {
    text-decoration: none;
    color: #16a288;
  }
  .l-contents .member_section .member_inner .member_description a:hover {
    color: #aae6db;
  }

  footer {
    background-color: #1e1e1e;
    padding: 20px 0;
    color: #fff;
  }
  footer .footer-copyright .copyright {
    font-size: 12px;
    text-align: right;
    margin: 0 15px;
  }

  .events_btn {
    margin-top: 30px;
    text-align: center;
    margin-bottom: 8px;
  }
  .events_btn .btn {
    height: 40px;
    padding-left: 24px;
    padding-right: 24px;
    background-color: #1e1e1e;
    color: #fff;
  }

  .btn {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    height: 50px;
    line-height: 1;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 50px;
    padding-left: 32px;
    padding-right: 32px;
    font-weight: bold;
    text-decoration: none;
    -webkit-transition: all 100ms cubic-bezier(0.42, 0, 1, 1);
    transition: all 100ms cubic-bezier(0.42, 0, 1, 1);
    white-space: nowrap;
  }
  .btn:hover {
    background-color: #545353;
  }

  .section p {
    font-size: 16px;
    font-weight: normal;
    margin: 0;
    padding: 0;
  }
  .section p.large {
    font-size: 20px;
  }
  .section p.small {
    font-size: 12px;
  }

  p.mb5 {
    margin-bottom: 5px;
  }
}
