@charset "utf-8";
/*
Theme Name: Lightning Child
Theme URI:
Template: lightning
Description:
Author:アートフレア株式会社
Tags: 
Version: 0.1.2
*/

/*
 * WEBフォントの読み込み（@import url('https://fonts～'); ）はHeader.phpで行う
*/


/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
 *  General　全体的な設定
 * ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */
/* :root設定、bodyへの上書き、カラー変数設定など */

:root{
	--vk-color-text-body:#2b2b2b;
	--vk-color-text-link-hover:var(--vk-color-primary);
    --vk-line-height: 1.9;
	--com : "Commissioner", sans-serif;
	--shippori:"Shippori Mincho", serif;
	--open:"Open Sans", "Noto Sans JP", sans-serif;
	--crimson:"Crimson Pro", serif;
}

.site-body {
    letter-spacing: 0.1em;
}
li a, p a, a.btn {
    text-decoration: underline;
    text-underline-offset: 0.2em;
	transition: .3s;
}

h1,h2,h3,h4,h5, .os {
	font-family: var(--shippori);
/* 	font-weight: 400; */
	font-style: normal;
}
.page-id-212 h1,.page-id-212 h2,.page-id-212 h3,.page-id-212 h4,.page-id-212 h5,.page-id-212  .os {
	font-family: var(--open);
	font-weight: 400;
}




.fw-normal {
	font-weight:normal;
}
.ff-gothic {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
}
.com{
	font-family:var(--com);
}
.shippori {
	font-family:var(--shippori);
}
.crimson {
  font-family:var(--crimson);
}

.gap-3 {
	gap:1rem;
}

.border-bottom {
	border-bottom:1px solid #707070!important;
}

hr.wp-block-separator {
	border-color:#fff;
}
/*.wp-block-separator {
	border-width:1px;
}*/

/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
 *  Common 汎用パーツ系
 * ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */
/* 繰り返しボタン・見出し、余白設計など 汎用パーツへの上書き */
h2.en-heading {
    font-size: 4rem;
}
/* LP用H2のサイズ変更(本間追記) */
h2.en-heading2 {
    font-size: clamp(1.875rem, 1.2981rem + 1.6026vw, 2.5rem);
}
/*右側へ要素を広げる*/
.column-out-right{
    margin-right: calc(50% - 50vw);
}
/*左側へ要素を広げる*/
.column-out-left{
    margin-left: calc(50% - 50vw);
}

/*ボタン枠あり*/
.vk_button_link.btn.is-style-outline {
	border-radius:0;
	border-width:2px;	
	min-width:700px;
	min-width:400px;
	position:relative;
	padding:1.5rem 0;
	position:relative;
}
.vk_button_link_caption {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
}
.vk_button_link.btn.is-style-outline .vk_button_link_after {
	position:absolute;
	right:2rem;
	top:50%;
	transform:translateY(-50%);
}
.vk_button .btn.is-style-outline:hover {
	border:2px solid var(--wp--preset--color--vk-color-custom-1);
	box-shadow:none;
	opacity:1;
}
.w-100 .vk_button_link.btn {
	max-width:unset;
	width:100%;
}


/*ボタンベタ*/
.vk_button_link.btn.has-background {
	border-radius:0;
	border-width:2px;
	min-width:700px;
	position:relative;
	padding:1.5rem 0;
	position:relative;
}
.vk_button_link.btn.has-background .vk_button_link_after {
	position:absolute;
	right:2rem;
	top:50%;
	transform:translateY(-50%);
}

/**イメージバナー**/
.imgbnr {
	position:relative;
}
.imgbnr figure {
	margin:0!important;
	overflow:hidden;
}
.imgbnr figure img {
	width:100%;
	aspect-ratio:5/3;
	object-fit:cover;
	transition: all .3s ease-in-out;
    filter: grayscale(1);
}
.imgbnr:hover figure img {
	transform: scale(1.1);
    filter: grayscale(0);
}
.imgbnr .wp-block-vk-blocks-button a:before {
	content:'';
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
	z-index:100;
}
.imgbnr .vk_button_link_caption {
	position:absolute;
	left:50%;
	top:50%;
	transform:translate(-50%,-50%);
	z-index:99;
}
.imgbnr .vk_button_link_txt {	
	font-family:var(--shippori);
	font-weight: 500;
	font-style: normal;
	font-size:clamp(1.875rem, 1.648rem + 1.14vw, 2.5rem);
	text-decoration:none!important;
}


