@charset "UTF-8";
.pc_only {
	display: block;
}
.sp_only {
	display: none;
}
@media screen and (max-width: 750px) {
	.pc_only {
		display: none;
	}
	.sp_only {
		display: block;
	}
	.sp-menu {
		background-color: #333333 !important;
	}
}
.network_main_title {
	border-left: 9px #a30000 solid;
    font-size: 3.6rem;
    font-weight: normal;
    line-height: 1.5;
    margin: 0 auto 20px;
    padding: 0 0 0 20px;
}
li {
	list-style: none;
}

.network_main .t18-network-result.t18-network-initial {
	font-size: 3rem;
}
@media screen and (max-width: 750px) {
	.network_main .t18-network-result.t18-network-initial {
		font-size: 4.2rem;
	}
}

/* 店舗詳細 */
.network-detail_title {
	position: relative;
}
.network-detail_title .type_tag_gl::before,
.network-detail_title .type_tag_pk::before,
.network-detail_title .type_tag_or::before,
.network-detail_title .type_tag_bl::before {
	content: '';
    display: inline-block;
    width: 48px;
    height: 60px;
    position: absolute;
    left: 0;
	top: -.8rem;
}
.network-detail_title .type_tag_gl::before {
    background: url(/network/img/type_tag_gl.svg);
    background-size: 100%;
	background-repeat: no-repeat;
}
.network-detail_title .type_tag_pk::before {
    background: url(/network/img/type_tag_pk.svg);
    background-size: 100%;
	background-repeat: no-repeat;
}
.network-detail_title .type_tag_or::before {
    background: url(/network/img/type_tag_or.svg);
    background-size: 100%;
	background-repeat: no-repeat;
}
.network-detail_title .type_tag_bl::before {
    background: url(/network/img/type_tag_bl.svg);
    background-size: 100%;
	background-repeat: no-repeat;
}
.network-detail_title h1 {
	font-size: 3.6rem;
    line-height: 1.2;
	padding-left: 6rem;
	max-width: 90%;
}
.network-detail_title h1 .ruby {
	font-size: 1.4rem;
    font-weight: 500;
    display: block;
	position: absolute;
    top: -1.3rem;
}
.network-detail_title .tag_icon {
	margin-right: 0;
}
.network_main .network-detail_tag_icon_flex {
	display: flex;
    justify-content: end;
    gap: 2rem;
    margin-bottom: 3rem;
}
.network_main .network-detail_tag_icon_flex span {
	margin-right: 2rem !important; 
}
.network-detail_title hr.pc_only {
	border:none;
	height:2px;
	background-color:#ccc;
}
.network-detail_title hr.sp_only {
	border:none;
	height:4px;
	background-color:#ccc;
}
.network-detail_tel {
	font-size: 3.6rem;
	text-decoration: none;
	margin: 2rem 0 0 6.2rem;
	font-weight: 600;
}
.network-detail_tel a {
	text-decoration: none;
    color: #1a1a1a;
	transition:0.3s;
}
.clip_square {
	width: 60px;
    height: 60px;
    background: url(../img/off_clip_square.png) no-repeat;
    background-size: 100% 100%;
    cursor: pointer;
    position: absolute;
	top: -2.5rem;
    right: 0;
}
.clip_square.on_clip_square {
	background: url(../img/on_clip_square.png) no-repeat;
	background-size: 100% 100%;
}

