@charset "UTF-8";
/* ==================================

css：共通スタイル

================================== */
/* --hタグスタイル-- */
.h_wrapper {
  width: 100%;
  height: 60px;
}

.h_wrapper .subtitle {
  width: 100%;
  border-right: 3px solid #01489d;
  box-sizing: border-box;
}

.h_wrapper .subtitle p {
  font-size: 0.5625em;
  font-size: 0.9rem;
  color: #01489d;
  text-align: right;
  font-weight: bold;
  padding-right: 10px;
}

.h_inner {
  position: relative;
  width: 100%;
  height: 45px;
  border-top: 1px solid #01489d;
  border-bottom: 1px solid #01489d;
  border-left: 3px solid #01489d;
  box-sizing: border-box;
}

.under_space {
  position: absolute;
  width: 450px;
  height: 5px;
  bottom: 0px;
  right: 0px;
  border-top: 1px solid #01489d;
  border-right: 3px solid #01489d;
  box-sizing: border-box;
}

p {
  color: #2b2b2b;
}

strong {
  font-weight: bold;
}

/* -----body----- */
body {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif\9 ; /*IE8以下のみ指定*/
}

/* -----ヘッダ----- */
header {
  width: 100%;
  min-width: 1000px;
  height: auto;
  background-image: url(../img/futsal_img/sub_header_bg_rp.png);
}

#header_inner {
  position: relative;
  width: 1000px;
  height: 342px;
  margin: 0 auto;
}

#main_visual {
  position: relative;
  width: 1000px;
  height: 65px;
}

#cloud_group {
  position: absolute;
  width: 1000px;
  height: 65px;
  overflow: hidden;
  top: 0px;
}

#cloud_group ul {
  position: relative;
  width: 1000px;
  height: 260px;
}

#cloud_group ul li.cloud1 {
  position: absolute;
  top: 125px;
  left: 0px;
}

#cloud_group ul li.cloud2 {
  position: absolute;
  top: 0px;
  left: 205px;
}

#cloud_group ul li.cloud3 {
  position: absolute;
  top: 90px;
  right: 250px;
}

#cloud_group ul li.cloud4 {
  position: absolute;
  top: 138px;
  right: 0px;
}

#top_logo {
  position: absolute;
  top: 0px;
  left: 0px;
}
#top_logo h1 {
  padding-left: 0;
}

#top_menu {
  position: absolute;
  top: 10px;
  left: 780px;
}

#top_menu ul:after {
  display: block;
  height: 0;
  clear: both;
  content: ".";
  visibility: hidden;
}

#top_menu li {
  float: left;
}

/* グローバルメニュー */
#global_menu {
  position: absolute;
  width: 970px;
  height: 370px;
  top: 90px;
  left: 15px;
}

#global_menu ul {
  position: relative;
  width: 970px;
  height: 370px;
}

#global_menu ul li img {
  width: 100%;
  height: 100%;
}

#global_menu ul li.facility {
  position: absolute;
  width: 170px;
  height: 280px;
  top: 0px;
  left: 0px;
}

#global_menu ul li.climbing {
  position: absolute;
  width: 190px;
  height: 280px;
  /*top:30px;
  left:190px;*/
  top: 30px;
  left: 240px;
}

#global_menu ul li.futsal {
  position: absolute;
  width: 190px;
  height: 280px;
  /*top:10px;
  left:390px;*/
  top: 0px;
  left: 520px;
}

#global_menu ul li.kids_school {
  position: absolute;
  width: 190px;
  height: 280px;
  /*top:40px;
  left:590px;*/
  top: 20px;
  left: 800px;
}

/*#global_menu ul li.kids_park{
    position:absolute;
    width:170px;
    height:280px;
    top:20px;
    left:800px;
}*/
#global_menu2 {
  background: #fff;
  padding: 4px 4px;
  margin-top: 23px;
  box-shadow: 0px 0px 10px 0px rgba(5, 5, 5, 0.2);
}
#global_menu2 ul {
  display: flex;
  justify-content: space-between;
}
#global_menu2 ul li {
  transition: transform 0.2s ease;
  position: relative;
}
#global_menu2 ul li:before {
  content: "";
  position: absolute;
  z-index: -1;
  background: #fff;
  width: 203px;
  height: 228px;
  top: -4px;
  left: -4px;
  transition: 0.2s;
}
#global_menu2 ul li:hover {
  transform: translateY(-20px);
}
#global_menu2 ul li:hover:before {
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.4);
}

/* -----コンテンツ----- */
/* -----コンテンツ_セカンダリ(バナーエリア)----- */
#secondly {
  overflow: hidden;
}

