/**********ヘッダー(ここから)**********/
.siteName,#headerContactBtn{
	display: none;
}
#header .inner{
	display: block;
}
@media screen and (max-width: 730px){/*SP*/
	#header{
		position: static !important;
		background-color: #fff;
		padding-bottom: 1vw !important;
	}
	.customHeader > div {
		display: flex;
		justify-content:space-between;
		margin: 0 2%;
	}
	.customHeader > div:first-of-type{
		margin-top: 2vw;
	}
	.head_name{
		width: 84%;
	}
	.head_name img{
		height: 100%;
	}
	.menu_btn{
		display: flex;
		align-items: center;
		justify-content: center;
		width: 14vw;
		height: 15.456vw;
		color: #fff;
		background-color: #fa8423;
		border-radius: .3em;
		text-align: center;
		line-height: 0.7;
		z-index: 1000;
	}
	.menu_btn i{
		font-size: 1.45em;
	}
	.menu_btn span span{
		font-size: .65em;
		font-weight: bold;
	}
	#head_menu.head_menu_fixed{
		position:fixed !important;
		top: 7vw;
		right: 2%;
	}
	#head_menu.head_menu_close{
		background-color: #888;
		z-index: 999;
	}
	#head_menu.head_menu_close i{
		font-size: 1.6em;
	}
	.customHeader > div:nth-of-type(2) {
		margin:2vw 2% .6vw;
	}
	.head_info{
		flex-basis: calc(514 / 750 * 100%);
	}
	.head_tel{
		flex-basis: calc(236 / 750 * 100%);
	}
}
@media screen and (min-width: 731px){/*PC*/
	#headerContactInfo{
		display: none;
	}
	#header .inner {
		max-width: 1100px;
		max-height: 91px;
		padding: 0 !important;
		background: url(/media/00000068654.png) no-repeat right top;/*画像URLを変更*/
		background-size: contain;
	}
	.customHeader{
		width: 100%;
		max-width: 1070px;
		padding: 0 10px !important;
		margin: 0 auto calc(6 / 1100 * 100%);
		position: relative;
	}
	.customHeader p:not(.head_acc) {
		float: left;
	}
	.head_name{
		margin-right:calc(6 / 1050 * 100%);
		width: calc(375 / 1050 * 100%);
		margin-top:calc(12 / 1050 * 100%);
	}
	.head_info {
		margin-right: calc(6 / 1050 * 100%);
		width: calc(167 / 1050 * 100%);
	}
	.head_tel {
		margin-top:calc(7 / 1050 * 100%);
		width: calc(173 / 1050 * 100%);
	}
	.head_acc {
		float: right;
		margin-top:calc(5 / 1050 * 100% * -1);
		margin-bottom:calc(31 / 1050 * 100% * -1);
		width: calc(312 / 1050 * 100%);
	}
	.customHeader a:hover img{
		opacity: 1;
	}
	#mainMenuInner{
		position: relative;
		z-index: 2;
	}
}
/**********ヘッダー(ここまで)**********/