.network-detail_title .tag_left {
	position: absolute;
    right: 12rem;
	top: 8rem;
}
.network-detail_title .tag_right {
	position: absolute;
    right: 0;
	top: 8rem;
}
.network_main .network-detail_flex {
	display: flex;
    align-items: start;
    justify-content: space-between;
}
.network_main .network-detail {
	display: flex;
    flex-wrap: wrap;
    align-items: start;
    margin: 4rem 0;
    width: 60%;
}
.network_main .network-detail dt {
	width: 15%;
    background-color: #f7f7f7;
    margin-bottom: 2rem;
    font-size: 1.6rem;
    font-weight: 600;
    text-align: center;
    padding: 1rem;
    min-width: 100px;
}
.network_main .network-detail dd {
	width: 70%;
    font-size: 1.6rem;
    line-height: 1.5;
    margin-bottom: 4rem;
    padding-top: .7rem;
    margin-inline-start: 3rem;
}
.network_main .network-detail_img {
	width: 40%;
    height: auto;
    margin: 4rem 0;
}
.network_main .network-detail_img img {
	width: 100%;
}
@media screen and (max-width: 750px) {
	.t18-middle-split-rgt {
		padding: 0 !important;
	}
	.network_detail_p_rl {
		padding: 0 4%;
	}
	.network-detail_title h1 {
		font-size: 4.6rem;
		line-height: 1.5;
		padding-left: 9rem;
		width: 89%;
	}
	.network-detail_title h1 .ruby {
		font-size: 2.4rem;
		top: -2.3rem;
	}
	.network-detail_title h1::before {
		width: 70px;
		height: 85px;
		left: .8rem;
		top: -1.5rem;
	}
	.network-detail_title .type_tag_gl::before,
	.network-detail_title .type_tag_pk::before,
	.network-detail_title .type_tag_or::before,
	.network-detail_title .type_tag_bl::before {
		top: .6rem;
	}
	.network-detail_tel {
		text-align: center;
		width: 100%;
		background: #f4f4f4;
		padding: 2.5rem;
		border-bottom: none;
		margin: 0 auto;
	}
	.network-detail_tel span {
		text-decoration: underline 1px;
		font-size: 5.6rem;
		font-weight: 600;
	}
	.network-detail_tel span a {
		color: #0000ee !important;
		text-decoration: underline;
	}
	.network-detail_tel a:hover {
		opacity: 0.7;	
	}
	.clip_square {
		width: 80px;
        height: 80px;
	}
	.network_main .network-detail_tag_icon_flex {
		justify-content: start;
		gap: 3rem;
		margin-bottom: 0;
		margin-top: 3rem;
	}
	.network-detail_title .tag_icon:before {
		width: 22px;
		height: 22px;
		background: url(../img/tag_img.png);
		background-size: 22px;
	}
	.network-detail_title .tag_left {
		left: 0;
		bottom: -7rem;
	}
	.network-detail_title .tag_right {
		left: 26rem;
		bottom: -7rem;
	}
	.network-detail_hr {
		margin-top: 5rem;
        margin-bottom: 2rem;
        height: 4px;
        background: #ccc;
	}
	.network_main .network-detail_flex {
		flex-flow: column;
		position: relative;
	}
	.network_main .network-detail {
		width: 100%;
	}
	.network_main .network-detail_img {
		width: 85%;
		margin: 0 auto 6rem;
	}

	.network_main .network-detail dt {
		font-size: 2.4rem;
    	width: 20%;
	}
	.network_main .network-detail dd {
		font-size: 2.8rem;
		width: 75%;
		padding-top: .3rem;
	}
}
/* 店舗詳細 ここまで */


/* 都道府県一覧 - 現在地から探す - フリーワード検索  - Googleマップから探す のgooglemap下 */

	/* 都道府県一覧のgooglemap下 ここまで　*/
.network_main .group__pin {
    justify-content: flex-start !important;
	top: 0 !important;
	margin-bottom: 10rem !important;
	margin-left: .4rem;
	font-size: 1.3rem;
}
.network_main .group__pin input {
    width: 17px;
    height: 17px;
}
.network_main .group__pin span.grouppin__img img {
    width: 90%;
    height: auto;
}
	/* 都道府県一覧のgooglemap下 ここまで　*/

	/* 店舗詳細ページのgooglemap下 */
.map_bottom {
	text-align: center;
	display: flex;
    justify-content: center;
}
.map_bottom span {
	display: inline-block;
}
.map_bottom span a {
	display: inline-block;
    border: 1px solid #707070;
    color: #333;
    width: 300px;
	height: auto;
    position: relative;
    font-size: 18px;
    font-weight: bold;
    transition: all .2s;
    padding: 1.2rem 2rem .8rem 1rem;
    text-decoration: none;
    margin: 4rem 3rem;
	transition: .3s;
}
.map_bottom span:last-child a {
	padding: 1.4rem 2rem 1rem 1rem;
}
@media (hover: hover) {
    .map_bottom span a:hover {
        color: #c00;
    }
}
.map_bottom span:first-child a:before {
	content: "";
	display: inline-block;
	width: 40px;
	height: 40px;
	background: url(/network/img/googlemap.png);
	background-size: 40px;
	background-repeat: no-repeat;
	vertical-align: middle;
	margin-right: 1rem;
	margin-bottom: .4rem;
}
.map_bottom span:last-child a:before {
	content: "";
	display: inline-block;
	width: 35px;
	height: 35px;
	background: url(/network/img/print.png);
	background-size: 35px;
	background-repeat: no-repeat;
	vertical-align: middle;
	margin-right: 1rem;
	margin-bottom: .4rem;
}
.map_bottom span a:after {
    position: absolute;
    top: 45%;
    right: 9%;
    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;
}
	/* 店舗詳細ページのgooglemap下 ここまで */

	/* 現在地から探すのgooglemap下 */
.get_locatiion {
	display: flex;
    justify-content: left;
    align-items: center;
    gap: 7rem;
    padding: 0 1rem;
	margin-bottom: 10rem;
}
.t18-network-legend {
    margin: 0 !important;
}
	/* 現在地から探すのgooglemap下 ここまで */

	/* googleマップから探すのgooglemap下 */
.network_main .designated_spot {
    float: none;
    margin: 3rem 0 10rem .5rem !important;
}
	/* 位置情報エラー時 */
