/*
Theme Name: funsqua
Author: The funsqua team
Author URI: https://www.funsqua.com
Version: 1.0
 */

/** 全ページ共通 */

.pc { display: block !important; }
.sp { display: none !important; }

body {
  font-family: "Helvetica Neue",
    Arial,
    "Hiragino Kaku Gothic ProN",
    "Hiragino Sans",
    Meiryo,
    sans-serif;
    font-size:16px;
    background: #fff;
    /**min-width: 1080px;**/
    overflow-x: hidden;
    padding-top: 50px!important;
}

footer a{
  color: #fff;
  text-decoration: none!important;
  display: inline!important;

}

footer a:hover{
  color: #fff;
  opacity: 0.8;
text-decoration: none!important;

}

footer ul{
  padding: 0 17%;
  text-align: center;
}

footer li{
display: inline-block;
}


footer ul li:after {
    content: "|";
    padding: 0px 9px;
    color: #fff;
    display: inline-block;
}

footer ul li:last-child::after{
    display: none;
}



.h3, h3 {
    font-size: 1.7rem!important;
}

ul{
  list-style: none;
}

.navbar-dark .navbar-nav .nav-link {
    color: #fff;
}

.navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 1rem;
    padding-left: 1rem;
    padding-top: 1rem;
    padding-bottom: 1rem
  
  }


.navbar-toggler {
    border: 1px solid #fff;
    margin-right: 15px;
    margin-top: 10px;
}

