@charset "UTF-8";
/* サイドナビ のCSS */
.network_column {
	margin: 50px auto 0;
	overflow: hidden;
	max-width: 1170px;
	display: flex;
}
.network_main {
	order: 2;
}
.network_side {
	order: 1;
	margin-right: 4rem;
	width: 248px;
}
.tab_only {
	display: none;
}
.tab_none {
	display: block;
}
.network_side_02 {
	background: #f4f4f4;
	padding: 1.5rem 2rem 1rem;
}
@media (hover: hover) {
	.network_side summary:hover,
	.network_side .search_area_all:hover,
	.network_side .search_area a:hover,
	.network_side .link_box li a:hover,
	.network_side .link_box_modal li a:hover,
	.network_side .link_box_modal li button:hover {
		color: #c00;
	}
}
	/* サイドナビ　タイトル */
.search_freeword,
.search_area,
.search_map,
.search_place {
	margin-bottom: 4rem;
}
.network_side h3, .network_side .h3 {
	border-bottom: 2px solid #cc0000;
    padding-bottom: .8rem;
	margin: 1.6rem 0;
    font-size: 16px;
	font-weight: bold;
	line-height: 1.4;
}
	/* サイドナビ　タイトル ここまで */


	/* サイドナビ　リンクボックス　共通 */
.network_side ul{
	padding-left: 0;
    margin-bottom: 2rem;
}

.link_box_modal,
.link_box_moda_li,
.link_box li {
	position: relative;
}
.network_side .link_box li,
.network_side .link_box_modal li,
.network_side .link_box span {
	border: 1px solid #707070;
	border-radius: 0;
	background-color: #fff;
	width: 100%;
	font-size: 15px;
	font-weight: bold;
	line-height: 1.3;
	margin: 1rem auto;
	text-align: left;
	color: #1a1a1a;
}
.network_side .link_box li:after,
.search_map .link_box span:after,
.network_side .link_box_modal li .side_akspo:after,
.link_box_modal li .batchSetModalOpenBtnClip:after,
.link_box_modal li .batchSetModalOpenBtnRecently:after {
    position: absolute;
    top: 40%;
    right: 7%;
    width: 6px;
    height: 6px;
    content: '';
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    pointer-events: none;
    border: 0;
    border-top: solid 2px #a70000;
    border-right: solid 2px #a70000;
}
	/* サイドナビ　リンクボックス　共通 ここまで */

	/* サイドナビ　モーダルのCSS */		

.network_side .link_box_modal {
	margin-bottom: 2.5rem;
}
.network_side .link_box_modal li .side_akspo { /* アクスポ併設店舗 */
	padding: 1.5rem 2rem;
    width: 100%;
    transition: 0.3s;
    display: inline-block;
    text-decoration: none;
    color: #333;
}
.network_side .link_box_modal:first-child, 
.network_side .link_box_modal li:first-child {
	margin-top: 0;
}
.network_side .link_box_modal li button {
	border: none !important;
    background-color: #fff;
    font-size: 15px;
    font-weight: bold;
    text-align: left;
	padding: 1.5rem 2rem;
	width: 100%;
	transition: 0.3s;
	color: #333;
}
.modal_message {
	font-size: 20px;
}
@media screen and (max-width: 750px) {
	.modal_message {
		font-size: 30px;
}
}

	/* サイドナビ　モーダルの中身 */	