.network_main .error_get_locatiion {
	position: relative;
	margin-bottom: 10rem;
}
.network_main .error_get_locatiion p {
	font-size: 2rem;
	line-height: 1.5;
	text-align: center;
	position: absolute;
	top: 40%;
	left: 0;
	width: 100%;
}
	/* googleマップから探すのgooglemap下 ここまで */

	/* googleマップから探すのgooglemap上 */
.google_list .t18-top-product-submit {
	transition: .3s;
}
@media (hover: hover) {
	.google_list .t18-top-product-submit:hover {
    	background-color: #b70000;
	}
}
	/* googleマップから探すのgooglemap上 ここまで */
.google_list h2.t18-middle-1st-section-title,
.here_list h2.t18-middle-1st-section-title {
	display: flex;
	justify-content: space-between;	
	align-items: baseline;
}
.google_list h2.t18-middle-1st-section-title span:last-child,
.here_list h2.t18-middle-1st-section-title span:last-child {
	font-size: 65%;	
}
.card p:first-child {
	display: flex;
	justify-content: space-between;
	margin-top: 0;
}

@media screen and (max-width: 750px) {
	/* 都道府県一覧のgooglemap下 */
	.network_main .group__pin {
		margin-bottom: 4rem !important;
		font-size: 2.8rem;
	}
	.network_main .group__pin input {
		width: 32px;
		height: 32px;
	}
	.network_main .group__pin span.grouppin__img img {
    	width: 100%;
	}
	/* 都道府県一覧のgooglemap下 ここまで */

	/* 店舗詳細ページのgooglemap下 */
	.network-detail_img {
		margin: 0 auto 6rem;
    	text-align: center;
	}
	.map_bottom {
		display: block;
	}
	.map_bottom span {
		display: block;
	}
	.map_bottom span:last-child {
		display: none;
	}
	.map_bottom span a {
		width: 80%;
		height: 100px;
		padding: 1rem 4rem 1rem 0;
		font-size: 30px;
		font-weight: 600;
	}
	.map_bottom span:first-child a:before {
		width: 80px;
		height: 80px;
		background-size: 80px;
		margin-right: 2rem;
		margin-bottom: 0;
	}
	.map_bottom span a:after {
		top: 40%;
		width: 12px;
		height: 12px;
		border-top: solid 4px #a70000;
		border-right: solid 4px #a70000;
	}
	/* 店舗詳細ページのgooglemap下 ここまで */

	/* 現在地から探すのgooglemap下 */
	.get_locatiion {
		justify-content: space-between;
	}
	/* 現在地から探すのgooglemap下 ここまで */

	/* googleマップから探すのgooglemap下 */
	.network_main .designated_spot {
		font-size: 2.8rem;
		border: none;
		margin: 3rem 0 12rem .5rem !important;
		padding: 0;
	}
		/* 位置情報エラー時 */
	.network_main .error_get_locatiion p {
		font-size: 2.8rem;
		padding: 0 3rem;
		top: 26%;
		word-break: keep-all;
	}
	/* googleマップから探すのgooglemap下 ここまで */
	.google_list h2.t18-middle-1st-section-title,
	.here_list h2.t18-middle-1st-section-title {
		flex-flow: column;
	}
	.card p:first-child span:last-child {
		font-size: 2.4rem;
	}
}	
/* 都道府県一覧 - 現在地から探す - フリーワード検索  - Googleマップから探す のgooglemap下 ここまで */


/* 都道府県一覧 - 現在地から探す - フリーワード検索  - Googleマップから探す - タグ一覧 のアンカーリンク */
.network_main section {
	margin-bottom: 10rem;
}
.network_main section:last-child {
    margin-bottom: 0;
}
.network_main section:last-child ul {
    margin-bottom: 10rem;
}
.network_main section:last-child ul:last-child {
    margin-bottom: 30px;
}
.network_main .type_tag_anchor {
 	display: flex !important;
    justify-content: left;
    width: 100%;
	gap: 12.5px;
    margin-bottom: 1rem;
}
.network_main .type_tag_anchor.tag_list {
    justify-content: left;
}
.network_main.network_freeword .type_tag_anchor {
 	gap: 25px;
}
.network_main .t18-network-legend span::before {
	margin: 0 10px 2px 0;
}
.network_main .t18-legend-salesOffice::before, 
.network_main .t18-legend-businessOffice::before, 
.network_main .t18-legend-factory::before, 
.network_main .t18-legend-branch::before {
	position: absolute;
    top: 1rem;
    left: 1.2rem;
	width: 18px;
	height: 22px;
	transition: .3s;
}
.network_main .type_tag_anchor .t18-legend-salesOffice::before {
	background: url(/network/img/type_tag_gl.svg) no-repeat !important;
}
.network_main .type_tag_anchor .t18-legend-businessOffice::before {
	background: url(/network/img/type_tag_pk.svg) no-repeat;
}
.network_main .type_tag_anchor .t18-legend-factory::before {
	background: url(/network/img/type_tag_or.svg) no-repeat;
}
.network_main .type_tag_anchor .t18-legend-branch::before {
	background: url(/network/img/type_tag_bl.svg) no-repeat;
}

