/*
Theme Name:		Welcart Simple Plus Child Theme
Template:		welcart_simple-plus
Theme URI:		https://www.welcart.com/archives/16004.html
Author:			Welcart Inc.
Author URI:		https://www.welcart.com/
Description:	Welcart Simple Plus Child Theme.
Version:		2.0
License:		GNU General Public License v2 or later
License URI:	http://www.gnu.org/licenses/gpl-2.0.html
Tags:			responsive-layout, simple-plus,
*/

/* パンくず */
#breadcrumbs {
	font-size: .9rem;
	padding-top: 16px;
	padding-left: 16px;
}

@media (min-width: 992px) {
	#breadcrumbs {
	padding-left: 0;
	}
	
	.breadcrumb-container {
		padding-left: 0px;
	}
	
	.breadcrumb-container .row, .breadcrumb-container .col-md-12 {
	padding-left: 0;
	margin-left: 0;
	}
}

/* フッターHTMLサイトマップ */

/* footer エリアの横幅強制 */
footer {
	max-width: 100vw!important;
	padding: 0 2rem;
}

/* 全体の枠組み */
.footer-extra-widget-area .menu {
    display: flex;
    flex-wrap: wrap;
	justify-content: space-around;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
}

.footer-extra-widget-area {
	position: relative;
	padding-top: 36px;
}

.footer-extra-widget-area::after {
	position: absolute;
	top: 0;
	left: 0;
	content: "";
	display: block;
	background-color: #eee;
	height: 100%;
	width: 100vw;
	z-index: -1;
	margin: 0 calc(50% - 50vw);
}

/* 各ブロック（親メニューの塊） */
.footer-extra-widget-area .menu > li {
    width: calc(100% / 4 - 30px);
    box-sizing: border-box;
    margin-bottom: 0px;
}

@media screen and (min-width: 768px) {
	.footer-extra-widget-area .menu > li {
		margin: 0 .5em;
	}
}

/* 親メニュー（見出し） */
.footer-extra-widget-area .menu > li > a {
    font-weight: bold;
    font-size: 14px;
    color: #333;
    text-decoration: none;
    display: block;
    position: relative;
    padding-left: 15px;
    pointer-events: none;
}

/* 親メニューにカスタムリンクがある場合ポインター復活 */
.footer-extra-widget-area .menu > li.linkon > a {
	pointer-events: initial;
}

/* 親メニューのアイコン（ > ） */
.footer-extra-widget-area .menu > li > a::before {
    content: "›";
    font-size: 1.2em;
    position: absolute;
    left: 0;
    top: -2px;
    font-weight: normal;
}

/* 子メニュー（リスト全体） */
.footer-extra-widget-area .sub-menu {
    list-style: none;
    padding-left: 0;
	padding-right: 0;
	padding-top: 8px;
    margin: 0;
	justify-content: start;
}

/* 子メニューの各行 */
.footer-extra-widget-area .sub-menu li {
    margin-bottom: 6px;
    margin-left: 0;
    padding-bottom:0px;
    font-size: 13px;
    line-height: 1.3;
    display: block;
    border: none;
	min-width: 100%;
}

/* 子メニューのリンク文字 */
.footer-extra-widget-area .sub-menu li a {
    color: #666;
    text-decoration: none;
    position: relative;
    padding-left: 12px;
    transition: color 0.3s;
	min-width: 10rem;
}

/* @media (max-width: 1300px) {
	.footer-extra-widget-area .sub-menu li {
		/* テキスト1行化	 */
		width: 100%;
   		overflow: clip;
	}
	
	.footer-extra-widget-area .sub-menu li a {
		/* テキストの1行化	 */
		white-space: nowrap;
    	overflow: hidden;
    	text-overflow: ellipsis;
    	width: 200px;
    	min-width: 0;
		display: inline-block;
	}
} */

/* 子メニューのホバー時 */
.footer-extra-widget-area .sub-menu li a:hover {
/*     color: #0073aa; */
    text-decoration: underline;
}

/* 子メニューのアイコン（ - ） */
.footer-extra-widget-area .sub-menu li a::before {
    content: "-";
    position: absolute;
    left: 0;
    color: #999;
}

@media (max-width: 768px) {
    /* スマホでは1列（縦積み）にする */
    .footer-extra-widget-area .menu > li {
        width: 100%;
        padding-right: 0;
        margin-bottom: 30px;
    }
}

/* 非表示にする */
footer .copyright, .DisplayNone, footer .footer-menu::before {
    display: none !important;
}
