/*
Theme Name: Lightning Child Sample
Theme URI: ★ テーマの公式サイトなどのURL（空欄でも可） ★
Template: lightning
Description: ★ テーマの説明（空欄でも可） ★
Author: ★ テーマ作成者の名前（空欄でも可） ★
Tags: 
Version: 0.5.1
*/
#vk-mobile-nav-menu-btn{ display:none; }
.b-f-fukidashi{
  position: relative;	
}
.b-f-fukidashi:before{
	content: "";
	position: absolute;
	top: 50%;
	left: 100%;
	transform: translateY(-50%);
	margin-right: -15px;
	border: 15px solid transparent;
	border-left: 15px solid #eb6d79;
}
/*文字縁取り*/
.outline-text{
	text-shadow:0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff;
}
.minus-margin130{
	margin-top:-135px;
}
.minus-margin20{
	margin-top:-20px;
}
.minus-margin40{
	margin-top:-40px;
	top:-40px;
	/*z-index: -1;*/
}
@media(max-width: 480px){
	.minus-margin130{
		margin-top:-30px;
	}
	.minus-margin40{
		margin-top:-20px;
		top:-20px;
		/*z-index: -1;*/
	}
}
.wp-block-cover, .wp-block-cover-image{
	min-height: auto;
}

.bgimg-norepeat-right{
    background-attachment: unset !important;
    background-repeat: no-repeat !important;
    background-size: auto !important;
	background-position: right top !important;
}
@media(max-width: 480px){
	.bgimg-norepeat-right {
		background-size: 50% !important;
		background-position: right -25px bottom 0;
	}
}
.padding-bottom-none{
	padding: 1em 1em 0;
}
.block-round{
	border-radius: 20px;
}
.fukidashi-h {
  position: relative;
  display: block;
  margin: 1.5em 0;
  padding: 7px 10px;
  color: #FFF;
  font-size: 16px;
  background: #eb6d79;
  border-radius: 15px;
}

.fukidashi-h:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -15px;
  border: 15px solid transparent;
  border-top: 15px solid #eb6d79;
}
.number-h{
	position: relative;
	border-bottom: 2px solid #e3007f;
	padding-left: 4em;
	padding-bottom: 0.2em;
}
.number-h:before {
	content: "";
	display: inline-block;
	position: absolute;
	left:0;
	top:0.2em;
	font-size:3em;
	color:#e3007f;
}
.number-h01:before { content: "01"; }
.number-h02:before { content: "02"; }
.number-h03:before { content: "03"; }
.number-h04:before { content: "04"; }
.number-h05:before { content: "05"; }
.number-h06:before { content: "06"; }
.number-h07:before { content: "07"; }

.admin-bar .vk-mobile-nav-menu-btn { display: none; }

/*フッター上部フローティングバナー*/
@media (max-width: 991.98px) {

    .floating-banner {
        display: none;
        position: fixed;
        z-index: 9999;
        bottom: 0;
        /*right: calc( (100vw - 1110px) / 2 - 175px);*/
		left:  calc( 100vw / 2 );
		transform: translate(-50%, -50%);
        width: 90%;
    }

    .floating-banner a.banner {
        display: block;
        width: 100%;
    }

	/*閉じるボタン*/
	.bnr_close {
		background-color: #f8f8f8;
		border: none;
		border-radius: 25px;
		box-shadow: 0 0 7px rgb(0, 0, 0, 0.4);
		color: #777;
		cursor: pointer;
		font-weight: bold;
		padding: 5px 7px;
		position: absolute;
		right: 0;
		top: -10px;
	}
	.bnr_close i{
		margin-right: 0;
	}
}


@media (min-width: 992px) {

    .floating-banner {
        display: none;
        position: fixed;
        z-index: 9999;
        bottom: -30px;
        /*right: calc( (100vw - 1110px) / 2 - 175px);*/
		left:  calc( 100vw / 2 );
		transform: translate(-50%, -50%);
        width: 40%;
	}

    .floating-banner a:hover {
        opacity: 0.7;
    }

    .floating-banner a.banner {
        display: block;
        width: 100%;
    }
	/*閉じるボタン*/
	.bnr_close {
		background-color: #f8f8f8;
		border: none;
		border-radius: 25px;
		box-shadow: 0 0 7px rgb(0, 0, 0, 0.4);
		color: #777;
		cursor: pointer;
		font-weight: bold;
		padding: 5px 7px;
		position: absolute;
		right: -4px;
		top: -2px;
	}
	.bnr_close i{
		margin-right: 0;
	}
}
div#gt_float_wrapper {bottom:50px!important}
.heartbreake-list{
	list-style:none;
	padding-left: 0.5em;
}
.heartbreake-list li{
	background-image: url(https://miyazaki-seitai.jp/lastdiet/wp-content/uploads/2025/01/miyazaki-LP01-09icon.png);
	background-position: top left;
	background-repeat: no-repeat;
	background-size: auto 30px;
	padding-left: 50px;
	padding-bottom: 1em;
	line-height:1.5em;
	font-size:1.5em;
}
.floating-banner-wrap{
	display: flex;
	justify-content: space-between;
}
.floating-banner-wrap a{
	display: block;
}
.floating-banner-wrap a img{
	max-width: 100%;
}
	.floating-banner-wrap a:first-child{
	flex-basis: 49%;
}
.floating-banner-wrap a:last-child{
	flex-basis: 49%;
}