.modal-open{ /* モーダルを開くボタン */
  position: fixed;
  top: 50%;
  left: 50%;
  font-size: 16px;
  font-weight: bold;
  width: 300px;
  height: 60px;
  color: #fff;
  background: #000;
  border: none;
  cursor: pointer;
  translate: -50% -50%;
}		
.modal{ /* モーダルと背景の指定 */
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  background: rgba(0,0,0,0.5);
  padding: 40px 20px;
  /* allow scrolling inside modal overlay when content is tall */
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  opacity: 0;
  visibility: hidden;
  transition: .3s;
  box-sizing: border-box;
  /* center content */
  display: flex;
  align-items: center;
  justify-content: center;
}
.modal:before{ /* モーダルの擬似要素の指定 */
  content: "";
  display: inline-block;
  vertical-align: middle;
  height: 100%;
  margin-left: -0.2em;
}
.modal.is-active{ /* クラスが追加された時の指定 */
  opacity: 1;
  visibility: visible;
}
.modal-container{ /* モーダル内側の指定 */
  position: relative;
  display: inline-block;
  vertical-align: middle;
  max-width: 600px;
  width: 90%;
  /* ensure internal scrolling for tall content */
  max-height: calc(100vh - 80px);
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}
.modal-close{ /* モーダルを閉じるボタンの指定 */
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  top: -20px;
  right: -20px;
  width: 40px;
  height: 40px;
  color: #fff;
  background: #000;
  border-radius: 50%;
  cursor: pointer;
}
.modal-content { /* モーダルのコンテンツ部分の指定 */
  background: #fff;
  text-align: left;
  line-height: 1.8;
  padding: 20px;
  box-sizing: border-box;
}	
.modal-content p { /* モーダルのコンテンツ部分のテキストの指定 */
  margin: 1em 0;
}
.openBtn:after {
	top: 12%;
}
.modaal-wrapper .modaal-container { /* モーダル表示側のコンテナにスクロール制御を付与 */
	border-radius: 25px;
    padding: 1rem .5rem 1rem 2rem;
    height: 100%;
}
.modaal-wrapper::-webkit-scrollbar {
    display:none;
	-ms-overflow-style: none;
	scrollbar-width: none;
}
.modaal-wrapper .modaal-content-container {
    max-height: 85vh !important;
    overflow-y: auto !important;
    -webkit-overflow-scrolling: touch;
}
.modaal-wrapper .modaal-content-container .modaal-content {
    max-height: none !important;
}
.batchSetModal { /* モーダル背景 */
	display: none;
}
.batchSetModal > div {
  	background-color: #fff;
	margin: 150px auto;
	padding: 6rem 4rem;
	border-radius: 10px;
	width: 1000px;
	height: auto;
	max-height: 1060px;
	overflow-y: auto;
	-webkit-overflow-scrolling: touch;
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
	position: relative;
	overflow: auto;
}
.modal_close_btn {	/* モーダル内容 */
	position: absolute;
	top: 20px;
    right: 24px;
    background: #1a1a1a;
    width: 35px;
    height: 35px;
    border-radius: 30px;
    color: #fff;
    font-size: 20px;
    font-weight: normal;
	z-index: 999;
	border: none;
}
.modal_close_btn:after {
	display: none;
}
.modaal-close { 	/* デフォルトのCloseは非表示 */
	display: none !important; 
}
	/* サイドナビ　モーダルのCSS　ここまで */


	/* サイドナビ　検索窓 */
.network_side .t18-search-form-area {
	margin-bottom: 0.5rem;
}
.network_side .t18-search-form-block {
	position: relative;
    margin: 0;
    padding: 0;
	display: flex;
}
.network_side .t18-search-form-block::before {
	content: none;
}
.network_side .t18-search-form-input {
    border: 1px solid #707070;
    border-radius: 0;
    font-size: 16px;
    margin: 0 5px 0 0;
    padding: 0 0 0 1rem;
    width: 150px;
    height: 4rem;
	background-color: #fff;
}
.network_side .t18-search-form-submit { 
	background-color: #c00;
    border: none;
    border-radius: 5px;
    color: #fff;
    font-size: 14px;
    line-height: 1;
    margin: 0;
    width: 50px;
    height: auto;
    position: relative;
}
.network_side .t18-search-form-submit:hover { 
	opacity: 0.8;
	background-color: #960000;
}
	/* サイドナビ　検索窓　ここまで */


	/* サイドナビ　アコーディオン */
.network_side summary {
  display: block;  /* 矢印のアイコンを非表示にする */
  position: relative;
}
	/* Safari で三角形のアイコンを非表示にする */