.navbar-toggler-icon{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba(255, 255, 255, 1)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e")}

.navbar{
  background: #5cc0ef;
  height: 50px;
  padding: 0;

}

.navbar-brand img {
    width: 180px;
    margin: 0px 0px 0px 17px;
}

.nav-item{
  display: table;
  background: #5cc0ef;
  color: #fff;
  height: 50px;
}

.nav-item a{
  display: table-cell!important;
  color: #fff;
  vertical-align: middle;
  height: 50px;
  padding: 0 15px
}

.nav-item a:hover{
  color: #fff;
}


.blue{
  background:#5cc0ef!important;

}

.orange{
  background: #f9a537!important;

}

.orange2{
  background: #ffc14a!important;

}

.blue a:hover {
  background: #fff;
  color: #5cc0ef!important;
  text-decoration: none;
}

.orange a:hover {
  background: #fff;
  color: #f9a537!important;
  text-decoration: none;
}

.orange2 a:hover {
  background: #fff;
  color: #ffc14a!important;
  text-decoration: none;
}

.white{
  background-color: #fff;
  
}
.white a{
color: #5cc0ef;
font-weight: bold;
padding: 0 15px;
}

.white a:hover{
  color: #5cc0ef;
  font-weight: bold;
  text-decoration: underline;
}


.footer_note{
    font-size: 15px;
   margin-top: 50px;
    color: #5cc0ef;

}




a {display:block!important;}

h1 {
    position: fixed;
    top: 2px;
    left: 0;
    padding: 14px 26px 7px 18px;
    background-color: #5cc0ef;
    z-index: 2000;
    margin: 0;
}

h1 img {
    width: 91%;
    margin-top: -1%;
    margin-left: 4%;
  }

.nav_info{
  background-color: #fff;
  width: 10%;
}


.ttl_info {
    font-size: 9px;
    height: 40px;
    line-height: 25px;
    text-align: center;
}

.ttl_info img {
    width: 20%;
    margin-top: 7%;
    margin-right: 2%;
}


.nav_info a{
display: inline;
color: #5cc0ef;
text-decoration: none;
font-weight: bold;
}

.dropdown-menu{
  background-color: #5cc0ef;
}

.dropdown-menu a {
    display: inline-block!important;
    height: 25px;
}

.ttl_menu{
  margin: auto;
  max-width: 1000px;
}


footer{
  color: #fff;
  margin: 17px 0 0;
  font-size: 15px;
  background: #5cc0ef;
}

address{
  text-align: center;
  margin-top: 30px;
}







/** start　コンテンツごとのスタイル */

.carousel-item {
height: 80vh;
    min-height: 300px;
    background: no-repeat center center scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}




.portfolio-item {
  margin-bottom: 30px;
}

.carousel img{
  position: absolute;
  width: 100%;
}


.carousel-control-next-icon{
  height: 80%!important;
}

.carousel-control-prev-icon{
  height: 80%!important;
}

.mainvisual.btn,
a.btn,
button.btn {

  font-weight: 700;
  line-height: 1.5;
  position: relative;
  display: inline-block;
  padding: 1rem 4rem;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.1em;
  color: #fff;
  border-radius: 5.5rem;
}

.btn_mv {
    position: absolute;
    left: 75%;
    top: 40%;
}

.txt_mv{
  position: absolute!important;
    padding:0.6em 0.7em 0.6em 0.7em;
    -webkit-transform: skewX(-15deg);
    transform: skewX(-15deg)rotate(-5deg);
    color: #ffffff;
    background-color: #5cc0ef;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
    top: 80%;
    left: 8%;
    font-weight: bolder;
    box-shadow: 4px 4px #004ebe;
    font-size: 1.2rem;
}

.txt_mv span{
  display: block;
  -webkit-transform: skewX(15deg);
          transform: skewX(15deg);
}


a.btn_circle {
  width: 140px;
  height: 140px;
  padding: 2px 0 0;
  border-radius: 50%;
  color: #fff;
  background: #f9a537;
  -webkit-box-shadow: 0 7px 0 #f9a537;
  box-shadow: 0 7px 0 #ea8500;
  font-size: 100%;
}

a.btn_circle i {
  font-size: 150%;
}


.fa-position-bottom {
  position: absolute;
  bottom: 1rem;
  left: calc(50% - 0.5rem);
}


a.btn_circle:hover {
  -webkit-transform: translate(0, 4px);
  transform: translate(0, 4px);
  color: #fff;
  -webkit-box-shadow: 0 3px 0 #ea8500;
  box-shadow: 0 3px 0 #ea8500;
}

  .arrow {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  color: #333;
  text-decoration: none;
}
.arrow:before {
  content: '';
  width: 15px;
  height: 15px;
  border: 0;
  border-bottom: solid 3px #fff;
  border-right: solid 3px #fff;
  position: absolute;
  top: 68%;
  left: 63px;
  margin-top: -5px;
  transform: rotate(45deg);
}



.flex_01{
  display: flex;
  position: relative;
  z-index: 2;
}

h2{
    border-bottom: #4fa3ca 5px solid;
    color: #4fa3ca;
    font-weight: bold;
}


.ttl_news{
    padding-left: 38px;
    line-height: 28px;
    background: url(/test/images/img_news.png) no-repeat left top;
    background-size: 30px 24px;
    font-size: 16px;
}

.ttl_schedule{
    padding-left: 38px;
    line-height: 28px;
    background: url(/test/images/img_schedule.png) no-repeat left top;
    background-size: 30px 24px;
    font-size: 16px;

}


#news_area{
width: 700px;
margin-right: 30px;

}

.news_date{
  color: #f9a537;
  font-weight: bold;
  border-bottom: solid 2px #f9a537;
}


.newslist {
  border-top:none;
  width: 100%;
  padding: 0;
}
.newslist li {
  border-bottom: solid 2px #ddd;
  font-size: 17px;
}
.newslist li a {
  box-sizing: border-box;
  color: #000000;
  display: table;
  padding: 10px;
  text-decoration: none;
  transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  -webkit-transition: 0.2s ease-in-out;
  width: 100%;
}
.newslist li a:hover {
  background: #EEEEEE;
  text-decoration: none;
}
.newslist li div {
  display: table-cell;
  width: 144px;
}
.newslist li p {
  display: table-cell;
  padding-left: 20px;
  vertical-align: middle;
}

