@charset "UTF-8";
/*
    Template: swell
    Theme Name: SWELL CHILD
    Theme URI: https://swell-theme.com/
    Description: SWELLの子テーマ
    Version: 1.0.0
    Author: LOOS WEB STUDIO
    Author URI: https://loos-web-studio.com/

    License: GNU General Public License
    License URI: http://www.gnu.org/licenses/gpl.html
*/


/*==================================
フォント
==================================*/
.bebas-neue {
  font-family: "Bebas Neue", sans-serif;
  font-weight: 400;
  font-style: normal;
}

/*==================================
追従SNSアイコン
==================================*/
.w-frontBottom {
	position: fixed;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
	margin: 0;
	padding: 25px 16px;
	border-radius: 10px 0px 0px 10px;
	background: #ffffffbf;
}

.sns-banner {
	display: flex;
	flex-direction: column;
	gap: 6px;
}

/*==================================
ヘッダー
==================================*/
.c-gnav {
	color: var(--color_main);
}

.c-gnav .menu-item:before,
.c-gnav .menu-item:last-child:after {
	position: absolute;
	display: block;
	top: 50%;
	transform: translatey(-50%);
	content: "";
	width: 1px;
	height: 2em;
	background: var(--color_main);
}

.c-gnav .menu-item:before {
	left: 0;
}

.c-gnav .menu-item:last-child:after {
	right: 0;
}


/* ロゴとSNSアイコン＆TEL横並び */
@media (min-width: 960px) {
	.-parallel .l-header__logo {
		width: 40%;
	}
	
	.l-header.-parallel .w-header {
		width: 60%;
	}
	
	.l-header.-parallel .w-header .p-blogParts.post_content {
		display: flex;
		gap: 10px;
		align-items: center;
	}
	
	.line-it-button {
		margin-bottom: 0;
	}
}


/*==================================
 トップページ／本日の開催レースセクション
==================================*/
/* 日付 */
.md {
	font-size: 64px;
	font-weight: bold;
}

.post_content ul.event-list {
	padding-left: 0;
}

.event-item {
	list-style: none;
}

.event-item a {
	display: flex;
}

.event-label {
	width: 32%;
	text-align: center;
}

.event-title {
	display: inline-block;
}

.event-stage {
	display: inline-block;
}


/*==================================
 トップページ／お知らせセクション
==================================*/
/* タブ間の距離 */
.c-tabList {
	gap: 20px;
}

@media screen and (max-width: 599px){
	.c-tabList {
		gap: 5px;
	}
}

.is-style-bb>.c-tabList .c-tabList__button {
	padding-block: 14px;
	font-weight: 400;
	color: #fff;
	background-color: #53AFFF;
	opacity:1;
	transition: color .25s, opacity .25s, background-color .25s;
}

/* アクティブなタブ */
.is-style-bb>.c-tabList .c-tabList__button:hover,
.is-style-bb>.c-tabList .c-tabList__button[aria-selected=true] {
	background-color: #fff;
	font-weight: 400;
    color: #000;
}


/*==================================
お問い合わせページ
==================================*/
/*ContactForm7カスタマイズ*/
table.CF7_table{
	width:80%;
	margin:0 auto;
	border: 1px solid #e5e5e5;
}

table.CF7_table tr{
	border-top: 1px solid #e5e5e5;
}

.single .entry-content table.CF7_table,
.page .entry-content table.CF7_table{
	display:table;
}

/*入力欄*/
.CF7_table input, .CF7_table textarea {
	border: 1px solid #d8d8d8;
}

.CF7_table ::placeholder {
	color:#797979;
}

/*「必須」文字*/
.CF7_req{
	margin-right:0.5em;
	padding: 5px;
	border-radius: 3px;
	font-size: 0.8em;
	color: #fff;
	background: #f79034;/*オレンジ*/
}

/* タイトル列 */
@media screen and (min-width: 768px){
	.CF7_table th {
		width:30%;/*横幅*/
		background-color:#ebedf5;/*ブルーグレー*/
	}
}

/* 入力欄列 */
.CF7_table .wpcf7-form-control {
	width: 100%;
}

/* レスポンシブ */
@media screen and (max-width: 768px){
	table.CF7_table {
		width:95%;
	}

	.CF7_table tr,
	.CF7_table td,
	.CF7_table th {
		display: block;
		width: 100%;
		line-height:2.5em;
	}

	.CF7_table th {
		background-color:#ebedf5;
	}
}

/* 「送信する」ボタン */
.wpcf7 input.wpcf7-submit {
	margin:0 auto;
	padding-inline: 30px;
	border-radius: 24px;
	border:0;
	font-size:1.2em;
	font-weight:bold;
	color:#fff;
	background-color:#f79034;/* オレンジ*/
}

.CF7_btn{
	margin-top:20px;
	text-align:center;
}

.wpcf7-spinner{
	width:0;
	margin:0;
}