@charset "UTF-8";
/*基本ベタカラー*/
/*ナビカラー*/
/*大体大カラー明るい水色*/
/*@mixin Bg01{
	background: #e0e2e3;
	position:relative;
	overflow:hidden;
	&:before,&:after{
		content: "";
		position: absolute;
		top: 0;
		z-index:1;
		background: #f3f3f3;
		display: block;
	}
	&:before{
		width: 1400px;
		height: 2000px;
		left: 50%;
		transform: skew(-45deg);
		margin-left: -1100px;
	}
	&:after{
		width: 100%;
		left: 50%;
		bottom: 0;
	}
}*/
#footer .sns_area {
  position: static;
}

article .entry ol {
  padding-left: 1em;
}

article .entry ol li {
  list-style-type: decimal;
}

.wp-pagenavi {
  text-align: center;
}

/*#main_sec{
	padding-top: 50px;
}*/
#other_page02 .btn03 a .in {
  padding-right: 24px;
  padding-left: 17px;
}

@media only screen and (max-width: 1100px) {
  .hd03 .page {
    font-size: 12vw;
  }
}

@media only screen and (max-width: 767px) {
  #main_sec {
    padding-top: 25px;
  }
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
■page_club
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
#page_club .label {
  line-height: 1.4;
  position: absolute;
  left: 0;
  top: 0;
}

#page_club .label span {
  display: inline-block;
  font-weight: 700;
  color: #ae913a;
  font-size: 1.56rem;
  background: #242424;
  padding: 3px 20px;
  position: relative;
  overflow: hidden;
  z-index: 0;
}

#page_club .label span:before {
  content: "";
  position: absolute;
  z-index: 1;
  display: block;
  width: 0;
  height: 0;
  bottom: 0;
  right: 0;
  border-top: 50px solid transparent;
  border-right: 45px solid #3c3c3c;
  z-index: -1;
}

@media only screen and (max-width: 1100px) {
  #page_club .hd03 .page {
    font-size: 13.6rem;
  }
}

@media only screen and (max-width: 767px) {
  #page_club .hd03 .page {
    font-size: 6.8rem;
  }
  #page_club .label {
    position: static;
    text-align: center;
    margin-bottom: 7px;
  }
  #page_club .label span {
    font-size: 0.95rem;
    padding: 4px 12px;
  }
  #page_club .label span:before {
    border-top: 32px solid transparent;
    border-right: 35px solid #3c3c3c;
  }
}

/*-------------------------
club_news_sec
-------------------------*/
#club_news_sec {
  padding-top: 105px;
  padding-bottom: 90px;
  background: #f3f3f3;
  position: relative;
}

#club_news_sec:before, #club_news_sec:after {
  content: "";
  position: absolute;
  z-index: 1;
  display: block;
  width: 0;
  height: 0;
}

#club_news_sec:before {
  top: 0;
  left: 0;
  border-bottom: 45vw solid transparent;
  border-left: 45vw solid #e0e2e3;
}

#club_news_sec:after {
  border-top: 30vw solid transparent;
  border-right: 30vw solid #e0e2e3;
  right: 0;
  bottom: 0;
}

#club_news_sec:after {
  content: none;
}

#club_news_sec > div {
  position: relative;
  z-index: 2;
}

#club_news_sec .club_news_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 10px;
}

#club_news_sec .club_news_list:after {
  content: "";
  display: block;
  width: 31.4%;
}

#club_news_sec .club_news_list li {
  width: 31.4%;
  margin-bottom: 30px;
}

#club_news_sec .club_news_list .wrap {
  height: 100%;
  background: #fff;
  display: block;
}

#club_news_sec .club_news_list .img {
  height: 200px;
  border-bottom: 1px solid #e6e6e6;
  line-height: 1;
}

#club_news_sec .club_news_list .txt_area {
  padding: 15px 7% 30px;
}

#club_news_sec .club_news_list .day {
  font-size: 1.2rem;
  margin-bottom: 4px;
}

#club_news_sec .club_news_list .txt {
  font-size: 1.6rem;
  line-height: 1.625;
  font-weight: 700;
}

@media only screen and (max-width: 767px) {
  #club_news_sec {
    padding-top: 50px;
    padding-bottom: 40px;
  }
  #club_news_sec:before {
    border-bottom: 75vw solid transparent;
    border-left: 75vw solid #e0e2e3;
  }
  #club_news_sec:after {
    border-top: 50vw solid transparent;
    border-right: 50vw solid #e0e2e3;
  }
  #club_news_sec .club_news_list {
    display: block;
    margin-bottom: 30px;
  }
  #club_news_sec .club_news_list:after {
    content: none;
  }
  #club_news_sec .club_news_list li {
    width: 100%;
    margin-bottom: 25px;
  }
  #club_news_sec .club_news_list .day {
    font-size: 1.1rem;
  }
  #club_news_sec .club_news_list .txt {
    font-size: 1.3rem;
  }
}

/*-------------------------
match_sec
-------------------------*/
#match_sec {
  background: #fff;
  padding-top: 83px;
  padding-bottom: 80px;
}

#match_sec .btn01 {
  margin-top: 40px;
}

#match_sec .tab {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-bottom: 1px solid #194486;
  margin-bottom: 23px;
}

#match_sec .tab li {
  margin: 0 10px -1px;
  width: 248px;
  background: #194486;
  text-align: center;
  color: #fff;
  font-size: 1.5rem;
  font-weight: 700;
  border: 1px solid #194486;
  border-bottom: none;
  padding: 12px;
}

#match_sec .tab li:hover {
  cursor: pointer;
}

#match_sec .tab li.active {
  color: #194486;
  background: #fff;
}

#match_sec .tab li.active:hover {
  opacity: 1;
  pointer-events: none;
}

#match_sec .tab_cont {
  display: none;
}

#match_sec .tab_cont.active {
  display: block;
}

#match_sec .tab_cont .noinfo {
  text-align: center;
  margin-top: 50px;
}

#match_sec .tab_cont table {
  width: 100%;
}

#match_sec .tab_cont table tr {
  -webkit-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}

#match_sec .tab_cont table tr:hover {
  cursor: pointer;
  color: #0085ce;
}

#match_sec .tab_cont table th, #match_sec .tab_cont table td {
  padding: 23px;
  line-height: 1.71;
  table-layout: fixed;
}

#match_sec .tab_cont table thead tr {
  pointer-events: none;
}

#match_sec .tab_cont table thead th {
  background: #f3f3f3;
  text-align: center;
  font-weight: 700;
  color: #194486;
  padding-top: 14px;
  padding-bottom: 14px;
}

#match_sec .tab_cont table tbody tr {
  background: url(https://www.ouhs.jp/wp/wp-content/themes/ouhs_main/assets/img/line01.png) repeat-x left bottom;
  background-size: auto 1px;
}

#match_sec .tab_cont table tbody td {
  vertical-align: top;
}

#match_sec .tab_cont table tbody .day {
  /*width: 165px;*/
  width: 18%;
  text-align: center;
  letter-spacing: 0.075em;
}

#match_sec .tab_cont table tbody .detail {
  width: 56%;
}

#match_sec .tab_cont table tbody .place {
  width: 26%;
}

@media only screen and (max-width: 767px) {
  #match_sec {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  #match_sec .btn01 {
    margin-top: 30px;
  }
  #match_sec .tab li {
    margin: 0 5px -1px;
    width: 120px;
    font-size: 1.3rem;
  }
  #match_sec .tab_cont .noinfo {
    margin-top: 30px;
  }
  #match_sec .tab_cont table th, #match_sec .tab_cont table td {
    padding: 10px 15px;
    display: block;
  }
  #match_sec .tab_cont table thead {
    display: none;
  }
  #match_sec .tab_cont table tbody tr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    background: none;
  }
  #match_sec .tab_cont table tbody td {
    width: 100% !important;
  }
  #match_sec .tab_cont table tbody .day, #match_sec .tab_cont table tbody .place {
    text-align: center;
    background: #194486;
    color: #fff;
  }
  #match_sec .tab_cont table tbody .day {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    padding-bottom: 3px;
  }
  #match_sec .tab_cont table tbody .place {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    padding-top: 0;
    font-size: 1.1rem;
  }
  #match_sec .tab_cont table tbody .club {
    font-weight: 700;
    background: #f3f3f3;
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  #match_sec .tab_cont table tbody .detail {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
    background: #fff;
    padding-bottom: 20px;
  }
}

