/*
    Template: consulting
    Theme Name: Consulting Child Theme
    Theme URI: http://consulting.stylemixthemes.com/
    Author: StylemixThemes
    Author URI: http://stylemixthemes.com/
    Description: Consulting - Business and Finance WordPress theme. Using Consluting you can easily create a modern website with real content. Easily edit the real content and compose the page layout with drag & drop page builder Consulting is the best ever finance, consulting, brokerage WordPress theme. It’s fully Responsive and Easy to Customize using intuitive Drag & Drop Visual Composer and Theme Options panel in WordPress Customizer.
    Version: 4.0.4
    License: GNU General Public License v2 or later
    License URI: http://www.gnu.org/licenses/gpl-2.0.html
    Tags: blue, one-column, two-columns, three-columns, four-columns, left-sidebar, right-sidebar, fixed-layout, fluid-layout, responsive-layout, custom-background, custom-colors, custom-header, custom-menu, sticky-post, translation-ready
    Text Domain: consulting-child-theme
*/


.grecaptcha-badge{
	z-index:9999;
}

.breadcrumbs span br{
    display: none;
}

.single-stm_service .page_title .container .h2{
	line-height:1.4;
}

/* 予約フォーム */
.booking-form .content-form legend{
	font-size: 1.1rem;
    font-weight: bold;
    padding: 0 5px;
    border-left: 2px solid #3D91CF;
}

.booking-form .content-form th{
	font-size: 1rem;
    line-height: 2.2rem;
    padding-right: 10px;
    text-align: left;
    vertical-align: top;
    width: 20%;
    border: none;
}

.booking-form  input,.booking-form .content-form textarea{
	width: 100%;
    border-width: 1px;
    border-style: solid;
    border-color:  #dddddd;
    padding: 5px;
}

.booking-form .content-form button {
    padding: 3px 7px;
    font-size: 18px;
    width: 100%;
    max-width: 300px;
    padding: 1em 1.5em;
    color: #fff;
    border-radius: 4px;
    background-color: #3D91CF;
    color: #fff;
    padding: 0.5em 1.5em;
    border: 1px solid #3D91CF !important;
    transition: 0.3s;
    font-weight: 400;
    display: inline-block;
}

.booking-form .content-form fieldset,.booking-form .content-form td{
	border:none;
}

.option-confirm-header{
	font-size:1.2em;
	font-weight: 700;
}

.booking-form .content-form .required{
	font-size: 8pt;
    padding: 0 5px !important;
    background: #ce0000;
    color: #fff;
    border-radius: 3px;
    margin-left: 10px;
    vertical-align: middle;
    float: right;
    margin-right: 1em;
	line-height: 2.3;
}

.booking-form .content-form th label{
	display: flex;
	align-items:center;
	justify-content:space-between;
	
}

@media(max-width:900px){
	.booking-form .content-form th,.booking-form .content-form td{
		display:block;
		width:100%;
	}
	
	.booking-form .content-form th{
		width:100%;
	}
	
	.booking-form .content-form th label{
		display:block;
	}
	
	.booking-form .content-form .required{
		float: none;
	}
}

/* 予約カレンダー */
.day-box.no-day{
	background-color:transparent !important;
	
}
.vacant .calendar-daylink , .vacant .booking-timelink{
	color:#337ab7;
}

.low .calendar-daylink {
	color:#FF5722;
}

.full.calendar-daylink {
	color:#337ab7;
}

.monthly-prev-next a{
	color:#666;
}



/* サイトマップ */
body.sitemap .menu-site-map-container li{
	background-color:transparent;
}
body.sitemap .menu-site-map-container li:hover{
	background-color:transparent;
}
body.sitemap .menu-site-map-container li >a{
	border-left:none !important;
}

body.sitemap .menu-site-map-container #menu-site-map{
	display:grid;
	grid-template-columns:repeat(3,33%);
	gap:1em;
	
	
}

@media(max-width :800px){
	body.sitemap .menu-site-map-container #menu-site-map{
		grid-template-columns:repeat(2,48%);
	}
		
	}
/* 800 */
@media(max-width :500px){
	body.sitemap .menu-site-map-container #menu-site-map{
		display:block;
	}
		
	}
/* 800 */



body.sitemap .menu-site-map-container #menu-site-map >li{
	width:100%;
	padding-right:0;
}

body.sitemap .menu-site-map-container #menu-site-map li:hover a{
	text-decoration:none !important;
}

body.sitemap .menu-site-map-container #menu-site-map >li >a:hover{
	text-decoration:underline !important;
}

body.sitemap .menu-site-map-container #menu-site-map .sub-menu li >a:hover{
	text-decoration:underline !important;
}
body.sitemap .menu-site-map-container #menu-site-map .sub-menu .sub-menu{
	margin-left:1em;
}

body.sitemap .menu-site-map-container #menu-site-map .sub-menu li{
	padding-left:0.5em;
}

body.sitemap .menu-site-map-container #menu-site-map .sub-menu li:before{
	transform:none;
	top:5.5px;
	left:-15px;
	content:'ー' !important;
}

body.post-type-archive-stm_service .stm_post_info .post_thumbnail img,.single .related_article_box>a>img{
	width:auto !important;
	max-width:100%;
	max-height: 260px;
	margin: 0 auto;
}
