/*

Template 2077 Modern Town

http://www.tooplate.com/view/2077-modern-town

*/

/* Body 
------------------------------------- */
body {
    background: #ffffff;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    position: relative;
}

html,body {
      width: 100%;
     overflow-x: hidden;
  }

.post-masonry img {
    width: 100%;
    display: block;
}

.row {
 clear:both;
}

/* Typography
------------------------------------- */
h1,h2,h3,h4,h5 {
  font-weight: bold;
}

h1 {
  font-size:45px;
  line-height: 60px;
text-shadow: 1px 1px 2px #fff;
}

h3.wow {
  color: #d00;
  font-size: 35px;
  letter-spacing: 26px;
  letter-spacing: 2px;
  padding: 15px 0 ;
}

@media (max-width: 768px) {
                                h3.wow {
                                            font-size:20px;
                                             padding: 5px 0 ;
                                }
  
}

h5 {
  color: #ffa400;
  line-height: 28px;
  letter-spacing: 2px;
}

p {
  font-size: 16px;
  letter-spacing: 0.9px;
  line-height: 32px;
}

/* タイトル書式フォーマット */

h2.title {
                                margin:51px auto 20px auto;
                                padding:10px 0;
                                font-size:30px;
                                line-height:35px;
                                color:#fff;
                                text-align:center;
                                border-top:1px solid #b00;
                                border-bottom:2px solid #b00;
                                 background-image: linear-gradient(0deg, #b00, #fff);
                                text-shadow: -1px -1px 2px #b00;
}

@media (max-width: 768px) {
                                h2.title {
                                            font-size:20px;
                                            line-height:25px;
                                            padding:10px 25px ;
                                }
  
}

h3.sub {
                                margin:0 0 15px 0;
                                padding:5px 10px ;
                                font-size:20px;
                                line-height:25px;
                                color:#b00;
                                text-align:left;
                                border-left:5px solid #b00;
}

@media (max-width: 768px) {
                                h3.sub {
                                            font-size:18px;
                                            line-height:20px;
                                }
  
}

h4.com {
                                margin:0 0 15px 0;
                                padding:5px 10px ;
                                font-size:18px;
                                line-height:22px;
                                border-bottom:1px solid #222;
}

.about-des p {
	font-size: 16px;
	line-height: 32px;
}

.about-des {
                                margin-bottom:25px;
                   }

.about-des ul {
	margin:0;
                                padding:0;
}

.about-des li {
	margin:0;
                                padding:0;
	font-size: 16px;
	line-height: 32px;
}

.btn {

                                 background-image: linear-gradient(0deg, #e1dac1, #fff);
}

 .btn:hover {
                                 background-image: linear-gradient(0deg, #fff, #fff8df);
}

/* All Section styles
------------------------------------- */
#passway, #player, #counter, #contact {
  	padding-bottom: 50px;
}

.parallax-section {
  	background-attachment: fixed !important;
  	background-size: cover !important;
}


/* navigation styles
/* ========================================== */
.navbar-default {
    background: #fff;
    border: none;
    box-shadow: 0px 2px 8px 0px rgba(50, 50, 50, 0.04);
    margin: 0 !important;
  }
.navbar-default .navbar-brand {
  font-size: 20px;
  font-weight: bold;
  margin: 0;
  }
.navbar-default li {
  margin: 15px 20px;
}
.navbar-default .navbar-nav li a {
    color: #303030;
    font-size: 12px;
    font-weight: bold;
    padding: 0px;
  }
.navbar-default .navbar-nav li a:hover {
    color: #ffa400;
  }
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #303030;
  background-color: transparent;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: #ffa400;
  background-color: transparent;
}
.navbar-default .navbar-toggle {
     border: none;
     padding-top: 12px;
  }
.navbar-default .navbar-toggle .icon-bar {
    background: #ffa400;
    border-color: transparent;
  }
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus { 
  background-color: transparent;
}



/* home section styles
/* ========================================== */
#home {
  background: url("../images/home-bg.jpg") 50% 0 repeat-y fixed;
  -webkit-background-size: contain;
  background-size: cover;
  background-position: center center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100vh;
  text-align: center;
}