#secondly li img:hover {
  opacity: 0.6;
  filter: alpha(opacity=60); /* ie lt 8 */
  -ms-filter: "alpha(opacity=60)"; /* ie 8 */
  -moz-opacity: 0.6; /* FF lt 1.5, Netscape */
  -khtml-opacity: 0.6; /* Safari 1.x */
}

/* -----フッター----- */
footer {
  width: 100%;
  min-width: 1000px;
  height: 560px;
  background-image: url(../img/common_img/footer_visual_bg_rp.jpg);
}

#footer_inner {
  width: 1000px;
  height: 560px;
  margin: 0 auto;
}

footer #footer_inner p,
footer #footer_inner li {
  color: #FFFFFF;
}

#footer_top {
  position: relative;
  width: 1000px;
  height: 130px;
}

#footer_middle {
  width: 980px;
  height: 380px;
  margin: 0 auto;
}

#top_link_area {
  width: 100%;
  height: 58px;
  border-bottom: 2px solid #b5cda1;
}

#top_link_area p {
  font-size: 0.875em;
  font-size: 1.4rem;
  font-weight: bold;
  text-align: center;
  padding-top: 20px;
}

#middle_link_area {
  width: 100%;
  height: 233px;
  border-top: 2px solid #b5cda1;
  border-bottom: 1px solid #b5cda1;
}

#middle_link_area ul {
  margin-left: -20px;
}

#middle_link_area ul:after {
  content: ".";
  clear: both;
  height: 0;
  visibility: hidden;
  display: block;
}

#middle_link_area ul li {
  width: 230px;
  /* width: 313px; */
  margin-left: 20px;
  float: left;
}

#middle_link_area ul li .link_title {
  height: 35px;
  border-bottom: 1px solid #b5cda1;
}

#middle_link_area ul li .link_title p {
  font-size: 0.875em;
  font-size: 1.4rem;
  font-weight: bold;
  padding-top: 7px;
  padding-left: 5px;
}

#middle_link_area ul li .link_contents ul {
  margin: 0px;
  margin-top: 10px;
  list-style-image: url(../img/common_img/list_marker.gif);
}

#middle_link_area ul li .link_contents ul li {
  font-size: 0.75em;
  font-size: 1.2rem;
  font-weight: bold;
  margin-top: 2px;
  float: none;
}

#bottom_link_area {
  width: 100%;
  height: 89px;
  padding-top: 17px;
  overflow: hidden;
}

#bottom_link_area:after {
  height: 0;
  visibility: hidden;
  clear: both;
  content: ".";
  display: block;
}

#bottom_link_area .float_wrapper {
  position: relative;
  left: 50%;
  float: left;
}

#bottom_link_area .float_wrapper:after {
  height: 0;
  visibility: hidden;
  clear: both;
  content: ".";
  display: block;
}

#bottom_link_area img {
  position: relative;
  left: -50%;
  float: left;
  margin-right: 10px;
}

#bottom_link_area p {
  font-size: 0.875em;
  font-size: 1.4rem;
  position: relative;
  left: -50%;
  float: left;
}

#bottom_link_area p .title {
  font-size: 1.5em;
  font-size: 2.4rem;
  line-height: 1.4em;
  font-weight: bold;
}

#bottom_link_area .address {
  padding-top: 7px;
  margin-left: 20px;
}

#footer_bottom {
  width: 980px;
  height: 50px;
  margin: 0 auto;
}

#copyright {
  width: 100%;
  height: 28px;
  background: #FFFFFF;
  padding-top: 10px;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  behavior: url(htc/PIE.htc);
}

#footer_bottom #copyright p {
  font-size: 0.75em;
  font-size: 1.2rem;
  font-weight: bold;
  color: #009944;
  text-align: center;
}

/* -----トップに戻るー----- */
a#back-top {
  display: block;
  position: fixed;
  width: 68px;
  height: 141px;
  text-indent: -9999px;
  background-image: url(../img/common_img/goto_top.png);
  bottom: 0px;
  left: 50%;
  margin-left: 426px;
  z-index: 30;
}

a#back-top:hover {
  opacity: 0.6;
  filter: alpha(opacity=60); /* ie lt 8 */
  -ms-filter: "alpha(opacity=60)"; /* ie 8 */
  -moz-opacity: 0.6; /* FF lt 1.5, Netscape */
  -khtml-opacity: 0.6; /* Safari 1.x */
}

footer a:link {
  color: #FFFFFF;
  text-decoration: none;
}

footer a:visited {
  color: #FFFFFF;
  text-decoration: none;
}

footer a:hover {
  color: #FFFFFF;
  text-decoration: underline;
}

