@charset "UTF-8";
body {
  background-image: url(../images/parts/bg_contents.jpg);
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

#container #top {
  height: 400px;
}
#container #top h2 {
  color: #ffffff;
  text-align: center;
  line-height: 500px;
  font-size: 4vw;
  letter-spacing: 8px;
  font-family: 'Righteous', cursive;
}
#container main #futsalcourt {
  position: relative;
  padding: 0 32px 80px;
}
#container main #futsalcourt .title_box {
  position: absolute;
  z-index: 49;
  width: 160px;
  height: 184px;
  top: 0;
  left: 50%;
  margin: 0 0 0 -80px;
  padding: 40px 0;
  background-color: #2b7f79;
  text-align: center;
  -webkit-clip-path: polygon(0 0, 100% 0%, 100% 65%, 50% 100%, 0 65%);
  clip-path: polygon(0 0, 100% 0%, 100% 65%, 50% 100%, 0 65%);
}
#container main #futsalcourt .title_box img {
  height: 30px;
  margin: 0 0 20px;
}
#container main #futsalcourt .title_box h2 {
  width: 100%;
  font-family: 'Righteous', cursive;
  color: #ffffff;
}
#container main #futsalcourt ul {
  padding: 120px 0 0;
}
#container main #futsalcourt ul li {
  width: 480px;
  height: 480px;
  float: left;
  position: relative;
  border: 0 #ffffff solid;
  transition-property: all;
  transition-duration: 0.4s;
  transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
}
#container main #futsalcourt ul li.higashiyamata {
  background-image: url(../images/parts/higashiyamata.jpg);
  background-size: cover;
  background-position: center center;
}
#container main #futsalcourt ul li.tsukashin {
  background-image: url(../images/parts/tsukashin.jpg);
  background-size: cover;
  background-position: center center;
}
#container main #futsalcourt ul li a {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  display: table;
  width: 100%;
  height: 100%;
  text-align: center;
  transition-property: all;
  transition-duration: 0.4s;
  transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
}
#container main #futsalcourt ul li a .cell {
  display: table-cell;
  vertical-align: middle;
}
#container main #futsalcourt ul li a .cell svg {
  height: 80px;
  fill: #ffffff;
  margin: 0;
}
#container main #futsalcourt ul li a .cell .t1 {
  color: #ffffff;
  font-family: 'Righteous', cursive;
  font-size: 0.8rem;
  margin: 10px 0 0;
  letter-spacing: 8px;
}
#container main #futsalcourt ul li a .cell .t2 {
  color: #ffffff;
  font-family: 'Righteous', cursive;
  font-size: 2.4rem;
  margin: 10px 0 0;
  letter-spacing: 8px;
}
#container main #futsalcourt ul li a .cell .btn {
  width: 120px;
  padding: 10px;
  background-color: #ffffff;
  color: #2b7f79;
  margin: 20px auto 0;
  font-family: 'Righteous', cursive;
  transition-property: all;
  transition-duration: 0.4s;
  transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
}
#container main #futsalcourt ul li .bg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  opacity: 1;
  background-image: url(../images/parts/black70.png);
  transition-property: all;
  transition-duration: 0.4s;
  transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
}
#container main #futsalcourt ul li:hover {
  border: #ffffff 10px solid;
}
#container main #futsalcourt ul li:hover a .btn {
  background-color: #2b7f79;
  color: #ffffff;
}
#container main #futsalcourt ul li:hover .bg {
  opacity: 0.6;
}
#container main #news {
  margin: 0 0 80px;
}
#container main #news h2 {
  text-align: center;
  font-family: 'Righteous', cursive;
  color: #2b7f79;
  font-size: 1.8rem;
  margin: 0 0 80px;
}
#container main #news ul li {
  padding: 0 32px;
  margin: 0 0 20px;
}
#container main #news ul li:after {
  content: "・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・";
  width: 960px;
  overflow: hidden;
  display: block;
  margin: 20px 0 0;
}
#container main #news ul li:last-child:after {
  display: none;
}
#container main #news ul li .date {
  position: relative;
  width: 200px;
  height: 60px;
  background-color: #2b7f79;
  padding: 10px;
  text-align: right;
  font-family: 'Righteous', cursive;
  color: #ffffff;
  float: left;
  font-size: 1.2rem;
}
#container main #news ul li .date:after {
  content: "▶︎";
  font-size: 2.5rem;
  position: absolute;
  top: 10px;
  left: 186px;
  color: #2b7f79;
}
#container main #news ul li .text {
  width: 760px;
  float: left;
  background-color: #ffffff;
  padding: 20px;
  text-align: right;
}
#container main #news ul li .text h3 {
  margin: 0 0 20px;
  font-weight: bold;
  text-align: left;
}
#container main #news ul li .text p {
  text-align: left;
  font-size: 0.9rem;
}
#container main #news ul li .text a {
  font-size: 0.9rem;
  color: #2b7f79;
  font-weight: bold;
}
#container main #news .more {
  width: 240px;
  margin: 80px auto 0;
  background-color: #2b7f79;
  text-align: center;
}
#container main #news .more a {
  display: block;
  width: 100%;
  height: 100%;
  color: #ffffff;
  padding: 10px 0;
  font-family: 'Righteous', cursive;
}
#container main #icon ul li {
  width: 256px;
  height: 256px;
  background-color: #000;
  float: left;
  opacity: 0.8;
  transition-property: all;
  transition-duration: 0.4s;
  transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
}
#container main #icon ul li a {
  display: table;
  width: 100%;
  height: 100%;
  text-align: center;
}
#container main #icon ul li a .cell {
  display: table-cell;
  vertical-align: middle;
}
#container main #icon ul li a .cell img {
  max-width: 30px;
  height: 30px;
  margin: 0 0 10px;
}
#container main #icon ul li a .cell h3 {
  color: #ffffff;
  font-family: 'Righteous', cursive;
}
#container main #icon ul li:hover {
  opacity: 1;
  background-color: #2b7f79;
}
#container main #map {
  background-color: #ffffff;
  position: relative;
  padding: 120px 32px 80px;
}
#container main #map .title_box {
  position: absolute;
  z-index: 49;
  width: 160px;
  height: 184px;
  top: 0;
  left: 50%;
  margin: 0 0 0 -80px;
  padding: 40px 0;
  background-color: #d1c6b8;
  text-align: center;
  -webkit-clip-path: polygon(0 0, 100% 0%, 100% 65%, 50% 100%, 0 65%);
  clip-path: polygon(0 0, 100% 0%, 100% 65%, 50% 100%, 0 65%);
}
#container main #map .title_box img {
  height: 30px;
  margin: 0 0 20px;
}
#container main #map .title_box h2 {
  width: 100%;
  text-align: center;
  font-family: 'Righteous', cursive;
  color: #ffffff;
}
#container main #map #map_area {
  z-index: 1;
}
#container main #map .address {
  margin: 80px 0 0;
}
#container main #map .address p {
  font-size: 0.9rem;
  float: left;
}
#container main #map .address .more {
  float: right;
  width: 240px;
  background-color: #d1c6b8;
  text-align: center;
}
#container main #map .address .more a {
  display: block;
  width: 100%;
  height: 100%;
  color: #ffffff;
  padding: 10px 0;
  font-family: 'Righteous', cursive;
}