/*テーブル*/
figure.wp-block-flexible-table-block-table.is-style-border-rows>table {
	border-top:none;
}
.wp-block-flexible-table-block-table.wp-block-flexible-table-block-table>table tr th,
.wp-block-flexible-table-block-table.wp-block-flexible-table-block-table>table tr td {
	border-color:#707070;
}
.table-borderless table,
.table-borderless table th,
.table-borderless table td {
	border:none!important;
}

/*テーブル中央*/
.table-center table {
	margin-inline:auto;
}

/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
 *  Header ヘッダーまわり
 * ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */
/* ヘッダー固定 */
body  {
	overflow-x: unset !important;
	display: flex;
	flex-direction: column;
}
.device-pc #site-header {
	position: sticky;
	top: 0;
}
.logged-in.device-pc #site-header {
	top: 32px;
}

.page-id-4744 header#site-header, /*←公式仮トップ（後で消す*/
.home header#site-header {
    position: fixed!important;
    transition: .5s;
}



/*.device-pc #site-header {
    position: sticky!important;
    top: 0;
	left:0;
	width:100%;
}
.logged-in.device-pc #site-header {
    top: 32px;
}*/

.site-header-container.container {
	max-width:calc(100% - 60px);	
	justify-content:space-between;
	margin-right:60px;
}

/* グローバルナビ */
.global-nav-list>li>a {
	transition: .3s;
	border-bottom: 3px solid transparent;
}
.global-nav-list>li>a:hover,
.global-nav-list>li.current-menu-item>a {
    color: var(--vk-color-custom-1);
    border-bottom: 3px solid var(--vk-color-custom-1);
}
/* ヘッダーボタン */
.header_nav_search_container {
    padding: 10px 0;
}

/*ハンバーガーメニュー*/
body.device-pc .vk-mobile-nav-menu-btn,
body.device-pc .vk-mobile-nav {
	display:block;
}
.admin-bar .vk-mobile-nav-menu-btn {
	top: calc(32px + 10px);
}
.vk-mobile-nav-menu-btn {
	top:10px;
	right:10px!important;
}
#vk-mobile-nav-menu-btn {
    background: none;
    background-color: #000000;
    border: none;
}
#vk-mobile-nav-menu-btn::after {
    content: '\f0c9';
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    font-size: 30px;
    color:#fff;
    position: absolute;
    top: 0;
    left: 0;
    line-height: 44px;
    width: 44px;
    text-align: center;
    text-indent: 0;
}
#vk-mobile-nav-menu-btn.menu-open::after {
    content: '\f00d';
}


/* ハンバーガー */
div#vk-mobile-nav {
    background: linear-gradient(-45deg,
		#ffffff,
		rgb(255 255 255 / 70%),
		#ffffff,
		rgb(255 255 255 / 70%),
		#ffffff ,
		rgb(255 255 255 / 70%)
	);
    backdrop-filter: blur(10px) saturate(2);
    min-height: 100lvh;
}
.vk-mobile-nav nav ul li a {
    text-align: center;
    font-size: 20px;
    border-color: #fff;
}


/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
 *  Footer フッターまわり
 * ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */
/* フッターウィジェット、フッターロゴ、コピーライト */

.site-footer {
	border-top:none;
}
.container.site-footer-content {
	max-width:100%;
}
body.home .site-footer-copyright {
	display:none;
}
.site-footer-content .widget {
	margin-bottom:0;
}


/*公式フッター*/
.footer-btm {
	border-top:1px solid rgba(255,255,255,.3);
	padding-top:1.5rem;
}
.footer-btm .vk_buttons_col > div:first-child {
	border-right:1px solid rgba(255,255,255,.3);
}
.footer-btm .vk_button_link {
	padding:0 1rem;
}
.footer-btm .vk_button .has-text-color.vk_button_link-type-text:hover .vk_button_link_txt {
	text-decoration:none;
	color:var(--vk-color-text-link-hover);
}

.fnav {
	list-style:none;
	padding-left:0;
	display:flex;
	justify-content:center;
	gap:3rem;
}
.fnav li,
.fnav li a {
	font-family:var(--com);
	font-weight:400;
	text-decoration:none;
}
.fnav .wp-block-list {
	list-style:none;
	padding-left:0;
}
.fnav .wp-block-list li:before {
	content:"-";
	margin-right:5px;
}