/* 時間の設定 */
.newslist li time {
  display: table-cell;
  vertical-align: top;
  width: 90px;
}

/* カテゴリの設定 */
.newslist li .cat01,
.newslist li .cat02 {
  background-color: #1B73BA;
  border-radius: 1px;
  color: #FFFFFF;
  font-size: 9px;
  padding: 0 2px;
  text-align: center;
  width: 50px;
}
.newslist li .cat02 {
  background-color: #0E3A5F;
}


#schedule_area{
  width: 400px;

}


#schedule_area th{
  display: none!important;
}


#schedule_area td.capa{
  display: none!important;
}

#schedule_area td.link{
  width: 300px;
}


#schedule_area td.date{
  width: 100px;
  color: #f9a537;
  font-weight: bold;
  border-bottom: solid 2px #f9a537;
}


.content {
    margin-top: 3%;
    display: flex;

}



.event{
  margin: 0 auto;

}

.event-categories{
  display: none;
}

.event_form{
     margin-top: 70px;
    text-align: center;
}


.em-booking-form-details .em-booking-submit {
    color: #fff;
    width: auto;
    background: #f9a537;
    border: none;
    border-radius: 4px;
    padding: 8px;
    font-weight: bold;
    font-size: 15px;
}

.em-booking-form-details .em-booking-submit:hover{
  opacity: 0.8;
  background: #f9a537;
  color: #fff;
}

.em-booking-form-details{
    width: 400px;
    width: 400px;
    float: none!important;
    display: inline-block;
}


.aboutsq_menu{
  text-align: center;
  margin-left: -10px;
  margin: 0 auto;
  padding-left: 0;

}

.select {
    background-color: #5cc0ef;
    border: #5cc0ef 2px solid;
    padding: 8px;
    display: inline-block;

}

.noselect{
    background-color: #daf2fd;
    border: #daf2fd 2px solid;
    padding: 8px;
    display: inline-block;
}

.select a{
  color: #fff;
  text-decoration: none;
  display: block!important;

}

.select a:hover{
  opacity: 0.8;
text-decoration: none;

}

.noselect a{
  color: #5cc0ef;
  text-decoration: none;
  display: block!important;

}

.noselect a:hover{
  opacity: 0.8;
text-decoration: none;

}


.arrow_slct{
   position: relative;
  display: inline-block;
}


.arrow_noslct{
   position: relative;
  display: inline-block;
}

.arrow_slct::before {
    content: '';
    width: 10px;
    height: 10px;
    border: 0px;
    border-top: solid 3px #fff;
    border-right: solid 3px #fff;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate();
    position: absolute;
    top: 50%;
    left: 278px;
    margin-top: -5px;
}

.arrow_noslct::before {
    content: '';
    width: 10px;
    height: 10px;
    border: 0px;
    border-top: solid 3px #5cc0ef;
    border-right: solid 3px #5cc0ef;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate();
    position: absolute;
    top: 50%;
    left: 278px;
    margin-top: -5px;
}








/** start　contents */

.contents{
  margin: 40px auto 80px;
  font-size: 17px;
}

 .contents h2{
    font-size: 21px;
    font-weight: bold;
    margin-bottom: 20px;
    border: none;
  position: relative;
  padding: 5px 5px 5px 42px;
  background: #5cc0ef;
  color: white;
  margin-left: -33px;
  line-height: 1.3;
  z-index:-1;
 }

 .contents h2:before {
  position: absolute;
  content: '';
  left: -2px;
  top: -2px;
  border: none;
  border-left: solid 40px white;
  border-bottom: solid 79px transparent;
  z-index:-2
} 

 .contents h3{
 font-size: 21px!important;
    margin-bottom: 20px;
    color: #f9a537;
    font-weight: bold;
    margin-top: 4%;
 }

