@charset "UTF-8";

/*!
Theme Name: Cocoon Child
Description: Cocoon専用の子テーマ
Theme URI: https://wp-cocoon.com/
Author: わいひら
Author URI: https://nelog.jp/
Template:   cocoon-master
Version:    1.1.3
*/

/************************************
** 子テーマ用のスタイルを書く
************************************/
/*必要ならばここにコードを書く*/

/*ヘッダーメニュー*/
.m-nav {
  display: none;
}

.header-bg {
  z-index: 1;
  position: relative;
  flex-direction: row;
  justify-content: space-around;
  padding: 10px 0;
}

ul.header-menu {
  z-index: 1;
  position: relative;
  list-style: none;
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  padding-left: 0;
  width: 80%;
  margin: auto;
}

ul.header-menu li a {
  text-decoration: none;
  color: #fff;
  position: relative;
}

ul.header-menu li a::after {
  position: absolute;
  left: 0;
  content: '';
  width: 100%;
  height: 2px;
  background: #000000;
  bottom: -10px;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
}

ul.header-menu li a:hover::after {
  visibility: visible;
  bottom: 0px;
  opacity: 1;
}

.header-sns {
  z-index: 2;
  position: absolute;
  top: 20px;
  left: 20px;
}

.site-name-text-link {
  color: #fff;
}

.logo {
  z-index: 2;
}

.logo-text {
  padding: 0;
  font-size: 1em;
  padding-top: 20px;
}

.wrap {
  width: auto;
  margin: 0 auto;
}

.tagline {
  margin: 0;
}

main#main.main {
  padding: 0;
  border: none;
  width: 100%;
  overflow: hidden;
}

div#content.content.cf {
  margin-top: 0;
}

.header-container {
  height: 0;
}

div#content-in.content-in.wrap {
  width: 100%;
}

.top {
  height: 100vh;
  width: 100%;
  background: url(/wp-content/uploads/2023/06/top-background-img.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center -200px;
  position: relative;
}

html {
  scroll-behavior: smooth;
}

.top-msg {
  text-align: center;
  z-index: 1;
  position: absolute;
  top: 55%;
  left: 50%;
  border-radius: 10px;
  transform: translateY(-50%) translateX(-50%);
  -webkit- transform: translateY(-50%) translateX(-50%);
  padding: 10px 50px;
  background: rgb(6 167 153 / 70%);
}

.top-msg span {
  font-size: 34px;
  color: #fff;
}

.top-msg p {
  font-size: 17px;
  line-height: 1.5;
  color: #fff;
}

/*ニュース*/
#news {
  padding: 100px 0;
  position: relative;
}

.ul-news {
  margin: auto;
  margin-bottom: 50px;
  padding-left: 0;
}

.ul-news li {
  list-style: none;
  margin-bottom: 30px;
}

.ul-news li a {
  color: #000;
}

.h2-news {
  margin-bottom: 50px;
  font-size: 40px;
  font-family: 'century';
  font-weight: normal;
}

.new img {
  width: 5%;
  position: relative;
  top: 10px;
}

.catn {
  background: #708090;
  color: white;
  border-radius: 2px;
  padding: 5px;
  font-size: 7px;
  margin-left: 5px;
  bottom: 2px;
  position: relative;
}

.ul-news li {
  border-bottom: solid 1px #DCDCDC;
}

.news-box {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin: auto;
  position: relative;
}

.news-left {
  width: 30%;
  color: #808080;
}

.news-right {
  width: 70%;
}

.btnlinestretches4 {
  position: relative;
  color: #333;
  padding: 10px 50px 10px 30px;
  display: inline-block;
  text-decoration: none;
  outline: none;
}

.btnlinestretches4::before,
.btnlinestretches4::after {
  content: '';
  position: absolute;
  z-index: 1;
  bottom: 0;
  left: 0;
  background: #333;
  width: 100%;
  height: 2px;
  transition: all 0.3s ease-in-out;
}

.btnlinestretches4::after {
  width: 0;
  background: #ccc;
}

.btnlinestretches4:hover::after {
  width: 100%;
}