@media (max-width: 980px) {
                               #home {
                               background : #fff;
                                height: 40vh;
                                text-align: center;
                                }
} 

#home .btn-danger {
  background: #ffa400 !important;
  margin-right: 20px;
}

#home .btn-danger:hover {
  background: #ffc400 !important;
}

#home .btn {
  background: #000000;
  border-color: transparent;
  color: #ffffff;
  font-size: 12px;
  font-weight: bold;
  padding: 14px 52px;
  margin-top: 40px;
  transition: all 0.4s ease-in-out;
}

#home .btn:hover {
  background: #ffa400;
}


/* testimonial section styles
/* ========================================== */
#passway .item {
  text-align: center;
  display: block;
  width: 100%;
  padding-bottom: 62px;
}

#passway .item img {
  display: inline-block;
}

/* about section styles
/* ========================================== */
#message .container {
  	width: 100%;
  	padding: 0px;
  	margin: 0px;
}

#message .col-md-6 {
	padding: 0;
}

#message .about-des {
  	padding:0  65px;
}

/* about section styles
/* ========================================== */
#passway .container {
  	width: 100%;
  	padding: 0px;
  	margin: 0px;
}

#passway .col-md-6 {
	padding: 0;
}

#passway .about-des {
  	padding: 0 65px;
}

#passway .btn {
  margin: 10px 0;
}


/* blog section styles
/* ========================================== */
#player .container {
  	width: 100%;
  	padding: 0px;
  	margin: 0px;
}


#player .about-des {
  	padding: 0 50px;
}

#player .blog-wrapper {
  background: #ffffff;
  margin-top: 20px;
  margin-bottom: 20px;
}


/* Counter section styles
/* ========================================== */
#counter {
   background: url('../images/counter-bg.jpg') 50% 0 repeat-y fixed;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center;
  text-align: center;
  padding-top: 160px;
  padding-bottom: 160px;
}

#counter .counter-number {
  color: #ffa400;
  font-size: 32px;
}

#counter .counter-text {
  color: #ffffff;
  letter-spacing: 2px;
}



/* modelplay section styles
/* ========================================== */
#modelplay .container {
  	width: 100%;
  	padding: 0px;
  	margin: 0px;
}

#modelplay .col-md-6 {
	padding: 0;
}

#modelplay .about-des {
  	padding: 0 65px;
}


/* mentality section styles
/* ========================================== */
#mentality .container {
  	width: 100%;
  	padding: 0px;
  	margin: 0px;
}

#mentality .col-md-6 {
	padding: 0;
}

#mentality .about-des {
  	padding: 0 65px;
}


/* contact section styles
/* ========================================== */
#contact {
  background: url('../images/contact-bg.jpg') 50% 0 repeat-y fixed;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center;
}

#contact .form-control {
  background: transparent;
  border-color: #ffffff;
  color: #ffffff;
  border-radius: 0px;
  box-shadow: none;
  margin-bottom: 22px;
  transition: all 0.4s ease-in-out;
  padding: 10px;
  height: auto;
}

#contact input[type="submit"] {
  background: #000000;
  border:none;
  border-radius: 4px;
  font-weight: bold;
  letter-spacing: 1px;
  height: 50px;
  margin-top: 10px;
}

#contact input[type="submit"]:hover {
  background: #ffa400;
}

.form-control::-moz-placeholder {
  color: #ffffff;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #ffffff;
}
.form-control::-webkit-input-placeholder {
  color: #ffffff;
}

#contact .contact-detail {
  background: rgba(250,250,250,0.75);
  padding: 34px 10px 34px 60px;
}

#contact .contact-detail h2 {
  padding-bottom: 28px;
}

#contact .contact-detail div {
  padding-bottom: 10px;
}


/* footer section styles
/* ========================================== */
footer {
  padding-top: 80px;
  padding-bottom: 50px;
}

footer p {
  padding-right: 40px;
  padding-bottom: 20px;
  font-size: 14px;
}

footer a {
  color: #606060;
}

footer a:hover {
  color: #ffa400;
  text-decoration: none;
}

.link-list a {
  color: #606060;
  display: block;
  padding-top: 4px;
  padding-bottom: 4px;
}