.ct2{
  margin-top: 3%;
}

.flex{
  display: flex;
}



.flex_02:nth-child(even) {
  flex-direction: row-reverse;
}
.flex_02:nth-child(even) .img {
  margin: 0 0 0 20px;
}

.mv_about{
  background-image: url("/wp-content/themes/funsqua/images/mv_about.jpg");
  width: 100%;
  height: 400px;
  background-repeat: no-repeat;
  position: relative;
  background-size: cover;
}

.mv_preparation{
  background-image: url("/wp-content/themes/funsqua/images/preparation.jpg");
  width: 100%;
  height: 400px;
  background-repeat: no-repeat;
  position: relative;
  background-size: cover;
}

.mv_rule{
  background-image: url("/wp-content/themes/funsqua/images/mv_rule.jpg");
  width: 100%;
  height: 400px;
  background-repeat: no-repeat;
  position: relative;
  background-size: cover;
}

.mv_request{
  background-image: url("/wp-content/themes/funsqua/images/mv_request.jpg");
  width: 100%;
  height: 400px;
  background-repeat: no-repeat;
  position: relative;
  background-size: cover;
}


.mv_league{
  background-image: url("/wp-content/themes/funsqua/images/league.jpg");
  width: 100%;
  height: 400px;
  background-repeat: no-repeat;
  position: relative;
  background-size: cover;

}

.mv_aboutus{
  background-image: url("/wp-content/themes/funsqua/images/aboutus.jpg");
  width: 100%;
  height: 400px;
  background-repeat: no-repeat;
  position: relative;
  background-size: cover;

}

.mv_aboutfunsqua{
  background-image: url("/wp-content/themes/funsqua/images/aboutfunsqua.jpg");
  width: 100%;
  height: 400px;
  background-repeat: no-repeat;
  position: relative;
  background-size: cover;

}

.mv_news{
  background-image: url("/wp-content/themes/funsqua/images/mv_news.jpg");
  width: 100%;
  height: 400px;
  background-repeat: no-repeat;
  position: relative;
  background-size: cover;
}

.mv_report{
  background-image: url("/wp-content/themes/funsqua/images/report.png");
  width: 100%;
  height: 400px;
  background-repeat: no-repeat;
  position: relative;
  background-size: cover;
}

.mv_contact{
  background-image: url("/wp-content/themes/funsqua/images/mv_contact.jpg");
  width: 100%;
  height: 400px;
  background-repeat: no-repeat;
  position: relative;
  background-size: cover;
}

.mv_news a{
  color: #fff;

}

.mv_news a:hover{
  color: #fff;
  opacity: 0.8;
text-decoration: none;

}

.mv_report a{
  color: #fff;

}


.mv_report a:hover{
  color: #fff;
  opacity: 0.8;
text-decoration: none;

}

.page_feed{
  display: flex;
  margin-top: 20px;
  justify-content: center; 
}

.page_feed a{
  display: inline-block!important;
}

.page_feed p{
    margin-left: 15px;
}


.contents time{
  color: #f9a537;
  font-weight: bold;

}

h1 a{
  color: #fff!important;
}

.mv_about h1,.mv_preparation h1,.mv_rule h1,.mv_request h1,
.mv_league h1,.mv_news h2,.mv_aboutus h1,
.mv_report h2,.mv_contact h1,.mv_aboutfunsqua h1 {
    position: absolute;
    top: 46%;
    background-color: transparent!important;
    color: #fff;
    left: 7%;
    font-size: 30px;
    font-weight: bold;
    z-index: 3;
}



.mv_news h2,
.mv_report h2{
  border: none;
}



.img_about img,
.img_preparation img,.img_uniform img,
.img_rule img{
  width: 310px;
}

.img_profile img{
  width: 210px;
}

.img_league img{
  width: 100%;
  margin-bottom: 40px;

}



.img_aboutfunsqua_float {
  float: right;
  padding-right: 0;
}

