/*
 Theme Name:   GeneratePress Child
 Theme URI:    https://generatepress.com
 Description:  Default GeneratePress child theme
 Author:       Tom Usborne
 Author URI:   https://tomusborne.com
 Template:     generatepress
 Version:      0.1
*/

.site-branding-container,
.site-branding-container .site-branding {
	max-width: 100%;
	word-wrap: break-word;
}

.post_Grid-Wrapper {
	position: relative;
	width: 100%;
	max-width: calc(33.33% - 8px);
}
.post_Grid-Wrapper .Grid_Mybox {
	position: relative;
	padding-bottom: 100px;
	border: 1px solid #dcdcdc;
}
.post_Grid-Wrapper .gb-container.button_Grid {
    position: absolute !important;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
}
.Grid_Mybox .gb-container {
	position: relative;
	text-align: center;
    padding: 15px 10px;
}
.Grid_Mybox img {
	width: 100%;
	height: 100%;
	max-height: 125px;
	object-fit: cover;
}
.Grid_Mybox ul {
    width: 100%;
    max-width: 210px;
    margin: 0 auto 15px;
    text-align: left;
    padding-left: 17px;
}
.Grid_Mybox ul li {
	margin-bottom: 5px;
}
.Big_Pannel {
	position: relative;
	padding-bottom: 17px;
	margin-bottom: 40px;
}
.Big_Pannel:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    width: calc(100% + 30px);
    height: 1px;
    background-color: #dcdcdc;
    transform: translateX(-50%);
}
.Big_Pannel .Left_Wrapper,
.Big_Pannel .Right_Wrapper{
	position: relative;
	padding-bottom: 48px;
}
.Big_Pannel .Left_Wrapper:after {
    content: "";
    position: absolute;
    top: 50%;
    right: -18px;
    width: 1px;
    background-color: #dcdcdc;
    height: calc(100% + 32px);
    transform: translateY(-50%);
}
/* .Big_Pannel .Left_Wrapper .wp-block-columns {
	gap: 1rem;
} */
.Big_Pannel .Left_Wrapper .banner_Logo img {
	width: 100%;
/* 	max-width: 180px; */
	text-align: center;
	margin-bottom: 10px;
}
.Big_Pannel .Left_Wrapper p {
	font-size: 15px;
	margin-bottom: 4px;
}
.Big_Pannel .Left_Wrapper .Branding_Col {
	width: 100%;
	max-width: 300px;
}
.Big_Pannel .Left_Wrapper .gb-button.gb-button-b14d680b,
.Big_Pannel .Right_Wrapper .gb-button.gb-button-ab155294 {
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
}
.Big_Pannel a {
	color: #2c2e2e;
}
.Big_Pannel .reviews_Listed {
	list-style: none;
	margin-left: 0;
	margin-top: -12px;
	margin-bottom: 15px;
}
.Big_Pannel .reviews_Listed li {
	margin-top: -5px;
}
.Big_Pannel .reviews_Listed li label {
	font-size: 12px;
	font-weight: 500;
}
.Big_Pannel .reviews_Listed li progress {
	width: 100%;
	height: 16px;
	position: relative;
	border-radius: 100px;
	overflow: hidden;
	-webkit-appearance: none;
	appearance: none;
}
/* .Big_Pannel .reviews_Listed li progress::-webkit-progress-value {
	appearance: none;
	background-image: linear-gradient(270deg,#25a902 -.15%,#dabe04 101.64%) !important;
} */