.social-icon {
  padding: 0;
  margin: 0;
}
.social-icon li {
  list-style: none;
  display: inline-block;
}
.social-icon li a {
  background: #3c3c3c;
  border-radius: 100%;
  color: #ffffff;
  font-size: 18px;
  line-height: 32px;
  width: 32px;
  height: 32px;
  text-align: center;
  text-decoration: none;
  transition: all 0.4s ease-in-out;
  margin-right: 2px;
}
.social-icon li a:hover {
  background: #ffa400;
}



@media (max-width: 1280px) {
	#message .about-des {
		padding: 0 40px;
	}
}

@media (max-width: 1280px) {
	#passway .about-des {
		padding: 0 40px;
	}
}




@media (max-width: 1280px) {
	#modelplay .about-des {
		padding: 0 40px;
	}
}




@media (max-width: 1280px) {
	#mentality .about-des {
		padding: 0 40px;
	}
}
/* mobile responsive section styles
/* ========================================== */
@media (max-width: 768px) {
  h1 {
    font-size: 40px;
  }
  #counter .counter-item {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  h3 {
    font-size: 20px;
  }
  #counter .counter-item {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  
}

@media (max-width: 650px) {
  h1 {
    font-size: 40px;
  }

h3 {
  font-size:23px;
  color:#d00;
}



h4 {
  font-size:18px;
  border-bottom:2px solid #222 ;
  padding-bottom:10px;
  margin:0 5px 20px 5px ;
}

}

@media (max-width: 450px) {
  h1 {
    font-size: 28px;
    line-height: 38px;
  }
  #home h5 {
    font-size: 11px;
  }
  #home .btn {
    display: inline-block;
    padding: 14px 32px;
  }
}

@media (max-width: 375px) {
  h1 {
    font-size: 24px;
    line-height: 34px;
  }
  #home h5 {
    font-size: 9px;
  }
}

/* 指導者・選手向けコメント */
.accordion  {
  margin: 30px auto;
}

.accordion_title {
  position: relative;
  border: none;
  display: block;
  list-style: none;
  width: 100%;
  cursor: pointer;
  background: #ffffff;
  border: 2px solid #d8d8d8;
  padding: 1em 1.6em 1em;
  font-size:1.2em;
}

summary.accordion_title::-webkit-details-marker {
  display:none;
}

.accordion_title:after {
  content: "+";
  position: absolute;
  top: calc(50% - 0.5em);
  right: 20px;
  line-height: 1;
  padding: 0;
  pointer-events: none;
}

.accordion::details-content {
  opacity: 0;
  block-size: 0;
  transition: .3s;
  transition-property: display, opacity, block-size, padding;
  transition-behavior: allow-discrete;
  line-height: 1.6em;
}

.accordion .accordion_content {
  padding: 0 2em 0 3em;
}

.accordion .accordion_content > *:first-of-type {
  margin-top: 0;
}

.accordion .accordion_content > *:last-of-type {
  margin-bottom: 0;
}

.accordion[open]::details-content {
  opacity: 1;
  block-size: auto;
  block-size: calc-size(auto, size);
}

.accordion[open] .accordion_content {
  padding: 1.4em 2em 1.4em 3em;
}

.accordion[open] .accordion_title:after {
  content: "-";
}

.accordion p {
  padding:10px 15px;
}


.vimeo_b {
  width:200px;
  height:33px;
  background:#907700;
  text-align:center ;
  border-radius:30px;
  margin:0 0 10px 0;
}

.vimeo_b a {
  color:#fff;
  font-size:15px;
}

/* table */
.tb-wrap{
  width:100%;
  overflow-x:scroll;
}
table{
  margin:0 auto 30px auto;
  width:100%;
  border-collapse: collapse;
}
.tb01 th,
.tb01 td{
  padding: 10px;
  border: solid 1px #ccc;
  box-sizing:border-box;
}
.tb01 th {
  background: linear-gradient(to top, #650b0b, #d00);
  border: solid 1px #ccc;
  color: #fff;
  padding: 10px;
}

.coach {
  background-image: linear-gradient(0deg, #fad1b3, #fff);
}

.player {
  background-image: linear-gradient(0deg, #c8d0aa, #fff);
}
