/* Footer
----------------------------------------------- */
.footer {
  margin: 60px 0 0;
  padding: 0 0 73px;
  background: #EEE; }
  @media screen and (max-width: 950px) {
    .footer {
      margin: 20px 0 0;
      padding: 0; } }
  .footer__inner {
    max-width: 1140px;
    width: 100%;
    padding: 26px 20px;
    margin: 0 auto;
    position: relative;
    box-sizing: border-box; }
  .footer__fnav {
    width: 340px;
    float: left;
    border-left: #CCC 1px solid;
    border-right: #CCC 1px solid; }
    @media screen and (max-width: 950px) {
      .footer__fnav {
        width: 50%;
        box-sizing: border-box; } }
    @media screen and (max-width: 768px) {
      .footer__fnav {
        width: 100%;
        margin: 0 0 15px;
        border-left: #CCC 1px solid;
        border-right: none; } }
    .footer__fnav--right {
      width: auto;
      float: left;
      border: none; }
      @media screen and (max-width: 768px) {
        .footer__fnav--right {
          width: 100%;
          margin: 0 0 15px;
          border-left: #CCC 1px solid;
          border-right: none; } }
  .footer__fnav-ttl {
    margin: 0 0 7px;
    display: block;
    padding: 2px 15px;
    font-size: 12px; }
    @media screen and (max-width: 950px) {
      .footer__fnav-ttl {
        margin: 0 0 7px;
        display: block;
        padding: 2px 15px;
        font-size: 12px; } }
  .footer__fnav-ttl-links {
    display: block;
    padding: 2px 15px;
    font-size: 12px; }
    @media screen and (max-width: 950px) {
      .footer__fnav-ttl-links {
        display: block;
        padding: 2px 15px;
        font-size: 12px; } }
  .footer__credit {
    position: absolute;
    bottom: 26px;
    right: 20px; }
    @media screen and (max-width: 950px) {
      .footer__credit {
        position: static;
        clear: both;
        padding: 30px 0 0;
        margin: 0; } }
    @media screen and (max-width: 768px) {
      .footer__credit {
        padding: 15px 0 0; } }
  .footer__credit-copyright {
    font-size: 10px;
    float: left;
    margin: 18px 0 0;
    font-weight: bold;
    letter-spacing: .1em; }
    @media screen and (max-width: 950px) {
      .footer__credit-copyright {
        margin: 0 0 15px; } }
  .footer__credit-img {
    width: 76px;
    float: left;
    margin: 0 0 0 30px; }
    @media screen and (max-width: 950px) {
      .footer__credit-img {
        float: none;
        margin: 0; } }

.sns {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  max-width: 800px;
  margin: 50px auto;
  -webkit-justify-content: center;
  /* Safari */
  justify-content: center; }
  @media (max-width: 480px) {
    .sns {
      margin: 30px auto; } }
  .sns__item {
    width: 120px;
    padding: 0 20px;
    text-align: center; }
    @media screen and (max-width: 768px) {
      .sns__item {
        width: 120px;
        padding: 0 20px;
        text-align: center; } }
    @media (max-width: 480px) {
      .sns__item {
        width: 33%;
        padding: 0; } }
  @media (max-width: 480px) {
    .sns__item-links {
      display: block; } }
  @media (max-width: 480px) {
    .sns__item-img {
      width: 50%;
      height: auto; } }
  .sns__item-name {
    color: #35518E;
    display: block;
    margin-top: 5px;
    text-align: center; }

/* ==================================================================================
/
/  toshokan2 SCSS
/
================================================================================== */
.content-line::before, .content-line::after, .content-line--hatanaka::before, .content-line--hatanaka::after {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  width: 80%;
  height: 1px;
  border-width: 0;
  background-image: -webkit-linear-gradient(left, transparent 0%, #283593 50%, transparent 100%);
  background-image: linear-gradient(90deg, transparent 0%, #283593 50%, transparent 100%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%); }

.container br.sp {
  display: block; }
  @media screen and (max-width: 414px) {
    .container br.sp {
      display: none; } }

.container {
  width: 800px;
  margin: 0 auto;
  line-height: 1.8 !important;
  text-align: center;
  color: #000;
  font-size: 14px !important; }
  @media screen and (max-width: 768px) {
    .container {
      width: 100%;
      margin: 0 auto 30px;
      line-height: 1.8 !important;
      color: #000;
      font-size: 14px !important; } }
  @media screen and (max-width: 414px) {
    .container {
      width: 100%;
      margin: 0 auto 30px;
      line-height: 1.8 !important;
      text-align: left;
      color: #000;
      font-size: 14px !important; } }
  @media screen and (max-width: 768px) {
    .container__inner {
      padding: 0 3%; } }

.container .mainImg {
  max-width: 300px;
  height: auto;
  margin: 40px auto; }
  @media screen and (max-width: 768px) {
    .container .mainImg {
      display: block; } }
  @media screen and (max-width: 414px) {
    .container .mainImg {
      max-width: none;
      width: 60%;
      height: auto;
      margin: 40px auto; } }

.container h1 {
  margin: 15px 0;
  font-size: 1.5rem;
  color: #CCB899; }
  @media screen and (max-width: 768px) {
    .container h1 {
      margin: 30px 0;
      padding: 0;
      font-size: 18px;
      color: #CCB899;
      line-height: 1.8; } }

.content-line {
  position: relative;
  margin: 0;
  padding: 25px 0 30px; }
  .content-line--hatanaka {
    position: relative;
    margin: 0 0 30px;
    padding: 25px 0 30px;
    font-weight: bold;
    line-height: 2; }
    .content-line--hatanaka::before {
      bottom: 0;
      top: auto; }
    .content-line--hatanaka-name {
      display: block;
      margin: 20px auto 0; }

.detail {
  max-width: 600px;
  text-align: left;
  margin: 80px auto; }
  @media screen and (max-width: 414px) {
    .detail {
      margin: 10vw auto 15vw; } }
  .detail__ttl {
    font-size: 1rem;
    font-weight: bold;
    margin-bottom: 20px;
    text-align: center; }
  .detail__list-item {
    margin: 0 0 20px; }
    .detail__list-item--center {
      margin: 0 0 30px;
      text-align: center; }
  .detail__list-item-inner {
    margin: 10px 0; }
  .detail__list-item-sns {
    display: flex; }
    .detail__list-item-sns:first-child {
      margin-bottom: 5px; }
    @media screen and (max-width: 414px) {
      .detail__list-item-sns {
        display: block; } }
  .detail__list-item-sns-item {
    display: block;
    width: 80px;
    padding-right: 5px;
    font-weight: bold;
    position: relative; }
    .detail__list-item-sns-item::after {
      content: ":";
      position: absolute;
      right: 0;
      top: 0; }
      @media screen and (max-width: 414px) {
        .detail__list-item-sns-item::after {
          content: none; } }
  .detail__list-item-txt {
    margin-left: 1em;
    text-indent: -1em; }
  .detail__list-item-txt-ttl {
    margin: 0 auto 10px;
    font-weight: bold;
    position: relative;
    padding-right: 10px;
    margin-right: 5px;
    line-height: 1.4; }
    @media screen and (max-width: 414px) {
      .detail__list-item-txt-ttl {
        display: block;
        padding-right: 0;
        margin-right: 0; } }
    .detail__list-item-txt-ttl::after {
      content: ":";
      position: absolute;
      right: 0;
      top: 0; }
      @media screen and (max-width: 414px) {
        .detail__list-item-txt-ttl::after {
          content: none; } }
  .detail__list-item-links {
    display: block;
    margin-left: 5px; }
    @media screen and (max-width: 414px) {
      .detail__list-item-links {
        margin-left: 0; } }

.banner__inner {
  max-width: 800px;
  padding: 0 20px; }
  @media (max-width: 480px) {
    .banner__inner {
      padding: 0 10px; } }
.banner__item {
  height: auto;
  display: block;
  margin: 30px auto 0;
  border: 1px solid #b6cde2;
  border-radius: 10px;
  overflow: hidden; }

.line {
  width: 100%;
  max-width: 644px;
  padding: 0 20px;
  margin: 60px auto; }
  @media (max-width: 480px) {
    .line {
      margin: 40px auto;
      padding: 0 10px; } }

.otherBannerList {
  max-width: 800px;
  padding: 0 20px;
  margin: 0 auto 60px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  align-items: center;
  flex-wrap: wrap; }
  @media (max-width: 480px) {
    .otherBannerList {
      padding: 0 10px; } }
  .otherBannerList li {
    width: 30%;
    padding: 20px 0; }
    @media (max-width: 414px) {
      .otherBannerList li {
        margin: -10% 0 0;
        width: 50%; } }
    .otherBannerList li:nth-child(2) {
      width: 35%; }
      @media (max-width: 414px) {
        .otherBannerList li:nth-child(2) {
          margin: 0;
          width: 40%; } }
    .otherBannerList li:nth-child(3) {
      width: 25%; }
      @media (max-width: 414px) {
        .otherBannerList li:nth-child(3) {
          margin: -20% 0 0;
          width: 50%; } }
    .otherBannerList li:nth-child(4) {
      width: 20%; }
      @media (max-width: 414px) {
        .otherBannerList li:nth-child(4) {
          margin: -5% 0 0 10%;
          width: 38%; } }
    .otherBannerList li:nth-child(5) {
      width: 25%; }
      @media (max-width: 414px) {
        .otherBannerList li:nth-child(5) {
          margin: -13% 0 0 10%;
          width: 30%; } }
    .otherBannerList li:nth-child(6) {
      width: 40%; }
      @media (max-width: 414px) {
        .otherBannerList li:nth-child(6) {
          margin: -2% 5% 0 0; } }
    @media (max-width: 414px) {
      .otherBannerList li:nth-child(7) {
        margin: 0; } }

figure { margin:0; }
.moominpendant { color:#767676; }
.item01 { padding:40px 0; }
.item02 { padding-bottom:20px; }
.item03 { padding-bottom:100px; }
.item04 { padding-bottom:30px; }
.item05 { padding-bottom:60px; font-size:20px; }
.item06 { padding-bottom:100px; }
.item07 { padding-bottom:100px; }
.item08 { padding-bottom:20px; }
.item09 { padding-bottom:60px; font-size:20px; }
.item10 { padding-bottom:100px; }
.item11 { padding-bottom:100px; }
.item12 { padding-bottom:40px; }
.item13 { padding-bottom:60px; }
.itemSpec { margin:0 5%; }
.itemSpec p:first-child { margin-bottom:10px; border-top:1px solid #e9f5f9; border-bottom:1px solid #e9f5f9; }
.itemSpec p:first-child span { display:block; margin:5px 0; padding:20px 0; background-color:#e9f5f9; text-align:center; font-size:20px; }
.itemSpec p:last-child { margin-bottom:40px; text-align:center; font-size:18px; }
.orderBtn { display:block; margin:0 5% 100px; }

@media (max-width: 414px) {
  .spn { display:none; }
  .item01 { padding:8vw 0; }
  .item02 { padding-bottom:10vw; }
  .item03 { padding-bottom:20vw; }
  .item04 { padding-bottom:5vw; }
  .item05 { padding-bottom:10vw; font-size:4vw; }
  .item06 { padding-bottom:20vw; }
  .item07 { padding-bottom:20vw; }
  .item08 { padding-bottom:5vw; }
  .item09 { padding-bottom:10vw; font-size:4vw; }
  .item10 { padding-bottom:20vw; }
  .item11 { padding-bottom:20vw; }
  .item12 { padding-bottom:5vw; }
  .item13 { padding-bottom:10vw; }
  .itemSpec { margin:0 5%; }
  .itemSpec p:first-child { margin-bottom:10px; }
  .itemSpec p:first-child span { margin:5px 0; padding:20px 0; font-size:4vw; }
  .itemSpec p:last-child { margin-bottom:10vw; font-size:3.5vw; }
  .orderBtn { display:block; margin:0 5% 20vw; }
}
