/*
Theme Name: Lightning Child
Theme URI:
Template: lightning
Description:
Author:
Tags:
Version: 0.5.1
*/

@import "common.css";
@import "hover.css";


/*----以下 TDN追加css------------------------------------------*/

body {
	color: #fff !important;
	-webkit-text-size-adjust: 100%;
}

/*----Googleフォント----*/
.font-poppins {
	font-family: 'Poppins', sans-serif !important;
}


/*-------------------------------------------*/
/*  ヘッダー
/*-------------------------------------------*/

@media (min-width: 1199px){
.site-header-logo img {
	max-height: 65px;
}
}

/*----ロゴ（タブレットの幅大きさ調整）----*/
@media screen and ( min-width: 992px ) and ( max-width:1199px){
.container, .container-lg, .container-md, .container-sm{
	max-width: 990px!important;
}
.site-header--layout--nav-float .site-header-logo {
	margin-right: 0.5em!important;
}
}

/*----ロゴ下余白----*/
@media (min-width: 992px){
	.site-header-logo {
	margin-top:0rem ;
	margin-bottom: 0;
}
}

/*----ヘッダーウィジェット下余白----*/
@media (min-width: 992px){
.site-header-sub {
	margin-top:1.5rem ;
	margin-bottom: 0;
}
}

/*----TEL----*/
.header-tel {
	pointer-events: none !important;
}


/*----グローバルナビ----*/
.global-nav-list > li .global-nav-name {
	font-size: 16px;
	font-weight: 600 !important;
	color:#fff;
	opacity: 1;
	font-family: 'Poppins', sans-serif !important;
}
.global-nav-list > li .global-nav-description {
	font-size: 12px;
	line-height:22px ;
	font-weight: 300 !important;
	color:#fff;
	opacity: 1;
}


.global-nav-list > li#menu-item-80::before {
	border-bottom: 3px solid #f28bb7;
}
.global-nav-list > li#menu-item-81::before {
	border-bottom: 3px solid #f28bb7;
}
.global-nav-list > li#menu-item-82::before {
	border-bottom: 3px solid #f28bb7;
}
.global-nav-list > li#menu-item-83::before {
	border-bottom: 3px solid #f28bb7;
}
.global-nav-list > li#menu-item-84::before {
	border-bottom: 3px solid #f28bb7;
}
.global-nav-list > li#menu-item-86::before {
	border-bottom: 3px solid #f28bb7;
}
.global-nav-list > li#menu-item-85::before {
	border-bottom: 3px solid #f28bb7;
}



/*----スクロール時透過----*/
.header_scrolled .site-header {
	color:#fff;
	background-color: rgba(0,0,0,0.8)!important;
}

/*----モバイルメニューボタン----*/
.vk-mobile-nav-menu-btn.position-right {
	right: 10px !important;
	top: 8px !important;
}

/*----モバイル固定ナビ----*/
.mobile-fix-nav .mobile-fix-nav-menu {
	font-family: 'Poppins', sans-serif !important;
	font-weight: 600 !important;
}

/*----モバイルメニュー背景----*/
@media screen and (max-width: 992px){
.vk-mobile-nav-drop-in{
		background-color:rgba(0,0,0,0.9)!important;
}
.vk-mobile-nav-drop-in .menu-item a{
		color:#fff !important;
}
}

/*----ページヘッダー----*/
.page-header-title {
	font-family: 'Poppins', sans-serif !important;
	font-weight: 600 !important;
	font-size: 4rem !important;
	line-height:1 !important;
}
.page-header-subtext {
	font-family: ;
	font-weight: 600 !important;
	font-size: 1rem;
	line-height:1 !important;
}
@media screen and ( min-width: 768px ) and ( max-width:992px){
.page-header-title {
	font-size: 2.5rem !important;
}
.page-header-title::first-letter {
	font-size: 3.5rem !important;
}
.page-header-subtext {
	font-size: 1rem;
	line-height:1 !important;
}
}
@media screen and (max-width: 768px) {
.page-header-title {
	font-size: 2rem !important;
}
.page-header-title::first-letter {
	font-size: 3rem !important;
}
.page-header-subtext {
	font-size: 1rem;
	line-height:1 !important;
}
}


