@charset "euc-jp";
/* CSS Document */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
ite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
ol,
ul,
li,
fieldset,
form,
label,
legend,
caption,
tbody,
tfoot,
thead,
tt,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video,
p,
dd,
img,
dl,
dt {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Segoe UI",
    "Noto Sans Japanese", "�ҥ饮�γѥ� ProN W3", Meiryo, sans-serif;
}
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

li {
  list-style: none;
}

h2 {
  font-size: 40px;
  font-weight: bold;
  text-align: center;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 768px) {
  .pc_off {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .sp_off {
    display: none;
  }
  h2 {
    font-size: 30px;
    letter-spacing: normal;
  }
  img {
    width: 100%;
  }
}

.contact {
  position: fixed;
  right: 0;
  top: 100px;
}
@media screen and (max-width: 1200px) {
  .contact {
    display: none;
  }
}

#header_wrap {
  width: 100%;
  background: #e1e0db;
  border-bottom: #373636 solid 5px;
}
#header {
  width: 1000px;
  margin: 0 auto;
}
#header:after {
  content: "";
  clear: both;
  height: 0;
  display: block;
  visibility: hidden;
}
#header h1 {
  float: left;
  margin: 0;
  padding: 0;
}
#header ul {
  float: right;
  font-size: 18px;
  line-height: 3.4em;
}
#header ul li {
  float: left;
  margin-left: 18px;
  color: #9a9a9a;
}
#header ul li a {
  color: #9a9a9a;
  text-decoration: none;
}
#header ul li:hover {
  color: #fff;
}
@media screen and (max-width: 768px) {
  #header {
    width: 100%;
    margin: 0 auto;
  }
  #header h1 {
    width: 88%;
  }
  #header h1 img {
    width: auto;
  }
  .menu-trigger,
  .menu-trigger span {
    display: inline-block;
    transition: all 0.4s;
    box-sizing: border-box;
    cursor: pointer;
  }
  .menu-trigger {
    position: fixed;
    width: 50px;
    height: 50px;
    background: #e1e0db;
    color: #000;
    z-index: 2;
    right: 0;
  }
  .menu-trigger span {
    position: absolute;
    background: #000;
    width: 30px;
    height: 2px;
    left: 0;
    right: 0;
    margin: auto;
  }
  .menu-trigger span:nth-of-type(1) {
    top: 15px;
    right: 0;
  }
  .menu-trigger span:nth-of-type(2) {
    top: 0;
    bottom: 0;
  }
  .menu-trigger span:nth-of-type(3) {
    bottom: 15px;
  }
  .menu-trigger.active span:nth-of-type(1) {
    -webkit-transform: translateY(9px) rotate(-45deg);
    transform: translateY(9px) rotate(-45deg);
  }
  .menu-trigger.active span:nth-of-type(2) {
    opacity: 0;
  }
  .menu-trigger.active span:nth-of-type(3) {
    -webkit-transform: translateY(-9px) rotate(45deg);
    transform: translateY(-9px) rotate(45deg);
  }
  .menu-trigger.deactivate span:nth-of-type(1) {
    top: 15px;
    right: 0;
  }
  .menu-trigger.deactivate span:nth-of-type(2) {
    top: 0;
    bottom: 0;
  }
  .menu-trigger.deactivate span:nth-of-type(3) {
    bottom: 15px;
  }

  .g-nav {
    display: none;
    position: fixed;
    top: 0;
    background: #fff;
    width: 100%;
  }
  .g-nav .list {
    padding: 20px;
  }
  .g-nav .list .item {
    border-bottom: 1px solid #fff;
  }
  .g-nav .list .item a {
    display: block;
    text-align: center;
    text-decoration: none;
    color: #fff;
    padding: 10px 0;
  }
  #header ul {
    float: none;
    font-size: 20px;
    line-height: 2em;
    width: 100%;
    border-bottom: 5px solid #000;
  }
  #header ul li {
    float: none;
    margin-left: 0;
    color: #9a9a9a;
    letter-spacing: 0.1em;
    font-weight: bold;
    width: 100%;
    border-bottom: 1px #000 solid;
  }
  #header ul li a:hover {
    background: #e1e0db;
    color: #fff;
  }
}

