/*
Theme Name: WingAC-child
Template: WingAC-master
*/
/*共通*/
html {
  scroll-behavior: smooth;
  scroll-padding-top: 80px;
}
body{
    font-family: 'Noto Sans JP', sans-serif;
}
.img-wrap{
    display: block;
    text-align: center;
}
.img-wrap img{
   width: 100%;
   height: auto;
}
h2{
    font-size: clamp(20px,3vw,28px);
    border-bottom: none;
    color: #fb0001;
    font-weight: 300;
    border-top: 1px solid #fb0001;
}
h3{
    font-size: clamp(18px,3vw,24px);
}
body a{
  color: #666;
  text-decoration: underline;
}
span.caution{
  font-weight: bold;
  font-size: 14px;
}
section.section{
    margin-top: 60px;
}
table{
border-bottom: 1px solid rgba(0,0,0,.05);
}
table caption{
    caption-side: top;
}
table.table-style01 th,
table.table-style01 td{
    width: 100%;
    display: block;
    padding-bottom: 5px;
}
table.table-style01 td{
    padding-bottom: 15px;
}
table th{
    border-bottom: 1px solid rgba(0, 0, 0, .05);
    color: #fb0001;
    font-weight: bold;
}
table.table-style02 tbody th{
    width: 30%;
    background: #FFE0E0;
}
table.table-style03 tbody th{
    width: 80px;
}
table.table-style03 .w30{
    width: calc( (100% - 80px) / 3);
}
table .w25{
    width: 25%);
}
table.table-style04{
  widht: 100%;
  max-width: 750px;
  border-collapse: collapse;
  white-space: nowrap;
  border: 1px solid rgba(0,0,0,.05)
}
table.table-style04 thead tr{
  background-color: #fde4de;
}
table.table-style04 tr{
  background: #f9f9f7;
}
table.table-style04 tr:nth-child(2n){
  background: #e6e6e6;
}
table.table-style04 th,
table.table-style04 td{
   width: 20%;
  text-align: center;
  border: 1px solid rgba(0,0,0,.05)
}
table.table-style04 th{
  color: #333;
}
.table-wrap {
  overflow-x: scroll;
}
.center{
    text-align: center;
}
.mgn-top20{
    margin-top: 20px;
}
.mgn-top40{
    margin-top: 40px;
}
/*TOPページ*/
.home h2{
  margin-bottom: 10px;
  padding-bottom: 0;
}
.home article{
  margin: 80px auto 0;
}
.home .results{
  margin-top: 60px;
  margin-bottom: 60px;
}
.home .results ul,
.widget_results_monthly_archive_widget ul{
	list-style: none;
	margin: 0;
    padding: 0;
}
.home .results li{
	margin: 0;
    padding: 1rem 0;
    border-bottom: 1px solid var(--vk-color-border-hr);
	line-height: 1.65em;
}

.home .results li a {
    color: var(--vk-color-text-body);
    text-decoration: none;
    display: block;
    overflow: hidden;
    margin-bottom: var(--vk-margin-meta);
}
.home #top__fullcarousel{
	width: 100%;
	max-width: 1110px;
	margin: 0 auto;
}
.home .button{
  margin-top: 60px;
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
}
.home .button a{
  margin-bottom: 20px;
  padding: 15px 40px;
  color: #fff;
  background: #fb0001;
  border: #fb0001 1px solid;
  border-radius: 30px;
  text-decoration: none;
  width: 250px;
  text-align: center;
  font-weight: bold;
  transition: .7s;
}
.home .button a:hover{
  color: #fb0001;
  background: #fff;
}
/*投稿ページ*/
#comments{
	display: none;
}

.sideSection .published{
	display: none;
}

/*大会結果ページ*/
.widget_results_monthly_archive_widget ul li{
	font-size: 14px;
	line-height: 1.4em;
    margin-top: 0;
    margin-bottom: .4em;
    font-weight: 400;
    background: 0 0;
    box-shadow: none;
    padding: 1em 0 .8em;
	border-bottom: 1px solid rgba(0, 0, 0, .05);
}
.widget_results_monthly_archive_widget ul li a{
	color: #464646;
    text-decoration: none;
}
.results table tr.woman{
  background: #fcf9d3;
}
/*よくある質問ページ*/
.qa-6 {
    max-width: 500px;
    margin-bottom: 5px;
    border-bottom: 2px solid #d6dde3;
}

.qa-6 summary {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    padding: 1em 2em 1em 3em;
    color: #333333;
    font-weight: 600;
    cursor: pointer;
}

.qa-6 summary::before,
.qa-6 p::before {
    position: absolute;
    left: 1em;
    font-weight: 600;
    font-size: 1.3em;
}

.qa-6 summary::before {
    color: #75bbff;
    content: "Q";
}

.qa-6 summary::after {
    transform: translateY(-25%) rotate(45deg);
    width: 7px;
    height: 7px;
    margin-left: 10px;
    border-bottom: 3px solid #333333b3;
    border-right: 3px solid #333333b3;
    content: '';
    transition: transform .5s;
}

.qa-6[open] summary::after {
    transform: rotate(225deg);
}

.qa-6 p {
    position: relative;
    transform: translateY(-10px);
    opacity: 0;
    margin: 0;
    padding: .3em 3em 1.5em;
    color: #333;
    transition: transform .5s, opacity .5s;
}

.qa-6[open] p {
    transform: none;
    opacity: 1;
}

.qa-6 p::before {
    color: #ff8d8d;
    line-height: 1.2;
    content: "A";
}
/*練習メニューページ*/

#Menu-containts{
    overflow-x: auto;
    display: block;
}
#Menu-containts h3{
  margin-bottom: 0;
}
#Menu-containts table{
  margin-bottom: 40px;
  border-right: #ccc 1px solid;
  border-left: #ccc 1px solid;
  border-bottom: #ccc 1px solid;
  border-collapse: collapse;
  white-space: nowrap;
}
/*固定ページ*/
#Faq dl dt{
    margin-bottom: 10px;
}
#Faq dl dd{
    margin-bottom: 40px;
}

/*スマホ*/
.vk-mobile-nav-menu-btn,
.vk-menu-acc .acc-btn,
.vk-mobile-nav-menu-btn.menu-open{
    border: none;
    background-color: #fb0001;
    
}
/*ユニフォーム購入方法*/
#Uniform .flex{
    display: flex;
    flex-wrap: wrap;
}
#Uniform .flex .img-wrap{
    width: 25%;
}
#Uniform table{
	margin-top: 30px;
}
#Uniform dl dt{
	margin-bottom: 5px;
}
#Uniform dl dd{
	margin-bottom: 20px;
}
#Uniform table.table-style02 tbody th{
    width: 10%;
    min-width: 85px;
    text-align: center;
}
#Uniform table.table-style02 tbody td{
    width: 30%;
}
#Uniform table th,
#Uniform table td{
    text-align: center;
}

footer .copySection p:last-child{
  display: none;
}
.siteFooter .widget_nav_menu ul li a{
  border-bottom: none;
}
@media screen and (min-width:750px) {
  .table-wrap {
    overflow-x: auto;
  }
}
@media screen and (max-width:600px) {
  #Uniform .flex .img-wrap{
    width: 50%;
}
 }