.img_aboutfunsqua_float img,
.img_aboutfunsqua img,
.img_aboutfunsqua_03 img{
  width: 100%;
}

.img_aboutfunsqua{
  padding-left: 0;
}

.img_aboutfunsqua_03{
  margin-top: 62px;
}






.special_thanks{
  margin-top: 22px;
}

.special_thanks ul{
  padding: 0;
  margin-top: -12px;
}





.merit1,
.merit2,
.merit3{
  text-align: center;
}

.merit1 img,
.merit2 img,
.merit3 img{
  width: 28%;
}

.merit1 p,
.merit2 p,
.merit3 p{
  display: inline-block;
  text-align: left;
}



.aboutus_contents dt{
  color: #5cc0ef;
}


.btn_request {
  width: 50%;
  margin: 0 auto;
}

a.btn_01 {
  display: block;
  color: #fff;
  font-size: 18px;
  padding: 1.5rem .5rem;
  background-color: #f9a537;
  text-align: center;
  text-decoration: none;
  transition-duration: 0.3s;
  font-weight: bold;
}

.btn_request a:hover {
opacity: 0.5;
color: #fff;
text-decoration: none;
}

a.btn_01 span {
  position: relative;

}
a.btn_01 span:before {
  content: '';
  width: 26px;
  height: 26px;
  background: #ffffff;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: -14%;
  margin-top: -13px;
}
a.btn_01 span:after {
  content: '';
  width: 11px;
  height: 11px;
  border: 0;
  border-top: 3px solid #f9a537;
  border-right: 3px solid #f9a537;
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  left: -12%;
  margin-top: -5px;
}

.inner dt{
  color: #5cc0ef;
}

.league_details h3{
  text-align: center;
  color: #fff;
  background: #f9a537;
  padding: 7px 0;
  margin-top: 70px;
}




/** contact form */

.must{
    color: #fff;
    margin-right: 10px;
    padding: 4px 8px;
    background: #f9a537;
    border-radius: 3px;
    font-size: 12px;
}

.free {
    color: #fff;
    margin-right: 10px;
    padding: 4px 8px;
    background: #bcbcbc;
    border-radius: 3px;
    font-size: 12px;
}



input.wpcf7-form-control.wpcf7-text,
textarea.wpcf7-form-control.wpcf7-textarea {
  width: 100%;
  padding: 8px 15px;
  margin-right: 10px;
  margin-top: 10px;
  border: 1px solid #d0d5d8;
  border-radius: 3px;
}
textarea.wpcf7-form-control.wpcf7-textarea {
  height: 200px;
}


input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required {
  background: rgba(255, 255, 142, 0.46);
}


input.wpcf7-submit {
    width: 8%;
    height: 39px;
    background: #f9a537;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    border: 1px;
    border-radius: 3px;
}

span.wpcf7-not-valid-tip,
.wpcf7-response-output.wpcf7-validation-errors {
  color: red;
  font-weight: 600;
}


.ttl_contact{
  color: #5cc0ef!important;
}

.ttl_contact img{
    width: 3%;
    margin-right: 4px;
    margin-bottom: 4px;
}





table{
  width: 100%;
  border-spacing: 0;
  margin: 3px auto;
}

table th{
  border-bottom: solid 2px #f9a537;
  padding: 10px 0;
  color: #f9a537;
  width: 13%;

}

table td{
  border-bottom: solid 2px #ddd;
  text-align: left;
  padding: 10px 0;
}

.img_details{
  margin-top: 4%;
}

.img_details img{
  width: 94%;


}

table ul{
padding: 0;
}

.events_league{
position: relative;
 margin: 5em auto;
 padding: 1.2em;
 border: 2px solid #ffc14a;
 box-shadow: 2px 2px 1px #ccc;
}

.events_league_ttl{
position: absolute;
 padding: 0 .5em;
 left: 20px;
 top: -15px;
 font-weight: bold;
 background-color: #fff;
 color: #f9a537;
}