/*メニュー*/
@media screen and (max-width: 730px){/*SP*/
	#mainMenu{
		position: relative;
		z-index: 990;
		border-top: 7px solid #fff;
		border-bottom: 4px solid #fa8423;
		background-color:transparent !important;
		margin-bottom: 16px;
	}
	.menu_switch {
		display: flex; /* タブを横並びに */
		flex-wrap: wrap; /* 幅に応じて折り返し */
		max-width: 100%; /* コンテナの最大幅を指定 */
		margin: auto;/* コンテナの中央寄せ */
		justify-content: center;/* タブの中央寄せ */
	}
	.menu_switch > label{
		flex: 1 1 auto; /* タブが均等に幅をとるが、幅を超えると折り返す */
		width: 50%; /* 各タブの最小幅を指定 */
		order: -1; /* 上部に表示する */
		position: relative;
		padding:.6em 0 .3em;
		font-size: .95em;
		text-align: center;
		margin-right: 0;
		line-height: 1em;
	}
	.menu_switch > label i{
		font-size: 2em;
		line-height: .05em;
	}
	.menu_switch > label,
	#mainMenu .menu_switch a{
		color: #333;
	}
	.menu_switch > label.isharyou_s{
		background: #aaf0ff; /* メニュータイトル背景色 */
	}
	.menu_switch > label.isharyou_r{
		background: #b9fc86; /* メニュータイトル背景色 */
	}
	#mainMenu .isharyou_s ul li a{
		background: #00ccf838; /* メニュー背景色 */
	}
	#mainMenu .isharyou_r ul li a {
		background: #60e10038; /* メニュー背景色 */
	}
	#mainMenu .menu_switch ul li a{
		box-shadow:none;
	}
	.menu_switch > label.select_none{
		opacity: 0.7;
	}
	.menu_switch label:has(:checked) {
		font-weight: bold;
		color: #fff;
		text-shadow: 1px 1px 3px #543308;
	}
	.menu_switch label.isharyou_s:has(:checked) {
		background-color: #00ccf8;
	}
	.menu_switch label.isharyou_r:has(:checked) {
		background-color: #60e100;
	}
	.menu_switch ul{
		border-style: solid;
	}
	.menu_switch .isharyou_s ul,
	.menu_switch .isharyou_r ul{
		border-width: 3px 6px;
	}
	.menu_switch .isharyou_s ul{
		border-color: #00ccf8;
	}
	.menu_switch .isharyou_r ul{
		border-color: #60e100;
	}
	#mainMenu .isharyou_s ul li a,
	#mainMenu .isharyou_r ul li a{
		border-bottom: none;
	}
	#mainMenu .isharyou_s ul li~li a{
		border-top: 1px solid #00ccf8;
	}
	#mainMenu .isharyou_r ul li~li a{
		border-top: 1px solid #60e100;
	}
	.menu_switch input{
		display: none;
	}
	/* タブコンテンツのスタイル */
	.menu_switch > div {
		display: none; /* 初期状態では非表示 */
		width: 100%; /* コンテンツ幅を全体に */
	}
	/* 選択されたタブのコンテンツを表示 */
	.menu_switch label:has(:checked) + div {
		display: block; /* 選択されたタブに対応するコンテンツを表示 */
	}
	.menuTtl{
		font-size: 1.15em;
		font-weight: bold;
		padding: 0 .4em;
		background-color:#fa8423;
		color:#fff;
		letter-spacing: .1em;
		line-height: 1.7em;
		height: 1.5em;
	}
	#to_head_menu{
		position: fixed;
		top: 7vw;
		right: 2%;
		z-index: 980;
		line-height: 0.5;
		transition: .3s;
		opacity: 0;
	}
	#to_head_menu svg{
		max-width: 1.8em;
		height: 1.8em;
		margin-top: -1.2vw;
		fill: #fff;
		transform:scaleY(0.8) rotate(180deg);
	}
	#header .view {
		transition: .3s;
		opacity: 1;
		z-index: 1000;
	}
}
@media screen and (min-width: 731px){/*PC*/
	#mainMenuBox > ul > li{
		width: 20%;
	}
	#mainMenuBox > ul > li.menu_switch > a{
		line-height: .7em;
	}
	#mainMenuBox > ul > li.menu_switch > a > span{
		display:block;
		margin-top: 5px;
	}
	#mainMenuBox > ul > li.menu_switch i.fa-sort-down{
		font-size: 2em;
		transform: scaleY(0.8);
		line-height: .3em;
	}
	#mainMenuBox li.isharyou_s{
		background-color: #00ccf8; /* メニュータイトル背景色 */
	}
	#mainMenuBox li.isharyou_r{
		background-color: #60e100; /* メニュータイトル背景色 */
	}
	#mainMenu #mainMenuBox > ul > li.isharyou_s > .subMenu > li > a{
		background-color: #00ccf89c; /* メニュー背景色 */
	}
	#mainMenu #mainMenuBox > ul > li.isharyou_r > .subMenu > li > a{
		background-color: #60e100b3; /* メニュー背景色 */
	}
	#mainMenuBox > ul > .parent > .subMenu{
		width: 110%;
	}
	#mainMenu .menu_switch ul li span.pname{
		display: inline;
	}
}
/* SP時画面幅拡張 */
@media screen and (max-width: 730px){/*SP*/
	.wide_section{
		margin: 0 -0.6em;
	}
	.wide_section_right{
		margin: 0 -0.6em 0 0;
	}
}
/*画像*/
#main .textBox img{
	vertical-align: top !important;
}
.img_fl{
	float:left;
	margin: 0 12px 10px 0 !important;
}
.img_fr{
	float:right;
	margin: 0 0  10px 12px !important;
}
.txtimg_left .imgBox div,.txtimg_left_pc .imgBox div{
	margin: 0 !important;
}
@media screen and (min-width: 731px){/*PC*/
	img{
		image-rendering: -webkit-optimize-contrast !important;
	}
	.fixed_sizeh24 img{
		height: 24vw;
		max-height: 240px;
		width: auto;
	}
}
/*直立画像*/
.stand_img {
	float: right;
	margin-top: .5em !important;
	margin-left: 1em !important;
	z-index:999;
}
.patern02Box h2 {
	display: flex !important;/* 下線が人物にかからないように */
}
/*Y5直立画像*/
@media screen and (max-width: 730px){/*SP*/
	.standimg_y5{
		width: 32vw;
		margin-right: -1% !important;
	}
}
@media screen and (min-width: 731px){/*PC*/
	.standimg_y5{
		width: calc(122 / 720 * 100%);
		max-width: 122px;
	}
}
/*直立画像(まとめ記事あり)*/
@media screen and (min-width: 731px){/*PC*/
	.titList_on{
		margin-right: 1em !important;
	}
}