#main {
  width: 100%;
  padding: 0;
  margin: 0;
}

#content_top {
  width: 100%;
  text-align: center;
  font-size: 30px;
  background: url(../img/back_section_top.jpg) top center;
  height: 392px;
}
#content_top h1 {
  margin: 0;
  line-height: 300px;
  letter-spacing: 0.1em;
  font-size: 42px;
  font-weight: bold;
}
.scroll {
  height: 392px;
  background-image: url(../img/section_top.png);
  animation: cloudmove 40s linear infinite;
  -webkit-animation: cloudmove 40s linear infinite;
  -moz-animation: cloudmove 40s linear infinite;
}

@keyframes cloudmove {
  0% {
    background-position: 1600px 392px;
  }
  100% {
    background-position: 0 392px;
  }
}
@-webkit-keyframes cloudmove {
  0% {
    background-position: 1600px 392px;
  }
  100% {
    background-position: 0 392px;
  }
}

@media screen and (max-width: 768px) {
  #content_top {
    background: url(../img/sp_back_section_top.jpg) no-repeat #007ec3 center top;
    height: auto;
    background-size: cover;
    width: 100%;
  }
  #content_top h1 {
    margin: 0;
    line-height: normal;
    letter-spacing: 0.1em;
    font-size: 20px;
    left: 0;
    right: 0;
    padding-top: 15%;
    padding-bottom: 16%;
  }
  .scroll {
    height: auto;
    background-image: url(../img/sp_section_top.png);
    animation: cloudmove 40s linear infinite;
    -webkit-animation: cloudmove 40s linear infinite;
    -moz-animation: cloudmove 40s linear infinite;
  }
  @keyframes cloudmove {
    0% {
      background-position: 0 bottom;
    }
    100% {
      background-position: 100% bottom;
    }
  }
  @-webkit-keyframes cloudmove {
    0% {
      background-position: 0 bottom;
    }
    100% {
      background-position: 100% bottom;
    }
  }
}

#content_01 {
  width: 100%;
  height: auto;
  background: #007ec3 url(../img/back_section_0101.gif) no-repeat top center;
  background-size: contain;
  text-align: center;
}
#content_01 #topics {
  background: url(../img/back_section_0102.gif) center bottom no-repeat;
  background-size: contain;
}
#content_01 #topics .topics_text {
  width: 913px;
  background: #fff;
  height: auto;
  margin: 0 auto;
  padding: 0 96px 48px;
  text-align: left;
}
#content_01 #topics h2 {
  color: #007ec3;
  padding-bottom: 20px;
}
#content_01 dl {
  height: 500px;
  overflow-y: scroll;
}
#content_01 dd {
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  #content_01 {
    background: #007ec3 url(../img/spback_section_0101.gif) top no-repeat;
  }

  #content_01 #topics {
    width: 90%;
    margin: 0 auto;
  }
  #content_01 {
    background: #007ec3;
    background-image: none;
    padding-bottom: 10px;
  }
  #content_01 #topics .topics_text {
    background: #fff;
    width: 100%;
    padding: 5%;
  }
  /*#content_01 dt:nth-of-type(n+2){display:none;}
#content_01 dd:nth-of-type(n+2){display:none;}*/
  #content_01 dl {
    height: 200px;
    overflow-y: scroll;
  }
}