/*-------------------------
bnr_sec
-------------------------*/
#bnr_sec {
  background-color: #fff;
  padding: 80px 0 0;
}

#bnr_sec ul {
  max-width: 1000px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

#bnr_sec ul li {
  width: 48%;
  margin-right: 4%;
  margin-bottom: 30px;
}

#bnr_sec ul li:nth-child(2n), #bnr_sec ul li:last-child {
  margin-right: 0;
}

#bnr_sec ul li a {
  background: url(../img/ico_arrow03.png) no-repeat right 18px center #fff;
  background-size: 6px auto;
  border-color: #194486;
  font-size: 1.6rem;
  width: 100%;
  font-weight: 700;
  border-radius: 0px;
}

#bnr_sec ul li a[target="_blank"] {
  background-image: url(../img/ico_blank.png);
  background-size: 11px auto;
}

#bnr_sec ul li a p {
  position: relative;
  padding: 12px 42px;
  min-height: 62px;
}

@media only screen and (max-width: 767px) {
  #bnr_sec {
    padding: 40px 0 5px;
  }
  #bnr_sec ul {
    margin: 0 25px;
    display: block;
  }
  #bnr_sec ul li {
    width: 100%;
    margin: 0 0 15px;
  }
  #bnr_sec ul li a {
    font-size: 1.5rem;
  }
  #bnr_sec ul li a p {
    padding: 10px 35px 10px 25px;
    min-height: 50px;
  }
}

/*-------------------------
sns_sec
-------------------------*/
#sns_sec {
  background: #fff;
  padding-top: 80px;
  padding-bottom: 80px;
}

#sns_sec .sns_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 -20px 40px;
}

#sns_sec .sns_wrap .box {
  width: 50%;
  padding: 0 20px;
}

#sns_sec .sns_wrap .box iframe,
#sns_sec .sns_wrap .box .fb-container {
  width: 100%;
  height: auto;
}

#sns_sec .btn01 a {
  background: #194486;
  border-color: #194486;
  color: #fff;
  font-size: 1.8rem;
  width: 480px;
  font-weight: 700;
  border-radius: 32px;
}

#sns_sec .btn01 a:after {
  background: #fff;
}

#sns_sec .btn01 a p {
  position: relative;
  padding-left: 38px;
  min-height: 62px;
}

#sns_sec .btn01 a p:before {
  content: "";
  display: block;
  width: 25px;
  height: 25px;
  background: url(../img/ico_insta.png) no-repeat;
  background-size: 25px auto;
  position: absolute;
  left: 153px;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

#sns_sec .btn01 a:hover {
  color: #194486;
}

#sns_sec .btn01 a:hover p:before {
  background-image: url(../img/ico_insta_b.png);
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

@media only screen and (max-width: 767px) {
  #sns_sec {
    padding-top: 50px;
    padding-bottom: 60px;
  }
  #sns_sec .sns_wrap {
    display: block;
    margin: 0 0 20px;
  }
  #sns_sec .sns_wrap .box {
    width: 100%;
    padding: 0;
    max-width: 480px;
    margin: 0 auto 20px;
  }
  #sns_sec .btn01 a {
    font-size: 1.5rem;
    width: 250px;
  }
  #sns_sec .btn01 a p {
    padding-left: 38px;
    min-height: 50px;
  }
  #sns_sec .btn01 a p:before {
    width: 20px;
    height: 20px;
    background-size: 20px auto;
    left: 50%;
    margin-left: -66px;
  }
}

/*-------------------------
other_page
-------------------------*/
#other_page {
  margin-top: 0;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
■hd_area
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
#hd_area {
  position: relative;
  max-width: 1280px;
  margin: 0 auto;
  /*.hd03 h1{
	padding:0 90px;
}*/
}

#hd_area .btn01 {
  width: 198px;
  position: absolute;
  right: 0;
  top: 0;
}

#hd_area .btn01 a {
  border: none;
  font-size: 1.4rem;
  width: 100%;
  height: 74px;
  font-weight: 700;
  line-height: 1.57;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 0;
  background: #fff;
}

#hd_area .btn01 a:before {
  content: "";
  background: url(https://www.ouhs.jp/wp/wp-content/themes/ouhs_main/assets/img/ico_blank.png) no-repeat right top;
  background-size: 11px auto;
  width: 11px;
  height: 10px;
  display: block;
  position: absolute;
  right: 11px;
  top: 11px;
  z-index: 3;
  -webkit-transition: all .2s .1s;
  transition: all .2s .1s;
}

#hd_area .btn01 a:hover:before {
  background-image: url(https://www.ouhs.jp/wp/wp-content/themes/ouhs_main/assets/img/ico_blank_w.png);
  -webkit-transition: all .2s .1s;
  transition: all .2s .1s;
}

@media only screen and (max-width: 767px) {
  #hd_area {
    position: static;
    /*.hd03 h1{
		padding:0 42px;
	}*/
  }
  #hd_area .btn01 {
    width: 100%;
    position: static;
    margin-top: -10px;
  }
  #hd_area .btn01 a {
    height: 38px;
  }
  #hd_area .btn01 a:before {
    right: 14px;
    top: 50%;
    margin-top: -5px;
  }
}

.bread + .hd_area {
  position: relative;
}

.bread + .hd_area .bnr {
  position: absolute;
  right: 0;
}

.bread + .hd_area .bnr img {
  width: 190px;
  height: auto;
}

@media only screen and (max-width: 767px) {
  .bread + .hd_area .bnr {
    position: static;
    margin: 0 auto 15px;
    max-width: 120px;
  }
  .bread + .hd_area .bnr img {
    width: 100%;
    height: auto;
  }
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
　■トップ
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
#page_club.page_club_facility #hd_area {
  padding: 0 225px;
}

#page_club.page_club_facility .bread + .hd_area .bnr {
  top: 0;
}

#page_club.page_club_facility .bread + .hd_area .bnr img {
  width: 270px;
}

#page_club.page_club_facility .bread + .hd_area .bnr a {
  display: inline-block;
  -webkit-box-shadow: 1px 0px 10px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 1px 0px 10px 0px rgba(0, 0, 0, 0.1);
}

#page_club.page_club_facility #club_news_sec {
  background: none;
  padding-top: 50px;
  padding-bottom: 80px;
}

#page_club.page_club_facility #club_news_sec:before {
  content: none;
}

#page_club.page_club_facility .label {
  top: -12px;
}

#page_club.page_club_facility .label span {
  font-size: 1.3rem;
  padding: 4px 15px;
}

#page_club.page_club_facility .anchor {
  margin-bottom: 70px;
}

#page_club.page_club_facility #match_sec .tab_cont table tbody .day,
#page_club.page_game-result #match_sec .tab_cont table tbody .day {
  width: 15%;
}

#page_club.page_club_facility #match_sec .tab_cont table tbody .club,
#page_club.page_game-result #match_sec .tab_cont table tbody .club {
  width: 17%;
}

#page_club.page_club_facility #match_sec .tab_cont table tbody .detail,
#page_club.page_game-result #match_sec .tab_cont table tbody .detail {
  width: 42%;
}

#page_club.page_club_facility #match_sec .tab_cont table tbody .palce,
#page_club.page_game-result #match_sec .tab_cont table tbody .palce {
  width: 26%;
}

@media only screen and (max-width: 930px) {
  #page_club.page_club_facility .bread + .hd_area .bnr a img {
    width: 200px;
    height: auto;
  }
}

@media only screen and (max-width: 767px) {
  #page_club.page_club_facility #hd_area {
    padding: 0 30px;
  }
  #page_club.page_club_facility #club_news_sec {
    padding-bottom: 50px;
  }
  #page_club.page_club_facility .label {
    position: absolute;
  }
  #page_club.page_club_facility .label span {
    font-size: 1.1rem;
  }
  #page_club.page_club_facility .anchor {
    margin: -15px auto 45px;
  }
  #page_club.page_club_facility .anchor a {
    padding-left: 10px;
  }
  #page_club.page_club_facility .bread + .hd_area .bnr {
    margin: 18px auto 0;
    max-width: 200px;
  }
}