footer a:active {
  color: #FFFFFF;
}

/* -----共通スタイル----- */
.margin_bottom_20px {
  margin-bottom: 20px;
}

.margin_bottom_30px {
  margin-bottom: 30px;
}

.margin_top_10px {
  margin-top: 10px;
}

.margin_bottom_10px {
  margin-bottom: 10px;
}

.margin_top_25px {
  margin-top: 25px;
}

.margin_bottom_70px {
  margin-bottom: 70px;
}

.margin_bottom_9px {
  margin-bottom: 9px;
}

ul.notes {
  padding-left: 1em;
}

ul.notes li {
  text-indent: -1em;
  font-size: 0.875em;
  font-size: 1.4rem;
}

ul.notes li:before {
  content: "※";
}

.opacity {
  opacity: 0.6;
  filter: alpha(opacity=60); /* ie lt 8 */
  -ms-filter: "alpha(opacity=60)"; /* ie 8 */
  -moz-opacity: 0.6; /* FF lt 1.5, Netscape */
  -khtml-opacity: 0.6; /* Safari 1.x */
}

.shadow {
  box-shadow: 0px 0px 7px #999;
  -moz-box-shadow: 0px 0px 7px #999; /* Firefox */
  -webkit-box-shadow: 0px 0px 7px #999; /* Chrome, Safari */
  behavior: url(htc/PIE.htc);
}

#contents {
  background-image: url(../img/common_img/sub_contents_bg_rp.png) !important;
}

.sns {
  width: 1000px;
  margin-top: 40px;
  margin-bottom: 23px;
}
.sns .village {
  display: flex;
  justify-content: space-between;
}
.sns .village > li {
  width: 485px;
  background: #FFFFFF;
  border-radius: 10px;
  overflow: hidden;
}
.sns .village > li h2 {
  font-size: 1.8rem;
  font-weight: bold;
  color: #fff;
  display: flex;
  align-items: center;
}
.sns .village > li h2 span {
  font-size: 1.3rem;
  width: 120px;
  text-align: center;
  padding: 12px;
  line-height: 1.2;
  display: block;
  position: relative;
  margin-right: 15px;
}
.sns .village > li h2 span:after {
  content: "";
  position: absolute;
  display: inline-block;
  width: 0;
  height: 30px;
  border-left: 1px dashed #fff;
  right: 10px;
  top: 0;
  bottom: 0;
  margin: auto;
}
.sns .village > li:first-of-type h2 {
  background: #2763ac;
}
.sns .village > li:last-of-type h2 {
  background: #0a909c;
}
.sns .village > li:last-of-type .link a {
  font-size: 1.2rem;
}
.sns .village > li:last-of-type .link li:first-of-type a:before {
  background: url(../img/common_img/icon_ig.png) no-repeat center/auto;
}
.sns .village > li .link {
  display: flex;
  justify-content: center;
  gap: 30px;
  padding: 17px 0 20px;
}
.sns .village > li .link > li a {
  display: block;
  color: #233f0c;
  font-weight: bold;
  position: relative;
  text-decoration: none;
  font-size: 1.3rem;
  line-height: 1.3;
  padding: 10px 0 10px 60px;
  transition: 0.3s;
}
.sns .village > li .link > li a:hover {
  opacity: 0.8;
}
.sns .village > li .link > li a:before {
  content: "";
  position: absolute;
  display: inline-block;
  width: 50px;
  height: 50px;
  background: url(../img/common_img/icon_blog.png) no-repeat center/auto;
  top: 0;
  bottom: 0;
  margin: auto;
  left: 0;
}
.sns .village > li .link > li:last-of-type a:before {
  background: url(../img/common_img/icon_fb.png) no-repeat center/auto;
}

.banner {
  width: 1000px;
  border-radius: 10px;
  background: #fff;
  display: flex;
  align-items: center;
  padding: 18px 0;
  margin-bottom: 50px;
}
.banner h2 {
  color: #233f0c;
  font-size: 1.4rem;
  font-weight: bold;
  width: 276px;
  position: relative;
  text-align: center;
  margin-right: 45px;
}
.banner h2:after {
  content: "";
  position: absolute;
  display: inline-block;
  width: 0;
  height: 50px;
  border-left: 1px dashed #009944;
  right: 10px;
  top: 0;
  bottom: 0;
  margin: auto;
}
.banner ul {
  display: flex;
  justify-content: flex-start;
  gap: 30px;
}
.banner ul a {
  transition: 0.3s;
}
.banner ul a:hover {
  opacity: 0.8;
}/*# sourceMappingURL=subpage_common.css.map */