#content_02 {
  width: 100%;
  height: auto;
  background: #f8b425 url(../img/back_section_0201.gif) no-repeat top center;
  background-size: contain;
  text-align: center;
}
#content_02 #outline {
  background: url(../img/back_section_0202.gif) center bottom no-repeat;
  background-size: contain;
}
#content_02 #outline .outline_text01 {
  width: 913px;
  background: #fff;
  height: auto;
  margin: 0 auto;
  padding: 0 96px 96px;
  text-align: left;
  line-height: 1.8em;
}
#content_02 #outline .outline_text01:after {
  content: "";
  clear: both;
  height: 0;
  display: block;
  visibility: hidden;
}
#content_02 #outline h2 {
  color: #f8b425;
  padding-bottom: 20px;
}
#content_02 #outline h3 {
  font-size: 20px;
  font-weight: bold;
  line-height: 40px;
  color: #f8b425;
}
#content_02 #outline h4 {
  font-weight: bold;
}
#content_02 #outline .outline_01 {
  margin-bottom: 50px;
}
#content_02 #outline .outline_02 {
  float: left;
  width: 320px;
}
#content_02 #outline .outline_03 {
  float: right;
  width: 320px;
}

@media screen and (max-width: 768px) {
  #content_02 {
    background: #f8b425 url(../img/spback_section_0201.gif) top no-repeat;
  }
  #content_02 #outline {
    width: 90%;
    margin: 0 auto;
    background: none;
  }
  #content_02 #outline .outline_text01 {
    width: 100%;
    padding: 5%;
    background-color: #fff;
  }
  #content_02 #outline .outline_02 {
    float: none;
    width: 100%;
  }
  #content_02 #outline .outline_03 {
    float: none;
    width: 100%;
  }
}

#content_03 {
  width: 100%;
  height: auto;
  background: #81cc5c url(../img/back_section_0301.gif) no-repeat top center;
  background-size: contain;
  text-align: center;
}
#content_03 #members {
  background: url(../img/back_section_0302.gif) center bottom no-repeat;
  background-size: contain;
}
#content_03 #members .members_text01 {
  width: 913px;
  background: #fff;
  height: auto;
  margin: 0 auto;
  text-align: left;
}
#content_03 a:hover {
  cursor: pointer;
}
#content_03 a:hover img {
  opacity: 0.6;
  filter: alpha(opacity=60);
  -ms-filter: "alpha(opacity=60)";
}
#content_03 #members h2 {
  color: #81cc5c;
}
#content_03 li {
  margin: 0 auto;
}
#content_03 #members li h3 {
  font-weight: bold;
  font-size: 16px;
}
#content_03 li.members_01 {
  float: left;
  text-align: center;
  margin-bottom: 20px;
}
#content_03 li.members_01:first-child {
  float: left;
  width: 400px;
  padding-left: 120px;
}
#content_03 li.members_02 {
  float: right;
  width: 400px;
  padding-right: 120px;
  text-align: center;
  margin-bottom: 20px;
}
#content_03 .members_s ul {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
  max-width: 913px;
  justify-content: center;
}
#content_03 .members_s li {
  float: left;
  width: 190px;
  text-align: center;
  margin: 0 19px 20px;
}
/* #content_03 .members_s li:nth-of-type(4n){margin-right:0;} */
#content_03 li.members_01 img {
  border-radius: 84px;
  height: 168px;
  width: 168px;
  margin-bottom: 10px;
}
#content_03 li.members_02 img {
  border-radius: 84px;
  height: 168px;
  width: 168px;
  margin-bottom: 10px;
}
#content_03 li.members_03 img {
  border-radius: 84px;
  height: 168px;
  width: 168px;
  margin-bottom: 10px;
}
.member-center {
  justify-content: center;
}
.member-center img {
  border-radius: 84px;
  height: 168px;
  width: 168px;
  margin-bottom: 10px;
}