.network_main.network_freeword .t18-network-result-legend {
    margin: 5rem 0 3rem;
} 

.network_main .type_tag_anchor span,
.network_main.network_freeword .type_tag_anchor li {
 	background-color: #f5f5f5;
    border-radius: 40px;
    font-size: 14px;
	min-width: 170px;
	position: relative;
	text-align: left;
	transition: .3s;
}
.network_main.network_freeword .type_tag_anchor span,
.network_main.network_freeword .type_tag_anchor li {
	width: 100%;
	text-align: center;
}
.network_main.network_freeword .t18-network-legend span::before {
    content: none;
}
.network_main .type_tag_anchor span a,
.network_main.network_freeword .type_tag_anchor li a {
	color: #1a1a1a;
	font-weight: bold;
	padding: 13px 47px 14px 18px;
	display: block;
	transition: .3s;
}
.network_main .type_tag_anchor span a {
	padding-left: 40px;
}


@media (hover: hover) {
	.network_main .type_tag_anchor span:hover, 
	.network_main.network_freeword .type_tag_anchor li:hover {
		background-color: #cc0000;
	}
	.network_main .type_tag_anchor span a:hover, 
	.network_main.network_freeword .type_tag_anchor li a:hover {
		color: #fff;
	}
	.network_main .t18-legend-salesOffice:hover::before, 
	.network_main .t18-legend-businessOffice:hover::before, 
	.network_main .t18-legend-factory:hover::before, 
	.network_main .t18-legend-branch:hover::before {
		background: url(/network/img/type_tag_wh.svg) no-repeat !important;
	}
	.type_tag_anchor_arrow:hover::before {
		background: #fff;	
	}
	.type_tag_anchor_arrow:hover::after {
		border-top: 2px solid #cc0000;
		border-right: 2px solid #cc0000;
	}
}

.network_main.network_freeword .type_tag_anchor li:first-child a, 
.network_main.network_freeword .type_tag_anchor li:last-child a {
	padding: 13px 100px 14px 65px;
	display: block;
}
.network_main.network_freeword .type_tag_anchor li:first-child a::before, 
.network_main.network_freeword .type_tag_anchor li:last-child a::before,
.network_main.network_freeword .type_tag_anchor li:first-child a::after, 
.network_main.network_freeword .type_tag_anchor li:last-child a::after {
	margin-right: 48px;
}
.network_main.network_freeword .type_tag_anchor li a {
	display: inline-block;
}
.arrow_frame{
	position: relative;
	display: inline-block;
	vertical-align: middle;
	text-decoration: none;
	font-size: 14px;
}
.arrow_frame::before,
.arrow_frame::after{
	position: absolute;
	top: 0;
	bottom: 0;
	right: 17.4px;
	margin: auto;
	content: "";
	vertical-align: middle;
}
.type_tag_anchor_arrow::before{
	content: ""; 
	width: 20px;
	height:20px;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	background: #cc0000;
	transition: .3s;
}
.type_tag_anchor_arrow::after{
	content: ""; 
	position: absolute;
	right: 23.4px;
    bottom: 2px;
    width: 6px;
    height: 6px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
	transition: .3s;
}

@media (min-width: 751px) and (max-width: 1280px){
	.network_main .t18-legend-salesOffice::before, 
	.network_main .t18-legend-businessOffice::before, 
	.network_main .t18-legend-factory::before, 
	.network_main .t18-legend-branch::before {
		top: 30%;
	}
	.network_main section:last-child ul:last-child {
		margin-bottom: 3rem;
	}
	.network_side .link_box_modal {
		margin-top: 10rem !important;
	}
}

