@import url('header.css');
@import url('footer.css');
@import url('section.css');
@import url('blog.css');
@import url('shop.css');
@import url('contact.css');

/* SPのみ */
.sp-only {
  @media (min-width: 751px) {
    display: none;   
  }
}

/* PCのみ */
.pc-only {
  @media (max-width: 750px) {
    display: none;   
  }
}

/* SPのみフォントサイズ変更 */
.sp-font16 {
  @media (max-width: 520px) {
    font-size: clamp(12px, 3.077vw, 16px);
  }
}

.sp-font16 span {
  @media (max-width: 520px) {
    font-size: clamp(12px, 3.077vw, 16px);
  }
}

/* サイドバー */
.p-global-nav .c-navbar__item > a > span {
	display: block;
}

/* フォント */
.l-body {
  font-family:  'Shippori Mincho', serif;
  color: #302210;
  background-color: #f6f4ee;
}

.klee-one {
	font-family: 'Klee One', cursive;
}

.yu-gothic {
  font-family: YuGothic, Yu Gothic Medium, Yu Gothic, Noto Sans JP, sans-serif;
}

/* トップページ最上部のpadding除去 */
.p-section-front-page-content {
	padding-top: 0px;
}

/* トップページ最下部のpadding除去 */
.p-section-front-page-content {
	padding-bottom: 0px;
}

/* 固定ページ最上部のmargin / 最下部のpadding除去 */
.l-contents__inner:last-child {
	margin-top: -30px;
	padding-bottom: 0px;
}

/* TOPページの事業内容 */
.is-style-RJE_R002LP_variation_items:not(:root) .smb-items__item {
	border-bottom: none !important;
}

/* 固定ページの余白を削除 */
.l-contents__container.c-container {
	padding: 0;
}

.c-container {
	max-width: initial;
	margin: 0;
}

/* 固定ページではサイドバーを非表示 */
body.page .l-contents__sidebar {
  display:none;
}

/* パンくずリストを非表示 */
.p-breadcrumbs-wrapper {
  display:none;
}

/* 破線 */
.border-top-dotted {
	padding-top: 28px;
	border-top: 1px dotted #302210;
}

/* sp-column-reverse */
@media(max-width: 750px) {
  .sp-column-reverse {
	  flex-direction: column-reverse;
  }
}

/* 採用情報 */
.smb-information__item {
  .c-row {
	margin-left: 0;	
  }
}