@charset "utf-8";
@media (max-width: 768px) {

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
ヘッダー
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
nav#mobile-header .site-logo a img {
    height: 34px;
}
	
/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
ハンバーガーメニュー内
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
#generate-slideout-menu .main-nav > ul {
	display: flex;
	column-gap: 10px;
}
	
#generate-slideout-menu li:is(.line, .web) {
	width: calc(50% - 30px);
	border-radius: 4px;
	margin-top: 10px;
}

#generate-slideout-menu li:is(.line, .web) > a {
	border-top: none;
	color: #fff;
	text-align: center;
	line-height: 1.4;
	padding: 10px;
}
	
#generate-slideout-menu li.line {
	background: var(--main);
	margin-left: 25px;
}
	
#generate-slideout-menu li.web {
	background: var(--accent);
	margin-right: 25px;
}
	

/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
ヘッダー固定ナビ
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
.fix_target {
	position: fixed;
	top: -112px;
	left: 0;
	transition: top .5s;
	z-index: 9999;
	width: 100%;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
ピックアップナビ
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
.pickup_navi {
  display: none;
}
.fix_target .pickup_navi {
  display: table;
}
	
.pickup_navi {
	margin: 0 auto;
	border: none;
	/* box-shadow: 0 0 8px 0 rgba(101, 117, 150, 0.11); */
	background: #fff;
	padding: 0;
}
	
.pickup_navi li.tel {
	width: 40%;
}
.pickup_navi li:is(.line,.mail) {
	width: 30%;
}
	
.pickup_navi li a {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	column-gap: 7px;
	line-height: 1;
	font-size: 16px;
	padding: 10px 5px;
	height: 45px;
}
.pickup_navi li.tel a {
	color: #2b2b2b;
	/*background: #eee;*/
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
}
.pickup_navi li.line a {
	background: var(--main);
	color: #fff;
}
.pickup_navi li.mail a {
	background: var(--accent);
	color: #fff;
}
	
.pickup_navi li a::before {
	font-size: 20px;
	font-family: 'icomoon';
	font-weight: normal;
}
.pickup_navi li.tel a::before {
	content: '\e958';
}
.pickup_navi li.line a::before {
	content: '\e902';
}
.pickup_navi li.mail a::before {
	content: '\e90d';
	font-size: 13px;
}
	
/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
TOP > FV
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
#home_promo .fuchi {
	-webkit-text-stroke: 3px #522a0a;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
TOP > 比較表
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
.compare_table table {
	width: 500px;
}
	
.compare_table p {
    font-size: 0.9em;
    line-height: 1.2;
}
	
.compare_table tr:first-child th:nth-of-type(2) {
	font-size: 1.1em;
}
	
/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
フッター
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
.footer-widgets .widget {
	width: 100%;
}

#footer-widgets ul#menu-global-navi > li {
	width: auto;
}
	
}/*メディアクエリ終了*/