@charset "UTF-8";

/* -------------------------------------------------

お問い合わせ（相談ボタン）

------------------------------------------------- */
.h_consult {
	z-index:1;
	width: 220px;
}
.h_consult_txt {
	font-family: "Open Sans", "Helvetica Neue", Helvetica, "Arial", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
	font-weight: bold;
	font-size: 11px;
	line-height:1.4;
	text-decoration:none;
	margin-bottom: 7px;
	margin-left: -5px !important;
}
.h_consult_btn a {
	padding: 3px 20px 5px !important;
	display: block;
	color: #fff !important;
	background: #333;
	border:1px solid #333;
	font-size: 12px !important;
	font-family: "Open Sans", "Helvetica Neue", Helvetica, "Arial", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
	font-weight: bold;
	line-height:normal;
	text-decoration:none;
}
.h_consult_btn a:hover {
	color: #333 !important;
	background: #fff;
	text-decoration:none;
}
#otoiawase, .is-fixed #otoiawase {
 display: none;
}
#otoiawase_SP {
	display: none;
}

@media screen and (min-width: 899px) and (max-width: 1020px) {
.h_consult {
	width: 170px;
}
.fs1 {
 font-size: 16px;
}
.h_consult_txt {
	font-size: 10px;
}
.h_consult_btn a {
	padding: 2px 0px 3px !important;
	font-size: 11px !important;
}
}

@media screen and (max-width: 980px)  {
#otoiawase, .is-fixed #otoiawase {
 display: block;
 position: absolute;
 top: 7px;
 right: 55px;
 z-index: 1;
}

.sp_h_consult_txt {
	display: block;
	font-family: "Open Sans", "Helvetica Neue", Helvetica, "Arial", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
	font-style: normal;
	font-weight: bold;
	font-size: 10px;
	line-height:1.4;
	text-decoration:none;
	margin-bottom: 5px;
	margin-left: -2px !important;
}
.sp_h_consult_btn a {
	padding: 3px 0px 3px !important;
	display: block;
	color: #fff !important;
	background: #333;
	border:1px solid #333;
	font-size: 11px !important;
	font-family: "Open Sans", "Helvetica Neue", Helvetica, "Arial", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
	font-style: normal;
	font-weight: bold;
	line-height:normal;
	text-decoration:none;
	text-align: center;
}
.sp_h_consult_btn a:hover {
	color: #333 !important;
	background: #fff;
	text-decoration:none;
}
}
@media screen and (max-width: 568px)  {
#otoiawase, .is-fixed #otoiawase {
 display: none;
}
#otoiawase_SP {
	display: block;
	position: fixed;
	left: 50%;
	transform: translateX(-50%) ;
 bottom: 0;
	width: 100%;
	padding: 15px 0;
	background-color:#E9E9E9;
	border-top: 1px solid #333;
	z-index: 1;
}
.sp_h_consult_txt {
	display: block;
	font-size: 10px;
	line-height:1.4;
	text-decoration:none;
	padding: 0px 2% 5px;
	text-align: center;
}
.sp_h_consult_txt br {
	display: none;
}
.sp_h_consult_btn a {
	max-width: 300px;
	font-size: 11px !important;
	margin: 0 auto;
	padding: 5px 0 !important;
	color: #fff;
	background-color: #333;
}
.sp_h_consult_btn a:hover {
	color: #333 !important;
	background-color: #fff;
	text-decoration:none;
}
}
@media screen and (max-width: 359px)  {
.sp_h_consult_txt br {
	display: block;
}
.sp_h_consult_btn a {
	max-width: 270px;
}
}


/* --- 1. PC/スマホの出し分け（最小限の干渉） --- */

/* PC版（981px以上）の時だけSP用のボタンを消す */
@media screen and (min-width: 981px) {
  #otoiawase_SP { 
    display: none !important; 
  }
}

/* スマホ版（980px以下）の時だけPC用に見えるかもしれない要素を消す */
@media screen and (max-width: 980px) {
  /* 元々のレイアウトを活かすため、ここでは display 指定をあえて行いません */
  
  /* メニュー展開時の背面制御 */
  body.noscroll #otoiawase,
  body.noscroll #otoiawase_SP,
  body.noscroll .logo {
    opacity: 0 !important;
    pointer-events: none !important;
    visibility: hidden; /* 物理的にもクリックできないように念押し */
  }
}

/* --- 2. 背面固定（レイアウトを崩さない設定） --- */
body.noscroll {
  overflow: hidden;
  /* position: fixed; はレイアウトを壊す最大原因なので絶対に使わない */
}

#toggle {
  z-index: 10001 !important;
}