@charset "UTF-8";

header {
  background-color: #DEEDF1;
  height: 100px;
}

.logo-fix {
  right: auto;
  left: 0;
  border-radius: 0 0px 40px 0px;
  padding: 10px 50px;
  height: 80px;
}

.logo-fix img {
  height: 60px;

}

.fix-nav {
  border-radius: 0 0px 0px 40px;
  padding: 0 50px;
  height: 80px;
}

.fix-nav li {
  line-height: 80px;
}

.top-fix-space {
  display: flex;
  align-items: center;
  background-color: #DEEDF1;
  padding: 30px 0;
  background-image: url(../img/top_bg.svg);
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: auto;
}

.top_copy {
  width: 40%;
  height: 100%;
  /*position: relative;*/
}

.white_box {
  border-radius: 20px;
  width: 100%;
  max-width: 400px;
  text-align: center;
  /*
  background-color: #fff;
  position: absolute;
  padding: 30px;
  right: -10%;
  bottom: 75px;
  z-index: 999;*/
  margin: auto;
  font-weight: bold;
  font-size: 2rem;
}

.bx_zone {
  width: 60%;
  height: auto;
  max-height: 500px;
  overflow: hidden;
  border-radius: 30px 0px 0px 30px;
}

.news {
  background-color: #FFF8E5;
  background-image: url(../img/contents2_bg.svg);
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: auto;
  padding-bottom: 100px;
}

.news_wrap {
  width: 100%;
  max-width: 1000px;
  padding: 30px 0 60px;
}

.news_wrap h2 {
  color: #004999;
  margin-bottom: 0;
  padding-left: 40px;
}

.news_list {
  background-color: #fff;
  padding: 20px;
  border-radius: 0 30px 30px 0;
}

.news_list li {
  display: flex;
  flex-wrap: nowrap;
  margin: 15px 0;
}

.news_list li span {
  color: #004999;
  width: 20%;
  padding: 0 20px;
  border-right: 1px dotted #004999;
}

.news_list li p {
  width: 80%;
  margin: 0 0 0 20px;
}

.about {
  background-color: #DEEDF1;
  padding-bottom: 20px;
}

.content {
  padding: 130px 0 80px;
  background-color: #fff;
  background-image: url(../img/contents1_bg.svg);
  background-position: center top;
  background-repeat: no-repeat;
  background-size: auto;
}

.club {
  padding: 80px 0;
  position: relative;
}

.club::after {
  content: "";
  width: 100%;
  height: 100%;
  background-color: #FFF8E5;
  display: block;
  position: absolute;
  top: 0;
  right: 50px;
  z-index: -1;
  border-radius: 40px;
}

.contact {
  margin-top: 80px;
  padding: 80px 0;
  background-color: #F6F6F6;
}

.title_en {
  color: #004999;
  font-size: 1.5rem;
  margin-bottom: 20px;
}

.title_en span {
  display: block;
  font-size: 0.7rem;
}

.title {
  color: #004999;
  padding: 3px 5px;
  border-bottom: 2px dotted #004999;
  display: inline-block;
}

.flex-list li {
  border: #004999 2px solid;
  background-color: #DEEDF1;
  padding: 10px;
  border-radius: 15px;
}

.flex-list li img {
  width: 60%;
  display: block;
  margin: 0 auto 10px auto;

}

.flex-list.club_ul li {
  background-color: #fff;
}

footer {
  background-image: url(../img/footer_bg.svg);
  background-position: center top;
  background-repeat: repeat-x;
  background-size: auto;
  background-color: #DEEDF1;
  margin-top: 20px;
  padding-top: 150px;
}

footer .flex {
  align-items: flex-start;
  margin-bottom: 20px;
}

.address {
  width: 50%;
}

.map {
  width: 50%;
  height: 250px;
  border: solid 2px #ccc;
}

@media (min-width: 1200px) {}




/* 大デバイス（デスクトップ, 1200px 未満）*/
@media (min-width: 992px) {}

/* 中デバイス（タブレット, 992px 未満）*/
@media (max-width: 991.98px) {}

/* 小デバイス（横向きモバイル, 768px 未満）*/
@media (max-width: 767.98px) {}

/* @include media-breakpoint-up(sm) {
   極小デバイス（縦向きモバイル, 576px 未満）*/
@media (max-width: 575.98px) {}