/*
 Theme Name:   Third Place
 Theme URI:
 Description:  学習塾のサードプレイスのホームページです
 Author:       Shumpei
 Author URI:   https://www.famethemes.com
 Template:     onepress
 Version:      1.0.0
 Tags:         light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
 Text Domain:  onepress-child
*/

/* Add your custom css below
-------------------------------------------------------------- */
.heading--tel{
  padding:5px 0;
  font-size: 1rem;
}

h3{
    text-align: center;
}

li{
  list-style: none;
}

.svg-inline--fa.fa-stack-2x {
    width: 1em;
}

/*改行設定
---------------------------------------------------------------------------*/
@media screen and (min-width: 480px){
    .br-pc { display:block; }
    .br-sp { display:none; }
}
@media screen and (max-width: 480px){
    .br-pc { display:none; }
    .br-sp { display:block; }
}

/* メインビジュアル */
.top-kv__copy {
    line-height: 1.6;
}

@media (max-width: 911px){
    .hero__content {
        width: 80%;
    }
}

@media (max-width: 320px){
    .hero__content {
        width: 100%;
    }
}

@media (max-width: 767px) {
  .top-kv__copy {
      font-size: 2.0rem!important;
  }
}
.top-kv__member-item {
    font-size: 16px;
    font-weight: 700;
}

.top-kv__tag-list {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin-top: 14px;
}

.top-kv__tag-item {
    font-size: 12px;
    font-weight: 700;
    background-color: #589cf5;
    display: inline-block;
    border-radius: 4px;
    -webkit-box-shadow: 0 2px 4px rgba(0,0,0,.2);
    box-shadow: 0 2px 4px rgba(0,0,0,.2);
    padding: 3px 8px;
    margin: 6px 6px 0 0;
}

