/*
Theme Name: スタッフ面談予約システム
Theme URI: https://bluefog-solution.com/
Template: lightning
Author: bluefog-solution.com
Author URI: https://bluefog-solution.com/
Description: Lightning子テーマのため、親テーマは削除しないようご注意ください。
Version: 1.0.0.1719484893
Updated: 2024-06-27 19:41:33

*/

/*サイトタイトル文字サイズ*/
.siteHeader .siteHeader_logo{
	font-size: 20px;
}

/*スタッフ詳細ページ*/
#staff_header{
	margin-bottom: 30px;
}
#staff_header .staff_img{
	margin-bottom: 30px;
}

@media (min-width: 992px) {
	#staff_header.has_thumbnail{
		display: flex;
		align-items: center;
	}
	
	#staff_header.has_thumbnail .staff_img{
		width: 40%;
		margin-right: 20px;
	}
	#staff_header.has_thumbnail .staff_info{
		width: calc( 60% - 20px );
	}
	
}

/*予約フォーム*/
#booking-package_inputFormPanel .row{
	display: block;
}
#booking-package_inputFormPanel .row div.name,
#booking-package_inputFormPanel .row div.value{
	display: block;
}
#booking-package #booking-package_inputFormPanel .row .form_text{
	width: 100%;
}
@media (min-width: 992px) {
	#booking-package_inputFormPanel .row{
		display: flex;
		justify-content: space-between;
	}
	#booking-package_inputFormPanel .row div.name{
		width: 35%;
	}
	#booking-package_inputFormPanel .row div.value{
		width: 60%;
	}
}