@media screen and (max-width: 768px) {
  #content_03 {
    background: url(../img/spback_section_0301.gif) top no-repeat #81cc5c;
  }
  #content_03 #members {
    background: none;
    width: 90%;
    margin: 0 auto;
  }
  #content_03 #members .members_text01 {
    width: 100%;
    font-size: 14px;
  }
  #content_03 #members .members_01box {
    width: 60%;
    margin: 0 auto;
  }
  #content_03 li.members_01:first-child {
    float: left;
    width: 48%;
    padding: 0 3%;
  }
  #content_03 li.members_02 {
    float: right;
    width: 48%;
    padding: 0 3%;
    text-align: center;
  }
  #content_03 .members_s li {
    width: 27%;
    text-align: center;
    margin: 0 3%;
  }
  #content_03 .members_s li:nth-of-type(4n) {
    margin-right: 3%;
  }
  #content_03 li.members_01 img {
    border-radius: 50%;
    height: auto;
    width: 100%;
    margin-bottom: 10px;
  }
  #content_03 li.members_02 img {
    border-radius: 50%;
    height: auto;
    width: 100%;
    margin-bottom: 10px;
  }
  #content_03 li.members_03 img {
    border-radius: 50%;
    height: auto;
    width: 100%;
    margin-bottom: 10px;
  }
}

#content_04 {
  width: 100%;
  background: #4c4da1 url(../img/back_section_0401.gif) no-repeat top center;
  text-align: center;
  background-size: contain;
}
#content_04 #schedule {
  background: url(../img/back_section_0402.gif) center bottom no-repeat;
  background-size: contain;
}
#content_04 #schedule .schedule_text {
  width: 913px;
  background: #fff;
  margin: 0 auto;
  padding: 0 96px 96px;
  text-align: left;
}
#content_04 #schedule h2 {
  color: #4c4da1;
  padding-bottom: 20px;
}
#content_04 #schedule .schedule_text:after {
  content: "";
  clear: both;
  height: 0;
  display: block;
  visibility: hidden;
}
#content_04 ul {
  margin-bottom: 20px;
  width: 100%;
}
#content_04 dd {
  float: left;
  margin-right: 40px;
  width: 100px;
}
#content_04 dt {
  float: left;
  margin-right: 40px;
}
#content_04 dt.time {
  width: 150px;
  text-align: center;
}
#content_04 li:after {
  content: "";
  clear: both;
  height: 0;
  display: block;
  visibility: hidden;
}
#content_04 .day_left {
  width: 100%;
  magin: 0 auto;
  height: 500px;
  overflow-y: scroll;
}
#content_04 .day_right {
  width: 359px;
  float: right;
}
@media screen and (max-width: 768px) {
  #content_04 {
    background: url(../img/spback_section_0401.gif) top no-repeat #4c4da1;
  }
  #content_04 #schedule {
    width: 90%;
    margin: 0 auto;
    background: none;
  }
  #content_04 #schedule .schedule_text {
    width: 100%;
    padding: 5%;
    background: none;
    background: #fff;
  }
  #content_04 .day_left {
    width: 100%;
    float: none;
  }
  #content_04 .day_right {
    width: 100%;
    float: none;
  }
  #content_04 ul {
    margin-bottom: 20px;
    margin-top: 0;
    padding-top: 0;
  }
  #content_04 dd {
    float: left;
    margin-right: 20px;
  }
  /*.readmore-button-box a {display: inline-block;}
.readmore-button-box {text-align: center;}*/
  .hide-text {
    display: none;
  }
  button.readmore {
    position: relative;
    height: 80px;
    width: 90px;
    margin: 40px auto;
    display: block;
    background-color: transparent;
    color: #666;
    padding-bottom: 40px;
    border: none;
    outline: 0;
    transition: 0.5s;
    -erbkit-transition: 0.5s;
  }
  button.readmore::after {
    content: " ";
    position: absolute;
    width: 30px;
    height: 30px;
    border-top: solid 3px #666;
    border-right: solid 3px #666;
    transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    right: 28px;
    top: 25px;
    transition: 0.5s;
    -erbkit-transition: 0.5s;
  }
  button.readmore:hover::after {
    top: 40px;
  }
  .on-click {
    color: transparent !important;
  }
  .on-click {
    transform: rotate(-180deg);
    -webkit-transform: rotate(-180deg);
  }
}