@media screen and (max-width: 750px) {
	.network_side_01_top_hr {
		height: 2px;
		width: 100%;
		background-color: #ccc;
		margin-top: 6rem;
        margin-bottom: 6rem;
	}
	.network_main .type_tag_anchor {
    	flex-flow: column;
	} 
	.network_main .type_tag_anchor span,
	.network_main.network_freeword .type_tag_anchor li {
		margin-bottom: 1rem;
	} 
	.network_main.network_freeword .type_tag_anchor li {
		text-align: left;
	} 
	.network_main .type_tag_anchor span a,
	.network_main.network_freeword .type_tag_anchor li a {
    	font-size: 28px;
		margin-bottom: 1px;
		padding: 10px 40px 10px 110px;
	} 
	.network_main.network_freeword .type_tag_anchor li a {
		padding: 1.3rem 7.5rem 1.4rem 6.5rem;
	} 
	.network_main.network_freeword .type_tag_anchor li a {
    	display: block;
	} 
    .network_main .type_tag_anchor .t18-legend-salesOffice::before, 
    .network_main .type_tag_anchor .t18-legend-businessOffice::before, 
    .network_main .type_tag_anchor .t18-legend-factory::before, 
    .network_main .type_tag_anchor .t18-legend-branch::before {
        margin: 0 2rem 1rem 3rem !important;
		top: 1.6rem;
    	left: 1.6rem;
		width: 40px;
		height: 50px;
    }
    .arrow_frame::before,
	.arrow_frame::after{
		left: 604px;
		top: 1rem;
	}
	.type_tag_anchor_arrow::before{
		width: 30px;
		height: 30px;
	}
	.network_main.network_freeword .type_tag_anchor li a::before {
		margin-right: 2.5rem !important;
	}
	.type_tag_anchor_arrow::after{
		left: 610px;
		bottom: 3px;
		width: 8px;
		height: 8px;
		border-top: 4px solid #fff;
		border-right: 4px solid #fff;
	}
	.network_main.network_freeword .type_tag_anchor_arrow::after{
		margin-right: 2.8rem !important;
	}
}
/* 都道府県一覧 - 現在地から探す - フリーワード検索  - Googleマップから探す のアンカーリンク ここまで */


/* TOP - フリーワード検索結果 の上部の検索窓（search-bar)  */
.search-bar h2 {
    width: 250px;
    padding-right: 35px;
	font-size: 25px;
    line-height: 1.2;
	clip-path: polygon(0 0, 94% 0, 87% 100%, 0% 100%);
}
.search-bar .search-area .top-product-search-input-area .top-product-search-input-search {
	width: 108%;
    position: absolute;
    top: -2.5rem;
    left: -28px;
}
.search-bar .search-area .top-product-search-input-area .top-product-search-input-submit {
	top: -11px !important;
}
.network_main.network_freeword .search-bar-pc {
	width: 100%;
}
.network_main.network_freeword .search-bar {
	max-width: 100%;
    height: 7rem;
	margin: 0 0 10rem;
}
.network_main.network_freeword .search-bar h2 {
	font-size: 20px;
}
@media screen and (max-width: 750px) {
	.search-bar_sp h2 {
		display: block;
		width: 100%;
		background: none;
		color: #1a1a1a;
		font-size: 4.8rem!important;;
		line-height: normal;
		font-weight: 600;
		margin-bottom: 2rem;
	}
	.search-bar_sp .search-bar {
		flex-flow: column;
		background: none;
		width: 100%;
		height: 100%;
		margin: 15px auto 0;
	}
	.network_main.network_freeword .search-bar {
		height: auto;
	}
	.search-bar_sp .search-bar .search-area .top-product-search-input-area {
		width: 100%;
		margin: 3rem 4% 8rem;
	}
	.search-bar_sp .search-bar .search-area .top-product-search-input-area .top-product-search-input-search {
		border-radius: 0;
		border: 1px solid #707070;
		background-color: #f6f6f6;
		height: 100px;
		-webkit-text-size-adjust: 125%;
	}

	.search-bar .search-area .top-product-search-input-area .top-product-search-input-submit {
		top: 6px !important;
		right: 4px;
	}
}
/* TOP - フリーワード検索結果 の上部の検索窓（search-bar)  ここまで */


/* 店舗名の頭文字から探す - 全国の拠点一覧 の上部タブ */
 