/* インラインフレーム */
iframe#main_if,
iframe.main_if{
	width:100%;
}
p.if_box{
	line-height: 0;
	clear:both;
}
@media screen and (max-width: 899px){/* 899px以下 */
	p.if_box{
		margin:0 -2.5% !important;
	}
}
/*インラインフレームページ*/
#houjingaiyou .pointTit,
#staff .pointTit{
		display: none;
}
/* サイド */
.sideBorderBox{
    display:none;
}
/* 電話相談バナー */
@media screen and (min-width: 731px) {/* PC */
	#cmnbnrgroup{
		display:flex;
		flex-wrap: wrap;
		justify-content: center;
	}
	#cmnbnrgroup  > article,#cmnbnrgroup > div{
		flex-basis: 48.5%;
	}
	#cmnbnrgroup > div:nth-child(n+3){
		margin-top: 32px !important;
	}
	#cmnbnrgroup  > article:nth-child(even),#cmnbnrgroup  > div:nth-child(even){
		margin-left:3% !important;
	}
}
@media screen and (max-width: 730px){/* SP */
	#cmnbnrgroup > div~div{
		margin-top: 35px !important;
	}
}
/* お問合せバナー */
@media screen and (min-width: 731px) {/* PC */
	#cntctbnrgroup, div[id^="cntctbnrRead"]{
		display: flex;
		flex-wrap: wrap;
	}
	#cntctbnrgroup > article:nth-child(1),div[id^="cntctbnrRead"] > div:nth-child(1),
	#cntctbnrgroup > article:nth-child(4),div[id^="cntctbnrRead"] > div:nth-child(4){
		flex-basis: 100%;
	}
	#cntctbnrgroup > article:nth-child(2),div[id^="cntctbnrRead"] > div:nth-child(2),
	#cntctbnrgroup > article:nth-child(3),div[id^="cntctbnrRead"] > div:nth-child(3){
		flex-basis: 50%;
	}
}
/*メインカラム共通バナー*/
.mcbnrgroup{
	clear:both;
}
.contentsText .mcbnrgroup{
	margin-top: 40px !important;
	margin-bottom: 50px !important;
}
@media screen and (min-width: 731px) {/* PC */
	.mcbnrgroup .bnrbtmbox {
		margin-top: 50px !important;
	}
	#cmnbnrgroup{
		display:flex;
		flex-wrap: wrap;
		justify-content: center;
	}
	#cmnbnrgroup .bnrbtmbox{
		margin-top: 0 !important;
	}
	#cmnbnrgroup > div{
		flex-basis: 48.5%;
	}
	#cmnbnrgroup > div:nth-child(n+3){
		margin-top: 32px !important;
	}
}
@media screen and (max-width: 730px){/* SP */
	.mcbnrgroup .bnrbtmbox,.mcbnrgroup > div:last-child{
		margin-top: 60px !important;
	}
	#cmnbnrgroup > div:first-child{
		margin-top: 0 !important;
	}
	#cmnbnrgroup > div ~ div{
		margin-top: 35px !important;
	}
}
/*バナー下テキスト*/
.bnrbtm_text{
	text-align: justify;
}
.bnrbtm_text h2, .bnrbtm_text p{
	display: inline !important;
}
@media screen and (max-width: 730px){/* SP */
	.bnrbtm_text{
		line-height: 1.1em !important;
		margin-top: .25em !important;
	}
	.bnrbtm_text h2, .bnrbtm_text p{
		font-size: .8em !important;
	}
}
@media screen and (min-width: 731px) {/* PC */
	.bnrbtm_text{
		line-height: 1.07em !important;
		margin-top: 5px !important;
	}
	.bnrbtm_text h2, .bnrbtm_text p{
		font-size: 0.75em !important;
	}
}

