@charset "shift_jis";
/*-----------------------------------------------
	編集可能なファイルです。
-----------------------------------------------*/
.container {
	width: 1000px;
	margin: 20px auto;
	overflow: hidden;
}
.maincontents {
	width: 780px;
	float: right;
}
.side {
	width: 200px;
	float: left;
}
.cms_back {
	text-align: left;
	margin: 10px auto 10px auto;
	padding: 0px 0px 0px 0px;
}
.cms_back a {
	color: #004CD3;
	line-height: 18px;
}
.cms_back a:hover {
	text-decoration: none;
	color: #999999;
}
.iframe_pc {
	width: 780px;
	height: 300px;
	border: none;
}
/*--info_iframe--*/
.top_open_01 {
	font-size: 12px;
}
.top_open_01 ul {
	margin-top: -10px;
	padding: 0;
}
.top_open_01 li {
	border-bottom: 1px dashed #999;
	padding: 10px 0;
	overflow: hidden;
	position: relative;
}
.top_open_01 li:last-child {
	border: none;
}
.top_open_01 li span {
	font-weight: bold;
}
.top_open_01 li a {
	position: absolute;
	display: block;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.top_open_01 li:hover {
	background-color: #EEE;
}
.top_open_01 li a p {
	margin: 0;
	padding: 0;
	left: 0;
	top: 29px;
	position: absolute;
	font-weight: bold;
	color: #333;
}
.top_open_01 li div {
	margin: 20px auto auto auto;
}
/*--/info_iframe--*/
/*--追加--*/
.info_ma,
.blog_ma {
	width: 1000px !important;
}
.blog_ma_left h1 {
	font-size: revert;
	text-align: left;
	width: 100%;
	padding-left: 0;
	float: none;
	position: unset;
	margin: 0;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	color: #000;
}
.cms_li_box ul li a span {
	width: 30% !important;
}
/**スタッフページ修正2020/02/20**/
.staff_wrap {
	color: #111;
}
.staff_wrap .staff_name {
	width: 900px;
	margin: 0 auto;
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	padding-top: 50px;
	padding-bottom: 20px;
	line-height: 23px;
}
.staff_name h2 {
	font-size: 30px;
	font-weight: bold;
}
.staff_name span {
	font-family: "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
	color: #999;
	font-size: 16px;
	font-weight: normal;
	margin-left: 15px;
}
.staff_name p {
	font-size: 15px;
	line-height: 23px;
	border: 1px solid #030000;
	font-weight: bold;
	padding: 0 10px;
}
.staff_re_bg {
	width: 100%;
	padding: 10px 0;
	background: #f6bf1b;
	font-size: 13px;
}
.staff_re {
	width: 900px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
}
.staff_re a {
	display: block;
	font-weight: bold;
	color: #111;
	text-decoration: none;
}
.staff_re a:hover {
	text-decoration: underline;
}
.staff_re p {}
.staff_conts {
	width: 900px;
	margin: 0 auto;
	padding-top: 35px;
	padding-bottom: 80px;
}
.staff_img_b {
	margin-bottom: 40px;
}
.staff_img_b img {
	object-fit: cover;
	width: 900px !important;
	height: 640px !important;
}
.staff_img {
	display: flex;
	justify-content: space-between;
	margin-bottom: 45px;
}
.staff_img img {
	object-fit: cover;
	width: 430px !important;
	height: 300px !important;
}
table.staff_qa {
	margin-bottom: 45px;
}
.staff_qa tr {
	text-align: left;
	font-size: 15px;
	line-height: 27px;
	padding: 15px 30px;
	display: block;
	width: 840px;
}
.staff_qa tr:nth-child(2n-1) {
	background: #f5f5f5;
}
.staff_qa tr td {
	font-size: 15px;
	line-height: 1.5;
}
.staff_qa th.bold {
	font-weight: bold;
	width: 210px;
	background: none;
	border: none;
}
.staff_massage {
	display: flex;
	align-items: center;
	text-align: left;
	margin-bottom: 35px;
}
.staff_massage img {
	margin: 0 26px;
}
.staff_massage_box {
	width: 640px;
	border: 1px solid #030000;
}
.staff_massage_box p {
	display: block;
	padding: 20px 40px;
	border: 8px solid #f5f5f5;
	font-size: 16px;
	line-height: 27px;
}
.staff_voice {
	border: 5px solid #eee;
	padding: 15px;
}
.staff_voice_ttl {
	font-size: 22px;
	text-align: center;
	font-weight: bold;
	padding: 10px 0 20px;
	border-bottom: 5px solid #F26E22;
	margin-bottom: 10px;
}
.staff_voice ul {
	display: flex;
	flex-wrap: wrap;
	text-align: left;
}
.staff_voice li {
	width: calc(100% /3);
	padding: 10px;
	box-sizing: border-box;
}
.staff_voice a {
	display: block;
	border: 1px solid #ccc;
	padding: 15px;
	background: #F8F4EF;
	box-shadow: 0 3px 0 0 #eee;
	color: #333;
	text-decoration: none;
}
.staff_voice a:hover {
	border: 1px solid #F26E22;
	color: #F26E22;
}
.staff_voice .st_voice_photo {
	text-align: center;
	overflow: hidden;
}
.st_voice_photo img {
	width: 100%;
	height: 180px !important;
	object-fit: cover;
}
.st_voice_txt {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.st_voice_txt p {
	width: 100%;
	font-size: 15px;
	line-height: 22px;
	font-weight: bold;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	height: 40px;
	overflow: hidden;
	margin-bottom: 10px;
}
.st_voice_txt span {
	display: block;
	width: 100%;
}
.st_voice_txt span:nth-of-type(1) {
	color: #999;
	font-size: 12px;
	height: 18px;
	margin-bottom: 5px;
}
.st_voice_txt span:nth-of-type(1):not(:empty):before {
	content: "更新日";
	margin-right: 5px;
	border: 1px solid #999;
	padding: 1px 5px;
	background: #fff;
}
.st_voice_txt span:nth-of-type(2) {
	color: #111;
	font-size: 13px;
	margin-bottom: 10px;
}
/**スタッフ一覧修正2020/02/21**/
.staff_list_wrap {
	display: flex;
	flex-wrap: wrap;
	margin: 45px auto 60px;
	width: 900px;
}
.staff_list_box {
	width: 290px;
	margin-right: 15px;
	text-align: left;
	margin-bottom: 15px;
}
.staff_list_box:nth-child(3n) {
	margin-right: 0;
}
.staff_list_box a {
	display: block;
	border: 1px solid #030000;
	text-decoration: none;
	color: #111;
}
.staff_list_box a:hover {
	border: 1px solid #f36f23;
}
.staff_li_sub {
	font-size: 13px;
	font-weight: bold;
	padding: 8px 0;
	padding-left: 8px;
	background: #f6bf1b;
}
.staff_list_box a:hover .staff_li_sub {
	background: #f36f23;
}
.staff_li_main {
	display: flex;
	justify-content: space-between;
	padding: 10px 0;
	margin: 0px 10px;
	border-bottom: 1px dashed #030000;
	align-items: flex-start;
	height: 123px;
}
.staff_li_main img {
	height: 120px;
	width: 140px;
	object-fit: cover;
}
.staff_li_main .text {
	margin-left: 7px;
	width: 120px;
	padding-top: 3px;
}
.staff_li_main span.name {
	font-size: 15px;
	font-weight: bold;
	color: #f36f23;
	margin-bottom: 5px;
	display: block;
}
.staff_li_main span.eng {
	font-family: "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
	font-size: 11px;
	color: #888;
	margin-bottom: 10px;
	display: block;
	line-height: 15px;
	width: 45px;
}
.staff_li_main p {
	font-size: 12px;
	line-height: 1.5;
	color: #111;
	text-align: left;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
	height: 55px;
}
.staff_li_massage {
	padding: 10px;
	font-size: 12px;
	line-height: 21px;
	color: #111;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 4;
	overflow: hidden;
	height: 77px;
}
.staff_li_more {
	font-size: 12px;
	font-weight: bold;
	padding: 9px 0;
	padding-right: 12px;
	background: #eee;
	text-align: right;
	line-height: 12px;
}
.staff_list_box a:hover .staff_li_more {
	background: #ccc;
}
.staff_li_more img {
	margin-left: 10px;
}
.staff_license {
	margin-bottom: 30px;
	font-size: 15px;
}
.staff_license p:not(:empty) {
	border: 3px solid #f6bf1b;
	padding: 20px 30px;
	line-height: 1.7;
	display: flex;
	position: relative;
}
.staff_license p:not(:empty):before {
	content: "保有資格";
	margin-right: 60px;
	position: relative;
	z-index: 1;
	font-weight: bold;
	color: #eeb509;
	display: flex;
	align-items: center;
	flex-shrink: 0;
	width: 60px;
}
.staff_license p:not(:empty):after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 120px;
	height: 100%;
	background: #fdf2d1;
	z-index: 0;
	display: block;
}
/*-----------------------------------------------
◎  お客様の声　一覧 /voices/
-----------------------------------------------*/
.vo_li {
	margin: 0 auto 20px;
}
.vo_li ul {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-wrap: wrap;
}
.vo_li li {
	width: 485px;
	margin-bottom: 30px;
}
.vo_li li:nth-of-type(2n-1) {
	margin-right: 30px;
}
.vo_li a {
	display: block;
	border: 1px solid #ccc;
	padding: 20px;
	background: #F8F4EF;
	box-shadow: 0 3px 0 0 #eee;
	color: #111;
	text-decoration: none;
}
.vo_li a:hover {
	border: 1px solid #F26E22;
	color: #F26E22;
}
.vo_li .vo_li_photo {
	text-align: center;
	height: 270px;
	overflow: hidden;
}
.vo_li_photo img {
	width: 100%;
	height: 270px !important;
	object-fit: cover;
}
.vo_li_txt {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.vo_li_txt p {
	width: 100%;
	font-size: 16px;
	line-height: 24px;
	font-weight: bold;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	height: 50px;
	overflow: hidden;
	text-align: left;
}
.vo_li_txt span {
	display: block;
	margin: 10px 0;
	width: 50%;
}
.vo_li_txt span:nth-of-type(1) {
	color: #999;
	font-size: 12px;
	text-align: left;
}
.vo_li_txt span:nth-of-type(1):not(:empty):before {
	content: "更新日";
	margin-right: 5px;
	border: 1px solid #999;
	padding: 1px 5px;
	background: #fff;
}
.vo_li_txt span:nth-of-type(2) {
	color: #111;
	text-align: right;
	font-size: 13px;
}
/*-----------------------------------------------
お客様の声　共通
-----------------------------------------------*/
.voice_wrap {
	width: 900px;
	margin: 0 auto 20px;
	text-align: left;
	font-size: 14px;
}
.voice_h2 {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}
.voice_h2 p {
	margin: 0;
}
.voice_h2_item {
	display: flex;
	justify-content: flex-end;
	margin-left: auto;
}
.voice_h2_data,
.voice_h2_manage {
	color: #111;
	font-size: 13px;
	font-weight: normal;
	margin-left: 15px;
	letter-spacing: 0;
}
.voice_h2_data:not(:empty):before,
.voice_h2_manage:not(:empty):before {
	margin-right: 5px;
	border: 1px solid #999;
	padding: 1px 5px;
	background: #fff;
	color: #999;
}
.voice_h2_data:not(:empty):before {
	content: "更新日";
}
.voice_h2_manage:not(:empty):before {
	content: "担当";
}
.voice_ma ul {
	width: 800px;
	overflow: hidden;
	margin: 0 auto;
	padding: 0px;
}
.voice_ma li {
	border: 4px double #ccc;
	overflow: hidden;
	margin-bottom: 20px;
	display: inline-block;
	vertical-align: top;
	width: 240px;
	display: inline-block;
	*display: inline;
	*zoom: 1;
	vertical-align: top;
	margin-right: 10px;
}
.voice_ma li:nth-child(3n) {
	margin-right: 0px;
}
.voice_ma_list li {
	list-style: none;
	margin: 0px 18px 50px 0px;
	padding: 0px 0px 0px 0px;
}
.voice_ma a {
	display: block;
	color: #000;
	text-decoration: underline;
}
.voice_ma_title {
	border-bottom: 1px dashed #666;
	font-size: 13px;
	line-height: 20px;
	padding: 10px;
	margin: 0;
	height: auto;
	overflow: hidden;
	text-indent: 17px;
	text-align: left;
	background-color: #FDF0F1;
}
.voice_ma_photo {
	height: 160px;
	overflow: hidden;
}
.voice_ma_photo img {
	vertical-align: bottom;
}
.voice_catch {
	border: 5px solid #eee;
	padding: 15px;
	margin-bottom: 70px;
	text-align: left;
}
.voice_catch span {
	display: block;
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 15px;
	text-indent: 10px;
	line-height: 24px;
	border-left: #494949 4px solid;
}
.voice_catch p {}
.voice_ma_staff_comment {
	background-color: #F0F8FF !important;
	overflow: hidden;
	padding-top: 10px !important;
	text-align: left;
	padding-left: 15px !important;
}
.voice_ma_staff_comment p {
	line-height: 22px;
	padding: 0;
	margin: 0;
}
.voice_ma_cmt_ttl {
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 15px;
	text-indent: 10px;
	line-height: 24px;
	border-left: #494949 4px solid;
}
.voice_ma_pict {
	width: 260px;
	margin: 0 0px 0 10px;
	padding: 0 0 0 0;
	height: auto;
	overflow: hidden;
	text-align: center;
}
.group_staff_img_a {
	font-size: 13px;
}
.voice_ma_staff_photo {
	text-align: center;
	margin: 5px 0 0 0;
	width: 200px;
}
.voice_ma_staff_photoname {
	text-align: center;
	width: 100%;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}
.voice_ma_group_staff_h3 {
	font-size: 20px;
	width: 780px;
	height: 50px;
	line-height: 50px !important;
	margin: 0px auto;
	padding: 0px 0px 0px 0px;
	text-indent: 20px;
	text-align: left;
	background: #F2F2F2;
	border-top: 3px double #CCC;
	border-bottom: 1px solid #CCC;
	margin: 10px auto;
}
.voice_ma_staff_photo img {
	max-width: 160px;
	border: 1px solid #EEE;
	padding: 1px;
}
/*-----------------------------------------------
お客様の声　/voice2_ma/
-----------------------------------------------*/
.voice2_ma_shosai {
	overflow: hidden;
	margin-bottom: 20px;
}
.voice2_ma_shosai_photo {
	text-align: center;
	float: left;
	width: 48%;
}
.voice2_ma_shosai_photo:nth-of-type(1) {
	margin-right: 4%;
}
.voice2_ma_shosai_photo img {
	max-height: 380px;
}
.voice2_ma_shosai_row {
	width: 100%;
	margin: 0px 0px 0px 0px;
	display: inline-block;
}
.voice2_ma_ttl {
	margin: 10px 0 !important;
	padding: 0px;
	font-size: 16px;
	line-height: 33px;
	text-indent: 0px !important;
	font-weight: bold;
	color: #DE0018;
}
.voice2_ma_shosai_row div span {
	margin: 0 0 0 0px;
	display: block;
}
/*--cms_お問い合わせ　調整--*/
.inquirytable {
	margin: 0 auto 50px !important;
}
.inquirytable td {
	text-align: left;
}
.inquirytable {
	box-shadow: 0 0 5px 0 #ccc;
	padding: 40px;
	box-sizing: border-box;
	width: 990px !important;
}
/*-----------------------------------------------
	form
-----------------------------------------------*/
.reserve_form_iframe {
	width: 500px;
    margin: 0 auto 10px auto;
    display: block;
}
.cmsform_note {
	padding: 15px 0 25px;
	display: flex;
	justify-content: center;
}
.cmsform_note span {
	font-weight: bold;
	color: #ee0000;
	font-size: 18px;
	border: 1px solid #ee0000;
	padding: 15px 30px;
	line-height: 1.5;
}
span.cms_form_notice {
	display: inline-block !important;
	font-weight: bold;
	color: #ee0000;
	font-size: 15px;
	background: #fff0f0;
	margin-top: 10px;
	padding: 5px;
}