#page_club.page_club_facility #main_sec {
  padding-top: 85px;
  padding-bottom: 40px;
}

#page_club.page_club_facility #main_sec .block li.no_open {
  position: relative;
}

#page_club.page_club_facility #main_sec .block li.no_open:before {
  content: "準備中";
  display: block;
  color: #aec2e2;
  background: #1a4486;
  text-align: center;
  line-height: 1.4;
  padding: 4px;
  font-size: 1.4rem;
  width: 95px;
  height: 26px;
  position: absolute;
  top: -12px;
  right: 0;
  z-index: 1;
}

#page_club.page_club_facility #main_sec .block li.no_open a {
  pointer-events: none;
}

@media only screen and (max-width: 767px) {
  #page_club.page_club_facility #main_sec {
    padding-top: 50px;
  }
  #page_club.page_club_facility #main_sec .block li.no_open:before {
    padding: 3px;
    font-size: 1.1rem;
    width: 85px;
    height: 23px;
    top: -12px;
  }
}

#page_club.page_club_facility #main_sec .block li .img {
  position: relative;
  width: 100%;
  padding-top: 50%;
}

#page_club.page_club_facility #main_sec .block li .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  font-family: 'object-fit: cover;';
  position: absolute;
  top: 0;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
　■main_img
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
#main_img {
  margin: -20px auto 30px;
  max-width: 1390px;
  padding: 0 55px;
  position: relative;
}

#main_img .ttl {
  position: absolute;
  top: 0;
  right: 12px;
  font-style: italic;
  letter-spacing: 0.4em;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  font-style: italic;
}

#main_img .slider img {
  width: 100%;
  height: auto;
}

#main_img .slick-prev,
#main_img .slick-next {
  top: auto;
  left: auto;
  right: -55px !important;
  width: 55px !important;
  height: 55px !important;
  background-size: 55px auto !important;
  -webkit-transform: none !important;
          transform: none !important;
}

#main_img .slick-prev {
  background-image: url(../img/arrow_s_l.png) !important;
  bottom: 0;
}

#main_img .slick-next {
  background-image: url(../img/arrow_s_r.png) !important;
  bottom: 56px;
}

#main_img p.desc {
  text-align: right;
}

@media only screen and (max-width: 767px) {
  #main_img {
    margin: 18px auto 14px;
    padding: 0;
    width: 100%;
  }
  #main_img .ttl {
    position: static;
    -webkit-writing-mode: inherit;
        -ms-writing-mode: inherit;
            writing-mode: inherit;
    padding: 15px 80px 0 20px;
    font-size: 1rem;
  }
  #main_img .slick-prev,
  #main_img .slick-next {
    right: 0 !important;
    bottom: -41px !important;
    width: 40px !important;
    height: 40px !important;
    background-size: 40px auto !important;
  }
  #main_img .slick-prev {
    right: 41px !important;
  }
  #main_img .slick-next {
    right: 0 !important;
  }
  #main_img p.desc {
    text-align: left;
    font-size: 1rem;
    padding: 0 0 0 20px;
  }
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
■detail_pager
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
.detail_pager {
  background: #242424;
  max-width: 1280px;
  margin: -20px auto 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 8px 0 0;
  margin-bottom: 60px;
  position: relative;
  z-index: 0;
  overflow: hidden;
}

.detail_pager:before {
  content: "";
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 180px 180px;
  border-color: transparent transparent #3c3c3c transparent;
  right: 0;
  bottom: 0;
}

.detail_pager li {
  margin-bottom: 8px;
  padding: 0 0.5%;
  position: relative;
  z-index: 1;
}

.detail_pager a {
  color: #fff;
  font-weight: 700;
  display: inline-block;
  padding: 9px 35px;
}

.detail_pager a span {
  padding: 0 16px;
  background: url(https://www.ouhs.jp/wp/wp-content/themes/ouhs_main/assets/img/ico_arrow06.png) no-repeat right center;
  background-size: 8px auto;
}

.detail_pager .active {
  text-align: center;
}

.detail_pager .active a {
  background: #79693b;
}

.detail_pager .active a span {
  background: none;
}

@media only screen and (max-width: 767px) {
  .detail_pager {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    background: none;
    margin-bottom: 25px;
    margin-top: -17px;
  }
  .detail_pager:before {
    content: none;
  }
  .detail_pager li {
    margin-bottom: 1px;
    width: calc(50% - 0.5px);
    padding: 0;
    text-align: center;
    line-height: 1.3;
  }
  .detail_pager a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    height: 100%;
    color: #fff;
    font-weight: 700;
    font-size: 1.2rem;
    padding: 11px 0 !important;
    background-color: #242424;
  }
  .detail_pager a span {
    width: 100%;
    background-position: right 10px center;
    background-size: 6px auto;
    padding: 0 15px;
  }
  .detail_pager .top a {
    width: 100%;
  }
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
■club_info
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
#club_info {
  max-width: 1280px;
  margin: -20px auto 60px;
  background-color: #fff;
  padding: 40px 64px 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
}

@media only screen and (max-width: 767px) {
  #club_info {
    margin: 0 20px 24px;
    padding: 24px 32px 12px;
  }
}

#club_info h2 {
  width: 150px;
  margin-right: 60px;
  font-family: 'Source Sans Pro', sans-serif;
  color: #AE913A;
  font-weight: 600;
  font-style: italic;
  font-size: 3.2rem;
  line-height: 1;
  padding-bottom: 16px;
  position: relative;
}

@media only screen and (max-width: 767px) {
  #club_info h2 {
    width: 100%;
    margin-right: 0;
    margin-bottom: 24px;
    font-size: 3rem;
  }
}

#club_info h2:after {
  content: '';
  width: 72px;
  height: 1px;
  background-color: #AE913A;
  position: absolute;
  left: 0;
  bottom: 0;
}

@media only screen and (max-width: 767px) {
  #club_info h2:after {
    width: 60px;
  }
}

#club_info dl {
  width: calc(100% - 210px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media only screen and (max-width: 767px) {
  #club_info dl {
    width: 100%;
  }
}

#club_info dl div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 40%;
  margin-bottom: 24px;
}

#club_info dl div:nth-child(even) {
  width: 60%;
}

@media only screen and (max-width: 1280px) {
  #club_info dl div {
    display: block;
    width: 100%;
  }
  #club_info dl div:nth-child(even) {
    width: 100%;
  }
}

#club_info dl dt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: 40px;
  font-weight: bold;
  color: #234585;
  white-space: nowrap;
}

@media only screen and (max-width: 1280px) {
  #club_info dl dt {
    margin-bottom: 5px;
  }
}

#club_info dl dd {
  margin-right: 40px;
}

@media only screen and (max-width: 1280px) {
  #club_info dl dd {
    line-height: 1.5;
  }
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
■club_information (CLUB MESSAGE)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
#club_information {
  background: #142d53;
  position: relative;
  z-index: 0;
  margin-bottom: 60px;
}

#club_information:before, #club_information:after {
  content: "";
  display: block;
  width: 697px;
  height: 100%;
  position: absolute;
  left: 50%;
  z-index: -1;
}

#club_information:before {
  background: url(../img/club_info_l.png) no-repeat left top;
  top: 0;
  margin-left: -1225px;
}

#club_information:after {
  background: url(../img/club_info_r.png) no-repeat left bottom;
  bottom: 0;
  margin-left: 540px;
}

#club_information .w1280 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 58px;
  padding-bottom: 58px;
}

#club_information .w1280 .ttl {
  width: 39.6%;
  padding: 10px 20px 0 0;
}

#club_information .w1280 .ttl img {
  width: 100%;
  max-width: 417px;
  height: auto;
}

#club_information .w1280 .txt_area {
  color: #fff;
  width: 60.4%;
  font-weight: 700;
}

#club_information .w1280 .txt_area strong {
  color: #AE913A;
}

#club_information .w1280 .txt_area .member {
  margin-top: 1em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

#club_information .w1280 .txt_area .member li {
  padding-right: 1em;
}

#club_information .w1280 .txt_area .member span {
  padding-right: 0.5em;
}

#club_information .w1280 .txt_area .info {
  margin-top: 1em;
}