.events_play{
position: relative;
 margin: 5em auto;
 padding: 1.2em;
 border: 2px solid #ffc14a;
 box-shadow: 2px 2px 1px #ccc;
}

.events_play_ttl{
position: absolute;
 padding: 0 .5em;
 left: 20px;
 top: -15px;
 font-weight: bold;
 background-color: #fff;
 color: #f9a537;
}


#schedule_area table.events-table{
  display: flex;


}



#schedule_area .events-table th {
    display: block;
    height: 50px;
    font-size: 17px!important;
    }

#schedule_area .events-table td {
    height: 50px;
    font-size: 17px;

    }

    #schedule_area .css-events-list table.events-table th.event-time {
    width: 80px!important;
}

#schedule_area th,{
  padding:10px 5px;
  font-size:14px!important;
}



/**特定商取引法**/　

.contents_legal{
    margin-top: 109px;
    font-size: 14px;
    margin: 80px auto 90px;
}



.contents_legal th {
  background: #a9a9a9;
  border: solid 1px #ccc;
  color: #fff;
  padding: 18px;
}

.contents_legal td {
  border: solid 1px #ccc;
  padding: 10px;
}

.ttl_legal{
    color: #5cc0ef!important;
    font-size: 22px!important;
    font-weight: bold!important;
    margin-bottom: 20px;
}







/**個人情報保護方針**/

.contents_privacy{
  font-size: 14px;
  margin: 80px auto 90px;
}


.ttl_privacy{
    font-size: 22px!important;
    margin-bottom: 40px;
    font-weight: bold;

}

.contents_privacy dt{
  margin-top: 28px;
}

.contents_privacy li{
    text-indent: -1em;
    padding-left: 1em;
}






.flow_ttl{
    display: inline-block;
    color: #fff!important;
    background-color: #f9a537;
    border-radius: 9px;
    padding: 3px 18px;
    font-size: 17px;
  }


.flow_box{
  width: 100%;
  padding: 16px 20px;
  border: 2px solid #f9a537;
  border-radius: 10px;
  position: relative;
}

.flow_box:not(:last-child) {
  margin-bottom: 40px;
}



.flow_box:not(:last-child) p::before,
.flow_box:not(:last-child) p::after {
  content: "";
  border: solid transparent;
  position: absolute;
  top: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}


.flow_box:not(:last-child) p::before {
  border-width: 22px;
  border-top-color: #f9a537;
}


.flow_box:not(:last-child) p::after {
  border-width: 20px;
  border-top-color: #fff;
}







/**更新するコンテンツ部分のスタイル**/



.details_table h3{
  text-align: center;
  color: #fff;
  background: #f9a537;
  padding: 7px 0;
  margin-top: 70px;
}


.details_table table{
  width: 100%;
  border-spacing: 0;
  margin: 3px auto;
}

.details_table table th{
  border-bottom: solid 2px #f9a537;
  padding: 10px;
  color: #f9a537;
  width: 14%;


}

.details_table table td{
  border-bottom: solid 2px #ddd;
  padding: 10px;

}

.details_table span{
  color: red;
}



.singlearticle{
  font-size: 14px;
  margin-bottom: 60px!important;
  display: flex;
}



.singlearticle .contents h2{
  color: #fff!important;
}

.categoryarticle{
  font-size: 17px;
  margin-bottom: 60px!important;
  display: flex;
}

.categoryarticle .contents h2{
  color: #fff!important;
}


.sidebar-title{
  color: #5cc0ef;
  font-weight: bold;
  font-size: 18px;
}

#sidebar{
  width: 242px!important;
  margin-left: 34px;
}


.contents_area{
  width: 80%;
}