.network_side summary::-webkit-details-marker {
	display: none;
}
.network_side summary:after {
    position: absolute;
    top: 24%;
    right: 2%;
    width: 6px;
    height: 6px;
    content: '';
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    pointer-events: none;
    border: 0;
    border-top: solid 2px #a70000;
    border-right: solid 2px #a70000;
}
.network_side details[open] summary:after {
	top: 33%;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
	 	/* デフォルトではアコーディオンとして機能させる（クリック可能にする） */
.network_side summary {
  cursor: pointer;
}
		/* アコーディオンを解除したい画面サイズ（751px～1280px）の時だけ、以下のスタイルを適用 */
@media (min-width: 751px) and (max-width: 1280px) {
	/* summaryの矢印などを非表示（元のコードと同様） */
	details[open] > .network_side summary::before,
	.network_side summary::after {
		display: none;
	}
	/* summaryをクリックできないようにする */
	.network_side summary {
		pointer-events: none;
	}		
}

		/* アコーディオンを解除したい画面サイズ（751px～1280px）の時だけ、以下のスタイルを適用 ここまで */

	/* サイドナビ　アコーディオン ここまで */

	/* サイドナビ　「エリア・都道府県から探す」 ここまで */
.search_area a {
	color: #000;
	text-decoration: none;
}

.search_area details p {
	color: #000;
	text-decoration: none;
	font-size: 16px;
	font-weight: bold;
	position: relative;
	margin: 1.6rem 0;
}
.search_area details p a:after {
    position: absolute;
    width: 6px;
    height: 6px;
    content: '';
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    pointer-events: none;
    border: 0;
    border-top: solid 2px #a70000;
    border-right: solid 2px #a70000;
	margin-left: 1em;
    margin-top: .6rem;
}
.search_area details ul {
	display: flex;
	padding-right: 1rem;
	justify-content: flex-start;
	flex-wrap: wrap;
	gap: 1rem;		
}
.search_area details ul li {
	border-right: 1px solid #000;
	padding-right: 1rem;
}
.search_area_all {
	position: relative;
}
.search_area_all a {
	color: #000;
	text-decoration: none;
	font-size: 16px;
	font-weight: bold;
}
.search_area_all a:after {
	position: absolute;
	top: 30%;
	right: 36%;
	width: 6px;
	height: 6px;
	content: '';
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	pointer-events: none;
	border: 0;
	border-top: solid 2px #a70000;
	border-right: solid 2px #a70000;
}
	/* サイドナビ　「エリア・都道府県から探す」 ここまで */	


	/* サイドナビ　拠点一覧から探す */
.search_place .link_box li:first-child:before,
.search_place .link_box li:nth-child(2):before,
.search_place .link_box li:last-child:before {
    margin-right: 2px;
    content: "";
    display: inline-block;
    width: 18px;
    height: 18px;
    background-size: 20px;
    background-repeat: no-repeat;
    vertical-align: middle;
    position: absolute;
    top: 26%;
    left: 1rem;
}
.search_place .link_box li:first-child:before {
    background: url(/network/img/search_place_01.png) no-repeat;
	background-size: 100%;
}
.search_place .link_box li:nth-child(2):before {
    background: url(/network/img/search_place_02.png) no-repeat;
	background-size: 100%;
}
.search_place .link_box li:last-child:before {
    background: url(/network/img/search_place_03.png) no-repeat;
	background-size: 100%;
}
.search_place .link_box li {
    font-size: 14px;	
}
.search_place .link_box li a {
	color: #333;
	text-decoration: none;
	padding: 1rem 1rem 1rem 3.5rem;
    display: inline-block;
    width: 100%;
	height: auto;
    position: relative;
}
@media (min-width: 751px) and (max-width: 1280px) {
	.search_place .link_box li a {
		height: auto;
		padding-right: 2rem;
	}
}
.network_side .search_place .link_box li:after {
	right: 5%;
}
	/* サイドナビ　拠点一覧から探す */


	/* サイドナビ　バナーエリア */
.bunner_list ul {
	margin: 2.5rem auto 0;
}
.bunner_list ul li {
	transition: 0.3s;
	/* width: 100%; */
}
@media (hover: hover) {
	.network_side .bunner_list ul li:hover {
		opacity: 0.7;
	}	
}
.bunner_list ul li img {
	width: 100%;
	margin-bottom: 1rem;
}
	/* サイドナビ　バナーエリア ここまで */

.search_map .t18-common-btn-area.t18-lft-shops span {
    border: 1px solid #707070;
}

.search_map .t18-common-btn-area.t18-lft-shops span {
	border-radius: 0;
	margin: 10px 0 0;
}
.search_map .t18-common-btn-area span {
        color: #333;
    }
@media (hover: hover) {
.search_map .t18-common-btn-area span:hover {
        opacity: 1;
        color: #c00;
    }
}

.search_1st_word ul li {
	margin-bottom: 0 ;
}
.search_1st_word .t18-middle-split-blocks-outer {
	padding: 18px 0;
}




@media (min-width: 751px) and (max-width: 1280px){
	.tab_only {
		display: block;
	}
	.tab_none {
		display: none;
	}
	.network_column {
		margin: 50px auto 0;
		overflow: hidden;
		max-width: 870px;
		display: flex;
		flex-flow: column;
	}
	.network_main {
		order: 1;
		float: none !important;
        margin: 0 auto;
	}
	.network_side {
		order: 2;
		display: flex;
        flex-flow: column;
        width: 100%;
        margin: 0 auto;
        max-width: 97%;
		position: relative;
		z-index: 1;
	}
	.network_side ul {
		margin-bottom: 0;
	}

	/* グレーザブトンの中身の配置 */
	.network_side_02_grid {
		display: grid;
		grid-template-columns: 3fr 1.1fr;
		grid-column-gap: 50px;
	}
	.search_freeword { 
		grid-area: 1 / 1 / 3 / 2; 
	}
	.search_area { 
		grid-area: 3 / 1 / 15 / 2;
	 }
	.search_map {
		grid-area: 15 / 1 / 17 / 2; 
	}
	.search_place { 
		grid-area: 1 / 2 / 6 / 3; 
	}
	.search_1st_word { 
		grid-area: 6 / 2 / 17 / 3; 
	}
	/* グレーザブトンの中身の配置 ここまで*/


	/* サイドナビ　リンクボックス　共通 */
	.link_box_modal li button:after,
	.link_box li a:after,
	.search_map .link_box span:after {
		right: 7%;
	}
	.network_side_01 ul,
	.bunner_list ul {
		display: flex;
		gap: 6rem;
        margin-bottom: 1rem;
		justify-content: space-between;
	}
	.bunner_list ul {
		justify-content: center;
	}
	/* サイドナビ　リンクボックス　共通 ここまで */


	/* サイドナビ　検索窓 */
	.network_side .t18-search-form-submit {
		width: 60px;
	}
	.network_side .t18-search-form-input {
    	width: 90%;
	}
	/* サイドナビ　検索窓　ここまで */


	/* サイドナビ　「エリア・都道府県から探す」 */
	.for_1280_box {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	.for_1280_box_inner {
		width: calc(100% / 2);
	}
	.search_area details ul {
		padding-right: 0;
	}
	.search_area .for_1280_box_inner:last-child {
		padding-left: 1rem;
	}
	.search_map .for_1280_box_inner:first-child {
		width: 60%;
		margin-top: 1rem;
	}
	.search_map .for_1280_box_inner:last-child {
		width: 36%;
	}
	.search_map .for_1280_box_inner :last-child a {
		position: relative;
    	padding: 0.8rem 1rem;
	}
	.search_map .for_1280_box_inner :last-child span {
		margin-top: 1rem;
		padding: .5em 1.5em .9rem 4rem;
	}
	/* サイドナビ　「エリア・都道府県から探す」 ここまで */

	.modaal-wrapper .modaal-content-container_::-webkit-full-page-media, _:future, :root .modaal-wrapper .modaal-container {
		height: 104%;
	}
	/* サイドナビ　モーダルの中身 ここまで*/	


	.network_side .link_box_modal:first-child, 
	.network_side .link_box_modal li:first-child {
		margin: 1rem auto
	}
	.search_area_all {
    	margin-top: 1.5rem;
	}
	.search_area_all a:after {
		right: auto;
		margin-left: 2rem;
	}
	.search_map .t18-common-btn-area.t18-lft-shops span::before {
		position: absolute;
        left: .5rem;
	}
	.search_place {
		margin-bottom: 0;
	}
	.search_1st_word ul li {
		width: 18%;
	}
}

@media screen and (max-width: 750px) {
	.network_column {
		flex-flow: column;
	}
	.network_column.t18-middle-split {
		width: auto;
        margin-top: 3rem;
	}
	.network_main {
		order: 1;
	}
	.network_side {
		order: 2;
		margin: 0 auto;
		margin: 0;
		width: 100%;
	}
	.tab_only {
	display: none;
	}
	.tab_none {
		display: block;
	}

	/* サイドナビ　タイトル ここまで */
	.search_freeword, 
	.search_area, 
	.search_map, 
	.search_place {
    	margin-bottom: 8rem;
	}
	.network_side h3, .network_side .h3 {
		border-bottom: 4px solid #cc0000;
		font-size: 32px;
		line-height: 2;
		margin-bottom: 4rem;
	}
	/* サイドナビ　タイトル ここまで */
	

	/* サイドナビ　リンクボックス　共通 */
	.network_side .link_box_modal li .side_akspo:after,
	.link_box_modal li .batchSetModalOpenBtnClip:after,
	.link_box_modal li .batchSetModalOpenBtnRecently:after,
	.link_box li a:after,
	.search_map .link_box span:after {
		width: 14px;
		height: 14px;
		border-top: solid 4px #a70000;
		border-right: solid 4px #a70000;
	}
	.network_side .link_box_modal li,
	.network_side .link_box li, 
	.network_side .link_box span {
		border: 2px solid #707070;
		font-size: 30px;
		margin: 2rem auto;
		color: #1a1a1a;
		text-decoration: none;
		height: 80px;
	}
	.network_side .network_side_02 .link_box span {
		padding: 2rem 5rem 2.5rem 5rem;
        margin: 2rem auto 0;
		border: 2px solid #707070;
	}
	.network_side_02 {
		padding: 3rem 3rem 1rem;
	}
	.network_side .link_box_modal li .side_akspo:after, 
	.link_box_modal li .batchSetModalOpenBtnClip:after, 
	.link_box_modal li .batchSetModalOpenBtnRecently:after, 
	.network_side .link_box li:after, 
	.search_map .link_box span:after {
		width: 14px;
		height: 14px;
		border-top: solid 4px #a70000;
		border-right: solid 4px #a70000;
	}
	/* サイドナビ　リンクボックス　共通 */


	/* サイドナビ　モーダルのCSS */	
	.network_side .link_box_modal li .side_akspo { /* アクスポ併設店舗 */	
		padding: 3rem 0 3rem 6rem;
	}
		/* サイドナビ　モーダルの中身 */	
	.modaal-wrapper .modaal-container {
    height: 1200px;
	}
	.modaal-wrapper .modaal-content-container {
    	max-height: 1180px !important;
	}
	.batchSetModal > div {
  	    width: 92%;
		border-radius: 30px;
	}
	.network_side .link_box_modal li .batchSetModal .card li {
		width: 100%;
	}
	.network_side .link_box_modal li button {
		font-size: 3px;
		color: #1a1a1a;
	}
	.network_side .link_box_moda_li:not(:first-child) {
		display: none;
	}
	.network_side .network_side_01 .link_box_modal li {
        width: 92%;
		height: 100px;
		margin-bottom: 6rem;
	}
	.modaal-container {
    	width: 90%;
	}
	/* サイドナビ　モーダルのCSS ここまで*/	


	/* サイドナビ　検索窓 */
	.network_side .t18-search-form-block {
		justify-content: space-between;
	}
	.network_side .t18-search-form-block::before {
		left: 30px;
		background-size: 26px;
		width: 26px;
		height: 26px;
	}
	.network_side .t18-search-form-input {
		appearance: none; 
		-webkit-appearance: none;
		width: 80%;
		height: 8rem;
		margin-right: 2%;
		padding: 0 0 0 3rem;
		border: 2px solid #707070;
		font-size: 30px;
	}
	.network_side .t18-search-form-input::-webkit-search-cancel-button {
		-webkit-appearance: none;
	}
	.network_side .t18-search-form-submit {		
		width: 110px;
		height: 8rem;
		font-size: 30px;
		border-radius: 8px;
	}
	/* サイドナビ　検索窓　ここまで */


	/* サイドナビ　アコーディオン */
	.search_area details p {
    	font-size: 30px;
        margin-bottom: 5rem;
	}
	.search_area details ul li {
        font-size: 38px;
        padding-right: 2rem;
        margin-bottom: 3rem;
        margin-top: 0rem;
	}
	.search_area details p a:after {
		top: 16%;
		width: 14px;
		height: 14px;
		border-top: solid 4px #a70000;
		border-right: solid 4px #a70000;
		margin-left: 1em;
	}
	.network_side summary:after {
		position: absolute;
		top: 34%;
		right: 2%;
		width: 14px;
		height: 14px;
		border-top: solid 4px #a70000;
		border-right: solid 4px #a70000;
	}
	/* サイドナビ　アコーディオン ここまで */
		

	/* サイドナビ　「エリア・都道府県から探す」 */	
	.search_area_all {
		margin-top: 0;
	}
	.search_area_all a {
		font-size: 32px;
	}
	.search_area_all a:after {
		top: 26%;
		right: 61%;
		width: 14px;
		height: 14px;
		border-top: solid 4px #a70000;
		border-right: solid 4px #a70000;
	}
	/* サイドナビ　「エリア・都道府県から探す」 ここまで */	


	/* サイドナビ　拠点一覧から探す */
	.search_map .t18-common-btn-area.t18-lft-shops span::before,
	.search_place .link_box li:first-child:before, 
	.search_place .link_box li:nth-child(2):before, 
	.search_place .link_box li:last-child:before {
		width: 40px;
		height: 40px;
		background-size: 40px;
		right: 2rem;
	}
	.search_place .link_box li {
		font-size: 28px;
	}
	.search_place .link_box li:first-child:before, 
	.search_place .link_box li:nth-child(2):before, 
	.search_place .link_box li:last-child:before {
		top: 22%;
		left: 3rem;
	}
	.search_place .link_box li a {
    	padding: 2rem 10rem 0;
        height: 80px;
	}
	/* サイドナビ　拠点一覧から探す ここまで */

	
	/* サイドナビ　店舗名の頭文字から探す */
	.network_side .t18-middle-split-shopName-blocks > ul li.t18-middle-shops-trans span {
		background: #f1f1f1;
	}
	/* サイドナビ　店舗名の頭文字から探す ここまで */


	/* サイドナビ　バナーエリア */
	.bunner_list ul {
		margin: 6rem auto 12rem;
	}
	.bunner_list ul li {
		width: 75%;
    	margin: 0 auto 1rem;
	}
	/* サイドナビ　バナーエリア ここまで */

}
/* サイドナビ のCSS ここまで */



/* SP用フローティングMENUのCSS */
@media screen and (max-width: 750px) {
	/* 親要素 */
	#floatingMenu {
		position: fixed;
		bottom: 30px;
		right: 43.5%;
		display: flex;
		flex-direction: column;
		align-items: flex-end; /* 右揃えにするため追加 */
		gap: 25px;
		z-index: 9999;
	}

	/* 子要素 */
	.flObj {
		display: flex;
		align-items: center; /* baselineから変更 */
		justify-content: flex-end;
		gap: 15px;
		transition: all 0.4s ease-out; /* transitionを調整 */
		position: relative;
	}

	/* 子要素のテキスト */
	.flObj .flObj_p {
		margin: 0;
		background: #cc0000;
        padding: 1rem 2rem;
        font-size: 24px;
		/* box-shadow: 0 0 3px 0 rgb(0 0 0 / 12%), 0 2px 3px 0 rgb(0 0 0 / 22%); */
		border-radius: 30px;
		white-space: nowrap; /* テキストが改行されないように追加 */
		color: #fff;
        font-weight: bold;
	}
	/* 子要素のリンク */
	.flObj .flObj_button_a {
		background: #cc0000;
		width: 96px;
        height: 96px;
		display: flex;
		align-items: center;
		justify-content: center;
		border-radius: 9999px;
		/* box-shadow: 0 0 6px 0 rgb(0 0 0 / 15%), 0 4px 5px 0 rgb(0 0 0 / 22%); */
		position: relative;
		font-size: 12px;
		cursor: pointer;
	}
	.flObj button {
		background: #cc0000;
		width: 96px;
        height: 96px;
		display: flex;
		align-items: center;
		justify-content: center;
		border-radius: 9999px;
		/* box-shadow: 0 0 6px 0 rgb(0 0 0 / 15%), 0 4px 5px 0 rgb(0 0 0 / 22%); */
		position: relative;
		font-size: 12px;
		cursor: pointer;
        border: none
	}

	/* aタグのhover時 */
	.flObj.top a:hover, .flObj.middle a:hover {
		opacity: 0.8;
	}

	/* アイコンのスタイル */
	.flObj .flObj_a img {
		width: 50%;
		height: auto;
	}
	/* アイコンのスタイル */
	.flObj button img {
		width: 50%;
		height: auto;
	}
	
	/* ＋/－ アイコンの基本スタイル */
	.flObj.bottom .flObj_button_a::before, .flObj.bottom .flObj_button_a::after {
		content: '';
		position: absolute;
		background-color: #FFF;
		transition: transform 0.4s ease-out;
	}
	
	/* ＋の縦棒 */
	.flObj.bottom .flObj_button_a::before {
		width: 6px;
        height: 30px;
	}
	/* ＋の横棒 */
	.flObj.bottom .flObj_button_a::after {
		width: 30px;
		height: 6px;
	}
	/* --- クリック後の状態（notshowクラスがない時）--- */
	#floatingMenu:not(.notshow) .flObj.bottom .flObj_button_a::before {
		transform: rotate(90deg); /* 縦棒を90度回転 */
	}
	#floatingMenu:not(.notshow) .flObj.bottom .flObj_button_a::after {
		transform: rotate(180deg); /* 横棒を180度回転して縦棒と合わせる */
	}
	.flObj .batchSetModal {
		padding: 0;
		width: 100%;
	}
    .flObj .batchSetModal > div {
		width: 72%;
		max-height: 900px;
	}
	/* モーダルを閉じるボタン */
	.modal_close_btn {
		position: absolute;
		top: 10px;
		right: 14px;
		width: 70px;
		height: 70px;
		background: #1a1a1a;
		color: #fff;
		font-size: 50px;
		font-weight: 500;
		border-radius: 50px;
		z-index: 999;
	}
	/* --- クリック前の状態（notshowクラスがある時）--- */

	/* クリック前の各メニューを非表示・操作不可に */
	#floatingMenu.notshow .flObj.top,
	#floatingMenu.notshow .flObj.middle {
		opacity: 0;
		transform: translateY(20px);
		pointer-events: none; /* 要素がクリックイベントを妨げないようにする */
		height: 0; /* 高さを0にしてgapも詰める */
		margin-bottom: -18px; /* gapの分を打ち消す */
	}
/* SP用フローティングMENUのCSS ここまで*/
}