@media only screen and (max-width: 767px) {
  #club_information {
    margin-bottom: 30px;
  }
  #club_information:before, #club_information:after {
    width: 246px;
    left: auto;
    background-size: 100% auto;
  }
  #club_information:before {
    background-image: url(../img/sp/club_info_l.png);
    left: 0;
    margin-left: 0;
  }
  #club_information:after {
    background-image: url(../img/sp/club_info_r.png);
    right: 0;
    margin-left: 0;
  }
  #club_information .w1280 {
    display: block;
    padding-top: 44px;
    padding-bottom: 60px;
  }
  #club_information .w1280 .ttl {
    width: 100%;
    padding: 0;
    margin-bottom: 25px;
  }
  #club_information .w1280 .ttl img {
    max-width: 310px;
  }
  #club_information .w1280 .txt_area {
    width: 100%;
  }
  #club_information .w1280 .txt_area .member {
    display: block;
  }
  #club_information .w1280 .txt_area .member li {
    padding-right: 0;
  }
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
　■intro_sec
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
#intro_sec {
  padding: 30px 0 85px;
  text-align: center;
}

#intro_sec .txt {
  font-size: 2.7rem;
  font-weight: 700;
  line-height: 1.7037;
  letter-spacing: 0.025em;
}

#intro_sec .policy_box {
  background: #fff;
  margin-top: 70px;
  padding: 55px 20px;
}

#intro_sec .policy_box .policy {
  max-width: 840px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  text-align: left;
}

#intro_sec .policy_box .policy dt {
  font-weight: 700;
  font-size: 1.6rem;
  width: 175px;
}

#intro_sec .policy_box .policy dt:after {
  content: "";
  display: block;
  width: 50px;
  height: 1px;
  background: #0085ce;
  margin-top: 15px;
}

#intro_sec .policy_box .policy dd {
  width: calc(100% - 175px);
  font-size: 1.5rem;
  line-height: 2.13333;
}

#intro_sec .policy_box .policy dd a {
  color: #0085ce;
  text-decoration: underline;
  -webkit-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}

#intro_sec .policy_box .policy dd a:hover {
  -webkit-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
  opacity: 0.8;
}

@media only screen and (max-width: 767px) {
  #intro_sec {
    padding: 20px 0 45px;
  }
  #intro_sec .txt {
    font-size: 1.9rem;
    margin-top: 10px;
  }
  #intro_sec .policy_box {
    margin-top: 30px;
    padding: 20px 25px;
  }
  #intro_sec .policy_box .policy {
    display: block;
  }
  #intro_sec .policy_box .policy dt {
    font-size: 1.4rem;
    width: 100%;
    margin-bottom: 8px;
    text-align: center;
  }
  #intro_sec .policy_box .policy dt:after {
    width: 40px;
    margin: 8px auto 0;
  }
  #intro_sec .policy_box .policy dd {
    width: 100%;
    font-size: 1.3rem;
  }
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
■member_sec
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
#member_sec {
  background: #f3f3f3;
  position: relative;
  padding-bottom: 70px;
}

#member_sec:before, #member_sec:after {
  content: "";
  position: absolute;
  z-index: 1;
  display: block;
  width: 0;
  height: 0;
}

#member_sec:before {
  top: 0;
  left: 0;
  border-bottom: 45vw solid transparent;
  border-left: 45vw solid #e0e2e3;
}

#member_sec:after {
  border-top: 30vw solid transparent;
  border-right: 30vw solid #e0e2e3;
  right: 0;
  bottom: 0;
}

#member_sec:before {
  content: none;
}

#member_sec .member_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -21px;
  position: relative;
  z-index: 2;
}

#member_sec .member_list li {
  width: 33.33%;
  padding: 0 20px;
  margin-bottom: 40px;
}

#member_sec .member_list .img {
  border-radius: 50%;
  overflow: hidden;
  width: 240px;
  height: 240px;
  margin: 0 auto;
}

#member_sec .member_list .txt_area {
  background: rgba(255, 255, 255, 0.9);
  padding: 28px 30px;
  line-height: 1.71429;
  height: 100%;
}

#member_sec .member_list .txt_area a {
  color: #0085ce;
  text-decoration: underline;
  -webkit-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}

#member_sec .member_list .txt_area a:hover {
  -webkit-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
  opacity: 0.8;
}

#member_sec .member_list .name_area {
  text-align: center;
  letter-spacing: 0.08em;
  line-height: 1.3;
  margin-bottom: 15px;
}

#member_sec .member_list .name_area .sub {
  font-weight: 700;
  margin-bottom: 8px;
}

#member_sec .member_list .name_area .name {
  font-size: 2rem;
  font-weight: 700;
}

#member_sec .member_list .name_area .en {
  font-size: 1.3rem;
  letter-spacing: 0.2em;
  display: block;
  font-style: italic;
  margin-top: 7px;
}

#member_sec .member_list1 .txt_area {
  margin-top: -17px;
  height: calc(100% - 222px);
  position: relative;
  z-index: 1;
}

#member_sec .member_list3 .name_area {
  margin-bottom: 0;
  text-align: left;
}

#member_sec .member_list3 .name_area .sub {
  font-size: 1.3rem;
}

#member_sec .member_list3 .name_area .name {
  font-size: 1.8rem;
}

#member_sec .member_list3 .name_area .en {
  display: inline-block;
  padding-left: 15px;
  padding-top: 0;
}

@media only screen and (max-width: 767px) {
  #member_sec {
    padding-bottom: 40px;
  }
  #member_sec:before {
    border-bottom: 75vw solid transparent;
    border-left: 75vw solid #e0e2e3;
  }
  #member_sec:after {
    border-top: 50vw solid transparent;
    border-right: 50vw solid #e0e2e3;
  }
  #member_sec .member_list {
    display: block;
    margin: 0;
  }
  #member_sec .member_list li {
    width: 100%;
    padding: 0;
    margin-bottom: 25px;
  }
  #member_sec .member_list .img {
    width: 200px;
    height: 200px;
  }
  #member_sec .member_list .txt_area {
    padding-left: 25px;
    padding-right: 25px;
    height: auto;
  }
  #member_sec .member_list .name_area {
    margin-bottom: 12px;
  }
  #member_sec .member_list .name_area .sub {
    font-size: 1.2rem;
    margin-bottom: 4px;
  }
  #member_sec .member_list .name_area .name {
    font-size: 1.7rem;
  }
  #member_sec .member_list .name_area .en {
    font-size: 1.1rem;
  }
  #member_sec .member_list1 .txt_area {
    height: auto;
  }
  #member_sec .member_list3 .name_area {
    margin-bottom: 0;
  }
  #member_sec .member_list3 .name_area .sub {
    font-size: 1.1rem;
  }
  #member_sec .member_list3 .name_area .name {
    font-size: 1.6rem;
  }
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
　■message_sec
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
#message_sec {
  background: #0e3167;
  text-align: center;
  padding: 0 0 30px;
  position: relative;
  z-index: 0;
  overflow: hidden;
  color: #fff;
  /*.movie{
		max-width: 850px;
		margin:0 auto;
		text-align:center;
		position:relative;
		width: 100%;
		padding-top: 47.25%;
		iframe{
			position: absolute;
			top: 0;
			right: 0;
			width: 100% !important;
			height: 100% !important;
		}
	}*/
}

#message_sec:after {
  content: "";
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  bottom: 0;
  left: 0;
  border-top: 800px solid transparent;
  border-left: 50vw solid #142d53;
  z-index: -1;
}

#message_sec .main_ttl {
  font-size: 14.8rem;
  line-height: 1;
  font-style: italic;
  font-weight: 300;
  color: #194486;
  text-align: center;
  letter-spacing: 0.15em;
  position: relative;
  top: -27px;
  margin-bottom: -48px;
}

#message_sec .block {
  max-width: 840px;
  margin: 0 auto 88px;
}

#message_sec .hd04_area {
  padding-top: 43px;
  position: relative;
}

#message_sec .hd04_area .baloon {
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: 138px;
}

#message_sec .inner {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: left;
  width: 100%;
}

#message_sec .inner a {
  color: #fff;
  text-decoration: underline;
  -webkit-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}

#message_sec .inner a:hover {
  -webkit-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
  opacity: 0.8;
}

