/**
Theme Name: RoukiFuk Child
Author: Akiko Morita
Author URI: https://akikomorita.me/
Description: Child theme for RoukiFuk theme.
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: astra-child
Template: astra
*/

.hidepc{
    display: none;
}
.hidemobile{
    display: block;
}
@media screen and (max-width:767px) {
    .hidepc{
        display: block;
    }
    .hidemobile{
        display: none;
    }
}

.grecaptcha-badge { visibility: hidden; }

.p-margin p {
	margin-bottom: 0px !important;
}

.pankuzu {
	font-size:14px;
}


/* Off Canvas調整 */
@media (max-width: 767px) {
  .uael-offcanvas.uael-offcanvas-show {
    width: 100vw !important;
    max-width: 100vw !important;
    right: 0 !important;
    left: auto !important;
  }

  .uael-offcanvas.uael-offcanvas-show .uael-offcanvas-content {
    width: 100% !important;
    max-width: 100% !important;
  }
}

/* 入会のご案内 */
.tbl-fee {
	border-collapse: collapse;
	max-width: 800px;
}
.tbl-fee th,
.tbl-fee td {
	padding: 15px;
	border:solid 1px #ccc;
	text-align: center;
}
.tbl-fee th {
	background: #CFEBD3;
}

/* 年間予定表 */
.schedule-table-wrapper {
	overflow-x: auto;
}
table.tbl-schedule {
	width: 100%;
	border-collapse: collapse;
	font-size: 14px;
}
table.tbl-schedule th,
table.tbl-schedule td {
	border: 1px solid #ccc;
	padding: 8px;
	text-align: left;
	white-space: nowrap;
}
table.tbl-schedule th {
	background-color: #f2f2f2;
	text-align: center;
}

/* よくあるご質問 */
[id^="step"],
#booking,
#apply {
  scroll-margin-top: 150px;
}
@media (max-width: 767px) {
  [id^="step"],
  #booking,
  #apply {
    scroll-margin-top: 65px;
  }
}


/* 講習会 */
.seminar_category-technical-training ul {
    background-color: #57B38A;
	list-style: none;
}

.seminar_category-special-education ul {
    background-color: #97CD8C;
	list-style: none;
}

.seminar_category-other-courses ul {
    background-color: #C1B8A2;
	list-style: none;
}


/* Blog */
.single-post h1.entry-title {
	border-bottom:solid 2px #57B38A;
	padding-bottom: 10px;
}
.ast-terms-link a.ast-badge-tax {
	font-size:14px !important;
	font-weight: 500 !important;
}
/* サイドバーのウィジェット間の余白を減らす */
#secondary .widget {
  margin-bottom: 0px !important;
}