/*ピックアップお役立ち情報*/
#pickupInfobox .pointTit .t_pageHeading {
	color: #331700 !important;
}
.pickupInfobox {
	margin-top: .3em;
	overflow: hidden;
	border-radius: .5em;
}
.pickupInfobox .articleWrap{
	padding: 0 !important;
}
.pickupInfobox h2{
	background: #FFFABC !important;
	border-radius:0 !important;
	margin-bottom: .5em !important;
	border-bottom:none !important;
}
.pickupInfobox h3{
	margin-bottom: .3em !important;
	padding-bottom: .1em !important;
	border-bottom: 1px dashed #5b2603;
	color: #f46;
}
.pickupInfobox h3:not(.no_indent){
	padding-left:1em !important;
	text-indent: -1em;
}
.pickupLink{
	text-align: center !important;
}
.pickupLink a~a {
	margin-left: .5em !important;
}
.pickupLink img{
	vertical-align: top !important;
}
@media screen and (max-width: 730px){/* SP */
	#pickupInfobox{
		margin-bottom: 3.2em;
	}
	#pickupInfobox + .bnrbtm_text{
		margin-top: -2.85em !important;
	}
	.pickupInfobox {
		border: solid 1px #a88339 !important;
		box-shadow: 1px 1px #a88339 !important;
	}
	.pickupInfobox .articleInner{
		padding: 0 0.8em 0.8em !important;
	}
	.pickupInfobox .authorBox{
		padding: 0 1.1em 0.5em !important;
	}
	.pickupInfobox h2 {
		padding: .5em .6em .5em .6em/*1.4em*/ !important;
		text-align: justify;
	}
	.pickupLink{
		margin: .5em -.3em 0 !important;
		display: flex;
	}
	.pickupLink a~a {
		margin-left: -.8em !important;
	}
}
@media screen and (min-width: 731px) {/* PC */
	#pickupInfobox{
		margin-bottom: 50px;
	}
	#pickupInfobox + .bnrbtm_text{
		margin-top: -45px !important;
	}
	.pickupInfobox {
		border: solid 1px #4d3013 !important;
	}
	.pickupInfobox .articleInner{
		padding: 0 0.9em 0.9em !important;
	}
	.pickupInfobox .authorBox{
		padding: 0 1.2em 0.5em !important;
	}
	.pickupInfobox h2 {
		padding: 10px 13px 8px 13px/*32px*/ !important;
	}
	.pickupLink{
		margin-top: .5em !important;
	}
	.pickupLink a~a {
		margin-left: -1em !important;
	}
	.pickupLink img{
		height: 3.5vw;
		max-height:35px ;
	}
}