#message_sec .inner .img_area {
  width: 200px;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  text-align: center;
  letter-spacing: 0.08em;
  line-height: 1.3;
}

#message_sec .inner .img_area .img {
  border-radius: 50%;
  overflow: hidden;
  width: 200px;
  height: 200px;
  line-height: 1;
  margin-bottom: 14px;
}

#message_sec .inner .img_area .sub {
  font-weight: 700;
  margin-bottom: 3px;
}

#message_sec .inner .img_area .name {
  font-weight: 700;
  font-size: 1.8rem;
  margin-bottom: 8px;
}

#message_sec .inner .img_area .en {
  font-size: 1.3rem;
  letter-spacing: 0.2em;
  font-style: italic;
}

#message_sec .inner .img_area + .txt_area {
  padding-left: 5%;
  width: calc(100% - 200px);
}

@media only screen and (max-width: 767px) {
  #message_sec {
    height: auto;
    padding-bottom: 10px;
  }
  #message_sec:after {
    border-top: 90.8vw solid transparent;
    border-left: 100vw solid #142d53;
  }
  #message_sec .main_ttl {
    font-size: 6rem;
    top: -10px;
    margin-bottom: -18px;
  }
  #message_sec .block {
    margin-bottom: 45px;
  }
  #message_sec .hd04_area {
    padding-top: 55px;
  }
  #message_sec .hd04_area .baloon {
    margin-left: 30px;
  }
  #message_sec .hd04_area .baloon img {
    width: 120px;
    height: auto;
  }
  #message_sec .inner {
    display: block;
  }
  #message_sec .inner .img_area {
    width: 100%;
    margin-bottom: 15px;
  }
  #message_sec .inner .img_area .img {
    width: 180px;
    height: 180px;
    margin-left: auto;
    margin-right: auto;
  }
  #message_sec .inner .img_area .sub {
    font-size: 1.2rem;
  }
  #message_sec .inner .img_area .name {
    font-size: 1.6rem;
  }
  #message_sec .inner .img_area .en {
    font-size: 1.1rem;
  }
  #message_sec .inner .img_area + .txt_area {
    padding-left: 0;
    width: 100%;
  }
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
■detail_sec
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
#detail_sec {
  padding-top: 75px;
  padding-bottom: 100px;
}

#detail_sec a {
  color: #0085ce;
  text-decoration: underline;
  -webkit-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}

#detail_sec a:hover {
  -webkit-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
  opacity: 0.8;
}

#detail_sec .block {
  margin-bottom: 67px;
}

#detail_sec .block:last-of-type {
  margin-bottom: 0;
}

#detail_sec .block dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  background: #fff;
}

#detail_sec .block dl dt, #detail_sec .block dl dd {
  border-bottom: 1px solid #e5e5e5;
  padding: 25px 20px;
}

#detail_sec .block dl dt {
  width: 188px;
  padding-left: 47px;
}

#detail_sec .block dl dd {
  width: calc(100% - 188px);
  padding-left: 0;
}

@media only screen and (max-width: 767px) {
  #detail_sec {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  #detail_sec .block {
    margin-bottom: 45px;
  }
  #detail_sec .block dl {
    display: block;
  }
  #detail_sec .block dl dt, #detail_sec .block dl dd {
    padding: 18px 25px;
  }
  #detail_sec .block dl dt {
    width: 100%;
    font-weight: 700;
    border-bottom: none;
    padding-bottom: 2px;
    font-size: 1.4rem;
  }
  #detail_sec .block dl dd {
    width: 100%;
    padding-top: 0;
  }
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
■ob_member_sec
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
#ob_member_sec {
  background: #fff;
  padding: 75px 0 120px;
}

#ob_member_sec .ob_list {
  border-top: 1px solid #ddd;
}

#ob_member_sec .ob_list li {
  border-bottom: 1px solid #ddd;
  padding: 30px 0;
}

#ob_member_sec .ob_list li .innerWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#ob_member_sec .ob_list .name_area, #ob_member_sec .ob_list .txt_area {
  padding-top: 5px;
  padding-bottom: 5px;
}

#ob_member_sec .ob_list .name_area {
  width: 195px;
  border-right: 1px solid #ddd;
  padding-right: 20px;
  line-height: 1.3;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  text-align: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

#ob_member_sec .ob_list .name_area .name {
  font-size: 1.8rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  margin-bottom: 8px;
}

#ob_member_sec .ob_list .name_area .en {
  font-size: 1.3rem;
  letter-spacing: 0.2em;
  font-style: italic;
}

#ob_member_sec .ob_list .txt_area {
  width: calc(100% - 195px);
  padding-left: 45px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media only screen and (max-width: 767px) {
  #ob_member_sec {
    padding: 40px 0 60px;
  }
  #ob_member_sec .ob_list li .innerWrap {
    display: block;
  }
  #ob_member_sec .ob_list .name_area, #ob_member_sec .ob_list .txt_area {
    padding: 0;
  }
  #ob_member_sec .ob_list .name_area {
    width: 100%;
    border-right: none;
    display: block;
    margin-bottom: 5px;
  }
  #ob_member_sec .ob_list .name_area .name {
    font-size: 1.6rem;
    margin-bottom: 5px;
  }
  #ob_member_sec .ob_list .name_area .en {
    font-size: 1.1rem;
  }
  #ob_member_sec .ob_list .txt_area {
    width: 100%;
    display: block;
  }
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
■facility_sec
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
#facility_sec {
  position: relative;
  padding-top: 75px;
  padding-bottom: 65px;
  background: #fff;
  z-index: 0;
}

#facility_sec:before {
  content: "";
  display: block;
  width: 100%;
  /*height: 670px;*/
  height: 60%;
  background: #0e3167;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: -1;
}

#facility_sec .w1280 {
  padding: 0 40px !important;
}

#facility_sec .slider {
  width: 100%;
}

#facility_sec .slider img {
  width: 100%;
  height: auto;
}

#facility_sec .txt_area {
  background: #fff;
  padding: 40px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

#facility_sec .txt_area .left {
  width: 450px;
  padding-right: 30px;
}

#facility_sec .txt_area .left .name {
  font-weight: 700;
  font-size: 2.1rem;
  letter-spacing: 0.08em;
  line-height: 1.3;
  margin-bottom: 33px;
}

#facility_sec .txt_area .right {
  width: calc(100% - 450px);
}

#facility_sec .txt_area .btn01 a {
  margin-left: 0;
  padding-bottom: 2px;
  font-size: 1.4rem;
  font-weight: 700;
}

#facility_sec .slick-prev,
#facility_sec .slick-next {
  top: 38% !important;
  width: 60px !important;
  height: 60px !important;
  background-size: 60px auto !important;
  -webkit-transform: none !important;
          transform: none !important;
}

#facility_sec .slick-prev {
  background-image: url(../img/arrow_s02_l.png) !important;
  left: -40px;
}

#facility_sec .slick-next {
  background-image: url(../img/arrow_s02_r.png) !important;
  right: -40px;
}

@media only screen and (max-width: 767px) {
  #facility_sec {
    padding-top: 40px;
    padding-bottom: 25px;
  }
  #facility_sec:before {
    height: 43%;
  }
  #facility_sec .w1280 {
    padding: 0 30px !important;
  }
  #facility_sec .slider {
    width: 100%;
  }
  #facility_sec .slider img {
    width: 100%;
    height: auto;
  }
  #facility_sec .txt_area {
    padding: 20px 0;
    display: block;
  }
  #facility_sec .txt_area .left {
    width: 100%;
    padding-right: 0;
  }
  #facility_sec .txt_area .left .name {
    font-size: 1.6rem;
    margin-bottom: 8px;
  }
  #facility_sec .txt_area .right {
    width: 100%;
  }
  #facility_sec .txt_area .btn01 {
    margin-top: 20px;
  }
  #facility_sec .txt_area .btn01 a {
    margin: 0 auto;
  }
  #facility_sec .slick-prev,
  #facility_sec .slick-next {
    top: 18% !important;
    width: 40px !important;
    height: 40px !important;
    background-size: 40px auto !important;
  }
  #facility_sec .slick-prev {
    left: -30px;
  }
  #facility_sec .slick-next {
    right: -30px;
  }
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
　■activity_sec
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
#activity_sec {
  margin-bottom: 100px;
}