.network_list .t18-network-initial-pages {
    position: relative;
}
.network_list .t18-network-initial-pages > ul {
    width: 100%;
    display: flex;
    gap: 10px;
    align-items: flex-end;
    justify-content: space-between;
    margin-bottom: 0;
    padding: 0 10px;	
}
.network_list .t18-network-initial-pages > ul > li {
	border: none;
    background-color: #f4f4f4;
    color: #1a1a1a;
    font-size: 14px;
    font-weight: 600;
    border-radius: 5px 5px 0 0;
    height: 35px;
	padding: 0;
	text-align: center;
	display: inline-flex;
    align-items: center;
	justify-content: center;
	white-space: nowrap; 
	width: 100%; 
}
.network_list.network_prefectures_all .t18-network-initial-pages > ul {
    justify-content: center;
}
.network_list.network_prefectures_all .t18-network-initial-pages > ul > li {
    width: auto; 
}
.network_list .t18-network-initial-pages:after {
    content: '';
    width: 100%;
    height: 1px;
    background: #c00;
    display: block;
    order: -1;
    position: absolute;
    bottom: 0px;
    z-index: 1;
}
.network_list .t18-network-initial-pages > ul > li:hover,
.network_list .t18-network-initial-pages > ul > li.t18-active {
    color: #1a1a1a;
    height: auto;
    background: #fff;
    outline: 2px solid #c00;
    border-top: 5px solid #c00;
    border-bottom: none;
	position: relative;
    z-index: 2;
}
.network_list .t18-network-initial-pages > ul > li:hover a,
.network_list .t18-network-initial-pages > ul > li.t18-active a {
    color: #c00;
	padding: 20px;
}
.network_list .t18-network-initial-pages > ul > li a {
    text-decoration: none; 
    color: #1a1a1a;
    padding-top: 8px;
	position: relative;
	padding: 10px 15px;
}
.network_list .t18-network-initial-from {
    background: none;
	padding: 10px 25px;
}
.network_list .t18-network-initial-from > ul {
    display: flex;
	justify-content: flex-start;
	gap: 1rem;
	flex-wrap: wrap;
}
.network_list .t18-network-initial-from > ul > li {
	background: #f5f5f5 !important;
    height: 35px;
	width: 7rem; 
	padding: 0;
	margin: 0;
	border-radius: 25px;
	text-align: center;
	display: inline-flex;
    align-items: center;
	justify-content: center;
	white-space: nowrap; 
}
.network_list.network_prefectures_all .t18-network-initial-from > ul > li {
	width: auto; 
}
.network_list .t18-network-initial-from > ul > li a {
	color: #1a1a1a;
    font-weight: 600;
	font-size: 14px;
	border-radius: 25px;
	position: static;
	padding: 8px 40px 8px 20px;
	transition: .3s;
}
.network_list .t18-network-initial-from > ul > li a::before {
	content: ""; 
	width: 16px;
	height:16px;
	position: absolute;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	background: #cc0000;
	display: inline-block;
	position: absolute;
    right: 1em;	
	transition: .3s;
}
.network_list .t18-network-initial-from > ul > li a::after {
	content: ""; 
	width: 4px;
    height: 4px;
	position: absolute;
	bottom: 49%;
	right: 1.3em;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
	display: inline-block;
	margin-left: 1em;
	transition: .3s;
}
@media (hover: hover) {
    .network_list .t18-network-initial-from > ul > li a:hover {
    	background-color: #cc0000;
        color: #fff;
		border-radius: 25px;
    }
	.network_list .t18-network-initial-from > ul > li a:hover::before {
		background: #fff;	
	}
	.network_list .t18-network-initial-from > ul > li a:hover::after {
		border-top: 2px solid #cc0000;
		border-right: 2px solid #cc0000;
	}
}
.network_main .t18-network-result-legend.t18-network-shopName {
	margin-bottom: -3rem;
}
.network_list .t18-middle-1st-section-title {
	margin-top: 6rem;
}
.network_list .t18-network-result-rows {
	margin-bottom: 10rem;
}
.network_list .t18-network-result-rows:last-child {
	margin-bottom: 0;
}
.top_1st-word .to_all,
.search_1st_word .to_all {
    width: auto;
    height: 5rem;
    display: block;
	margin: 0 auto 10rem;
	position: relative;
}
.top_1st-word .to_all a,
.search_1st_word .to_all a {
	width: 100%;
    padding: 1.2rem 2rem 1.2rem 0;
    text-align: center;
    font-size: 1.4rem;
    background: #fff;
    color: #333;
	font-weight: 600;
    text-decoration: none;
	border: 1px solid #707070;
	position: absolute;
    left: 50%;
    transform: translate(-50%, 0);
	transition: .3s;
}
.top_1st-word .to_all a {
	width: auto;
	padding: 1.4rem 7rem 1.4rem 5rem;
    font-size: 1.8rem;
}
@media (hover: hover) {
	.top_1st-word .to_all a:hover,
	.search_1st_word .to_all a:hover  {
		color: #cc0000;
	}
}
.top_1st-word .to_all a::after,
.search_1st_word .to_all a::after {
    position: absolute;
    top: 40%;
    right: 4rem;
    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;
}
.top_1st-word .to_all a::after {
    position: absolute;
    top: 45%;
    right: 5rem;
}
@media screen and (max-width: 750px) {
	.top_1st-word .to_all a::after,
	.search_1st_word .to_all a::after {
		width: 14px;
        height: 14px;
        border-top: solid 4px #a70000;
        border-right: solid 4px #a70000;
		margin-left: 2rem;
        right: auto;
	}
	.search_1st_word .to_all {
		width: 85%;
		height: 80px;
		margin: 2rem auto 8rem;
	}
	.top_1st-word .to_all {
		width: 100%;
    	margin: 2rem 8rem 5rem;
	}
	.top_1st-word .to_all a,
	.search_1st_word .to_all a {
		width: 100%;
		height: 80px;
		font-size: 2.8rem;
		padding: 2.2rem 2rem 0 0;
		text-align: center;
		border: 2px solid #707070;
	}
	.top_1st-word .to_all a {
		height: 10rem;
		font-size: 3.6rem;
		padding: 3rem 6rem 3rem 0;
	}
}
@media (min-width: 751px) and (max-width: 1280px){
	.network_list .t18-network-initial-pages > ul {
    	gap: 5px;
	}
	.network_list .t18-network-initial-pages > ul > li {
		min-width: 52px;
	}
	.card {
    	padding-right: 3px;
	}
	.clip_square {
		right: 2rem;
	}
	.search_1st_word .to_all a::after {
		right: 1rem;
	 }
}