@media screen and (max-width: 1024px) {
  body {
    background-attachment: scroll;
    background-size: 100% auto;
    background-position: top center;
    background-repeat: no-repeat;
  }

  #container main #futsalcourt ul li:hover {
    border: #ffffff 0px solid;
  }
  #container main #futsalcourt ul li:hover a .btn {
    background-color: #ffffff;
    color: #2b7f79;
  }
  #container main #futsalcourt ul li:hover .bg {
    opacity: 1;
  }
}
@media screen and (max-width: 768px) {
  #container #top {
    height: 340px;
  }
  #container #top h2 {
    color: #ffffff;
    text-align: center;
    line-height: 400px;
    font-size: 6vw;
    letter-spacing: 8px;
    font-family: 'Righteous', cursive;
  }
  #container main {
    width: 100%;
  }
  #container main #futsalcourt {
    padding: 0 0 40px;
  }
  #container main #futsalcourt ul li {
    width: 50vw;
    height: 50vw;
  }
  #container main #futsalcourt ul li a .cell svg {
    height: 60px;
    margin: 0;
  }
  #container main #futsalcourt ul li a .cell .t2 {
    font-size: 2rem;
  }
  #container main #news {
    margin: 0 0 40px;
  }
  #container main #news h2 {
    margin: 0 0 40px;
  }
  #container main #news ul li {
    width: 100%;
    padding: 0 10px;
  }
  #container main #news ul li:after {
    width: 100%;
  }
  #container main #news ul li:last-child:after {
    display: none;
  }
  #container main #news ul li .date {
    height: 40px;
    text-align: left;
    float: none;
  }
  #container main #news ul li .date:after {
    content: "▼";
    font-size: 1.8rem;
    top: 25px;
    left: 20px;
  }
  #container main #news ul li .text {
    width: 100%;
    float: none;
  }
  #container main #news .more {
    margin: 40px auto 0;
  }
  #container main #icon ul li {
    width: 25vw;
    height: 25vw;
    opacity: 1;
  }
  #container main #icon ul li a {
    padding: 60px 0;
  }
  #container main #icon ul li a img {
    max-width: 30px;
    height: 30px;
    margin: 0 0 10px;
  }
  #container main #icon ul li a h3 {
    color: #ffffff;
    font-family: 'Righteous', cursive;
  }
  #container main #icon ul li:hover {
    opacity: 1;
    background-color: #000000;
  }
  #container main #icon ul li:nth-child(odd) {
    background-color: #2b7f79;
  }
  #container main #icon ul li:nth-child(odd):hover {
    background-color: #2b7f79;
  }
  #container main #map {
    padding: 120px 10px 40px;
  }
  #container main #map .address {
    margin: 40px 0 0;
  }
  #container main #map .address p {
    font-size: 0.9rem;
    float: left;
  }
}
@media screen and (max-width: 736px) {
  body {
    background-attachment: scroll;
    background-size: 180% auto;
    background-position: top center;
    background-repeat: no-repeat;
  }

  #container #top {
    height: 320px;
  }
  #container #top h2 {
    color: #ffffff;
    text-align: center;
    line-height: 320px;
  }
  #container main #futsalcourt .title_box {
    width: 100px;
    height: 115px;
    margin: 0 0 0 -50px;
    padding: 20px 0;
  }
  #container main #futsalcourt .title_box img {
    margin: 0 0 10px;
  }
  #container main #futsalcourt .title_box h2 {
    font-size: 0.8rem;
  }
  #container main #futsalcourt ul {
    display: table;
    padding: 74px 0 0;
    margin: 0 auto;
  }
  #container main #futsalcourt ul li {
    display: table-cell;
    width: 50vw;
    height: 50vw;
  }
  #container main #futsalcourt ul li a .cell svg {
    height: 40px;
    fill: #ffffff;
    margin: 0;
  }
  #container main #futsalcourt ul li a .cell .t1 {
    font-size: 0.8rem;
    margin: 5px 0 0;
    letter-spacing: 0px;
  }
  #container main #futsalcourt ul li a .cell .t2 {
    display: none;
  }
  #container main #futsalcourt ul li a .cell .btn {
    width: 60px;
    padding: 5px;
    margin: 10px auto 0;
    font-size: 0.6rem;
  }
  #container main #futsalcourt ul li:hover {
    border: #ffffff 0 solid;
  }
  #container main #futsalcourt ul li:hover a .btn {
    background-color: #ffffff;
    color: #2b7f79;
  }
  #container main #futsalcourt ul li:hover .bg {
    opacity: 1;
  }
  #container main #news {
    margin: 0 0 20px;
  }
  #container main #news h2 {
    text-align: center;
    font-family: 'Righteous', cursive;
    color: #2b7f79;
    font-size: 1.4rem;
    margin: 0 0 20px;
  }
  #container main #news ul li {
    margin: 0 0 10px;
  }
  #container main #news ul li:after {
    margin: 10px 0 0;
  }
  #container main #news ul li:last-child:after {
    display: none;
  }
  #container main #news ul li .date {
    height: 30px;
    padding: 6px;
    text-align: left;
    float: none;
    font-size: 0.8rem;
  }
  #container main #news ul li .date:after {
    content: "▼";
    font-size: 1rem;
    top: 26px;
    left: 20px;
  }
  #container main #news ul li .text {
    padding: 20px 10px 10px;
  }
  #container main #news ul li .text h3 {
    margin: 0 0 5px;
    font-weight: bold;
    text-align: left;
    font-size: 0.9rem;
  }
  #container main #news ul li .text p {
    display: none;
  }
  #container main #news .more {
    margin: 20px auto 0;
  }
  #container main #icon ul li a {
    padding: 16px 0;
  }
  #container main #icon ul li a h3 {
    font-size: 0.7rem;
  }
  #container main #map {
    background-color: #ffffff;
    position: relative;
    padding: 74px 10px 20px;
  }
  #container main #map .title_box {
    width: 100px;
    height: 115px;
    margin: 0 0 0 -50px;
    padding: 20px 0;
  }
  #container main #map .title_box img {
    margin: 0 0 10px;
  }
  #container main #map .title_box h2 {
    font-size: 0.8rem;
  }
  #container main #map .address {
    margin: 10px 0 0;
  }
  #container main #map .address p {
    font-size: 0.8rem;
    float: none;
  }
  #container main #map .address .more {
    float: none;
    width: 240px;
    margin: 20px auto 0;
  }
  #container main #map .address .more a {
    display: block;
    width: 100%;
    height: 100%;
    color: #ffffff;
    padding: 10px 0;
    font-family: 'Righteous', cursive;
  }
}

/*# sourceMappingURL=contents.css.map */