#content_05 {
  width: 100%;
  height: auto;
  background: #bc9f55 url(../img/back_section_0501.gif) no-repeat top center;
  text-align: center;
  background-size: contain;
}
#content_05 #about {
  background: url(../img/back_section_0502.gif) center bottom no-repeat;
  padding-bottom: 96px;
  background-size: contain;
}
#content_05 #about .about_text {
  width: 913px;
  background: #fff;
  height: auto;
  margin: 0 auto;
  text-align: left;
}
#content_05 #about h2 {
  color: #bc9f55;
  padding-bottom: 20px;
}
#content_05 #about:after {
  content: "";
  clear: both;
  height: 0;
  display: block;
  visibility: hidden;
}
#content_05 dl {
  line-height: 30px;
  padding: 0 96px;
}
#content_05 dt {
  font-weight: bold;
}
#content_05 dd {
  margin-bottom: 10px;
}
#content_05 .content_05map {
  width: 914px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  #content_05 {
    background: #bc9f55 url(../img/spback_section_0501.gif) no-repeat top center;
  }
  #content_05 #about {
    background: none;
    width: 90%;
    margin: 0 auto;
  }
  #content_05 #about .about_text {
    width: 100%;
  }
  #content_05 dl {
    line-height: 30px;
    padding: 0 5%;
  }
  #content_05 .content_05map {
    width: 100%;
    margin: 0 auto;
  }
}

#footer_wrap {
  width: 100%;
  background: url(../img/back_foot.gif) #198bc9 no-repeat top center;
  background-size: contain;
  padding-top: 17%;
  text-align: center;
}
#footer_wrap:after {
  content: "";
  clear: both;
  height: 0;
  display: block;
  visibility: hidden;
}
#footer {
  background: #198bc9;
  color: #fff;
  padding: 10px;
  width: 1000px;
  margin: 0 auto;
}
#footer:after {
  content: "";
  clear: both;
  height: 0;
  display: block;
  visibility: hidden;
}
#footer ul {
  padding-bottom: 20px;
  text-align: center;
  list-style-type: none;
  padding-left: 0;
}
#footer li {
  display: inline-block;
}
#footer li a {
  text-decoration: none;
  color: #fff;
}
#footer .left {
  float: left;
}
#footer .right {
  float: right;
}
@media screen and (max-width: 768px) {
  #footer_wrap {
    background-size: contain;
    padding-top: 15.87%;
  }
  #footer {
    width: 90%;
  }
  #footer .left {
    float: none;
  }
  #footer .right {
    float: none;
  }
  #footer .right img {
    width: auto;
  }
}
#pageTop {
  position: fixed;
  bottom: 20px;
  right: 20px;
}

#pageTop a {
  display: block;
  z-index: 999;
}

#pageTop a:hover {
  text-decoration: none;
  opacity: 0.7;
}

#content_contact {
  width: 100%;
  height: auto;
  background: #007ec3 url(../img/back_section_0101.gif) no-repeat top center;
  background-size: contain;
  text-align: center;
}
#content_contact #contact {
  background: url(../img/back_section_0102.gif) center bottom no-repeat;
  background-size: contain;
  padding-bottom: 45px;
  padding-top: 45px;
}
#content_contact #contact .contact_text {
  width: 913px;
  background: #fff;
  height: auto;
  margin: 0 auto;
  padding: 0 96px 48px;
  text-align: left;
}
#content_contact #contact h2 {
  color: #007ec3;
  padding-bottom: 20px;
}
#content_contact dl {
  height: auto;
}
#content_contact dd {
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  #content_01 {
    background: #007ec3 url(../img/spback_section_0101.gif) top no-repeat;
  }

  #content_contact #contact {
    width: 90%;
    margin: 0 auto;
  }
  #content_contact {
    background: #007ec3;
    background-image: none;
    padding-bottom: 10px;
  }
  #content_contact #contact .contact_text {
    background: #fff;
    width: 100%;
    padding: 5%;
  }
  #content_contact dl {
    height: auto;
  }
}

/*　Googleカレンダー埋め込み  */

.g-calendar {
  text-align: center;
}

.g-calendar iframe {
  width: 100%;
  max-width: 800px;
  height: 400px;
}

@media (min-width: 768px) {
  .g-calendar iframe {
    height: 600px;
  }
}