/*----ぱんくず----*/
.breadcrumb {
	color: #000 !important;
	border-top:2px solid #000;
	background-color: #fff; 
}
.breadcrumb a {
	color: #e6176f !important;
}
.breadcrumb a:hover {
	color: #f28bb7!important;
}


/*-------------------------------------------*/
/*  スライダー
/*-------------------------------------------*/
@media screen and ( min-width: 991.98px ){
.sliderwrap{
	margin-top: 100px !important;
}
}
@media screen and ( min-width: 768px ) and ( max-width:991.98px){
.sliderwrap{
	margin-top: 60px !important;
}
}
@media screen and ( max-width: 768px ){
.sliderwrap{
	margin-top: 50px !important;
}
}
@media screen and ( min-width: 991.98px ) {
.slider-logo{
	width: 375px !important;
	max-width: 80% !important;
	padding-top: 80px !important;
	margin-bottom: 10px !important;
	filter: drop-shadow(5px 5px 5px #000);
}
}
@media screen and ( min-width: 768px ) and ( max-width:991.98px){
.slider-logo{
	width: 80% !important;
	filter: drop-shadow(5px 5px 5px #000);
}
}
@media screen and (max-width: 768px) {
.slider-logosp{
	margin-top: 30px !important;
	margin-bottom: 20px !important;
	max-width: 70% !important;
	filter: drop-shadow(5px 5px 5px #000);
}
}


/*-------------------------------------------*/
/*  来店予約
/*-------------------------------------------*/
.site-body-bottom {
}


/*-------------------------------------------*/
/*  フッター
/*-------------------------------------------*/

.site-footer {
}

.site-body-bottom .container .widget {
	margin-top:0px !important;
	margin-bottom:10px !important;
}

/*----フッターウィジェット　ナビ----*/
.site-footer {
	font-weight:500 !important;
	font-family: 'Poppins', 'Noto Sans JP', sans-serif !important;
}

.menu-footer-nav01-container, .menu-footer-nav02-container, .menu-footer-nav03-container, .menu-footer-nav04-container {
	font-family: 'Poppins', 'Noto Sans JP', sans-serif !important;
}

/*----コピーライト----*/
.site-footer-copyright p {
	color:#fff;
}
.site-footer-copyright p a {
	color:#fff !important;
}
.site-footer-copyright p a:hover {
	color:#fff !important;
}


/*----ページトップボタン----*/
.page_top_btn{
	background-color:rgba(235,69,140, 0.9);
	outline-color:#fff !important;
}



/*-------------------------------------------*/
/*  カラム
/*-------------------------------------------*/

.wrapbox{
	border: 1px solid #f28bb7 !important;
	background-color:rgba(171,184,195, 0.2);
	margin-top:0 !important;
	padding:3rem 0 4rem 0 !important;
}
@media screen and (max-width: 768px) {
.wrapbox{
	padding:2rem 0 !important;
}
}


/* ギャップ0 */
.columngap0 {
	gap: 0em !important;
	margin-bottom: 0 !important;
}


/*-------------------------------------------*/
/*  カラム フレックスの左右表示順番変更
/*-------------------------------------------*/

/* 親要素でflex指定 */
.reversebox {
	display: flex;
}

/* 幅600px以下は縦向き表示にする設定 */
@media screen and (max-width: 768px) {
.reversebox {
	flex-direction: column;
}
}

/* 子要素に縦向きの際の並び順を指定 */
@media screen and (max-width: 768px) {
.order1 {
	order: 1;
}
.order2 {
	order: 2;
}
}



/*-------------------------------------------*/
/*  ボタン
/*-------------------------------------------*/

/* ボタンのフォント変更 */
.vk_button .vk_button_link_caption {
	font-weight: 500 !important;
	font-family: 'Poppins', sans-serif !important;
}


/*-------------------------------------------*/
/*  カバー画像調整
/*-------------------------------------------*/

  @media (min-width: 768px){
.vk-cols--fit.vk-cols--grid.vk-cols--grid--alignfull.vk-cols--reverse > .wp-block-column:nth-child(2) > .wp-block-cover, .vk-cols--fit.vk-cols--grid:not(.is-not-stacked-on-mobile).vk-cols--grid--alignfull.vk-cols--reverse > .wp-block-column:nth-child(2) > .wp-block-cover {
  margin-left: calc(100% - 50vw) !important;
}
}

  @media (min-width: 768px){
.vk-cols--fit.vk-cols--grid.vk-cols--grid--alignfull > .wp-block-column:nth-child(2) > .wp-block-cover, .vk-cols--fit.vk-cols--grid:not(.is-not-stacked-on-mobile).vk-cols--grid--alignfull > .wp-block-column:nth-child(2) > .wp-block-cover {
  margin-right: calc(100% - 50vw) !important;
  width: 50vw !important;
}
}

  @media (max-width: 768px){
.vk-cols--fit.vk-cols--grid.vk-cols--grid--alignfull.vk-cols--reverse > .wp-block-column:nth-child(2) > .wp-block-cover, .vk-cols--fit.vk-cols--grid:not(.is-not-stacked-on-mobile).vk-cols--grid--alignfull.vk-cols--reverse > .wp-block-column:nth-child(2) > .wp-block-cover {
  margin-left: calc(100% - 100vw) !important;
}
}

  @media (max-width: 768px){
.vk-cols--fit.vk-cols--grid.vk-cols--grid--alignfull > .wp-block-column:nth-child(2) > .wp-block-cover, .vk-cols--fit.vk-cols--grid:not(.is-not-stacked-on-mobile).vk-cols--grid--alignfull > .wp-block-column:nth-child(2) > .wp-block-cover {
  margin-right: calc(100% - 100vw) !important;
  width: 100vw !important;
}
}


.coverimg-topeve {
	min-height: 400px !important;
}
@media screen and (max-width: 1198px){
.coverimg-topeve {
	min-height: 300px !important;
}
}
@media screen and (max-width: 600px){
.coverimg-topeve {
	min-height: 200px !important;
}
}


.coverimg-link {
	min-height: 360px !important;
}
@media screen and (max-width: 1198px){
.coverimg-link {
	min-height: 360px !important;
}
}
@media screen and (max-width: 600px){
.coverimg-link {
	min-height: 200px !important;
}
}



/*-------------------------------------------*/
/*  タイトル
/*-------------------------------------------*/

/* 大タイトル */
.title-l .vk_heading_title {
	color:#fff;
	font-family: 'Poppins', sans-serif !important;
	font-size: 3.6rem !important;
	font-weight: 500 !important;
	line-height:1.2 !important;
	padding-top:65px !important;
	margin-bottom:-1.2rem !important;
	background: url(https://www.bar-jesus.jp/wp-content/uploads/back_title-l.png) center top no-repeat;
}

.title-l .vk_heading_subtext{
	color:#fff;
	font-family: 'Kosugi Maru', sans-serif;
	font-weight: 300 !important;
	font-size: 1rem !important;
	padding-top:35px !important;
	font-weight: 500 !important;
	background: url(https://www.bar-jesus.jp/wp-content/uploads/back_title-lsub.png) center top no-repeat;
}
@media screen and (max-width: 768px){   
.title-l .vk_heading_title {
	font-size: 2.6rem !important;
}
}


/* 大タイトル トップインフォ */
.title-l-topinfo .vk_heading_title {
	 position: relative; /* relativeを指定してオフセット基準に */
	top: -75px;    /* 下に5pxずらす */
	color:#fff;
	font-family: 'Poppins', sans-serif !important;
	font-size: 3.6rem !important;
	font-weight: 500 !important;
	line-height:1.2 !important;
	padding-top:60px !important;
	margin-bottom:-5.8rem !important;
	background: url(https://www.bar-jesus.jp/wp-content/uploads/back_title-l-topinfo.png) center top no-repeat;
}

.title-l-topinfo .vk_heading_subtext{
	color:#fff;
	font-family: 'Kosugi Maru', sans-serif;
	font-weight: 300 !important;
	font-size: 1rem !important;
	padding-top:35px !important;
	font-weight: 500 !important;
	background: url(https://www.bar-jesus.jp/wp-content/uploads/back_title-lsub-topinfo.png) center top no-repeat;
}
@media screen and (max-width: 768px){   
.title-l-topinfo .vk_heading_title {
	 position: relative; /* relativeを指定してオフセット基準に */
	top: -45px;    /* 下に5pxずらす */
	color:#fff;
	font-family: 'Poppins', sans-serif !important;
	font-size: 2.6rem !important;
	font-weight: 500 !important;
	line-height:1.2 !important;
	padding-top:65px !important;
	margin-bottom:-4rem !important;
}
}


/* 大タイトル背景ずらし用 */
.vk-headding-lp.heading-top-over {
	position: absolute;
	top: -1.5rem;
}


/* 大タイトル日本語 */
.title-l-j .vk_heading_title {
	font-family: 'Noto Sans JP', sans-serif!important;
	font-size: 3rem !important;
	font-weight: 600 !important;
	line-height:1.2 !important;
	padding-bottom:1rem !important;

}
.title-l-j .vk_heading_subtext{
	font-family: 'Kosugi Maru', sans-serif;
	font-weight: 300 !important;
	font-size: 1rem !important;

}


@media screen and (max-width: 768px){   
.title-l-j .vk_heading_title {
	font-size: 2.4rem !important;
}
}
@media screen and (max-width: 400px){   
.title-l-j .vk_heading_title {
	font-size: 1.8rem !important;
}
}


/* トップリクルート */
.title-rec .vk_heading_title {
	color:#000;
	font-family: 'Poppins', sans-serif !important;
	font-size: 3.6rem !important;
	font-weight: 500 !important;
	line-height:1.2 !important;
	margin-bottom:-1.2rem !important;
}

.title-rec .vk_heading_subtext{
	color:#000;
	font-family: 'Kosugi Maru', sans-serif;
	font-weight: 300 !important;
	font-size: 1rem !important;
	padding-top:35px !important;
	font-weight: 500 !important;
	background: url(https://www.bar-jesus.jp/wp-content/uploads/back_title-lsub-topinfo.png) center top no-repeat;
}
@media screen and (max-width: 768px){   
.title-rec .vk_heading_title {
	font-size: 2.6rem !important;
}
}


/* 大タイトル top3pr */
.title-l-3pr .vk_heading_title {
	color:#fff;
	font-family: 'Poppins', sans-serif !important;
	font-size: 3.8rem !important;
	font-weight: 500 !important;
	line-height:1.3 !important;
	padding-top: !important;
	margin-top: !important;
}
.title-l-3pr .vk_heading_subtext{
	font-family: 'Kosugi Maru', sans-serif;
	font-weight: 300 !important;
	font-size: 1rem !important;
	font-weight:bold !important;
}



@media screen and (max-width: 400px){   
.title-l-3pr .vk_heading_title {
	font-size: 2.6rem !important;
}
}


/* 中タイトル top イベントクーポン */
.title-m-eve .vk_heading_title {
	font-family: 'Poppins', sans-serif !important;
	font-size: 3.2rem !important;
	font-weight: 500 !important;
	line-height:1.3 !important;
	padding-left:80px;
	background: url(https://www.bar-jesus.jp/wp-content/uploads/back_title-m.png) left bottom no-repeat;
}
.title-m-eve .vk_heading_title::first-letter {
	font-size: 4.2rem !important;
}
.title-m-eve .vk_heading_subtext{
	font-family: 'Kosugi Maru', sans-serif;
	font-weight: bold !important;
	padding-left:3px;
	padding-left:83px;
}

@media screen and (max-width: 400px){   
.title-m-eve .vk_heading_title {
	font-size: 2.8rem !important;
}
}


/* 中タイトル　left */
.title-m .vk_heading_title {
	font-family: 'Poppins', sans-serif !important;
	font-size: 3.2rem !important;
	font-weight: 500 !important;
	line-height:100% !important;
	padding-left:80px;
	padding-bottom:1rem;
	background: url(https://www.bar-jesus.jp/wp-content/uploads/back_title-m.png) left center no-repeat;
}
.title-m .vk_heading_title::first-letter {
	font-size: 4.2rem !important;
}
.title-m .vk_heading_subtext{
	font-family: 'Kosugi Maru', sans-serif;
	font-weight: bold !important;
	padding-left:83px;
}

@media screen and (max-width: 400px){   
.title-m .vk_heading_title {
	font-size: 2.8rem !important;
}
}

/* 中タイトル リンク　left */
.title-m-link .vk_heading_title {
	font-family: 'Poppins', sans-serif !important;
	font-size: 3.2rem !important;
	font-weight: 500 !important;
	line-height:1.3 !important;
}
.title-m-link .vk_heading_title::first-letter {
	font-size: 4.2rem !important;
}
.title-m-link .vk_heading_subtext{
	font-family: 'Kosugi Maru', sans-serif;
	font-weight: bold !important;
	padding-left:3px;
}

@media screen and (max-width: 400px){   
.title-m-link .vk_heading_title {
	font-size: 2.8rem !important;
}
}


/* 小タイトル　center */
.title-s-center .vk_heading_title{
	font-family: 'Kosugi Maru', sans-serif;
	color:#fff;
	font-size: 1.8rem !important;
	padding-top:18px !important;
	padding-bottom:32px !important;
	font-family: ;
	filter: none !important;
	background: url(https://www.bar-jesus.jp/wp-content/uploads/back_title-s.png) center center no-repeat;
}
.title-s-center .vk_heading_title span{
	filter: none !important;
}
.title-s-center .vk_heading_title .vk_heading_subtext{
	filter: none !important;
}


.title-s-eve .vk_heading_title {
	font-family: 'Poppins', sans-serif !important;
	color:#fff;
	font-size: 1.8rem !important;
	padding-top:18px !important;
	padding-bottom:32px !important;
	font-family: ;
	filter: none !important;
	background: url(https://www.bar-jesus.jp/wp-content/uploads/back_title-s.png) center center no-repeat;
}
.title-s-eve .vk_heading_title span{
	filter: none !important;
}
.title-s-eve .vk_heading_title .vk_heading_subtext{
	filter: none !important;
}



/*-------------------------------------------*/
/*  テーブル
/*-------------------------------------------*/

.table01 {
	width: 80%;
	margin: 0 auto !important;
	border:none !important;
	line-height:1.75;
}

.table01 tr:first-child {
	border-top: 1px solid #fff !important;
}

.table01 tr {
	border-bottom: 1px solid #fff !important;
}
.table01 th,
.table01 td {
	padding: 1.5rem !important;
	border: none !important;
}
.table01 th {
	color:#fdf3f7 !important;
	width: 40% !important;
	text-align: center  !important;
	font-weight: 600 !important;
	font-size: 1.1rem !important;
	background-color:#d73ba6;
}
.table01 tr:nth-child(even) th {
	background-color:#eb9dd2;
}

.table01 th.th-lpink {
	background-color:#eb9dd2;
}


.table01 td {
	text-align: left;
	font-size: 1rem !important;
}
.table01 .ta01-tdleft {
	padding: 1rem !important;
	text-align: left;
}

@media only screen and (max-width: 768px) {
.table01 {
	width: 90%;
}
.table01 th,
.table01 td {
	width: 100% !important;
	display: block !important;
	text-align: center  !important;
}
.table01 th {
	width: 100% !important;
	padding: 1rem !important;
	border-bottom: 1px solid #fff !important;
}
.table01 .ta01-tdleft {
	background-color:rgba(238,93,154, 1);
	color:#fff !important;
	}
}



.table02 {
	line-height:1.75;
	width: 80%;
	margin: 0 auto !important;
	border:none !important;
}

.table02 tr:first-child {
	border-top: 1px solid #fff !important;
}

.table02 tr {
	border-bottom: 1px solid #fff !important;
}
.table02 th,
.table02 td {
	padding: 1.5rem !important;
	border: none !important;
}
.table02 th {
	color:#fdf3f7 !important;
	width: 25% !important;
	text-align: center  !important;
	font-weight: 500 !important;
	font-size: 1.1rem !important;
	background-color:rgba(230,23,111, 1);
}

.table02 tr:nth-child(even) th {
	background-color:rgba(242,139,183, 1);
}

.table02 td {
	text-align: left;
	font-size: 1rem !important;
}

@media only screen and (max-width: 768px) {
.table02 {
	width: 90%;
}
.table02 th,
.table02 td {
	width: 100% !important;
	display: block !important;
	text-align: center  !important;
}
.table02 th {
	width: 100% !important;
	padding: 1rem !important;
	border-bottom: 1px solid #000 !important;
}
}


.table03 {
	line-height:1.75;
	width: 80%;
	margin: 0 auto !important;
	border:none !important;
}

.table03 tr:first-child {
	border-top: 1px solid #fff !important;
}

.table03 tr {
	border-bottom: 1px solid #fff !important;
}
.table03 th,
.table03 td {
	padding: 1.5rem !important;
	border: none !important;
}
.table03 th {
	color:#fdf3f7 !important;
	width: 40% !important;
	text-align: center  !important;
	font-weight: 600 !important;
	font-size: 1.1rem !important;
	background-color:#1db3cf;
}

.table03 tr:nth-child(even) th {
	background-color:#8ed9e7;
}

.table03 td {
	text-align: left;
	font-size: 1rem !important;
}

@media only screen and (max-width: 768px) {
.table03 {
	width: 90%;
}
.table03 th,
.table03 td {
	width: 100% !important;
	display: block !important;
}
.table03 th {
	text-align: center  !important;
	width: 100% !important;
	padding: 1rem !important;
	border-bottom: 1px solid #000 !important;
}
.table03 td {
	text-align: left  !important;
}
}

/*-------------------------------------------*/
/*  アコーディオンの色
/*-------------------------------------------*/
/* 募集要項のテーブル*/
.table-rec01 {
	width: 100%;
	margin: 0 0 !important;
	border:none !important;
}

.table-rec01 tr:first-child {
	border-top: 1px solid #fff !important;
}

.table-rec01 tr {
	border-bottom: 1px solid #fff !important;
}


.table-rec01 th {
	text-align: center  !important;
	font-weight: 500 !important;
	font-size: 1.1rem !important;
}
.table-rec01 th i {
	color: #e4007f !important;
	font-size: 2rem !important;
}
.table-rec01 td {
	text-align: left  !important;
	font-size: 1rem !important;
}

.table-rec01 th,
.table-rec01 td {
	padding: 1.5rem !important;
	border: none !important;
}

.table-rec01 th {
	width: 25% !important;
}

@media only screen and (max-width: 768px) {
.table-rec01 {
	width: 100%;

}
.table-rec01 th,
.table-rec01 td {
	width: 100% !important;
	display: block !important;
	text-align: center  !important;
}

.table-rec01 th {
	width: 100% !important;
	background-color:rgb(158, 110, 97, 0.5);
}
}
.title-rec01 {
	font-size: 1.5rem !important;
  padding: 0 0 0 0.5em;/*上下 左右の余白*/
  color: #fff;/*文字色*/
  background: transparent;/*背景透明に*/
  border-left: solid 6px #9e6e61;/*左線*/
}



/* スタッフのテーブル*/
.table-rec03 {
	width: 95%;
	margin: 0 auto !important;
	border:none !important;
}

.table-rec03 tr:first-child {
	border-top: 1px solid #0059b2 !important;
}

.table-rec03 tr {
	border-bottom: 1px solid #0059b2 !important;
}


.table-rec03 th {
	text-align: center  !important;
	font-weight: 500 !important;
	font-size: 1.1rem !important;
}
.table-rec03 th i {
	color: #7299c9 !important;
	font-size: 1.6rem !important;
}
.table-rec03 td {
	text-align: left  !important;
	font-size: 1rem !important;
}

.table-rec03 th,
.table-rec03 td {
	padding: 1rem !important;
	border: none !important;
}

.table-rec03 th {
	width: 25% !important;
}

.table-rec03 td span {
	display:inline-block;
	border:1px solid #0059b2;
  background: transparent;/*背景透明に*/
	color:#7299c9;
	font-size:1rem;
	padding:4px 7px;
	margin:0.5rem 0.5rem 0.5rem 0;
}

@media only screen and (max-width: 768px) {
.table-rec03 {
	width: 100%;
}
.table-rec03 th,
.table-rec03 td {
	width: 100% !important;
	display: block !important;
	text-align: center  !important;
}

.table-rec03 th {
	width: 100% !important;
	background-color:rgb(0, 89, 178, 0.5);
}
}
.benefittt {
	margin:0 0 1rem 0;
}
.benefittt span {
	display:inline-block;
	border:1px solid #0059b2;
	color:#7299c9;
	font-size:1rem;
	padding:5px 7px;
	margin:1rem 1rem 0 0;
}
}
/* 文字の周りシカク*/
.benefit {
	margin:0 0 1rem 0;
}
.benefit span {
	display:inline-block;
	border:3px solid #e4007f;
	color:#ffffff;
	font-size:1rem;
	padding:5px 7px;
	margin:0 1rem 1rem 0;
}
}
/*-------------------------------------------*/
/*  アコーディオンの色
/*-------------------------------------------*/
.is-style-vk_accordion-background-color-rounded-border {
	border: 1px solid #d1001c;
}

.is-style-vk_accordion-background-color-rounded-border .vk_accordion-trigger {
	background-color:rgba(0, 0, 0, 0.3);
}
.vk_accordion-trigger .vk_accordion-toggle-open {
	border-bottom: 1px dotted #d1001c;
}


/*-------------------------------------------*/
/*  投稿
/*-------------------------------------------*/

/*---「新着!!」非表示---*/
.vk_post_title_new {
	display:none;
}

/*---色調整---*/
.widget_link_list > ul li a:hover {
	color: #f28bb7 !important;
}
.sub-section .vk_post .vk_post_title a:hover {
	color: #f28bb7 !important;
}

/*---ボーダー---*/
.vk_post.media {
	border-bottom: 1px solid #f28bb7 !important;
}
.vk_post.media.vk_post:first-child {
	border-top: 1px solid #f28bb7 !important;
}
.main-section > .vk_posts > .media.vk_post-col-sm-12:first-child {
	border-top: 1px solid #f28bb7 !important;
}


/*---黒背景に伴う色調整---*/

.widget_link_list > ul li a {
	color: #fff !important;
}
.widget_link_list > ul li a:hover {
	color: #f28bb7 !important;
}
.entry-meta-data-list dd a {
	color: #fff !important;
}

.card-horizontal .card-body .vk_post .vk_post_title a {
	color: #fff !important;
}


.main-section > .vk_posts > .vk_post-col-lg-12 .vk_post_title a {
	color: #fff !important;
}
.main-section > .vk_posts > .vk_post-col-lg-12 .vk_post_date {
	color: #f0f0f5 !important;
}


.sub-section .vk_post .vk_post_title a {
	color: #fff !important;
}
.sub-section .vk_post .vk_post_title a:hover {
	color: #f28bb7 !important;
}
.sub-section .vk_posts .vk_post_date {
	color: #f0f0f5 !important;
}



/*-------------------------------------------*/
/*  TOP
/*-------------------------------------------*/

/*---上部文章---*/
.top_greeting {
	padding:0 2rem;
}
@media screen and (max-width: 768px){   
.top_greeting {
	padding:0 0;
}
}

/*---インフォメーション---*/
.infobox{
	background:rgba(255, 255, 255, 0) !important;
	border:#E0D8CD 1px solid;
	border-radius: 15px !important;
}


/*---インスタフィード---*/
#sb_instagram .sb_instagram_header .sbi_header_text, .sb_instagram_header .sbi_header_text {
color: #fff;
}
#sb_instagram .sbi_follow_btn a{
	border-radius: 30px !important;
}


/*---TOPイベントクーポン---*/

.coverimg-topeve {
	min-height: 300px;
}
@media screen and (max-width: 991.98px){
.coverimg-topeve {
	min-height: 300px;
}
}
@media screen and (max-width: 600px){
.coverimg-topeve {
	min-height: 200px;
}
}

.coverimg-topcou {
	min-height: 300px;
}
@media screen and (max-width: 991.98px){
.coverimg-topcou {
	min-height: 300px;
}
}
@media screen and (max-width: 600px){
.coverimg-topcou {
	min-height: 200px;
}
}

.topeve{
	background:rgba(171,184,195, 0.2) !important;

}
.topcou{
	background:rgba(171,184,195, 0.2) !important;
}

.linkbox{
	background:rgba(171,184,195, 0.2) !important;

}


/*-------------------------------------------*/
/*  システム
/*-------------------------------------------*/
.tabletxt {
	font-size: 1.1rem !important;
	width: 80%;
	margin: 0.5rem auto 1rem auto !important;
	color:#f8c5db;
}



/*-------------------------------------------*/
/*  キャスト
/*-------------------------------------------*/
.castphoto .wp-element-caption{
	font-weight: 600 !important;
	font-size: 1rem !important;
	font-family: 'Poppins', sans-serif;
}
.castphoto .wp-block-image.is-style-vk-image-border img {
  border: 1px solid # 8ed9e7;
}



/*-------------------------------------------*/
/*  イベント・クーポン
/*-------------------------------------------*/




/*-------------------------------------------*/
/*  サイトマップ
/*-------------------------------------------*/

.sitemap-wrap{
	width:80% !important;
	margin: 1rem auto 0 auto !important;
}

.sitemap {
	margin:0 0 0 0;
	padding:0 0 0 0;
}
.sitemap ul {
	margin:0 0 0 0;
	padding:0 0 0 0;
	list-style: none;
}
.sitemap li.large:first-child {
	margin:0px 0px 0px 0px;
}
.sitemap li.large {
	color:#fff;
	background-color:rgba(238,93,154, 1);
	font-size:1.1rem;
	font-weight:600;
	margin:30px 0px 0px 0px;
	padding:10px;
}
.sitemap li.large a {
	color:#fff;
	text-decoration: none;
}
.sitemap li.large a:hover {
	color:#000;
	text-decoration: none;
}
.sitemap li.midium {
	font-size:1rem;
	margin:10px 0px 0px 0px!important;
	padding:0px 20px 0px 30px !important;
}
.sitemap li.midium a {
	color:#fff;
}
.sitemap li.midium a:hover {
	color:#f28bb7;
	text-decoration: none;
}
.sitemap li.small {
	font-size:1rem;
	margin:10px 0px 30px 0px !important;
	padding:0px 20px 0px 30px !important;
}
.sitemap li.small a {
	color:;
}
.sitemap li.small a:hover {
	color:;
	text-decoration: none;
}
.sitemap li.large i {
	color:#fff;
}
.sitemap li.midium i {
	color:#fff;
}



/*-------------------------------------------*/
/*  Contact Form 7
/*-------------------------------------------*/

/*---非表示---*/
.grecaptcha-badge { visibility: hidden; } 

.ajax-loader {
	margin:0 0 !important;
	display: none !important;
}
.wpcf7-spinner{
	display: none !important;
}



/*---枠---*/
.form-wrap{
	width:80% !important;
	margin: 0 auto !important;
}
@media screen and (max-width: 991.98px){   
.form-wrap{
	width:90% !important;
	margin: 0 auto !important;
}
}


/*---must free---*/
.must{
	font-size:13px;
	padding:5px;
	background:#e6176f;
	color:#fff;
	border-radius:0px;
	margin-right:10px;
	position:relative;
	bottom:1px;
	font-weight:bold;
}
.free{
	font-size:13px;
	padding:5px;
	background:#fce7f0;
	color:#e6176f;
	border-radius:0px;
	margin-right:10px;
	position:relative;
	bottom:1px;
	font-weight:bold;
}



/*---入力欄---*/
input[type=text],input[type=tel],input[type=email],button,textarea,select {
	margin-top:10px;
}
#zip{
	width: 25%;
}

/* Chrome, Safari */
::-webkit-input-placeholder{
	color: #C9C9C9 !important;
}
 
/* Firefox */
::-moz-placeholder{
	color: #C9C9C9 !important;
}
 
/* Firefox 18以前 */
:-moz-placeholder{
	color: #C9C9C9 !important;
}
 
/* IE */
:-ms-input-placeholder{
	color: #C9C9C9 !important;
}



/*---ボタン---*/
input[type=submit] {
	width: 50%;
	padding:1rem 0;
}


/*---以下、フォームのスマホ・タブレット-------------------*/

@media(max-width:1200px){
.inquiry .must,.inquiry .free {	
	font-size:1em;
}
#zip{
	width: 50%;
}
/*入力時にズームしない*/
input[type="text"] {
	box-sizing: border-box;
	width: 100%;
	font-size: 16px;
}
input[type="tel"] {
	box-sizing: border-box;
	width: 100%;
	font-size: 16px;
}
input[type="email"] {
	box-sizing: border-box;
	width: 100%;
	font-size: 16px;
}
select {
	box-sizing: border-box;
	width: 100%;
	font-size: 16px;
}
textarea {
	box-sizing: border-box;
	width: 100%;
	font-size: 16px;
}
}




