@charset "UTF-8";
/* =================================================== *

  --- ABOUT CSS ---

framework [musubii] https: //musubii.qranoko.jp/getting-started/introduction
mobile~575px
fablet 576px~767px
tablet 768px~991px
desktop 992px~1199px
wide 1200px~

元のサイトを再現
sp無し

 * =================================================== */
body {
  font-family: "ＭＳ Ｐゴシック";
  font-size: 0.8rem;
  padding-top: 25px;
  color: #656565;
  background: #262626 url("../img/bg_header.png") repeat-x center top;
}

/* main */
main {
  width: 900px;
  margin-right: auto;
  margin-left: auto;
  padding: 5px;
  background: #404040;
  filter: drop-shadow(0px 0px 5px black);
}

/* wrapper */
.wrapper {
  padding: 5px;
  background: #fff;
}

/* 600px */
.inner600 {
  width: 600px;
  margin: 0 auto;
}

/* 見出し */
.hn {
  margin-bottom: 10px;
}

/* margin */
.mb-5 {
  margin-bottom: 5px;
}

/* 中央寄せ */
.ta-c {
  text-align: center;
}

/*  Header
=================================================== */
header {
  width: 900px;
  margin: 0 auto 10px auto;
}
header ul {
  display: flex;
  justify-content: space-between;
}
header ul li {
  border-left: solid 1px #fff;
}
header ul li a {
  display: block;
  padding: 0 10px;
}
header ul li:last-child {
  border-right: solid 1px #fff;
}

/* 横並び */
.header-flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header-flex > div:last-child {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}

/* バナー */
.header-banner {
  flex-basis: 30%;
}
.header-banner a {
  transition: 0.3s;
}
.header-banner a:hover {
  opacity: 0.7;
}

/* 説明 */
.header-description {
  font-size: 0.7rem;
  text-align: right;
  color: #aaa;
  margin-bottom: 10px;
}

/*  footer
=================================================== */
footer {
  font-size: 0.8rem;
  display: flex;
  justify-content: space-between;
  width: 900px;
  margin: 0 auto;
  padding-top: 10px;
  color: #fff;
}

/* 電話番号 */
.footer-tel i {
  margin-right: 5px;
}

/* インスタ */
.footer-insta {
  display: flex;
  justify-content: center;
  padding: 10px 0;
}
.footer-insta a {
  flex-basis: 50px;
}
.footer-insta a + a {
  margin-left: 20px;
}