/*SPフリーダイヤル*/
@media screen and (max-width: 730px){/* SP */
	/*#tel_acd_on,article.tel_acd_off{
		margin-bottom: 18px;
	}*/
	#tel_acd_on img,article.spfd a{
		display: block;
	}
	article.tel_acd_off,article.tel_acd_on:first-child{
		position: relative;
	}
	article.tel_acd_off a,article.tel_acd_on:first-child a{
		position: absolute;
		height:calc(80 / 101 * 100%);
	}
	article.tel_acd_off a:first-child,article.tel_acd_on:first-child a:first-child{
		width:calc(245 / 750 * 100%);/*横幅は画像によって変わる*/
		left: 2%;
	}
	article.tel_acd_off a:last-child,article.tel_acd_on:first-child a:last-child{
		width:calc(67 / 750 * 100%);
		right: 0;
	}
}

/*事務所アクセス(20230511修正)*/
.accOfficebox header h2,
.accOfficebox .articleInner{
	border: solid 1px #f28 !important;
}
.accOfficebox header {
	margin-top:0 !important;
	margin-bottom:0 !important;
	padding-top: 0 !important;
}
.accOfficebox header h2 {
	color: #331700 !important;
	overflow: hidden;
	border-radius: .5em .5em 0 0 !important;
	border-bottom: none !important;
	background: #ffd6e1 !important;
	line-height: 1.35em !important;
}
.accOfficebox .articleInner{
	border-radius: 0 0 .5em .5em;
	border-top: none !important;
}
.accOfficebox h2,
article[class*="accOfficebox"] h3,
article[class*="accOfficebox"] h4{
	text-align: justify;
}
article[class*="accOfficebox"] h3:not(.no_indent),
article[class*="accOfficebox"] h4:not(.no_indent){
	font-weight: bold;
	padding-left:1em !important;
	text-indent: -1em;
}
article[class*="accOfficebox"] p:not(.answer) {
	text-indent: 1em;
}
.accOfficebox .textBox > div ~ div {
	margin-top: 2em !important;
}
.accOfficebox .textBox > div div ~ div:not(.access_photo) {
	margin-top: 1em !important;
}
.accOfficebox .textBox > div div:not(.access_photo) {
	margin-left: 1em !important;
}
article[class*="accOfficebox"] figure img {
	display: inline-block;
}
article[class*="accOfficebox"] figure figcaption{
	text-align: center;
}
@media screen and (max-width: 730px){/* SP */
	.accOfficebox .articleInner{
		padding: 0.55em 0.6em 0.4em !important;
	}
	.accOfficebox h2 {
		padding: .5em .6em .5em .6em !important;
	}
	article[class*="accOfficebox"] figure+figure {
		margin-top: 0.5em !important;
	}
	.access_photo figure figcaption {
		margin: 0 -0.6rem !important;
		font-size: 85%;
	}
}
@media screen and (min-width: 731px) {/* PC */
	.accOfficebox .articleInner{
		padding: 0.55em 0.6em 0.5em !important;
	}
	.accOfficebox h2 {
		padding: 10px 13px 8px 13px !important;
	}
	article[class*="accOfficebox"] div.access_photo {
		overflow: hidden;
	}
	article[class*="accOfficebox"] figure {
		display: inline-block;
		float: left;
		width: 48%;
	}
	article[class*="accOfficebox"] figure img {
		width: 100%;
	}
	article[class*="accOfficebox"] figure:nth-child(even) {
		margin-left: 4% !important;
	}
	article[class*="accOfficebox"] figure:nth-child(n+3) {
		margin-top: 0.5em !important;
	}
}

/*事務所アクセス(Q&Aページ用)*/
.patern05 .accOfficebox_qa .iconExist .textBox{
	padding-left:0 !important;
}
.accOfficebox_qa .textBox .textBox{
	clear: both;
}
.accOfficebox_qa .textBox .textBox > div ~ div {
	margin-top: 2em !important;
}
.accOfficebox_qa .textBox .textBox > div div ~ div:not(.access_photo) {
	margin-top: 1em !important;
}
.accOfficebox_qa .textBox .textBox > div div:not(.access_photo) {
	margin-left: 1em !important;
}
.patern05 .accOfficebox_qa .textBox .answer{
	position: relative !important;
	margin-left: 0 !important;
}

