@charset "UTF-8";
body {
  -webkit-text-size-adjust: 100%;
}
table {
  border-collapse: collapse;
}
.pd0 {
  padding: 0;
}
.br-sp {
  display: block !important;
}
.br-pc {
  display: none !important;
}
.span-sp {
  display: inline !important;
}
.span-pc {
  display: none !important;
}
.img-sp {
  display: block !important;
}
.img-pc {
  display: none !important;
}
@media (min-width: 768px) {
  .br-sp {
    display: none !important;
  }
  .br-pc {
    display: block !important;
  }
  .span-sp {
    display: none !important;
  }
  .span-pc {
    display: inline !important;
  }
  .img-sp {
    display: none !important;
  }
  .img-pc {
    display: block !important;
  }
}
.clear {
  clear: both;
  display: block;
}
ol {
  padding: 10px 0 10px 40px;
  display: block;
}
ol li {
  list-style-type: decimal;
  font-size: 18px;
  text-indent: 4px;
  margin: 0 0 6px 0;
}
/*--------------------------------------
Link設定
--------------------------------------*/
a {
  transition: .3s all;
}
a:link {
  color: #006699;
  text-decoration: none;
}
a:visited {
  color: #006699;
  text-decoration: none;
}
a:hover {
  color: #006699;
  text-decoration: underline;
}
a:hover img {
  opacity: 0.5;
  filter: alpha(opacity=50);
  -ms-filter: "alpha( opacity=50 )";
}
a:active {
  color: #006699;
  text-decoration: none;
}
/*--------------------------------------
Form設定
--------------------------------------*/
select {
  font-size: 14px;
}
/*--------------------------------------
パーツ設定
--------------------------------------*/
/* -----------
global navigation
----------- */
.spNaviArea01 {
  display: block;
  width: 100%;
  padding: 0 0;
  box-sizing: border-box;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
}
.spNaviArea01 img {
  display: block;
  width: 40%;
  height: auto;
  margin: 10px 0 0 20px;
}
.spNaviArea01 h1 {
  overflow: hidden;
}
@media (min-width: 768px) {
  .spNaviArea01 {
    display: none;
    width: 100vw;
    padding: 0 0;
    box-sizing: border-box;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    background: #000000;
  }
}
.triggerArea01 {
  display: inline-block;
}
.barsIconArea01 {
  padding: 0;
  border: none;
  outline: none;
  cursor: pointer;
  display: block;
  position: fixed;
  z-index: 100;
  right: 0;
  top: 0;
  width: 60px;
  height: 60px;
  background: #FFF;
}
.spNaviArea02 {
  width: 100vw;
  height: 100vh;
  display: none;
  background: rgba(255, 255, 255, 0.95);
  position: fixed;
  margin: 0 auto;
  z-index: 50;
}
.spNaviArea02 ul {
  padding: 40px 20px;
  width: 100vw;
  height: 100vh;
  box-sizing: border-box;
  display: flex;
  justify-content: space-around;
  align-items: center;
  position: absolute;
  flex-direction: row;
  flex-wrap: wrap;
}
.spNaviArea02 li {
  text-align: center;
}
.spNaviArea02 ul a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40vw;
  padding: 14px 0;
  transition: all .3s;
  text-decoration: none;
  font-size: 20px;
  font-family: YakuHanJP, 'Noto Sans JP', sans-serif;
  font-weight: 700;
}
.spNaviArea02 ul a:hover {
  background: #FFF;
}
/* -----------
HeaderArea
----------- */
.cmnHeaderArea01 {
  padding: 0 0;
  width: 100%;
  border-bottom: 4px solid #1aa0c9;
  height: 196px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.cmnHeaderArea01 img {
  display: block;
  padding: 8px 0;
}
.cmnHeaderArea01 img:last-child {
  display: block;
  padding: 8px 0;
  width: 80vw;
  height: auto;
}
@media (min-width: 768px) {
  .cmnHeaderArea01 {
    padding: 0 0;
    width: 100%;
    border-bottom: 4px solid #1aa0c9;
    height: 196px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }
  .cmnHeaderArea01 img {
    display: block;
    padding: 8px 0;
  }
  .cmnHeaderArea01 img:last-child {
    display: block;
    padding: 8px 0;
    width: 100%;
    height: auto;
  }
}
.breadcrumbListWp {
  width: 100%;
  background: #1980aa;
  padding: 10px 0;
}
.breadcrumbListArea01 {
  margin: 0 auto;
  color: #FFFFFF;
  display: flex;
  box-sizing: border-box;
  padding: 0 10px;
}
.breadcrumbListArea01 p {
  font-size: 13px;
}
.breadcrumbListArea01 p::after {
  content: "　>　";
}
.breadcrumbListArea01 p:last-child::after {
  content: none;
}
.breadcrumbListArea01 a {
  color: #fff000;
}
@media (min-width: 768px) {
  .breadcrumbListWp {
    width: 100%;
    background: #1980aa;
    padding: 10px 0;
  }
  .breadcrumbListArea01 {
    width: 1100%;
    margin: 0 auto;
    color: #FFFFFF;
    display: flex;
    box-sizing: border-box;
  }
  .breadcrumbListArea01 p {
    font-size: 14px;
  }
  .breadcrumbListArea01 p::after {
    content: "　>　";
  }
  .breadcrumbListArea01 p:last-child::after {
    content: none;
  }
  .breadcrumbListArea01 a {
    color: #fff000;
  }
}
.cmnContentWp {
  width: 100%;
  background: #82cbfa;
  border-top: 2px solid #1980aa;
  box-shadow: 0 2px 4px #569dcb inset;
  padding: 25px 0 0 0;
}
.cmnContentWp .photoBG01 {
  width: 100%;
  background: url("../img/cmn_bg01_sp.jpg") no-repeat bottom center;
  background-size: 100% auto;
  padding: 0 0 150px 0;
}
@media (min-width: 768px) {
  .cmnContentWp {
    width: 100%;
    background: #82cbfa;
    border-top: 2px solid #1980aa;
    box-shadow: 0 2px 4px #569dcb inset;
    padding: 34px 0 0 0;
  }
  .cmnContentWp .photoBG01 {
    width: 100%;
    background: url("../img/cmn_bg01.jpg") no-repeat bottom center;
    background-size: 100% auto;
    padding: 0 0 200px 0;
  }
}
.cmnContentBase01 {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
}
.cmnContentBase01 .cmnGnaviArea01 {
  display: none;
  width: 224px;
}
@media (min-width: 768px) and (max-width:973px) {
  .cmnContentBase01 .cmnGnaviArea01 {
    padding-right: 0 !important;
  }
  .indexMainPhotoArea01 img {
    margin-top: -12px !important;
  }
}
@media (min-width: 768px) {
  .cmnContentBase01 {
    display: flex;
    justify-content: center;
    margin: 0 auto;
  }
  .cmnContentBase01 .cmnGnaviArea01 {
    display: block;
    width: 240px;
    padding: 0 40px 0 10px;
  }
  .cmnContentBase01 .cmnGnaviArea01 ul.gnavUl {
    width: 100%;
    display: flex;
    flex-direction: column;
  }
  .cmnContentBase01 .cmnGnaviArea01 ul.gnavUl li {
    width: 224px;
    height: 60px;
    background: #1aa0c9;
    border-bottom: 1px solid #8dd0e4;
    transition: all 0.2s ease-out;
  }
  .cmnContentBase01 .cmnGnaviArea01 ul.gnavUl li:hover {
    background: #32bcea;
  }
  .cmnContentBase01 .cmnGnaviArea01 ul.gnavUl li:first-child {
    border-radius: 4px 4px 0 0;
  }
  .cmnContentBase01 .cmnGnaviArea01 ul.gnavUl li:last-child {
    border-radius: 0 0 4px 4px;
  }
  .cmnContentBase01 .cmnGnaviArea01 ul.gnavUl li a {
    width: 224px;
    height: 60px;
    padding: 0 0 4px 28px;
    font-size: 16px;
    color: #FFFFFF;
    box-sizing: border-box;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    background: url("../img/arrow01.png") no-repeat;
    background-position: right 20px top 50%;
  }
  .cmnContentBase01 .cmnGnaviArea01 ul.gnavUl li:hover a {
    padding: 0 0 4px 34px;
    text-decoration: none;
  }
  #about-UL li.li-01 {
    background: #32bcea;
  }
  #greet-UL li.li-02 {
    background: #32bcea;
  }
  #history-UL li.li-03 {
    background: #32bcea;
  }
  #constitution-UL li.li-04 {
    background: #32bcea;
  }
  #bylaws-UL li.li-05 {
    background: #32bcea;
  }
  #contact-UL li.li-06 {
    background: #32bcea;
  }
  #appli-UL li.li-07 {
    background: #32bcea;
  }
  #members-UL li.li-08 {
    background: #32bcea;
  }
  #meeting-UL li.li-09 {
    background: #32bcea;
  }
  #news-UL li.li-10 {
    background: #32bcea;
  }
  .cmnContentBase01 .cmnGnaviArea01 .bannerArea01 {
    width: 224px;
    height: 60px;
    background: #FFF;
    border-radius: 4px;
    margin: 4px 0 0 0;
    transition: all 0.2s ease-out;
  }
  .cmnContentBase01 .cmnGnaviArea01 .bannerArea01:hover {
    width: 224px;
    height: 60px;
    background: #CDF3FF;
    border-radius: 4px;
    margin: 4px 0 0 0;
  }
  .cmnContentBase01 .cmnGnaviArea01 .bannerArea01 a {
    width: 224px;
    height: 60px;
    padding: 0 0 4px 28px;
    font-size: 16px;
    line-height: 1.4;
    box-sizing: border-box;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    background: url("../img/arrow02.png") no-repeat;
    background-position: right 20px top 50%;
  }
  .cmnContentBase01 .cmnGnaviArea01 .bannerArea01:hover a {
    padding: 0 0 4px 34px;
    text-decoration: none;
  }
}
.cmnContentBase01 .contentAreaWp {
  margin: 10px 10px 0 10px;
}
.cmnContentBase01 .contentAreaWp h2 {
  width: 100%;
  background: #1aa0c9;
  border-radius: 4px 4px 0 0;
  padding: 8px 20px;
  border-bottom: #FFFFFF 1px solid;
  box-sizing: border-box;
  font-size: 22px;
  color: #FFFFFF;
}
.cmnContentBase01 .contentAreaWp02 {
  width: calc(100% - 40px);
  margin: 0 auto 40px auto;
}
.cmnContentBase01 .contentAreaWp02 h2 {
  width: 100%;
  background: #c91a1a;
  border-radius: 4px 4px 0 0;
  padding: 16px 40px;
  border-bottom: #FFFFFF 1px solid;
  box-sizing: border-box;
  font-size: 24px;
  color: #FFFFFF;
}
.cmnContentBase01 .contentAreaWp02 h3 {
  font-size: 18px;
  margin: 0 0 8px 0;
}
.cmnContentBase01 .contentAreaWp02 h4 {
  font-size: 20px;
  font-weight: 700;
  color: #c91a1a;
}
.contentBoxIndex01 {
  width: 100%;
  background: #FFFFFF;
  border-radius: 0 0 4px 4px;
  padding: 25px;
  box-sizing: border-box;
  border-top: #dcdcdc 1px solid;
}
.contentBoxIndex02 {
  width: 100%;
  background: #FFFFFF;
  border-radius: 0 0 4px 4px;
  padding: 40px;
  box-sizing: border-box;
  border-top: #dcdcdc 1px solid;
}
@media (min-width: 768px) {
  .cmnContentBase01 .contentAreaWp h2 {
    width: 100%;
    background: #1aa0c9;
    border-radius: 4px 4px 0 0;
    padding: 16px 25px;
    border-bottom: #FFFFFF 1px solid;
    box-sizing: border-box;
    font-size: 24px;
    color: #FFFFFF;
  }
  .cmnContentBase01 .contentAreaWp02 h2 {
    width: 100%;
    background: #c91a1a;
    border-radius: 4px 4px 0 0;
    padding: 16px 40px;
    border-bottom: #FFFFFF 1px solid;
    box-sizing: border-box;
    font-size: 24px;
    color: #FFFFFF;
  }
  .contentBoxIndex01 {
    width: 100%;
    background: #FFFFFF;
    border-radius: 0 0 4px 4px;
    padding: 40px 25px;
    box-sizing: border-box;
    border-top: #dcdcdc 1px solid;
  }
  .contentBoxIndex02 {
    width: 100%;
    background: #FFFFFF;
    border-radius: 0 0 4px 4px;
    padding: 40px;
    box-sizing: border-box;
    border-top: #dcdcdc 1px solid;
    margin: 0 0 60px 0;
  }
  .contentBoxIndex02 span {
    font-weight: 700;
    color: red;
  }
}
.infoListArea {
  width: 100%;
  display: flex;
  flex-direction: column;
  margin: 0 0 14px 0;
}
.infoListArea .daysArea01 {
  width: 100%;
  padding: 0 0 6px 0;
}
.infoListArea .daysArea01 p {
  line-height: 1.0;
}
.infoListArea .titleArea01 h3 {
  font-size: 18px;
  line-height: 1.6;
}
@media (min-width: 974px) {
  .infoListArea {
    width: 100%;
    display: flex;
    flex-direction: row;
    margin: 0 0 18px 0;
  }
  .infoListArea .daysArea01 {
    width: 114px;
  }
  .infoListArea .daysArea01 p {
    line-height: 1.0;
  }
  .infoListArea .titleArea01 h3 {
    font-size: 18px;
    line-height: 1.0;
  }
}
/* -----------
FooterArea
----------- */
.cmnFooterArea01 {
  width: 100%;
  height: auto;
  border-top: 4px solid #1aa0c9;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cmnFooterArea01 p {
  width: calc(100% - 40px);
  font-size: 14px;
  text-align: center;
  padding: 30px 0;
}
@media (min-width: 768px) {
  .cmnFooterArea01 {
    width: 100%;
    height: 100px;
    border-top: 4px solid #1aa0c9;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .cmnFooterArea01 p {
    font-size: 14px;
    text-align: center;
    width: 100%;
    padding: 0;
  }
}