/*コピーライト*/
.site-footer {
	content-visibility: visible;
}
.site-footer-copyright {
	position: fixed!important;
    z-index: 1000;    
	left:0;
    top: 50%;
	transform:translateY(-50%);
    width: auto;
	padding:0;
	mix-blend-mode: difference;
}
.site-footer-copyright p {
    /*transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);*/
	writing-mode: vertical-rl;
    font-size: 14px;
	font-family: 'Commissioner';
    text-align: center;	
    letter-spacing: 0.2em;
}


/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
 *  Toppage トップページ
 * ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */
/* パーツごとにコメントアウトで注釈を入れてください。 */

/*NEWSスライダー*/
.swiper-pagination-bullet {
	width:8px;
	height:8px;
	border-radius:100px;
}
.swiper-horizontal>.swiper-pagination-bullets {
	bottom:0;
	top:auto;
}

/***公式TOP***/
/*News*/
.index-news .vk_post {
	display: grid;
	grid-template-columns: auto 1fr;
	grid-template-rows: repeat(2, auto);
	grid-column-gap: 0px;
	grid-row-gap: 0px;
}
.index-news .postListText_date {
	grid-area: 2 / 1 / 3 / 2;
	min-width:unset;
	font-family: var(--com);
	font-size:unset;
}
.index-news .postListText_title {
	grid-area: 1 / 1 / 2 / 3;	
	margin-bottom:.8rem;
	font-family:var(--open);
}
.index-news .postListText_title a {
	text-decoration:none;
}
.index-news .vk_post:hover .postListText_title a {
	text-decoration:underline;
}
.index-news .postListText_singleTermLabel {
	grid-area: 2 / 2 / 3 / 3;
	min-width:unset;
}
.index-news .vk_post:hover {
	background:none;
}


/*Exhibition*/
.mc-event-list-container ul {
	list-style:none;
	padding-left:0;
}
.top-event-card {
	display:flex;
	flex-direction:row-reverse;
	gap:1rem;
	position:relative;
}
.top-event-card figure img {
	filter: grayscale(0);		
	transition: all .3s ease-in-out;
}
.top-event-card:hover figure img {
	filter: grayscale(1);
}

.top-event-card__text {
	width:60%;
	display:flex;
	flex-direction:column;
}
.top-event-card__text .top-event-card__title {
	order:1;
	margin-left:unset;
	margin-bottom:0;
	position:unset;
}
.top-event-card__text p.top-event-card__period {
	order:2;
	font-family: var(--com);
	margin-bottom:1rem;
}

.top-event-card__text .top-event-card__title a {	
	text-decoration:none;
}
.top-event-card__text .top-event-card__title a:before {
	content:"";
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
	z-index:100;
}

.top-event-card__excerpt {
	order:3;
}
.top-event-card__excerpt p {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
    font-size: 16px;
    margin-bottom: 3rem;
}

.top-event-card figure {
	width:40%;
}

.infobox {
	display:flex;
	flex-direction:column;
}
.infobox .wp-block-vk-blocks-button {
	margin-top:auto;
}

/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
 *  Pageheader, Breadcrumb 下層ページヘッダー・パンくずリスト
 * ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */
/* 下層ページのページヘッダー、パンクズ設定 */

.breadcrumb {
	border-top:none;
}
.breadcrumb-list {
	padding:1rem 0;
}

.page-header {
    background: #f7f7f7;
}

/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
 * ＭＹカレンダー
 * ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */
/* 総合　宣言 */
.mc-main {
    border: none;
    border-radius: 0;
}
#my-calendar article.mc_ja-holiday,
#my-calendar article.mc_notice {
	pointer-events:none;
}
.event-date {
    font-size: 0;
	font-weight: 600;
	font-family:"Open Sans";
}
span.date--year {
    font-size: 1rem !important;
/*     font-weight: lighter; */
}
span.date--month,
span.date--day {
    font-size: 1.4rem !important;
}
ul.mc-event-list.upcoming-events {
    margin: 0;
}

ul.mc-event-list.upcoming-events li {
    margin: 0;
}
.event-title,
.top-event-card__title{
    font-family: 'Noto Serif JP';
}



/* 一覧「グリッド（カレンダー）」 */
table.my-calendar-table{
	
}

/* 一覧「カード」 */
.my-calendar-cards {
    display: flex;
    flex-direction: column;
    gap: 30px;
}
.my-calendar-cards .card-event {
    border: none;
    box-shadow: none;
    position:relative;
    transition:.3s;
}
.my-calendar-cards .card-event:hover {
    filter:brightness(95%);
    & .event-title{
        text-decoration:underline;
    }
}