.btnlinestretches4 span::after {
  content: '';
  position: absolute;
  top: 1.3em;
  right: 20px;
  width: 5px;
  height: 5px;
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  transform: rotate(45deg);
  transition: all .3s;
}

.btnlinestretches4:hover span::after {
  right: 15px;
}

a:hover {
  opacity: 0.7;
  color: #000;
}

/*アバウト*/
#about {
  position: relative;
  background: url(/wp-content/uploads/2023/06/about-bg.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.about-box {
  padding: 80px 30px;
  margin: auto;
  position: relative;
  background: rgb(255 255 255 / 90%);
}

.h2-about {
  color: #808080;
  text-align: center;
  font-size: 40px;
  font-family: 'century';
  font-weight: normal;
  margin-bottom: 30px;
}

/*コーチ紹介*/
#coach {
  padding: 100px 0;
  position: relative;
}

.h2-coach {
  font-size: 40px;
  color: #808080;
  text-align: center;
  font-family: 'century';
  font-weight: normal;
  margin-bottom: 50px;
}

.img-box,
.txt-box {
  width: 45%;
}

.coach-box {
  display: flex;
  flex-direction: row;
  justify-content: center;
  margin-bottom: 50px;
}

.h3-coach {
  text-align: center;
  margin: 20px 0;
  border-bottom: dotted 1px;
}

.inner {
  width: 70%;
  margin: auto;
}

/*サッカーメニュー*/
#menu {
  padding: 100px 0;
  position: relative;
  background: #2F4F4F;
}

.h2-menu {
  text-align: center;
  color: white;
  font-family: 'century';
  font-weight: normal;
  font-size: 40px;
  margin-bottom: 50px;
}

.h3-menu {
  text-align: center;
  color: white;
}

.menu-box {
  margin-bottom: 50px;
  width: 48%;
}

/*display:flexを解除*/
.ctt-box {
  width: 48%;
}

.menu-ctt {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.menu-ctt-box p {
  color: white;
  font-size: 80%;
}

.target {
  color: #2F4F4F;
  background: #fff;
  text-align: center;
  margin: 20px 0;
}

.practice {
  color: #2F4F4F;
  background: #fff;
  text-align: center;
  margin: 20px 0;
}

.message {
  text-align: center;
  color: #fff;
}

.target-p {
  color: #fff;
  margin-left: 5px;
}

.target-box {
  margin: 20px 0;
}

/*インスタ*/
#insta {
  padding: 100px 0;
  position: relative;
  background: #f9f9f9;
  border: solid 10px #5b5ccb;
  border-image: linear-gradient(to right, #e63c5a 0%, #575ccd 100%);
  border-image-slice: 1;
}

.h2-insta {
  text-align: center;
  font-family: 'century';
  font-weight: normal;
  font-size: 40px;
  margin-bottom: 20px;
}

#sb_instagram #sbi_load .sbi_follow_btn {
  transform: scale(1.8);
}

#sb_instagram .sbi_follow_btn a {
  background: #f7246a !important;
  color: #fff;
}

/*コンタクト*/
#contact {
  position: relative;
  background: url(/wp-content/uploads/2023/06/contact-img.png);
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
}

#contact .inner {
  padding: 30px;
  background: rgba(255, 255, 255, 0.95);
  border-radius: 10px;
}

.contact-box {
  width: 80%;
  height: 400px;
  margin: auto;
  position: relative;
}

.h2-contact {
  text-align: center;
  font-size: 40px;
  font-family: 'century';
  font-weight: normal;
  margin-bottom: 50px;
}

table th,
table td {
  border-top: none;
  border-left: none;
  border-right: none;
  background: transparent;
  font-weight: normal;
  border-bottom: none;
}

table tr:nth-of-type(2n+1) {
  background: transparent;
}

.must {
  font-size: 60%;
  color: red;
  margin-left: 5px;
  position: relative;
}

input[type="email"],
input[type="tel"],
input[type="text"],
textarea,
select {}

input[type='submit'] {
  background: #2F4F4F;
  color: #fff;
}