/* For WebKit browsers (Chrome, Safari) */
.Big_Pannel .reviews_Listed li progress::-webkit-progress-value {
    appearance: none;
    background-image: linear-gradient(270deg, #25a902 -.15%, #dabe04 101.64%) !important;
}

/* For Firefox */
.Big_Pannel .reviews_Listed li progress::-moz-progress-bar {
    background-image: linear-gradient(270deg, #25a902 -.15%, #dabe04 101.64%) !important;
}

/* For general fallback or future compatibility */
.Big_Pannel .reviews_Listed li progress::-ms-fill {
    background-image: linear-gradient(270deg, #25a902 -.15%, #dabe04 101.64%) !important;
}
.Big_Pannel .reviews_Listed li progress::before {
  content: attr(data-label);
  font-size: 11px;
	color: #ffffff;
	font-weight: 500;
  vertical-align: middle;
  position:absolute;
  left:auto;
  right:5px;
 -webkit-appearance: none;
  appearance: none;
}

.progressbar {
    background: #fff !important;
    border: 1px solid #ccc !important;
    height: unset !important;
    padding: 8px;
    position: relative;
    border-radius: 10px;
	margin: 0px;
}
.progressbar:before {
    content: '';
    background: #ccc;
    position: absolute;
    height: 100%;
    width: var(--dynamic-width);
    top: 0;
    left: 0;
}
.progressbar:after {
    content: attr(id);
    z-index: 99;
    position: absolute;
    top: calc(50% - 10px);
    right: 5px;
    font-size: 13px;
    font-weight: 600;
}
figure.slotgallery {
	align-items: flex-start !important;
}
figure.slotgallery a {
	text-decoration: none;
}
figure.slotgallery figure.wp-block-image img {
	max-height: 280px;
}
figure.slotgallery figure.wp-block-image span {
    text-align: center;
    font-weight: 500;
    padding: 10px;
    color: #828282;
}
.slotgallery.online_Slotes figure.wp-block-image span {
	font-size: 15px;
	text-align: left;
	line-height: normal;
}
.slotgallery.online_Slotes figure.wp-block-image {
	background-color: #fff;
	margin-bottom: 15px !important;
	box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}
.Big_Pannel-Wrapper {
	position: relative;
	border-top-width: 5px !important;
	border-top-color: #197419;
	border-top-style: solid;
	padding: 15px;
	padding-top: 70px;
	border: 1px solid #dcdcdc;
}

body .wp-block-gallery.bankingmethods figure.wp-block-image {
	width: 60px !important;
    height: auto !important;
    display: inline;
    border: none;
    border-radius: 3px;
	overflow: hidden;
	flex-grow: unset !important;
}
body .wp-block-gallery.bankingmethods figure.wp-block-image img {
	object-fit: contain !important;
}
.Big_Pannel-Wrapper .wp-block-columns.wp-container-core-columns-is-layout-5 {
	margin-bottom: 0px !important;
}
ul.slot-listed {
	list-style: none;
	margin-left: 0px;
}
ul.slot-listed li {
	position: relative;
	font-size: 15px;
	color: #828282;
	font-weight: 400;
	padding-left: 22px;
	margin-bottom: 14px;
}
ul.slot-listed li:before {
	content: "";
	position: absolute;
	top: 8px;
	left: 0;
	width: 14px;
	height: 7px;
	border-left: 2px solid #828282;
	border-bottom: 2px solid #828282;
	transform: rotate(320deg);
}
body.category .entry-summary {
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-line-clamp: 4;
    height: 98px;
    display: block;
    display: -webkit-box;
    max-width: 100%;
    height: 100px;
    margin: 15px auto;
    -webkit-box-orient: vertical;
}
body.category .entry-title a {
    color: #ffffff;
}
body.category .page-header, .single-post .page-header{
    padding-bottom: 0 !important;
    margin: 0 0 -35px;
}
body.category .entry-header .gp-icon, body.category .posted-on .updated, .single-post .entry-header .gp-icon, .single-post .posted-on .updated{
	display:block !important;
	word-spacing:4px !important;
	font-size:15px !important;
}
body.category .byline, .single-post .byline{
	font-size:15px !important;
}

 body.category .entry-date.published{
	display:none;
	word-spacing:4px;
	font-size:15px !important;
}
.single-post .entry-date.published{
	display:none;
	word-spacing:4px;
	font-size:15px !important;
}
span.breadcrumb_last {
    display: none !important;
}

.entry-header .gp-icon, .posted-on .entry-date.published::before{
    content: '更新日:';
    padding-right: 6px !important;
    position: relative;
    top: 0;
}

.entry-header .gp-icon, .posted-on .updated::before {
    content: '更新日:';
    padding-right: 6px !important;
    position: relative;
    top: 0;
}
.single-post div.entry-meta, .posted-on, .category div.entry-meta, .posted-on{
	display:flex !important;
	gap:12px !important;
}
span.breadcrumb_last {
    display: none;
}
.breadcrumb-icon{
	position:relative;
	top: 1px;
    left: -1px;

}
.breadcrumb-home{
	position:relative;
	top:2px;
	padding-right:2px !important;
}
.site-main{
	margin-top:0px !important;
}
.Breadcrumbs-container a{
	text-decoration:none !important;
}
.Breadcrumbs-container span{
	display:flex;
	align-items:center;
	gap:5px;
}
.single-post main#main .inside-article {
    padding-top: 5px;
}
footer.entry-meta {
    display: none !important;
}
.gb-query-loop-wrapper time.entry-date.published {
    display: block !important;	
}
.gb-query-loop-wrapper .gb-headline-text a{
	text-decoration:none;
}
.single-post .gb-query-loop-wrapper time.entry-date.published::before {
    content: url(https://project575.jp/wp-content/uploads/2024/07/icons8-available-updates-12.webp);
	position:relative;
	top:1px;
	left:-2px;
}

.table_payment_method table td{
	width: 200px !important;
}
.casion-page-table table td th tr{
	border: 1px solid black;
}
.casion-page-table td{
	width: 200px !important;
	vertical-align:text-top;
}
.casion-page-table td img {
    object-fit: contain;
    height: 50px;
}
.casion-page-table>table tr>:first-child:not(.-no1){
	background-color:#edf1f2;
	width:160px;
	font-weight:800;
}


.table_payment_method tr>:first-child:not(.-no1) {
    left: 0;
    position: sticky !important;
    top: 0;
    z-index: 1;
	background-color:#f0f0f0;
}
.header-register-link{
    background: #ffde03;
    border-radius: 5px;
    height: 37px;
    padding: 0px 2px;
    display: flex;
    align-items: center;
}
.header-register-link a{
    color: black !important;
    line-height: normal !important;
    padding: 6px 34px !important;
}

@media(max-width: 1199px) {
	body.category .page-header {
		padding-bottom: 0 !important;
		margin: 0;
	}
	.post_Grid-Wrapper {
		max-width: calc(50% - 5px);
	}
	.Big_Pannel .Left_Wrapper .gb-button.gb-button-b14d680b,
	.Big_Pannel .Right_Wrapper .gb-button.gb-button-ab155294 {
		max-width: 100%;
		white-space: nowrap;
	}
	body .wp-block-gallery.bankingmethods figure.wp-block-image img {
		max-width: 100% !important;
	}
}

@media(max-width: 781px) {
	.Big_Pannel .Left_Wrapper:after {
		display: none;
	}
	.Big_Pannel .Left_Wrapper .Branding_Col,
	.Big_Pannel .Left_Wrapper .banner_Logo img {
		max-width: 100%;
	}
	.Big_Pannel .Left_Wrapper .wp-block-columns {
		gap: 1em;
		justify-content: center;
		text-align: center;
	}
	.Big_Pannel .Left_Wrapper .wp-block-columns .reviews_Listed {
		text-align: left;
		margin-bottom: 10px;
	}
}

@media(max-width: 575px) {
	.post_Grid-Wrapper {
		max-width: 100%;
	}
}


.gb-container-9d56120c { display: none !important; }
.gb-container-d909976d { background-image: url(/wp-content/uploads/2024/05/bb.jpg) !important; background-position: top center; background-repeat: no-repeat; background-size: cover; min-height:440px !important; border-radius: 20px; text-align:center!important; padding: unset !important; padding: 182px 20px !important; }
.gb-container-d909976k { width: 100%; background: #145c14 !important; min-height:220px !important; text-align:center!important; padding: 85px 0 35px !important; }

h2 { 
    background: #00a132; 
    color: #fff !important; 
    padding: .75em 1em !important; 
    position: relative !important; 
    margin: 20px 0 !important; /* Added line spacing before and after */
}

h2::after { 
    content: ''; 
    background: #00a132; 
    height: 3px; 
    width: 100%; 
    position: absolute; 
    top: -5px; 
    left: 0; 
}

h2::before { 
    content: ''; 
    background: #00a132; 
    height: 3px; 
    width: 100%; 
    position: absolute; 
    left: 0; 
    bottom: -5px; 
}

h3 { 
    color: #353535 !important;  
    border-bottom: 2px solid #00a132; 
    position:relative !important; 
    line-height:42px !important; 
    margin: 20px 0 !important; /* Added line spacing before and after */
}

h3::before { 
    content: ''; 
    height: 3px; 
    background-color: #145c14; 
    width: 25%; 
    border-bottom: 3px solid #00a132; 
    position: absolute; 
    bottom: -3px; 
}

.gb-container-23564e36 { color:#fff !important; border-bottom: 1px solid #595c5d!important; }
.gb-container-23564e36 a { color:#fff !important; }
.gb-container-23564e36 a:hover { color:#FFDE03 !important; }
.gb-container-0556ef31 a:hover { color: #111 !important; }
.click-here-btn a { color: #145c14 !important; text-decoration: underline; }
.wp-block-button.column-btn { margin-bottom: 20px !important; }
ul.list-stl { margin: 0 15px 30px 15px; }
.head6 { margin-bottom: 0 !important; }

.wp-block-button a:hover { background: linear-gradient(to bottom, #ffde03 0, #ffc107 100%) !important; }

.gb-container-8413ff23 { padding: 40px 0 0; }
.gb-container-8413ff22 h1 { color: #fff !important; font-size:40px !important; font-weight:700 !important; }
.wp-block-button a { border-radius: 0px !important; font-weight: 700 !important; }
.wp-block-button { margin-bottom: 50px !important; }
.column-shadow { box-shadow: 0px 0px 10px 0px #00000026 !important; }
.gb-container-76e26609 { column-gap: 40px !important; }

@media only screen and (max-width: 481px) {
    .gb-container-8413ff22 { padding: 50px 20px 0 !important; }
    .gb-container-d9b29ce4 { padding: 30px 20px 0 !important; }
    .gb-container-8413ff24 { padding: 50px 20px 0 !important; }
    .gb-container-8413ff27 { padding: 50px 20px !important; }
    .gb-container-76e26609 { column-gap: 40px !important; row-gap: 40px !important; }
    .gb-container-8413ff22 h1 { font-size: 5vw !important; line-height: 1.4 !important; }
    .gb-container-d909976d { padding: 90px 20px 60px !important; min-height:220px !important; }
    h2 { font-size: 1.2em; line-height: 1.4; }
    h3 { font-size: 1.1em; line-height: 1.4; }
    .gb-container-d909976k { min-height: 170px !important; text-align: center !important; padding: 75px 0 17px !important; }
}


/** Footer Style **/

.site-footer nav ul {
    column-count: 2;
    display: initial;
    column-gap: 45px;
    margin-top: 30px;	
}
.site-footer nav ul li {
	margin-bottom: 1em;
    line-height: 24px;	
}
.site-footer nav ul li a {
    text-decoration: none;	
}
.footer-bottom-section .gb-grid-column.gb-grid-column-72a53291 {
    width:15%;	
}
.footer-bottom-section ul {
    margin: 0 0 25px;
    list-style: none;
    display: flex;
    align-items: center;	
}
.footer-bottom-section ul li {
    border-right: 1px solid #fff;
    padding: 0 10px;	
}
.footer-bottom-section ul li a {
    text-decoration: none;	
}
.footer-bottom-section .gb-grid-wrapper {
    align-items: center;	
}
.review-block-wrapper::after {
	right:0;
}
@media screen and (max-width:767px) {
.site-footer nav ul {
    margin-top: 20px;
	margin-bottom:40px;
    column-gap: 30px;
}
.site-footer nav ul li {
    font-size:10px !important;
    line-height: 20px;
}
.site-footer .gb-grid-column:last-child nav ul {
	margin-bottom:0
}
.footer-bottom-section ul {
    flex-wrap: wrap;
    gap: 10px;
    justify-content: center;
}
.footer-bottom-section .gb-grid-column.gb-grid-column-72a53291 {
    width: 100%;
    margin: 0 0 30px;
}
.footer-bottom-section .gb-grid-column.gb-grid-column-72a53291 img {
	height: 90px !important;
    display: block;
    margin: 0 auto;
}
.verajohn-mystino.gb-container {
	flex-wrap:wrap;		
}
}


/* custom CSS Code */
.inside-header.grid-container {
    padding: 5px 0;
}
.review-block i {
    color: #ffb833;
    text-shadow: #a9a9a9 1px 2px 2px;
    font-size: 17px;
}
span.review-item {
    display: inline-block;
    width: 40%;
    font-weight: 900;
    font-size: 14px;
}
.review-block li {
    width: 50%;
    list-style: none;
    margin-bottom: 1em;
    color: #598059;
    float: left;
}
ul.review-block {
    overflow: hidden;
    padding: 30px 0 0;
}
.outline-box {
    border: 1px solid #369a1e !important;
    border-radius: 15px;
}
figure.wp-block-image.size-full {
    margin-bottom: 10px;
}
.wp-block-column-is-layout-flow .post_Grid-Wrapper {
    max-width: 100%;
}
.review-block-wrapper::after {
    color: rgb(255, 255, 255);
    font-weight: 700;
    text-align: center;
    display: block;
    background-color: rgb(143, 188, 143);
    width: 200px;
    height: 50px;
    font-size: 20px;
    line-height: 50px;
    position: absolute;
    bottom: -53px;
    right: 10px !important;
}
.review-block-wrapper {
    position: relative;
    border-radius: 15px !important;
}
.sign-up-btn {
    border-radius: 15px;
    padding: 10px;
	text-align:center;
}
p.wp-block-st-blocks-my-button.st-mybtn.st-reflection.st-mybtn-noborder a {
    text-decoration: none;
    color: #000;
}
p.wp-block-st-blocks-my-button.st-mybtn.st-reflection.st-mybtn-noborder {
    text-align: center;
}
.wp-block-button .wp-block-button__link {
    border-radius: 5px !important;
}
h3.wp-block-heading {
    border-bottom: 3px solid #00a132 !important;
    max-width: fit-content;
}
h3.wp-block-heading.is-style-st-heading-custom-diagonal.has-very-pale-yellow-background-color.has-background {
	padding:0;
}
h4 {
    padding: 0 0 0 16px;
    border-left: 2px solid #00a132;
}
.Big_Pannel-Wrapper {
	border-top:1px solid #dcdcdc !important;
	 padding-top: 18px;
}

.name-mail{
	display:flex;
	justify-content:space-between;
	gap:20px;
}

.name-mail p {
    width: 50%;
}

.name-mail p input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required{
	width:100% !important;
}

.page-id-16164 input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required {
    width: 100%;
}

.page-id-16164 input.wpcf7-form-control.wpcf7-submit.has-spinner{
    background:#337d21;
	color:#ffffff;
}

.page-id-16164 input.wpcf7-form-control.wpcf7-submit.has-spinner:hover{
	background:#ffde03;
	color:black;
}
figure.wp-block-gallery.has-nested-images {
    margin-bottom: 10px;
}
.gb-container.gb-container-796ada98.Big_Pannel-Wrapper {
    margin-bottom: 15px;
}
.wp-block-column.radius.outline-box.has-light-green-cyan-background-color {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}
.wp-block-column.is-layout-flow.wp-block-column-is-layout-flow .wp-block-columns.is-layout-flex .wp-block-columns-is-layout-flex {
    margin-bottom: 5px;
}
.wp-block-column.is-layout-flow.wp-block-column-is-layout-flow h3:before {
    display: none;
}
.wp-block-column.is-layout-flow.wp-block-column-is-layout-flow h3 {
    border-bottom: 0;
}
.Big_Pannel-Wrapper p:first-child {
    font-size: 22px !important;
}

.Big_Pannel-Wrapper .gb-button {
    font-weight: bold;
}

.verajohn-mystino .gb-button {
    font-weight: bold;
}
[aria-label="footer Menu 1"] ul {
    display: grid !important;
    grid-template-columns: 1fr 1fr;
}
@media(max-width: 767px){
	h3 {
    line-height: 1.4em !important;
		padding:0 .5em .5em;
}
	.separate-containers .inside-article, .separate-containers .comments-area, .separate-containers .page-header, .separate-containers .paging-navigation, .one-container .site-content, .inside-page-header {
        padding: 4vw;
    }
	.wp-block-button {
		width: 100%;
		text-align: center;
	}
	.gb-container {
		flex-wrap: wrap;
	}
	ul.review-block {
		margin: 0;
	}
	
	.name-mail{
		display:block;
		gap:0px;
	}
	
	.name-mail p {
    width: 100%;
    }
.wp-block-column.is-layout-flow.wp-block-column-is-layout-flow h3 {
    margin-bottom: 0 !important;
	padding-left: 0;
}
	
.Breadcrumbs-container{
	padding:10px 4vw;
}
.table_payment_method table td{
	font-size:14px;
	width:100px !important;
}
.table_payment_method tr>:first-child:not(.-no1) {
	width:141px !important;
}

.header-register-link {
    width: 40% !important;
    margin-left: 20px;
}
}    