#my-calendar .my-calendar-cards .card-event {
	padding:1rem;
}
#my-calendar .my-calendar-cards .event-title,
#my-calendar .my-calendar-cards a.url.summary {
    position:unset;
}
#my-calendar .my-calendar-cards a.url.summary::after {
    content:'';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
}
.mc_edit_links button {
    position: relative;
    z-index: 3;
}



.event-card__outer {
    display: flex;
    gap: 15px;
    padding: 0 !important;
}
.event-card__img {
    flex-basis: 320px;
}
.event-card__text {
    flex: 1;
}
.my-calendar-cards article.mc_ja-holiday,
.my-calendar-cards article.mc_notice {
	display: none;
}

#my-calendar .my-calendar-cards header {
/*     border-bottom: solid 1px #111; */
    margin-bottom: 1em;
}
#my-calendar .my-calendar-cards .card-event .event-title,
#my-calendar .my-calendar-cards .card-event .event-title a {
    background: none !important;
    color: #111 !important;
    padding: 0;
    margin-bottom: .5rem;
    text-decoration: none;
    font-size: 1.5rem;
    font-weight: bold;
    letter-spacing: 0.08em;
}
#my-calendar .my-calendar-cards .event-card__text p.event-date {
    margin-bottom: 1rem;
}






/* 一覧「リスト」 */

			/* ↓　要らないかもいしれないので　一旦無視 */
			ul#list-my-calendar{
				.mc-list-details.event-count {
					display: none;
				}
				li.mc-events {
					display: grid;
					grid-template-columns: 120px 1fr;
					gap: 30px;
				}
			}

			.mc-main .mc-list .event-date {
				font-size: 0;
			}
			.mc-main .mc-list .event-date span.date--year {
				display: block;
			}
			.mc-main .mc-list .event-date span.date--month::after {
			content:'.';
			}
			/* ↑　ここまで　一旦無視 */


/* 詳細 */

.mc-main a.btn{
	display:inline-block;
}
/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
 * EC アーカイブページ
 * ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */



/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
 * EC 詳細ページ
 * ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */

#itempage .itemsubimg li:only-child {
/* イメージが1枚しかない場合は、サムネイルを表示しない */
    display: none;
}

/* 「カートに入れる」ボタンを下ぞろえ　※複数SKUを設定する場合はコメントアウト */

/* .archive_cart {
 margin-top: 80px;
}

.archive_cart .price {
 position: absolute;
 bottom: 40px;
 left: 20px;
}

.archive_cart input[type=submit] {
 position: absolute;
 bottom: 12px;
 right: 20px;
}
 */


/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
 *  Page 下層ページ
 * ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */
/* 規約関係など、幅狭ページ */
.terms {
	max-width: 900px;
	margin-inline: auto;
}
.terms h2 {
    font-size: 1.2rem;
}
.terms h3 {
    font-size: 1rem;
}

.contactform-table th {
    background: none;
}

/* 問い合わせ・申請 */
.vk_step .vk_step_item .vk_step_item_dot.vk_step_item_style-default {
    color: #555;
    border-radius: 0;
}

.smf-form--business .smf-item__col--label {
    padding: 1em;
}
.smf-item__col.smf-item__col--controls {
    padding: 1em;
}



/* 問い合わせフォーム用 */
table.contactform-table,
.contactform-table th,
.contactform-table td {
    border-left: none;
    border-right: none;
}
.device-pc .contactform-table th,
.device-pc .contactform-table td {
    padding:1em;
}


/*For RENTAL > FAQ*/
.vk_faq .vk_faq_title:before {
	background:#000;
    font-size: .9em;
}
.vk_faq .vk_faq_content:before {
	background: var(--vk-color-primary);
	font-size: .9em;
}
.vk_faq .vk_faq_title {
	border-bottom:none;
}



/**EXHIBITION EVENT**/
h2.heading.my-calendar-month {
	margin-bottom:1.5rem!important;
}
h2.heading.my-calendar-month span {
	border-bottom:2px solid #000;
	padding-bottom:.5em;
}
.mc-main nav ul {
	column-gap:10px;
	margin-bottom:15px!important;
}

.my-calendar-nav ul {
    display: grid !important;
    grid-template-columns: 1fr 1fr 1fr;
}
.my-calendar-nav ul li.my-calendar-prev {
    grid-column-start: 1;
}
.my-calendar-nav ul li.my-calendar-today {
    grid-column-start: 2;
}
.my-calendar-nav ul li.my-calendar-next {
    grid-column-start: 3;
}
.my-calendar-nav ul li.my-calendar-next button,
.my-calendar-nav ul li.my-calendar-prev button {
	font-size: 0; /* 左右送りのテキストを消す */
}
.my-calendar-nav ul button span.mc-icon {
	font-size: 1rem;
}

