  /* Google Fonts @import方式 */
  @import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;400;500;700;900&display=swap');
  @import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&family=Zen+Kaku+Gothic+New:wght@300;400;500;700;900&display=swap');

  /* 以下、既存のCSS */

/* ========================================
  Jimdo独自レイアウト用 追加CSS
  既存のstyle.cssに追加してください
======================================== */

/* Jimdo必須タグのスタイル調整 */

/* サイドバーを非表示 */
sidebar {
  display: none !important;
}

/* ナビゲーションタグのスタイル */
navi {
  width: 100%;
  border-bottom: 1px solid #707070;
  padding: 16px 0;
  box-sizing: border-box;
  display: block;
}
@media (max-width: 768px) {
  navi {
    padding: 16px 32px;
  }
}
navi ul {
  display: flex;
  width: 100%;
  margin: 0 auto;
  max-width: 480px;
  justify-content: space-between;
}
navi ul li {
  font-family: "Lato", sans-serif;
  font-weight: 300;
  color: #707070;
  font-size: 16px;
}

/* コンテンツタグ */
content {
  display: block;
  width: 100%;
}

/* フッタータグ */
footer {
  display: block;
  padding: 0;
  box-sizing: border-box;
  border-top: 1px solid #707070;
  border-bottom: 1px solid #707070;
  margin-bottom: 24px;
}

.n{
	padding: 0!important;
}
#cc-inner a{
	text-decoration: none;
}

#contentfooter{
	display: none;
}

body{
	font-family: "Zen Kaku Gothic New", sans-serif!important;
}

/*.j-nav-variant-standard{
	display: none!important;
}