#activity_sec .scroll_wrap {
  margin-bottom: 65px;
}

#activity_sec table {
  width: 100%;
  text-align: center;
  border-top: 1px solid #000;
  border-left: 1px solid #000;
  margin-bottom: 11px;
}

#activity_sec table th, #activity_sec table td {
  border-bottom: 1px solid #000;
  border-right: 1px solid #000;
  padding: 13px 5px;
  width: calc(100% / 7);
}

#activity_sec table th {
  background: #0e3167;
  color: #fff;
}

#activity_sec table th.sat {
  background: #194486;
}

#activity_sec table th.sun {
  background: #831c34;
}

#activity_sec .txt {
  font-size: 1.2rem;
}

#activity_sec .info_box {
  background: #fff;
  padding: 32px 45px;
}

#activity_sec .info_box .off {
  overflow: hidden;
}

#activity_sec .info_box .off dt {
  float: left;
  font-weight: 700;
}

#activity_sec .info_box .off dd {
  padding-left: 145px;
}

@media only screen and (max-width: 767px) {
  #activity_sec {
    margin-bottom: 45px;
  }
  #activity_sec .scroll_wrap {
    margin-bottom: 20px;
  }
  #activity_sec table {
    margin-bottom: 7px;
  }
  #activity_sec table th, #activity_sec table td {
    padding: 10px 5px;
  }
  #activity_sec table td {
    padding: 15px 5px;
  }
  #activity_sec .info_box {
    padding: 20px 25px;
    font-size: 1.3rem;
  }
  #activity_sec .info_box .off dt {
    float: none;
  }
  #activity_sec .info_box .off dd {
    padding-left: 0;
  }
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
　■training_sec,cost_sec
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
#training_sec,
#cost_sec {
  margin-bottom: 100px;
}

@media only screen and (max-width: 767px) {
  #training_sec,
  #cost_sec {
    margin-bottom: 45px;
  }
  #training_sec table {
    width: 700px !important;
  }
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
　■btn_athletics
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
.btn_athletics {
  margin-top: -30px;
  margin-bottom: 100px;
}

.btn_athletics .btn03 {
  width: 380px;
  margin: 0 auto;
}

@media only screen and (max-width: 767px) {
  .btn_athletics {
    margin-top: -10px;
    margin-bottom: 55px;
  }
  .btn_athletics .btn03 {
    width: 100%;
  }
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
　■other_page
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
#other_page .wrap:nth-of-type(1) {
  width: 20%;
}

#other_page .wrap:nth-of-type(2) {
  width: 33.8%;
  overflow: hidden;
}

#other_page .wrap:nth-of-type(2) ul {
  float: left;
  width: 50%;
}

#other_page .wrap:nth-of-type(3) {
  width: 13%;
}

#other_page .wrap:nth-of-type(4) {
  width: 12.6%;
}

#other_page .wrap:nth-of-type(5) {
  width: 20.6%;
}

#other_page #other_page02 {
  margin-top: 0;
  padding-top: 85px;
  border-top: none;
  margin-bottom: -100px;
}

#other_page #other_page02 ul {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
}

#other_page #other_page02 ul li {
  width: 19%;
}

@media only screen and (max-width: 767px) {
  #other_page .wrap:nth-of-type(2) ul {
    float: none;
    width: 100%;
  }
  #other_page #other_page02 {
    padding-top: 35px;
    margin-bottom: -25px;
  }
  #other_page #other_page02 ul {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
■クラブトップ
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
#page_club.page_club_top {
  /*.detail_pager{
		margin-top: 0;
	}*/
}

#page_club.page_club_top #main_img {
  margin-top: 0;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
■クラブニュース
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
#page_club.page_clubnews #club_news_sec {
  padding-top: 35px;
  background: none;
}

#page_club.page_clubnews #club_news_sec:before {
  content: none;
}

#page_club.page_clubnews .wp-pagenavi {
  text-align: center;
}

@media only screen and (max-width: 767px) {
  #page_club.page_clubnews #club_news_sec {
    padding-top: 15px;
  }
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
■クラブ紹介
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
#page_club.page_introduction #intro_sec .hd02 {
  font-size: 2.1rem;
  margin-bottom: 31px;
}

#page_club.page_introduction #intro_sec .hd02 .in {
  padding-top: 1px;
}

@media only screen and (max-width: 767px) {
  #page_club.page_introduction #intro_sec .hd02 {
    font-size: 1.6rem;
    margin-bottom: 13px;
  }
  #page_club.page_introduction #intro_sec .hd02 .in {
    padding-top: 0;
  }
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
■試合結果
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
#page_club.page_game-result #detail_sec {
  padding-top: 20px;
}

#page_club.page_game-result #detail_sec .hd06.long {
  margin-bottom: 70px;
  font-size: 3rem;
}

#page_club.page_game-result #news_list_wrap #match_sec {
  margin-bottom: 90px;
}

#page_club.page_game-result #result_block .result-table {
  border: none;
  width: 100% !important;
}

#page_club.page_game-result #result_block .result-table th, #page_club.page_game-result #result_block .result-table td {
  border: none;
  text-align: center;
  padding-top: 20px;
  padding-bottom: 20px;
}

#page_club.page_game-result #result_block .result-table th {
  background: #0e3167;
  color: #fff;
}

#page_club.page_game-result #result_block .resulttable5 .read.spCont {
  display: none !important;
}

#page_club.page_game-result #result_block .resulttable5 .inner {
  overflow: inherit;
}

#page_club.page_game-result .img {
  text-align: center;
}

#page_club.page_game-result .img img {
  max-width: 100%;
  height: auto;
}

#page_club.page_game-result article .entry {
  margin-bottom: 0;
}

#page_club.page_game-result article .entry table {
  font-size: 1.3rem;
  width: 100% !important;
  background: #fff;
}

#page_club.page_game-result article .entry img {
  max-width: 100%;
  width: auto;
}

@media only screen and (max-width: 767px) {
  #page_club.page_game-result #detail_sec .hd06.long {
    margin-bottom: 35px;
    font-size: 2.1rem;
  }
  #page_club.page_game-result #news_list_wrap #match_sec {
    margin-bottom: 50px;
  }
  #page_club.page_game-result article .entry table th, #page_club.page_game-result article .entry table td {
    padding-left: 10px;
    padding-right: 10px;
  }
}

/*試合、ニュースの詳細フッターリンク*/
#page_club #sub_sec {
  padding: 70px 0;
  border-top: 1px solid #ddd;
}

#page_club #sub_sec ul.btn01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

#page_club #sub_sec ul.btn01 li {
  margin: 0 10px;
}

#page_club #sub_sec ul.btn01 li a {
  width: 300px;
}

#page_club #sub_sec ul.btn01 + .hd05 {
  margin-top: 50px;
  margin-bottom: 20px;
}

@media only screen and (max-width: 767px) {
  #page_club #sub_sec {
    padding: 35px 0 25px;
  }
  #page_club #sub_sec ul.btn01 {
    display: block;
  }
  #page_club #sub_sec ul.btn01 li {
    margin: 0 0 10px 0;
  }
  #page_club #sub_sec ul.btn01 + .hd05 {
    margin-top: 30px;
    margin-bottom: 15px;
  }
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━

■page_greeting
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
#page_greeting #main_sec .innerWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

#page_greeting #main_sec .img_area {
  width: 32%;
  font-weight: 700;
  line-height: 1.4;
  text-align: center;
}

#page_greeting #main_sec .img_area .img img {
  width: 100%;
  height: auto;
}

#page_greeting #main_sec .img_area .sub {
  margin: 15px 0 3px;
}

#page_greeting #main_sec .img_area .name {
  font-size: 2.4rem;
}

#page_greeting #main_sec .txt_area {
  width: 63%;
}

@media only screen and (max-width: 767px) {
  #page_greeting #main_sec .innerWrap {
    display: block;
  }
  #page_greeting #main_sec .img_area {
    width: 100%;
    margin-bottom: 15px;
  }
  #page_greeting #main_sec .img_area .img img {
    width: 70%;
    max-width: 100%;
    margin: 0 auto;
  }
  #page_greeting #main_sec .img_area .sub {
    margin-top: 10px;
    font-size: 1.2rem;
  }
  #page_greeting #main_sec .img_area .name {
    font-size: 2rem;
  }
  #page_greeting #main_sec .txt_area {
    width: 100%;
    padding-left: 0;
  }
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━