.mc-main .my-calendar-navigation .my-calendar-header {
	justify-content:center;
}

.mc-main .my-calendar-navigation .my-calendar-nav button {
	transition:.3s;
	border:none;
	outline:none;
	padding:5px 30px;
	cursor:pointer;
	line-height:40px;
	min-width:100px;
	border-radius:0;
	justify-content: center;
}
.mc-main .my-calendar-navigation .my-calendar-nav .my-calendar-today button,
.mc-main .my-calendar-navigation .my-calendar-nav .my-calendar-today button:hover {
	filter: brightness(100%);
}
.mc-main .my-calendar-navigation .my-calendar-nav button {
/* 	filter: brightness(95%); */
}
.mc-main .mc-navigation-button.today button,
.mc-main .my-calendar-navigation .my-calendar-nav button:hover {
	filter: brightness(90%);
}

.mc-main .my-calendar-navigation .mc-format button {
	transition:.3s;
	border:none;
	outline:none;
	padding:5px 20px;
	cursor:pointer;
	line-height:30px;
	min-width:100px;
	border-radius:0;
	justify-content: center;
}
.mc-main .my-calendar-navigation .mc-format button {
	filter: brightness(95%);
}
.mc-main .my-calendar-navigation .mc-format button:hover {
	filter: brightness(90%);
}


.mc-main thead {
    border: none;
    background: #eee;
	font-family: "Noto Sans JP", sans-serif;
}
.mc-main td.current-day span.mc-date {
    color: #333;
}
.mc-main td.current-day {
    border: solid 2.9px #555;
}
.mc-main td.weekend:last-child span.mc-date {
    color: #3f51b5;
}
.mc-main td.weekend:first-child span.mc-date,
.mc-main td.mc-events.has-events.mcat_ja-holiday span.mc-date{
    color: #f44336;
}
.mc-main th.weekend-heading.sun {
    color: #f44336;
}
.mc-main th.weekend-heading.sat {
    color: #3f51b5;
}
.mc-main td.past-day {
	opacity:.6;
}
article.mc_notice,
article.mc_ja-holiday {
	pointer-events:none;
}

.mc-main .mc_exhibition .event-title,
.mc-main .mc_exhibition .event-title a {
	background:none!important;
	color:#222 !important;
}
.mc-main .mc_exhibition .event-title a:hover,
.mc-main .mc_exhibition .event-title a:focus {
    color: #222 !important;
    text-decoration: underline;
}
.mc-main .mc_ja-holiday .event-title, .mc-main .mc_ja-holiday .event-title a,
.mc-main .mc_notice .event-title, .mc-main .mc_notice .event-title a {
	font-size:.8em;
	background:none!important
}

/* カレンダー詳細ページ*/

.mc-main .mc_exhibition h2.event-title {
    font-size: 2rem;
    background: none !important;
    color: #222 !important;
    padding: 0;
/*     border-bottom: solid 1px; */
	margin-bottom: 1rem !important;
}
.event-detail__date.event-date {
	display:block;
	margin-bottom:1rem;
}
.event-detail__date.event-date span {
	font-size:1.2rem!important;
}
.event-detail__date.event-date span.date--month, 
.event-detail__date.event-date span.date--day {
	font-size:2rem!important;
}

.event-detail__details{
	& h2,
	& h3,
	& h4,
	& h5,
	& h6 {
	font-size:1rem;
	font-weight:bold;
	text-align:left;	
	margin-bottom:.5rem;
}
}
.mc-main .details ul li {
	padding:5px 0;
}
.mc-main .details ul li::marker {
  color:var(--vk-color-primary);
}

.event-detail__footer .wp-block-vk-blocks-button {
	margin-top:1rem;
}
#my-calendar {
    border: none;
}



/* イベント編集ボタン */
.mc_edit_links button {
    background: darkgray;
    font-family: sans-serif;
    padding: 0px 5px;
    border-radius: 5px;
    cursor: pointer;
    color: #fff;
    transition: .3s;
}
button.mc-toggle-button:focus, button.mc-toggle-button:hover {
    outline: none !important;
}



/*Gallery*/
/* 以下全ていらない */
/* body.page-id-5010 .top-event-card {
	border:1px solid var(--wp--preset--color--vk-color-custom-1);
	padding:1.5rem;
}
body.page-id-5010 .top-event-card__text p.top-event-card__period {
	text-align:right;
}
 */