.contact-btn {
  width: 200px;
  margin: auto;
  margin-top: 50px;
}

.contact-btn:hover {
  opacity: 0.7;
}

.wpcf7-spinner {
  display: none;
}

.bg-contact {
  padding: 100px 0;
  height: 100%;
}

.footer {
  margin-top: 0;
}

/************************************
** レスポンシブデザイン用のメディアクエリ
************************************/
/*1023px以下*/
@media screen and (max-width: 1023px) {
  /*必要ならばここにコードを書く*/
}

/*834px以下*/
@media screen and (max-width: 834px) {

  /*必要ならばここにコードを書く*/
  ul.header-menu {
    display: none;
  }

  .m-nav {
    display: block;
  }

  #g-nav {
    position: fixed;
    z-index: 10;
    top: 0;
    right: -120%;
    width: 100%;
    height: 100vh;
    background: #2F4F4F;
    transition: all 0.6s;
  }

  #g-nav.panelactive {
    right: 0;
  }

  #g-nav.panelactive #g-nav-list {
    position: fixed;
    z-index: 999;
    width: 100%;
    height: 100vh;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
  }

  #g-nav ul {
    position: absolute;
    z-index: 999;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding-left: 0;
  }

  #g-nav li {
    list-style: none;
    text-align: center;
  }

  #g-nav li a {
    font-size: 120%;
    color: #fff;
    text-decoration: none;
    margin-bottom: 20px;
    display: block;
    letter-spacing: 0.1em;
    font-family: 'century';
  }

  .openbtn1 {
    position: fixed;
    z-index: 9999;
    top: 20px;
    right: 20px;
    cursor: pointer;
    width: 50px;
    height: 50px;
  }

  .openbtn1 span {
    display: inline-block;
    transition: all .4s;
    position: absolute;
    left: 14px;
    height: 2px;
    background-color: #2F4F4F;
    width: 60%;
  }

  .openbtn1 span:nth-of-type(1) {
    top: 15px;
  }

  .openbtn1 span:nth-of-type(2) {
    top: 23px;
  }

  .openbtn1 span:nth-of-type(3) {
    top: 31px;
  }

  .openbtn1.active span:nth-of-type(1) {
    top: 18px;
    left: 18px;
    transform: translateY(6px) rotate(-45deg);
    width: 60%;
    background: #fff;
  }

  .openbtn1.active span:nth-of-type(2) {
    opacity: 0;
    background: #fff;
  }

  .openbtn1.active span:nth-of-type(3) {
    top: 30px;
    left: 18px;
    transform: translateY(-6px) rotate(45deg);
    width: 60%;
    background: #fff;
  }

  .top {
    background: url(/wp-content/uploads/2023/06/top-mobile.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center bottom;
  }

  #about .inner {
    width: 100%;
  }

  #contact .inner {
    width: 100%;
  }

  #contact .inner {
    padding: 30px;
    background: rgba(255, 255, 255, 0.85);
    border-radius: 0px;
  }

  .top-msg p {
    font-size: 3.7vw;
  }

  .top-msg span {
    font-size: 6.2vw;
  }

  .top-msg {
    width: 90%;
    top: 45%;
    padding: 10px;
  }

  .inner {
    width: 90%;
  }

  .news-box {
    display: flex;
    flex-direction: column-reverse;
  }

  .news-left {
    width: 100%;
    text-align: center;
  }

  .news-right {
    width: 100%;
  }

  .coach-box {
    display: flex;
    flex-direction: column;
  }

  .img-box,
  .txt-box {
    width: 100%;
  }

  .menu-ctt {
    flex-direction: column;
  }

  .menu-box {
    width: 100%;
  }

  table th {
    display: block;
    width: 100%;
    background: #2F4F4F;
    color: #fff;
  }

  table td {
    display: block;
    width: 100%;
  }

  #about {
    background: url(/wp-content/uploads/2023/06/about-bg-m.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
  }

}

/*480px以下*/
@media screen and (max-width: 480px) {
  /*必要ならばここにコードを書く*/
}