@media screen and (max-width: 750px) {
	.network_list .t18-network-initial-from {
		padding: 10px 0;
	}
	.network_list .t18-network-initial-from > ul {
		justify-content: space-between;
	}
	.network_list .t18-network-initial-from > ul > li {
		height: 70px;
		width: 100%;
		border-radius: 15px;
	}
	.network_list.network_prefectures_all .t18-network-initial-from > ul {
		gap: 2rem;
		flex-wrap: wrap;
        justify-content: left;
	}
	.network_list.network_1st_word_list .t18-network-initial-from > ul {
		flex-flow: nowrap;
		gap: 2rem;
	}
	.network_list.network_prefectures_all .t18-network-initial-from > ul > li {
		width: auto;
	}
	.network_list .t18-network-initial-from > ul > li a {
		padding: 10px 60px 8px 20px;
		font-size: 28px;
	}
	.network_list .t18-network-initial-from > ul > li a::before {
		width: 30px;
        height: 30px;
        bottom: 30%;
        right: 2rem;
	}
	.network_list .t18-network-initial-from > ul > li a::after {
		width: 8px;
        height: 8px;
        bottom: 46%;
		right: 3rem;
        border-top: 4px solid #fff;
        border-right: 4px solid #fff;
        margin-left: .7em;
	}
    .network_list .t18-network-initial-from > ul > li:nth-child(5n) {
        margin: 0;
    }
}

	/* 全国の拠点一覧のみ */
.network_list .network_prefectures_all_region_title {
	font-size: 3rem;
    font-weight: bold;
    text-align: center;
	padding: 0 0 10px;
	margin-bottom: 25px;
	margin-top: 8rem;
}
@media screen and (max-width: 750px) {
	.network_list .network_prefectures_all_region_title {
		font-size: 4.2rem;
	}
	/* .network_list .t18-network-result-rows:last-child {
		margin-bottom: 10rem;
	} */
	.network_list.network_1st_word_list .t18-network-initial-from > ul {
		flex-flow: wrap;
        gap: 1.6rem;
        justify-content: flex-start;
	}
	.network_list.network_1st_word_list .t18-network-initial-from > ul > li {
		width: 18%;
	}
}

/* 店舗名の頭文字から探す - 全国の拠点一覧 の上部タブ ここまで */



/* カードCSS */
.card {
	display: flex;
	align-items: stretch;
	justify-content: space-between;
	flex-wrap: wrap;
    gap: 3rem 1rem;
	padding-left: 0;
	width: 100%;
}
.card li {
	border: 2px solid #cdcdcd!important;
    width: 48%;
	cursor: pointer;
    transition: border 0.2s;
	position: relative;
	margin: 0;
}
.card li a {
    display: block;
    color: #000;
    text-decoration: none;
    transition: opacity 0.2s;
	padding: 2rem;
}
.card li .type_tag_gl, 
.card li .type_tag_pk, 
.card li .type_tag_or, 
.card li .type_tag_bl {
	display: inline-block;
    border-radius: 20px;
	font-size: 12px;
	color: #fff;
    font-weight: normal;
    padding: .4rem 1rem;
	margin: 0;
}
.card li .type_tag_gl {
    background-color: #339933;
}
.card li .type_tag_pk {
    background-color: #c336a0 ;
}
.card li .type_tag_or {
    background-color: #c84a07;
}
.card li .type_tag_bl {
    background-color: #073ec8;
}
.card li .name {
	color: #0000ee;
	font-size: 2.4rem;
	font-weight: 600;
	margin: .6rem 0 1.5rem;
	display: block;
	transition: opacity 0.2s;
}
.card li a .name .rubi {
	font-size: 1.4rem;
	color: #666;
	display: block;
	padding: 0 0 5px;
	font-weight: 400;
}
.card li .address{
	font-size: 1.4rem;
	font-weight: 500;
	line-height: 1.4;
	margin: 1.4rem 0;
}
.card li .tel {
	margin: .3rem 0 0;
	font-size: 2rem;
    font-weight: bold;
}
.tag_icon {
    font-size: 1.2rem;
    font-weight: bold;
    position: relative;
    display: inline-block;
    color: #000;
    text-decoration: none;
    transition: opacity 0.3s;
	margin-right: 2rem;
}
.tag_icon:before {
	content: "";
    display: inline-block;
    width: 14px;
    height: 14px;
    background: url(../img/tag_img.png);
    background-size: 14px;
    background-repeat: no-repeat;
    vertical-align: middle;
    margin-right: 0.4rem;
    margin-bottom: 0.4rem;
}
.clip{
	width: 54px;
	height: 50px;
	background: url(../img/off_clip.png) no-repeat;
	background-size: 100% 100%;
	cursor: pointer;
	position: absolute;
	bottom: -1.2rem;
	right: 0.2rem;
	margin: 1.4rem 0;
}
.clip.on_clip{
	background: url(../img/on_clip.png) no-repeat;
	background-size: 100% 100%;
}
@media (hover: hover) {
    .card li:hover {
    border: 2px solid #cc0000 !important;
    }
	.card li:hover .name {
		color: #cc0000 !important;
	}
}