■page_staff
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
#page_staff .tabs.is-toggle li a {
  border-color: #000;
}

#page_staff .people-item.is-selected .people-image, #page_staff .people-item.is-selected .staff-image, #page_staff .staff-item.is-selected .people-image, #page_staff .staff-item.is-selected .staff-image {
  border-color: #008fc5;
}

#page_staff .people-item.is-selected .people-content, #page_staff .people-item.is-selected .staff-content, #page_staff .staff-item.is-selected .people-content, #page_staff .staff-item.is-selected .staff-content {
  display: block;
}

#page_staff .people-item.is-selected .people-thumb, #page_staff .people-item.is-selected .staff-thumb, #page_staff .staff-item.is-selected .people-thumb, #page_staff .staff-item.is-selected .staff-thumb {
  position: relative;
}

#page_staff .people-item.is-selected .people-thumb:after, #page_staff .people-item.is-selected .staff-thumb:after, #page_staff .staff-item.is-selected .people-thumb:after, #page_staff .staff-item.is-selected .staff-thumb:after {
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  border: 3rem solid transparent;
  border-bottom: 3rem solid #0087b3;
  bottom: -4rem;
  content: "";
  height: 0;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  width: 0;
  z-index: 5;
  vertical-align: bottom;
}

#page_staff .people-thumb, #page_staff .staff-thumb {
  cursor: pointer;
}

#page_staff .people-thumb .people-image, #page_staff .people-thumb .staff-image, #page_staff .staff-thumb .people-image, #page_staff .staff-thumb .staff-image {
  -moz-border-radius: 50%;
  -moz-transition: border .3s ease;
  -webkit-border-radius: 50%;
  -webkit-transition: border .3s ease;
  border: 3px solid #fff;
  border-radius: 50%;
  overflow: hidden;
  transition: border .3s ease;
}

#page_staff .people-thumb img, #page_staff .staff-thumb img {
  display: block;
  height: 100%;
  width: 100%;
}

#page_staff .people-name, #page_staff .staff-name {
  font-size: 1.2rem;
  margin-top: .5rem;
}

#page_staff .people-name span, #page_staff .staff-name span {
  display: block;
  font-size: .769rem;
}

#page_staff .people-content, #page_staff .staff-content {
  -moz-background-size: cover;
  background: url(../img/bg4.jpg) 50% no-repeat;
  background-size: cover;
  display: none;
  left: 0;
  margin-top: 4rem;
  max-width: 100vw;
  position: absolute;
  width: 100%;
  z-index: 5;
}

#page_staff .people-content img, #page_staff .staff-content img {
  width: 100%;
}

#page_staff .people-content p, #page_staff .staff-content p {
  color: #fff;
}

#page_staff .staff-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  max-width: 800px;
  margin: 0 auto;
}

#page_staff .staff-list:after {
  content: "";
  display: block;
  width: 31%;
}

#page_staff .staff-list .people-item {
  width: 31%;
  margin-bottom: 35px;
  text-align: center;
}

#page_staff .staff-list .people-image {
  max-width: 200px;
  margin: 0 auto 15px;
}

#page_staff .staff-list .people-position,
#page_staff .staff-list .people-name {
  line-height: 1.5;
}

#page_staff .staff-list .people-position {
  font-size: 1.3rem;
  margin-top: 0;
  letter-spacing: 0.08em;
  font-weight: 700;
}

#page_staff .staff-list .people-name {
  font-size: 2rem;
  margin-top: 3px;
  letter-spacing: 0.08em;
  font-weight: 700;
}

#page_staff .staff-list .en {
  margin-top: 7px;
  font-style: italic;
  font-size: 1.3rem;
  letter-spacing: 0.2em;
}

#page_staff .staff-list .en:empty {
  display: none;
}

#page_staff .people-content img {
  height: auto;
}

#page_staff .people-content .is-variable {
  max-width: 1000px;
  margin: 0 auto;
  padding: 50px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  text-align: left;
}

#page_staff .people-content .is-variable .is-half {
  width: 45%;
}

#page_staff .people-content .is-variable .is-half + .is-half {
  width: 50%;
}

@media only screen and (max-width: 767px) {
  #page_staff .staff-list .people-item {
    width: 46%;
    margin-bottom: 25px;
  }
  #page_staff .staff-list .people-image {
    margin-bottom: 10px;
  }
  #page_staff .staff-list .people-position {
    font-size: 1.2rem;
    font-weight: 500;
  }
  #page_staff .staff-list .people-name {
    font-size: 1.7rem;
    margin-top: 0;
  }
  #page_staff .staff-list .en {
    margin-top: 5px;
    font-size: 1.1rem;
  }
  #page_staff .people-content .is-variable {
    padding-top: 35px;
    padding-bottom: 35px;
    display: block;
  }
  #page_staff .people-content .is-variable .is-half {
    width: 100%;
  }
  #page_staff .people-content .is-variable .is-half + .is-half {
    width: 100%;
    margin-top: 20px;
  }
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━

■page_oath
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
#page_oath #content_normal ul.img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#page_oath #content_normal ul.img li {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

#page_oath #content_normal ul.img li img {
  width: 100%;
  height: auto;
  -webkit-backface-visibility: visible;
          backface-visibility: visible;
}

#page_oath .intro_sec .txt {
  text-align: center;
}

#page_oath .has-bg {
  -moz-background-size: cover;
  background-attachment: fixed;
  background-position: top;
  background-repeat: no-repeat;
  background-size: cover;
  padding-bottom: 5.5rem;
}

#page_oath .has-bg .container {
  max-width: 1000px;
  margin: 0 auto;
}

@media screen and (min-width: 769px) {
  #page_oath .has-bg {
    background-image: url(../img/bg3.jpg);
    margin-top: -12.5rem;
    padding-top: 17rem;
  }
}

@media screen and (max-width: 768px) {
  #page_oath .has-bg {
    background-image: url(../img/bg3_sp.jpg);
    margin-top: -5rem;
    padding-top: 7rem;
  }
}

#page_oath .manifesto {
  color: #fff;
}

#page_oath .manifesto .title {
  color: #fff;
}

@media screen and (min-width: 769px) {
  #page_oath .manifesto {
    margin-bottom: 0 !important;
    padding-right: 3.35rem !important;
  }
}

#page_oath .handbook {
  -moz-box-align: center;
  -moz-box-pack: center;
  -ms-flex-align: center;
  -ms-flex-direction: column;
  -ms-flex-pack: center;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  align-items: center;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-left: 2rem !important;
  padding-right: 2rem !important;
}

@media screen and (min-width: 769px) {
  #page_oath .handbook {
    border-left: 1px solid #80c7e1;
  }
}

#page_oath .handbook p {
  margin: 2rem 1rem;
}

#page_oath .handbook p span {
  display: block;
}

#page_oath .footer {
  margin-top: 0;
}

#page_oath .footer > .container {
  border-top: 0;
}

#page_oath .columns.is-variable {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#page_oath .columns.is-variable .manifesto .title {
  font-weight: 700;
  font-size: 1.8rem;
  margin-bottom: 10px;
}

#page_oath .columns.is-variable .manifesto ol {
  margin-left: 2em;
  margin-top: 1em;
  list-style: decimal outside;
}

#page_oath .columns.is-variable .manifesto ol li {
  list-style-type: decimal;
}

#page_oath .columns.is-variable .handbook {
  width: 245px;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  text-align: center;
  line-height: 1.3;
}

#page_oath .columns.is-variable .handbook img {
  margin-bottom: 10px;
}

#page_oath .columns.is-variable .handbook .en {
  font-size: 1.3rem;
}

#page_oath .columns.is-variable .handbook .en a {
  font-size: 1.6rem;
}

#page_oath #other_page02 {
  margin-top: 0;
}

@media only screen and (max-width: 1140px) {
  #page_oath .manifesto {
    padding-left: 20px;
  }
}