.btn.btn-theme-primary.btn-lg {
    color:#FFF!important;
    border-radius: 20px!important;
    background: linear-gradient(.25turn,#00a8be 0,#43cfe8 60%,#00a8be 100%);
}

/* SERVICEセクション */
.section-services{
  background-color: #589cf5;
}
.section-services h5{
  color: #FFFFFF!important;
}
.section-services h2{
  color: #FFFFFF!important;
}

/* Aboutセクション */
.about-image:hover{
  opacity: 0.3;
}

.about-image img{
  border-radius: 10px;
  box-shadow: 0px 0px 10px 2px rgba(0,0,0,0.3);
}

.section-title-area {
    padding: 20px 0;
    margin-bottom: 0;
  }

  /*  ABOUT ボタン*/
  .about--btn{
  padding: 0.6em 0.88em;
  background: linear-gradient(to right, #1081F2 50%, #fff 50%);
  background-size: 200% 100.5%;
  background-position: right bottom;
  font: 1.25em 'Montserrat';
  color: #020202;
  border: none;
  border-left: 0.20em solid #1081F2;
  border-color: none;
  box-shadow: 3px 3px 2px rgba(0,0,0,0.08);
  transition: all .5s ease-out;
  }
  .about--btn:hover{
    background-position: left bottom;
    color: white;
  }
    .about--btn a:hover{
      text-decoration: none;
      color: #FFFFFF!important;
    }
    .about--btn h3{
      margin-bottom: 0;
      padding: 10px 0;
    }

/* YOUTUBEのリスト */
.service-image {
  display: flex;
  justify-content: center;
  float: none!important;
  margin-right: 0px!important;
  margin-bottom: 30px;
}

.service-content{
  text-align: center;
  overflow: visible!important;
}

/* memberページ */
.member--list{
  display:flex;
  justify-content: space-around;
  flex-wrap: wrap;
  align-items: center;
}

.member--item{
  margin:20px 0;
  border-radius: 5px;
  background-color: #fff;
  box-shadow: 0 3px 6px #ccc;
  width: 30%;
  text-align: center;
  visibility: visible;
  animation-name: slideInUp;
}

@media (max-width: 767px) {
.member--item{
    width: 100%;
  }
}
.member--item__subject{
  display:flex;
  justify-content: center;
  align-items: center;
  padding: 3px;
  height: 40px;
  color: #FFFFFF;
  font-size: 16px;
}
/* カウンターページ削除 */
#counter{
  display: none;
}
/* SNSセクション */
.sns h5{
  color:#FFFFFF;
}
.sns h2{
  color: #1B4B83;
}

.sns-board__wrapper {
  max-width: 95%;
  margin: 50px auto 0!important;
  background-color: rgba(155, 193, 210, .70);
  box-shadow: 0px 0px 10px 2px rgba(0,0,0,0.3);
}

.sns-board__inner {
  max-width: 1200px;
  margin: 0 auto;
}

.sns-board__message {
  color: #1B4B83;
  font-size: 16px;
  text-align: center;
  font-weight: bold;
}

.sns-accounts {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  align-items: center;
  padding: 65px 0;
}

.sns-account {
  width: 40%;
  min-width: 300px;
  margin: 0 auto 50px;
}

.blogbox p{
  margin-bottom: 5px;
}

@media (max-width: 767px) {
  .sns-account{
    width: 100%;
  }
}
.sns-account__wrapper {
  position: relative;
}

.sns-account__title {
  position: absolute;
  top: -19px;
  left: 50%;
  color: #fff;
  background-color: #1B4B83;
  font-size: 18px;
  padding: 8px 25px;
  border-radius: 15px;
  width: 260px;
  margin-left: -130px;
  text-align: center;
}

.sns-account__container {
  border: 2px solid #1B4B83;
  border-radius: 15px;
  padding: 20px 0;
  background-color: #fff;
  height:650px;
}

.sns-account__message {
  color: #1B4B83;
  font-size: 14rpx;
  padding: 30px 0 20px;
  text-align: center;
}

.twitter {
  width: 100%;
  height: 480px;
  text-align: center;
  overflow: hidden;
}

.timeline-Header .timeline-InformationCircle-widgetParent{
    display:none;
}

.instagram {
  width: 100%;
  height: 480px;
  text-align: center;
  overflow: hidden;
}


/* アクセスセクション */
.access{
  background-color: #1081f2
}
.access p{
  color: #FFFFFF;
  font-weight: 400;
}

.access--contents{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.access--contents__right{
  padding: 20px;
}

.access--text__station{
  border-bottom: 1px solid #FFFFFF;
  font-size: 1.8em;
  font-weight: 600!important;
  text-align: center;
}

.access--text__telWrap{
  padding: 20px 0;
  text-align: center;
  font-size: 1.4rem;
}

/* お問い合わせページ */
.wpcf7-form-control-wrap input{
    border: 1px solid #000000;
}

.wpcf7-form-control-wrap select{
    border: 1px solid #000000;
}

.wpcf7-form-control-wrap textarea{
    border: 1px solid #000000;
}

/* 必須マーク */
.must {
	background: #FF1A00;
}

/* 任意マーク */
.free {
	background: #999;
}

.must,
.free {
	color: #FFF;
	border-radius: 3px;
	font-size: 12px;
	padding: 5px 10px;
	letter-spacing: 0.2em;
}

.ta1 th{
  line-height: 2.0!important;
}
@media (max-width: 767px) {
.ta1 th{
    display: inline-block;
    width: 100%;
  }
}
@media (max-width: 767px) {
.ta1 td{
    display: inline-block;
    width: 100%;
  }
}
/*余白の上書き*/
.ta1 caption,.ta1 th,.ta1 td {
	padding: 5px;
}

/* 送信ボタン */
.c{
    text-align: center;
}

.sub-btn {
  margin-top: 10px;
	width: 200px;
	height: 60px;
	background: #1B4B83!important;
	color: #FFFFFF;
	font-size: 1.1em;
	font-weight: bold;
	letter-spacing: 0.2em;
	border: 1px solid #1B4B83!important;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-o-transition: 0.3s;
	-ms-transition: 0.3s;
	transition: 0.3s;
}

/* 送信ボタンホバー */
.sub-btn:hover{
	background: #FFFFFF!important;
	color: #1B4B83!important;
}

/*費用・コースページ  */
.wp-block-uagb-advanced-heading.uagb-block-c6c3bcd0-a288-4099-9565-d115b2629cd2 {
    padding: 30px 0;
}

.video_icon{
  display: none!important;
}
