@charset "UTF-8";
/*********************************************************
全体
*********************************************************/
html,
body {
  height: 100%;
  line-height: normal;
}

body {
  color: #424242;
  -webkit-text-size-adjust: 100%;
}

.clearfix:after {
  clear: both;
  content: "";
  display: block;
  visibility: hidden;
}

li {
  list-style: none;
}

img {
  height: auto;
  max-width: 100%;
}

button,
input[type=submit],
input[type=reset] {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

span {
  font-weight: inherit;
}

.dib {
  display: inline-block;
}

.cs {
  font-family: "Times New Roman", serif;
  font-size: 48px;
  margin-top: -24px;
  position: absolute;
  top: 50%;
  left: 0;
  text-align: center;
  width: 100%;
}

.height-100 {
  box-sizing: border-box;
  height: 100%;
  position: relative;
}

.mincho {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

.dots {
  -webkit-text-emphasis: filled;
          text-emphasis: filled;
}

/*********************************************************
ヘッダー
*********************************************************/
header {
  background: #abe8fb;
  box-sizing: border-box;
  overflow-y: scroll;
  padding: 15px 0;
  position: fixed;
  right: 0;
  top: 0;
  text-align: center;
  width: 20%;
  height: 100%;
  z-index: 3;
}

header .logo {
  margin-bottom: 20px;
}

header .logo img {
  width: 70px;
}

/*banner-area*/
.banner-area {
  font-size: 0;
  margin-bottom: 20px;
}

.banner-area__illust,
.banner-area__banner {
  display: inline-block;
  font-size: 16px;
  vertical-align: middle;
  width: 50%;
}

.banner-area__illust img {
  width: 70px;
}

.banner-area__banner img {
  width: 80px;
}

header nav li {
  padding: 10px 0;
  position: relative;
}

header nav li::before,
header nav li:last-child::after {
  background: #63a9d2;
  content: "";
  position: absolute;
  left: 10%;
  width: 80%;
  height: 1px;
}

header nav li::before {
  top: 0;
}

header nav li:last-child::after {
  bottom: 0;
}

header nav a {
  color: #333;
  text-decoration: none;
}

header nav a:hover {
  color: #0008ff;
}

header nav a span {
  display: block;
  font-size: 14px;
  margin-top: 5px;
}

/*banner-chiba*/
.banner-chiba {
  margin-bottom: 10px;
  padding: 0 10px;
  text-align: center;
}
.banner-chiba li:last-child {
  margin-top: 10px;
}
.banner-chiba img {
  width: 230px;
}

/*header-address*/
.header-address {
  margin-top: 30px;
}

.header-address__text {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  font-size: 12px;
  line-height: 1.3;
  margin: 0 auto;
  text-align: left;
  width: 90%;
}

.header-address__text ul {
  width: 80%;
}

.header-address__text li {
  margin-bottom: 5px;
}

.header-address__title {
  font-size: 14px;
  font-weight: bold;
}

.header-address__address span:not(:last-child) {
  padding-bottom: 3px;
}

.header-address__tel.-sp {
  display: none;
}

.header-address__tel {
  font-size: 18px;
  font-weight: bold;
}

.header-address__tel i {
  font-size: 12px;
}

.header-address__img {
  width: 20%;
}

@media (max-width: 1300px) {
  .header-address__text {
    -moz-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
  }
  .header-address__text ul {
    width: 100%;
  }
  .header-address__img {
    margin-top: 20px;
    text-align: center;
    width: 100%;
  }
  .header-address__img img {
    width: 100px;
  }
}
/*********************************************************
メイン
*********************************************************/
.sp-header,
.close_btn {
  display: none;
}

.main-container {
  height: 100%;
}

/*main-image*/
.main-image {
  background-color: #CCC;
  background-image: url(image.php?id=014);
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  width: 100%;
  height: 100%;
}

.main-image__strong {
  position: absolute;
  top: 40px;
  left: 30px;
  width: 25%;
  z-index: 2;
}

.main-image__strong img {
  width: 100%;
}

.main-image__name {
  color: #F00;
  font-size: 60px;
  font-weight: bold;
  letter-spacing: 1px;
  position: absolute;
  bottom: 10px;
  left: 30px;
  width: 35%;
  z-index: 2;
}

.main-image__name img {
  width: 100%;
}

.main-image__sns {
  position: absolute;
  bottom: 40px;
  left: 40%;
  width: 10%;
  z-index: 2;
}

.main-image__img {
  position: absolute;
  bottom: 0;
  left: 0;
  overflow: hidden;
  width: 80%;
  height: 100%;
  max-height: 1000px;
}

.main-image__img img {
  display: block;
  height: 100%;
  margin: 0 auto;
}

/*main-title*/
.main-title {
  color: #FFF;
  font-size: 70px;
  font-weight: bold;
  letter-spacing: 1px;
  line-height: 1.2;
  position: absolute;
  top: 40px;
  right: 22%;
  text-shadow: 0 0 1px #333;
  writing-mode: vertical-rl;
  z-index: 2;
}

.main-title__jp {
  font-size: 50%;
}

.main-title__support {
  display: block;
  margin-top: 2em;
}

/*-----------------------
下層ページ共通
-----------------------*/
.col-bg {
  background-image: url(image.php?id=022);
  background-repeat: no-repeat;
  background-size: cover;
  position: fixed;
  top: 0;
  left: 0;
  width: 20%;
  height: 100%;
}

.col-main {
  padding: 0 20% 0 20%;
}

.col-main .inner {
  margin: 0 auto;
  max-width: 1100px;
  padding: 50px 20px;
}

.page-title {
  border-bottom: 1px solid #CCC;
  display: inline-block;
  font-size: 18px;
  letter-spacing: 0.5px;
  margin-bottom: 80px;
  padding-bottom: 3px;
  white-space: nowrap;
}

/*-----------------------
about.html
-----------------------*/
/*about*/
.about__title {
  background: #ffe000;
  font-size: 24px;
  font-weight: bold;
  padding: 10px 8px 10px 60px;
  position: relative;
}

.about__title::before {
  background-image: url(image.php?id=023);
  background-repeat: no-repeat;
  background-size: 100%;
  content: "";
  margin-top: -25px;
  position: absolute;
  top: 50%;
  left: 5px;
  width: 50px;
  height: 50px;
}

.about__licence {
  border-top: 2px solid #000;
  padding: 15px 10px 0;
}

.about__licence dt,
.about__licence dd {
  display: inline-block;
  line-height: 1.5;
  vertical-align: top;
}

.about__licence dt {
  width: 100px;
}

/*about-box*/
.about-box {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  padding: 30px 10px 10px;
}

.about-box__text th,
.about-box__text td {
  box-sizing: border-box;
  padding: 8px 5px;
}

.about-box__text th {
  text-align: right;
  width: 120px;
}

.about-box__point th,
.about-box__point td {
  color: #F00;
  font-weight: bold;
}

.about-box__img {
  width: 30%;
}

/*about-box02*/
.about-box02 {
  margin-top: 30px;
}

.about-box02__title {
  background: #ffe000;
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 30px;
  padding: 10px 8px;
}

.about-box02__img {
  float: right;
  margin: 0 0 10px 10px;
}

.-athletic .about-box02__img {
  max-width: 50%;
}

.about-box02__text {
  font-size: 18px;
  line-height: 1.5;
}

/*-----------------------
blog.html
-----------------------*/
/*blog*/
.blog {
  border-bottom: dotted 1px #CCC;
  margin-bottom: 50px;
  padding-bottom: 50px;
}

.blog:last-child {
  margin-bottom: 0;
}

.blog__no {
  display: inline-block;
  font-size: 18px;
  font-weight: bold;
  padding-left: 15px;
}

.blog__body {
  font-size: 18px;
  line-height: 1.5;
}

/* 横並び */
.blog-row {
  display: flex;
}

.-higafuna2020 {
  align-items: center;
  border: 1px solid #666;
  border-radius: 15px;
  box-sizing: border-box;
  font-size: 14px;
  margin: 0 auto;
  max-width: 650px;
  padding: 15px;
}

.-higafuna2020 .blog-row__box01 {
  width: 20%;
}

.-higafuna2020 .blog-row__box02 {
  margin: 0 3%;
  width: 59%;
}

.-higafuna2020 .blog-row__box03 {
  width: 15%;
}

/*月別ブログ等*/
/*.blog-select {
margin-bottom: 30px;
text-align: right;
}
.blog-wrap {
border-bottom: 2px solid #EEE;
margin-bottom: 50px;
padding-bottom: 30px;
}
.blog-wrap h3 {
background: #e8faff;
margin-bottom: 20px;
padding: 7px 0 7px 5px;
}
.blog-wrap .date {
color: #666;
font-size: 14px;
text-align: right;
}
.blog-wrap .body {
line-height: 1.7;
margin-top: 30px;
}
.blog-wrap .image img {
display: block;
margin-top: 30px;
}*/
/*pagination*/
/*.pagination div {
display: inline;
}
#pagination li,
#nextpage li,
#prevpage li {
float: left;
margin: 0 5px 5px 0;
text-align: center;
}
#pagination li a,
#nextpage li a,
#prevpage li a {
border: 1px solid #000;
color: #0008ff;
display: block;
font-size: 14px;
padding: 10px;
text-align: center;
}*/
/*-----------------------
gallery.html
-----------------------*/
.gallery-container {
  border-bottom: 1px solid #CCC;
  margin-bottom: 25px;
  padding-bottom: 25px;
}

.gallery-container:last-child {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}

.gallery-text,
.gallery-image {
  box-sizing: border-box;
  width: 50%;
}

.gallery-text h3 {
  color: #666;
  font-weight: bold;
  margin-bottom: 15px;
}

.gallery-text p {
  font-size: 14px;
  line-height: 1.5;
  margin-bottom: 1em;
}

.gallery-text p:last-child {
  margin-bottom: 0;
}

.gallery-container:nth-child(odd) .gallery-text,
.gallery-container:nth-child(even) .gallery-image {
  float: right;
  padding-left: 10px;
}

.gallery-container:nth-child(odd) .gallery-image,
.gallery-container:nth-child(even) .gallery-text {
  float: left;
  padding-right: 10px;
}

/*-----------------------
motto.html
-----------------------*/
/*motto*/
.motto__title {
  background-image: url(image.php?id=033);
  background-repeat: no-repeat;
  background-size: cover;
}

.motto__title img {
  display: inline-block;
}

.motto__title01 {
  width: 50%;
}

.motto__main-img {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
}

.motto__main-img img {
  width: 100%;
}

/*motto-box*/
.motto-box {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
}

/*motto-box02 motto-box03*/
.motto-box02,
.motto-box03 {
  box-sizing: border-box;
  width: 50%;
}

.motto-box02 {
  padding-right: 10px;
}

.motto-box03 {
  padding-left: 10px;
}

.motto-box02__title,
.motto-box03__title {
  border-radius: 0 0 10px 10px;
  color: #FFF;
  font-size: 24px;
  font-weight: bold;
  padding: 30px 10px 10px;
}

.motto-box02__title {
  background: #ef0202;
}

.motto-box03__title {
  background: #030194;
}

.motto-box02__title span,
.motto-box03__title span {
  font-size: 150%;
}

.motto-box02__head,
.motto-box03__head {
  border-style: dotted;
  border-width: 0 0 5px 0;
  margin-top: 15px;
  margin-bottom: 5px;
}

.motto-box02__head {
  border-color: #ef0202;
  color: #ef0202;
}

.motto-box03__head {
  border-color: #030194;
  color: #030194;
}

.motto-box02__head span,
.motto-box03__head span {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.5;
  margin-left: 1.5em;
  text-indent: -1.5em;
  display: block;
}

.motto-box02__body,
.motto-box03__body {
  font-size: 14px;
  line-height: 1.7;
}

.motto-box02__body p,
.motto-box03__body p {
  margin-bottom: 10px;
}

.motto-box02__img,
.motto-box03__img {
  display: block;
  float: right;
}

.motto-box02__img.-img01 {
  margin: 0 0 5px 5px;
  width: 150px;
}

.motto-box02__img.-img02 {
  margin: 5px 0 0 5px;
  width: 150px;
}

.motto-box03__img {
  margin: 0 0 5px 5px;
  width: 90px;
}

.motto-box03__img02 {
  display: block;
  margin: 0 auto;
}

/*motto-box04*/
.motto-box04 {
  background: #fdf19a;
  border-radius: 10px;
  padding: 10px;
}

/*box04-content01*/
.box04-content01 {
  border-bottom: 1px solid #FFF;
  font-size: 0;
  margin-bottom: 10px;
  padding-bottom: 10px;
  text-align: center;
}

.box04-content01__text,
.box04-content01__img {
  display: inline-block;
  font-size: 16px;
  vertical-align: middle;
}

.box04-content01__list {
  display: inline-block;
}

.box04-content01__text {
  margin-right: 5%;
  text-align: left;
}

.box04-content01__text01 {
  font-weight: bold;
  margin-bottom: 10px;
}

.box04-content01__text02 {
  font-size: 14px;
  margin-bottom: 10px;
}

.box04-content01__text03 {
  font-weight: bold;
}

.box04-content01__img {
  background: #EEE;
  width: 30%;
}

.box04-content01__img img {
  display: block;
  width: 100%;
}

/*box04-content02*/
.box04-content02 {
  font-size: 14px;
  line-height: 1.7;
}

@media (min-width: 1200px) {
  /*motto-box04*/
  .motto-box04 {
    align-items: center;
    background: #fdf19a;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
  }
  /*box04-content01*/
  .box04-content01 {
    border-bottom: none;
    margin-right: 3%;
    width: 40%;
  }
  .box04-content01__img {
    vertical-align: bottom;
    width: 40%;
  }
  .box04-content02 {
    flex: 1;
  }
}
/*-----------------------
news.html
-----------------------*/
/*news*/
.news__item {
  display: flex;
  justify-content: space-between;
  font-size: 24px;
  font-weight: bold;
  line-height: 1.5;
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .news__item {
    font-size: 20px;
  }
}
@media (max-width: 600px) {
  .news__item {
    display: block;
  }
}

.news__item:last-child {
  margin-bottom: 0;
}

.news__title {
  font-weight: bold;
}

.news__date {
  box-sizing: border-box;
  padding-right: 20px;
  width: 20%;
}
@media (max-width: 600px) {
  .news__date {
    width: 100%;
  }
}

.news__content {
  width: 75%;
}
@media (max-width: 600px) {
  .news__content {
    width: 100%;
  }
}

.news__body {
  margin-top: 15px;
}

.news__iframe {
  padding-bottom: 55%;
  position: relative;
  width: 100%;
}
.news__iframe iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/*********************************************************
フッター
*********************************************************/
.top-footer {
  background: rgba(255, 255, 255, 0.7);
  box-sizing: border-box;
  color: #333;
  font-size: 14px;
  padding: 10px 0 10px 10px;
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  z-index: 2;
}

.sp-footer {
  display: none;
}