@media only screen and (max-width: 767px) {
  #page_oath .columns.is-variable {
    display: block;
    padding-left: 30px;
    padding-right: 30px;
  }
  #page_oath .columns.is-variable .manifesto {
    padding-left: 0;
  }
  #page_oath .columns.is-variable .manifesto .title {
    font-size: 1.6rem;
    margin-bottom: 8px;
  }
  #page_oath .columns.is-variable .manifesto ol {
    margin-left: 1em;
  }
  #page_oath .columns.is-variable .handbook {
    width: 100%;
    margin-top: 20px;
  }
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━

■page_projects
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
#page_projects .list01 {
  max-width: 800px;
  margin: 0 auto;
}

#page_projects .list01 a {
  -webkit-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}

#page_projects .list01 a:hover {
  -webkit-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
  opacity: 0.8;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━

■page_history
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
#page_history .intro_sec .txt {
  text-align: center;
}

#page_history #content_normal .block .photo_box {
  margin-bottom: 0;
  padding-top: 60px;
  padding-bottom: 60px;
}

#page_history #content_normal .block .photo_box_wrap:nth-of-type(1) .photo_box {
  padding-top: 0;
}

#page_history #content_normal .block .photo_box_wrap:last-of-type .photo_box {
  padding-bottom: 0;
}

#page_history #content_normal .block .photo_box_wrap:nth-of-type(2n) {
  background: url(../img/bg3.jpg) no-repeat 50%;
  background-size: cover;
}

#page_history #content_normal .block .photo_box_wrap:nth-of-type(2n) .photo_box {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

#page_history #content_normal .block .photo_box_wrap:nth-of-type(2n) .photo_box p {
  color: #fff !important;
}

@media only screen and (max-width: 767px) {
  #page_history #content_normal .block .photo_box {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  #page_history #content_normal .block .photo_box_wrap:nth-of-type(2n) {
    background-image: url(../img/bg3_sp.jpg);
  }
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━

■page_about-us
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
#page_about-us .anchor {
  margin-bottom: 40px;
}

#page_about-us #intro_sec {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  line-height: 1;
}

#page_about-us #intro_sec img {
  max-width: 100%;
  height: auto;
}

#page_about-us #intro_sec .img {
  width: 47%;
}

#page_about-us #intro_sec .txt_area {
  width: 50%;
  padding-left: 30px;
  max-width: 613px;
}

#page_about-us #content_normal .innerWrap {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

#page_about-us #content_normal .img {
  text-align: center;
  line-height: 1;
}

#page_about-us #content_normal .img img {
  max-width: 100%;
  height: auto;
}

#page_about-us #content_normal .img + .innerWrap {
  margin-top: 55px;
}

#page_about-us #content_normal .intro_sec {
  max-width: inherit;
}

#page_about-us #works_sec ul.list02 li {
  background: none;
  position: relative;
  padding-left: 45px;
}

#page_about-us #works_sec ul.list02 .num {
  display: inline-block;
  color: #fff;
  background: #0085ce;
  font-size: 1.2rem;
  padding: 2px 10px;
  position: absolute;
  left: 0;
  top: 0;
}

#page_about-us #detail_sec {
  padding: 0;
}

#page_about-us #outline_sec {
  margin-bottom: 100px;
}

#page_about-us #outline_sec .detail_box {
  margin-bottom: 55px;
}

#page_about-us #outline_sec .outline_img a {
  pointer-events: none;
}

@media only screen and (max-width: 767px) {
  #page_about-us .anchor {
    margin-bottom: 10px;
  }
  #page_about-us #intro_sec {
    display: block;
    padding-bottom: 20px;
  }
  #page_about-us #intro_sec .img {
    text-align: center;
    width: 100%;
    margin-bottom: 20px;
  }
  #page_about-us #intro_sec .txt_area {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }
  #page_about-us #content_normal .img + .innerWrap {
    margin-top: 25px;
  }
  #page_about-us #works_sec ul.list02 li {
    padding-left: 38px;
  }
  #page_about-us #works_sec ul.list02 .num {
    font-size: 1.1rem;
    padding: 2px 8px;
  }
  #page_about-us #outline_sec {
    margin-bottom: 60px;
  }
  #page_about-us #outline_sec .spCont.txt {
    font-size: 1.2rem;
    margin-bottom: 10px;
  }
  #page_about-us #outline_sec .detail_box {
    margin-bottom: 30px;
  }
  #page_about-us #outline_sec .outline_img a {
    pointer-events: inherit;
  }
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
■ニュース・試合日程・結果
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
.contents .cat span {
  background: #0085ce;
}

#news_list_wrap #club_news_sec, #news_list_wrap #match_sec {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

#news_list_wrap .hd01 {
  margin-bottom: 60px;
}

#news_list_wrap .tab_area {
  /*border-bottom: 3px solid $c10;*/
  padding: 0 30px;
  margin-top: -10px;
  margin-bottom: 50px;
}

#news_list_wrap .tab_area ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 540px;
  margin: 0 auto;
}

#news_list_wrap .tab_area li {
  width: 49%;
}

#news_list_wrap .tab_area a {
  display: block;
  font-size: 1.5rem;
  text-align: center;
  font-weight: 700;
  padding: 10px;
  border: 1px solid #3c3c3c;
  -webkit-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}

#news_list_wrap .tab_area a:hover {
  color: #fff;
  background: #3c3c3c;
  -webkit-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}

#news_list_wrap .tab_area .active a {
  color: #fff;
  background: #3c3c3c;
}

#news_list_wrap .news_list {
  width: 100%;
  padding-right: 0;
}

@media only screen and (max-width: 767px) {
  #news_list_wrap {
    padding-top: 0;
  }
  #news_list_wrap .hd01 {
    margin-bottom: 30px;
  }
  #news_list_wrap .tab_area {
    /*border-bottom-width: 2px;*/
    margin-bottom: 25px;
  }
  #news_list_wrap .tab_area a {
    font-size: 1.4rem;
    padding: 10px 5px;
  }
}

#news_list_wrap #match_sec {
  background: none;
}

#news_list_wrap #match_sec .tab_cont table th {
  background: #0e3167;
  color: #fff;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
■page_clubhouse
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
#clubhouse_sec {
  margin-top: 50px;
  margin-bottom: 100px;
}

#clubhouse_sec .scroll_wrap {
  margin-bottom: 65px;
}

#clubhouse_sec table {
  width: 100%;
  text-align: center;
  border-top: 1px solid #000;
  border-left: 1px solid #000;
  margin-bottom: 11px;
}

#clubhouse_sec table th, #clubhouse_sec table td {
  border-bottom: 1px solid #000;
  border-right: 1px solid #000;
  padding: 13px 5px;
  width: calc(100% / 8);
}

#clubhouse_sec table th {
  background: #0e3167;
  color: #fff;
}

#clubhouse_sec .txt {
  font-size: 1.2rem;
}

@media only screen and (max-width: 767px) {
  #clubhouse_sec {
    margin-bottom: 45px;
  }
  #clubhouse_sec .scroll_wrap {
    margin-bottom: 20px;
  }
  #clubhouse_sec table {
    margin-bottom: 7px;
  }
  #clubhouse_sec table th, #clubhouse_sec table td {
    padding: 10px 5px;
  }
  #clubhouse_sec table td {
    padding: 15px 5px;
  }
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
■クラブ詳細SNS埋め込み
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
#page_club .club_sns {
  margin-bottom: 40px;
}

#page_club .club_sns .sns_wrap {
  text-align: center;
  width: 100%;
  max-width: 700px;
  margin: 0 auto;
}

#page_club .club_sns .sns_wrap blockquote,
#page_club .club_sns .sns_wrap iframe {
  margin-top: 0;
  margin-bottom: 0;
}

#page_club .club_sns .youtube {
  width: 100%;
  aspect-ratio: 16 / 9;
}

#page_club .club_sns .youtube iframe {
  width: 100%;
  height: 100%;
}

#page_club .club_sns .instagram {
  max-width: 320px;
}

#page_club .club_sns .tiktok blockquote {
  max-width: 320px !important;
}

@media only screen and (max-width: 767px) {
  #page_club .club_sns .instagram blockquote,
  #page_club .club_sns .instagram iframe,
  #page_club .club_sns .tiktok blockquote,
  #page_club .club_sns .tiktok iframe {
    width: 100%;
    min-width: inherit !important;
  }
}
