@charset "UTF-8";
/**********************************************
base
***********************************************/
body {
  letter-spacing: 1.35px;
  max-width: 750px;
  display: block;
  width: 100%;
  position: relative;
  margin: 0 auto;
  padding: 0;
  text-aling: center;
  color: #fff;
  background-color: #272322;
  font-family: 'Honoka Shin Mincho L', serif;
  font-size: 12px;
}
a {
  color: #000000;
}

.sb_instagram_header {
  display: none;
}

.sbi_photo_wrap {
  width: 100% !important;
  margin: 0 !important;
}

/**********************************************
header
***********************************************/
#wrap {
  /*background:url(../images/top.jpg) 0 0;*/
}
img {
  max-width: 750px;
  display: block;
  width: 100%;
  position: relative;
  margin: 0 auto;
  height: auto;
}

.f44 {
  font-size: 44px;
}

.f48 {
  font-size: 48px;
}

.f28 {
  font-size: 28px;
}

.f32 {
  font-size: 32px;
  line-height: 64px;
}

.f30 {
  font-size: 30px;
}

.f20 {
  font-size: 20px;
}

@media screen and (max-width: 768px) {
  .f44 {
    font-size: 22px;
  }
  .f48 {
    font-size: 24px;
  }
  .f32 {
    font-size: 16px;
    line-height: 32px;
  }
  .f28 {
    font-size: 14px;
  }
  .f30 {
    font-size: 15px;
  }
  .f20 {
    font-size: 10px;
  }
}

.flex-center {
  display: flex;
  justify-content: center;
  column-gap: 10%;
}

.flex-end {
  display: flex;
  justify-content: flex-end;
}
