@media screen and (min-width: 769px) {
.menu_link_sub_item {
	border-bottom: 2px solid #f0f0ee;
padding: 10px 0 10px 0;
	line-height: 1.4;
}


.menu_link_sub_item img{margin-right: 10px; float:left;}
.menu_link_sub_item .box{ float:left;}

/*Ｇナビ　リンク*/
.menu_link_sub_item a {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	position: relative;
	z-index: 1;
	padding: 3px;
	text-decoration: none; 
	color: inherit;
	-webkit-box-align: center;
	-webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 1.32rem;
   
    
}
.menu_link_sub_item a:hover {
	color: #da7192;
    background:  #F3F3F3;
}

.round-cap{border-radius:50px; width: 100%; height: 4px;background: #333333; margin-top: 15px }



/*Ｇナビ大枠*/

.navi_mega_header_nav_items {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	margin-top:20px;
	padding-right: 14px;
	padding-bottom: 1px; 
	-webkit-box-pack: start; 
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}
/*Ｇナビ文字サイズなど*/
.navi_mega_header_nav_item {
	cursor: pointer; 
	font-size: 1.45rem;
	font-weight: bold;
/*    margin-right: 15px;*/
}
.navi_mega_header_nav_item .fas{font-size: 12px; color: #555555}
/*Ｇナビのリンク　マージン*/
.navi_mega_header_nav_item:not(:first-child) {
	margin-left: 16px;
}

/*Ｇナビのリンク*/
.navi_mega_header_nav_item a {
	text-decoration: none; 
	color: inherit;
}

/*Ｇナビのホバー*/

.navi_mega_header_nav_item a:hover {
	color: #da7192;
    background:  #F3F3F3;
}


/*ボックスの表示*/
.gnav_hp_item {
	visibility: hidden;
	position: absolute;
	top: 120px;
	right: 16px;
	left: 16px;
	margin: 0 auto;
	padding: 10px;
   
}
/*ボックスの中のタイトル文字　センタリング*/
.gnav_hp_heading {
	margin: 0 0 34px;
	text-align: center;
}

/*ボックスの中のタイトル文字　リンク*/
.gnav_hp_heading a {
	display: inline-block;
	position: relative;
	text-decoration: none; 
	color: inherit;
}


/*ボックスの中のタイトル文字　ホバー*/
.gnav_hp_heading a:hover {
	color: #da7192;
}




/*ボックスの中のタイトル文字*/
.gnav_hp_title {
font-size: 2.4rem;
line-height: 1;

}


/*ボックスの中のコンテンツの横並び*/
.gnav_hp_list {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	margin: 0px -20px 20px -20px; 
	-webkit-box-flex: 1; 
	-webkit-flex: 1; 
    -ms-flex: 1; 
    flex: 1;
	-webkit-box-pack: start;
	-webkit-justify-content: flex-start;
	 -ms-flex-pack: start;
	        justify-content: flex-start;
	-webkit-flex-wrap: wrap;
	    -ms-flex-wrap: wrap;
	        flex-wrap: wrap;
}
/*ボックスの中のコンテンツの子の幅*/
.gnav_hp_list li {
	margin: 0 20px; 
	width: calc(33.333% - 40px);
}

}