/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
 *  Archive　ブログ一覧ページ
 * ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */
/* パーツごとにコメントアウトで注釈を入れてください。 */



/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
 *  Single　ブログ詳細ページ
 * ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */
/* パーツごとにコメントアウトで注釈を入れてください。 */

.vk_post .vk_post_date {
	font-family:var(--com);
	font-size:1rem;
	color:#2b2b2b;
	padding:5px 0;
}

.entry-meta {	
	font-family:var(--com);
	font-size:1rem;
	padding:1.5rem 0 1rem;
	border-bottom:1px solid #ccc;
}

.vk_post .vk_post_title a {
	font-weight:400;
	font-size:1rem;
}
.vk_post .vk_post_title a:hover {
	color:var(--vk-color-text-link-hover);
	border-color:var(--vk-color-text-link-hover);
}


/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
 *  その他・追加機能
 * ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */
/* パーツごとにコメントアウトで注釈を入れてください。 */

/* ナビ右側　カート用ボタン */
.header-cart-button .vk_button{
	position:relative;
}
.header-cart-button span.vk_button_link_txt {
    white-space: nowrap;
}
@media (max-width: 1200px) { /*1200以下の場合*/ 
	.header-cart-button .vk_button .vk_button_link_before {
		margin-right: 0;
	}
	.header-cart-button .vk_button .vk_button_link {
		min-width: unset;
	}
	.header-cart-button .vk_button .vk_button_link_txt {
		font-size: 0;
	}
}
/* カート内　アイテム数バッジ */
.vk_button_badge.cart_num {
    background: #dd3333;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    border-radius: 99px;
    min-width: 24px;
    display: inline-block;
    padding: 0 0.5em;
    position: absolute;
    top: 0;
    right: 0;
    transform: translate(30%,-30%);
}




/* VKステップ横並び */
.vk_step-horizontal {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: flex-start;
}
.vk_step-horizontal .vk_step_item {
    display: flex;
    flex-direction: column;
    padding: 0;
	width:100%;
}
.vk_step.vk_step-horizontal .vk_step_item_dot {
	position: unset;
	order: 1;
	margin: auto;
	z-index: 3;
}
.vk_step-horizontal p {
    padding: 0 1rem;
}
.vk_step-horizontal .vk_step_item_dot.vk_step_item_style-outlined {
    background: #fff;
}
.vk_step.vk_step-horizontal .vk_step_item_content {
    order: 2;
    text-align: center;
}
.vk_step-horizontal .vk_step_item_lineStyle-default::before {
    z-index: 0;
    width: 100%;
    height: 5px;
    top: 25px;
    left: auto;
    right: -50%;
}

/* 商品オプション必須表示 */
.iopt_label.required::after {
	display: inline-block;
	content: "（必須）";
	color: #f44336;
}

.single_option .option_form .iopt_label.required::after,
table.item_option td .iopt_label.required::after {
	display: none;
}

/* 営業日カレンダー */
.widget_welcart_calendar h2 {
  display: none;
}
ul.ucart_calendar_body {
  padding: 0;
}
ul.ucart_calendar_body li {
  overflow: hidden;
  display: block;
  font-size: .8rem;
}
.this-month {
  width: 50%;
  float: left;
  margin-bottom: 10px;
}
.next-month {
  width: 50%;
  float: right;
  margin-bottom: 10px;
}
.this-month table {
  width: 90%;
  float: left;
  margin-bottom: 10px;
}
.next-month table {
  width: 90%;
  float: right;
  margin-bottom: 10px;
}
.usces_calendar {
  border: medium none;
}
.usces_calendar caption {
  text-align: left;
  margin: 0 0 10px 0;
  font-size: .8rem;
}
.usces_calendar th {
  background-color: #efefef;
}
.usces_calendar th, .usces_calendar td {
  padding: .5rem 0.1rem !important;
  text-align: center;
  border-left: medium none;
  border-right: medium none;
  border-top: medium none;
  border-bottom: 1px solid #ddd;
  font-size: .7rem;
}
.businessday {
  background-color: #ffe8e8 !important;
  color: #ff0000;
}

/* カレンダー調整 */
.usces_calendar th, 
.usces_calendar td { 
    padding: 0.2rem; 
} 


/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
 * DL Seller 購入完了画面
 * ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */
.dllist {
    list-style: none;
    padding-left: 0;
}

table.dlseller {
    margin-bottom: 32px;
}