@media screen and (max-width: 750px) {
.network_column .t18-middle-1st-section-title {
	margin-bottom: 4rem;
}
.card {
    gap: 2rem;
}
.card li {
    width: 100%;
}
@-moz-document url-prefix() {
  .card li {
    width: 97%;
    margin: 0 auto;
  }
}
.card li .type_tag {
	font-size: 2.4rem;
	padding: .4rem 2rem .8rem;
}
.card li .type_tag_gl, 
.card li .type_tag_pk, 
.card li .type_tag_or, 
.card li .type_tag_bl {
    border-radius: 40px;
    font-size: 24px;
    padding: .8rem 2rem 1rem;
}
.card li .name {
    font-size: 4rem;
    margin: 2rem 0 0;
}
.card li a .name .rubi {
	font-size: 2.4rem;
}
.card li .address{
	font-size: 2.4rem;
    line-height: 1.4;
	margin: 1.5rem 0;
}
.card li .tel {
    /* font-size: 3.5rem; */
    font-size: 2.8rem;
    margin: 1.5rem 0 .1rem;
}
.tag_icon {
    font-size: 2rem;
	margin-bottom: 0;
	margin-right: 2rem;
}
.tag_icon:before {
    width: 22px;
    height: 22px;
    background: url(../img/tag_img.png);
    background-size: 22px;
}
.tag_icon img {
    width: 28px;
    height: auto;
    position: absolute;
}
.tag_icon span {
    margin-left: 36px;
}
.clip{
	width: 108px !important;
	height: 100px !important;	
	margin-bottom: 0;
	bottom: .2rem;
	}
}
/* カードCSS ここまで */

/* 検索窓 */
.t18-network-search-input{
      background: #fff !important;
}

 /* フリーワード検索 のもっと見る */
 .network_freeword .t18-middle-1st-section-title {
	margin-top: 10rem;
}
#match_name,
#match_place,
#match_other {
	/* position: relative; */
	margin: 0 auto;
}
 p.link-button {
	width: 25rem;
	text-align: center;
	cursor: pointer;
	margin: 4rem auto;
	}
p.link-button a {
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	font-size: 2rem;
	font-weight: 600;
	width: 100%;
	padding: 1rem;
	border-radius: 5rem;
	transition: 0.3s;
	text-decoration: underline !important;
    text-underline-offset: 5px;
}
p.link-button a:hover {
	text-decoration-color: transparent;
}
 p.link-button_more {
	margin-top: -14rem;
	}
 p.link-button_close {
	margin-top: 4rem;
	}
.hidden {
	display: none;
}

/* --- グラデーション --- */
.accordion-list {
	position: relative;
	font-size: 20px;
}
.fade-mask {
	position: absolute;
	bottom: -2rem;
	left: 0;
	width: 100%;
	height: 250px;
	background: linear-gradient(to bottom, rgba(255, 255, 255, 0), #fff 30%);
}
  /* フリーワード検索 のもっと見る ここまで　*/

@media screen and (max-width: 750px) {
	p.link-button a {
		font-size: 3.6rem;
		text-decoration: underline !important;
		-webkit-tap-highlight-color: transparent; /* タップ時の青いハイライトを無効化 */
		transition: none !important;
	}
	p.link-button a:hover {
		text-decoration-color: rgba(0, 0, 0, 0.5);
	}
	p.link-button a:active {
		text-decoration: underline !important;
		text-decoration-color: rgba(0, 0, 0, 0.5);
	}
	.fade-mask {
		height: 355px;
		bottom: -4rem;
	}
	p.link-button_more {
		margin-top: -18rem;
	}
}


/* 詳細ページに「shosai_shirogazo.jpg」があれば非表示にする */
.network-detail_img.is-empty {
	display: none;
}
.noresult_message {
	font-size: 20px;
}
@media screen and (max-width: 750px) {
	.noresult_message {
		font-size: 30px;
	}
}

/* MACのSafariのみモーダルをスクロールするとはみ出る　を解決 */
/* body 固定用（JS で付け替えるクラス） */
.body-fixed {
    position: fixed;
    width: 100%;
    overflow: hidden;
    top: 0;
    left: 0;
}