.contents h1{
  position: relative;
  font-size: 21px;
    font-weight: bold;
    margin-bottom: 20px;
    border: none;
    position: relative;
    padding: 5px 5px 5px 42px;
    background: #5cc0ef;
    color: white;
    margin-left: -33px;
    line-height: 1.3;
    z-index: -1;

}


.contents h1:before {
    position: absolute;
    content: '';
    left: -2px;
    top: -2px;
    border: none;
    border-left: solid 40px white;
    border-bottom: solid 79px transparent;
    z-index: -2;
}

.singlearticle h1{

}



/**ピラティスエリア**/

.pilates_area{
  border: solid #f9a537 2px;
  display: flex;
  flex-wrap: nowrap;
  padding: 12px;
}

.pilates_text{
   width: 62%;
}

.pilates_area img{
       width: 140px;
}


.pilates_ttl{
  color: #fff!important;
  border-radius: 20px;
  background: #f9a537;
  display: inline-block;
     padding: 6px 25px;

}

.pilates_imginst{
  display: flex;
  margin-left: auto;
  flex-direction: row-reverse;

}








.container-fluid, .container-lg, .container-md, .container-sm, .container-xl{
  padding: 0!important;
}



/** topページ　下　バナーエリア */

.bnr_box{
  display: flex;
 justify-content: left;
  margin-top: 100px;
}

.bnr_item img{
  width: 100%;
}

.bnr_item a:hover{
  opacity: 0.8;
text-decoration: none!important;

}

.bnr_item{
 
}







@media screen and (min-width:992px) {


.img_about img,.img_preparation img,.img_uniform img,.img_rule img,.img_aboutfunsqua_float img,
.img_aboutfunsqua img, .img_aboutfunsqua_03 img {
    width: 100%;
}



  }





@media screen and (max-width:992px) {

.navbar {
    height:58px!important;

  }

  .navbar-brand img {
    width: 200px;
    margin: 0 0 0 11px;
}

.nav-item a {
    display: table-cell;
}

.img_aboutfunsqua_float {
    padding: 0;
}


.pilates_area {
    

}

.pilates_text {
    width: 100%;
}

.pilates_area img {
    width: 45%;
    height: 60%;
}

.pilates_imginst {
    align-items: center;
}


.img_uniform img,.img_preparation img,
.img_rule img{
    width: 100%;
}

.arrow_noslct::before {
    left: 88%;
}

.arrow_slct::before {
    left: 88%;
}


.bnr_item img {
    width: 80%;
}

}




@media (max-width: 767.98px){


  .pc { display: none !important; }
  .sp { display: block !important; }


.carousel-item {
    height: 100%;
    min-height: 300px;
    background: no-repeat center center scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.wp-block-image img {
    width: 100%;
}

.btn_mv {
    position: absolute;
    left: 74%;

}

.contents h2{
  margin-left: -20px;
}


a.btn_circle {
    width: 100px;
    height: 100px;
    font-size: 75%;
}


.arrow:before {
    content: '';
    width: 11px;
    height: 11px;
    top: 74%;
    left: 44px;
}

.content {

    display: block;
}

.navbar-toggler {
    margin-top: 0px;
}

.contents_area {
    width: 100%;
}

.categoryarticle img{
  height: auto;
}


#news_area {
    width: 100%;
    margin-bottom: 12%; 
}

#schedule_area {
    width: 100%;
}


.contents h3 {
    margin-bottom: 12px;
    margin-top: 0%;
}

.mv_report h2{
  padding: 14px 26px 7px 18px;

}



.mv_about h1,.mv_preparation h1,.mv_rule h1, .mv_request h1, .mv_league h1,
.mv_news h2, .mv_aboutus h1, .mv_report h2,
.mv_contact h1, .mv_aboutfunsqua h1 {
    display: none;
}


.mv_about {
    background-image: url(/wp-content/themes/funsqua/images/mv_about_sp.jpg);
    width: 100%;
    height: 0;
    background-repeat: no-repeat;
    position: relative;
    background-size: contain;
    padding-top: 53.33%;
}