/*事務所アクセスバナー*/
@media screen and (min-width: 731px) {/* PC */
	.bnr_accoffice {
		width: 48.5%;
		margin: 0 auto;
	}
	#accofficebnrgroup .bnr_accoffice{
		display: inline-block;
		vertical-align: bottom;
	}
	#accofficebnrgroup > article:nth-of-type(even) {
		margin-left: 3% !important;
	}
}


/*フッターサイトネーム */
@media screen and (max-width: 730px){/*SP*/
	#footer #footerSiteName a div{
		font-weight: bold;
	}
}

/*フッター所属テキスト用*/
.foot_shozoku{
	margin-top: 0.3em;
}
.foot_shozoku p{
	text-align: center;
}
.foot_shozoku span{
	display: inline-block;
}
.foot_shozoku .fntb{
	font-weight: bold;
}
.foot_shozoku .address span{
	margin-left: 0.5em;
}
@media screen and (min-width: 731px){/*PC*/
	.foot_shozoku p{
		line-height: 1.6em;
	}
	.foot_shozoku .shozoku > span:nth-child(2){
		margin-left: 1em;
	}
	.foot_shozoku .fntb{
		font-size: 1.2em;
	}
}
@media screen and (max-width: 730px){/*SP*/
	.foot_shozoku p{
		line-height: 1.4em;
	}
	.foot_shozoku p ~ p{
		margin-top: 0.3em;
	}
	.foot_shozoku .fntb{
		font-size: 1.15em;
	}
}

/*Q&A*/
.patern05 .bnrcntBox .textBox,
.patern05 .bnrcntBox .textBox .textBox{
	padding: 0 !important;
}
.patern05 .bnrcntBox{
	margin-bottom: 0 !important;
}

/*メッセージ・電話相談人物画像*/
.idphoto_img_fl .imgBox{
	float:left;
	margin: 0 12px 10px 0 !important;
}
.idphoto_img_fr .imgBox{
	float:right;
	margin: 0 0  10px 12px !important;
}
@media screen and (min-width: 731px) {/* PC */
	.idphoto_img_fl .imgBox,.idphoto_img_fr .imgBox{
		width: 29.16%;
	}
}
@media screen and (max-width: 730px){/* SP */
	.idphoto_img_fl .imgBox,.idphoto_img_fr .imgBox{
		width: 53%;
	}
}

/*代表メッセージ*/
.a_sign{
	clear: both;
}
.a_sign .imgBox{
	margin-top:.5em;
}

@media screen and (min-width: 731px) {/* PC */
	.a_sign .articleInner,.prolink_img .articleInner{
		overflow: hidden;
	}
	.a_sign .imgBox{
		float: right;
		width: 50.69%;
	}
	.prolink_img .imgBox{
		float: right;
		width: 40.41%;
	}
}


/*駐車場情報*/
.parking_btn a {
	display: inline-block;
	color: #fff !important;
	text-decoration: none;
	border-radius: .25em;
	line-height: 1.25em;
	border: solid 1px #0055dd;
	background: #09F !important;
	background: linear-gradient(to bottom, #51BCFF 0%, #007FFF 100%) !important;
}
.parking_btn a:before {
	font-family:"Font Awesome 5 Brands";
	content: '\f288';
	font-size: 1.25em;
	font-weight: 400;
	vertical-align: text-top;
	speak: none;
	margin-right: .2em !important;
}
.parking_btn a:after {
    font-family: "Font Awesome 5 Free";
	content: '\f138';
    font-weight: 900;
    speak: none;
	margin-left: .3em !important;
}
@media screen and (max-width: 730px){/* SP */
	.parking_btn {
		float: right;
		margin-bottom:3vw !important;
	}
	.parking_btn a {
		padding: .25em .35em !important;
	}
}
@media screen and (min-width: 731px) {/* PC */
	#access .pointTit .t_pageHeading{
		padding:0.5em 0.5em 0.5em 1em !important;
	}
	.parking_btn {
		position: absolute;
		top: 68%;
		transform: translateY(-50%);
		right: 0.75em;
	}
	.parking_btn a {
		padding:.125em .35em .125em .45em !important;
	}
}