.mv_preparation {
    background-image: url(/wp-content/themes/funsqua/images/preparation_sp.jpg);
    width: 100%;
    height: 0;
    background-repeat: no-repeat;
    position: relative;
    background-size: contain;
    padding-top: 75.33%;
}


.mv_rule {
    background-image: url(/wp-content/themes/funsqua/images/mv_rule_sp.jpg);
    width: 100%;
    height: 0;
    background-repeat: no-repeat;
    position: relative;
    background-size: contain;
    padding-top: 53.33%;
}



.mv_request {
    background-image: url(/wp-content/themes/funsqua/images/mv_request_sp.jpg);
    width: 100%;
    height: 0;
    background-repeat: no-repeat;
    position: relative;
    background-size: contain;
    padding-top: 53.33%;
}



.mv_league {
    background-image: url(/wp-content/themes/funsqua/images/league.jpg);
    width: 100%;
    height: 0;
    background-repeat: no-repeat;
    position: relative;
    background-size: contain;
    padding-top: 21.33%;
}


.mv_news {
    background-image: url(/wp-content/themes/funsqua/images/mv_news_sp.jpg);
    width: 100%;
    height: 0;
    background-repeat: no-repeat;
    position: relative;
    background-size: contain;
    padding-top: 53.33%;
}


.mv_aboutus {
    background-image: url(/wp-content/themes/funsqua/images/aboutus.jpg);
    width: 100%;
    height: 0;
    background-repeat: no-repeat;
    position: relative;
    background-size: contain;
    padding-top: 33.33%!important;
}



.mv_report {
    background-image: url(/wp-content/themes/funsqua/images/report_sp.png);
    width: 100%;
    height: 0;
    background-repeat: no-repeat;
    position: relative;
    background-size: contain;
    padding-top: 59.33%;
}


.mv_contact {
    background-image: url(/wp-content/themes/funsqua/images/mv_contact_sp.jpg);
    width: 100%;
    height: 0;
    background-repeat: no-repeat;
    position: relative;
    background-size: contain;
    padding-top: 53.33%;
}


.mv_aboutfunsqua {
    background-image: url(/wp-content/themes/funsqua/images/aboutfunsqua_sp.jpg);
    width: 100%;
    height: 0;
    background-repeat: no-repeat;
    position: relative;
    background-size: contain;
    padding-top: 75.33%;
}


.img_about img,.img_preparation img,.img_uniform img,.img_uniform img,.img_aboutfunsqua_float img,
.img_aboutfunsqua img,.img_rule img,
.img_aboutfunsqua_03 img,
.img_league img {
    width: 100%;

}


.img_aboutfunsqua_03 {
    margin-top: 0px;
    margin-bottom: 40px;
}


.img_aboutfunsqua_float {
    margin-bottom: 20px;
}

.img_aboutfunsqua img{
      margin-bottom: 20px;
}


.img_league img{
  margin-top: 5%;

}

.singlearticle,.categoryarticle {

    display: block;
}

.categoryarticle h1,
.singlearticle h1{
margin-left: -20px;

}

.contents time {
  margin-left: 20px;
}


.ct1{
  display: block;
}



input.wpcf7-submit {
    width: 20%;
}


.btn_request {
    width: 100%;
}




.ttl_contact img {
    width: 5%;
}


.pilates_area {
    display: block;

}

.pilates_ttl {
    display: block;
    text-align: center;
}


.pilates_area img {
    width: 28%;
}

.pilates_imginst {
    justify-content: center;
}

.pilates_imginst p{
  text-align: left!important;
  padding-top: 0!important;
}

.aboutsq_menu li{
margin-top: 5px;
}

.arrow_noslct::before {
    left: 90%;
}

.arrow_slct::before {
    left: 90%;
}



.bnr_item {
  margin-bottom: 2%;
}

.bnr_item img {
    width: 50%;
}

}








