@charset "UTF-8";
/* Common
-------------------------------------------- */
.scroll-prevent {
  /*動き固定*/
  position: fixed;
  /*奥行きを管理*/
  z-index: -1;
  /*下2つで背景を元のサイズのまま表示することができる*/
  width: 100%;
  height: 100%; }

br.sp {
  display: block; }
  @media (max-width: 414px) {
    br.sp {
      display: none; } }

/*ヘッダーまわりはサイトに合わせて調整してください*/
header {
  width: 100%;
  padding: 10px;
  background: #6e9bc5;
  position: fixed;
  z-index: 10; }

#nav-drawer {
  position: relative; }

/*チェックボックス等は非表示に*/
.nav-unshown {
  display: none; }

/*アイコンのスペース*/
#nav-open {
  display: inline-block;
  width: 30px;
  height: 22px;
  vertical-align: middle; }

/*ハンバーガーアイコンをCSSだけで表現*/
#nav-open span, #nav-open span:before, #nav-open span:after {
  position: absolute;
  height: 3px;
  /*線の太さ*/
  width: 25px;
  /*長さ*/
  border-radius: 3px;
  background: #FFF;
  display: block;
  content: '';
  cursor: pointer; }

#nav-open span:before {
  bottom: -8px; }

#nav-open span:after {
  bottom: -16px; }

/*閉じる用の薄黒カバー*/
#nav-close {
  display: none;
  /*はじめは隠しておく*/
  position: fixed;
  z-index: 99;
  top: 0;
  /*全体に広がるように*/
  left: 0;
  width: 100%;
  height: 100%;
  background: black;
  opacity: 0;
  transition: .3s ease-in-out; }

/*中身*/
#nav-content {
  overflow: auto;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  /*最前面に*/
  width: 90%;
  /*右側に隙間を作る（閉じるカバーを表示）*/
  max-width: 330px;
  /*最大幅（調整してください）*/
  height: 100%;
  background: #fff;
  /*背景色*/
  transition: .3s ease-in-out;
  /*滑らかに表示*/
  -webkit-transform: translateX(-105%);
  transform: translateX(-105%);
  /*左に隠しておく*/
  overflow-y: auto; }

#nav-content ul li {
  border-bottom: #6e9bc5 solid 1px; }

#nav-content ul li a,
#nav-content ul li label {
  display: block;
  padding: 10px 5px;
  color: #6e9bc5; }

#nav-content ul li label {
  text-align: center; }

/*チェックが入ったらもろもろ表示*/
#nav-input:checked ~ #nav-close {
  display: block;
  /*カバーを表示*/
  opacity: .5; }

#nav-input:checked ~ #nav-content {
  -webkit-transform: translateX(0%);
  transform: translateX(0%);
  /*中身を表示（右へスライド）*/
  box-shadow: 6px 0 25px rgba(0, 0, 0, 0.15); }

ul.spNavi {
  text-align: center; }
  ul.spNavi li {
    display: inline-block;
    text-align: center;
    font-size: 14px;
    width: auto;
    padding: 0 20px;
    border-right: solid 1px #FFF; }
    ul.spNavi li:first-child {
      display: none; }
    ul.spNavi li:last-child {
      border: none; }

@media (max-width: 950px) {
  ul.spNavi li {
    border: none;
    padding: 0; }
    ul.spNavi li:first-child {
      display: inline-block; }
    ul.spNavi li:nth-child(1) {
      width: 9%; }
    ul.spNavi li:nth-child(2) {
      width: 35%; }
    ul.spNavi li:nth-child(3) {
      width: 22%; }
    ul.spNavi li:nth-child(4) {
      width: 29%; }
    ul.spNavi li:nth-child(n+ 5) {
      display: none; } }
@media (max-width: 414px) {
  ul.spNavi li {
    padding: 0;
    font-size: 3.8vw; } }
/* Wrapper
-------------------------------------------- */
#wrapper {
  opacity: 1;
  padding: 100px 0 0;
  overflow-x: hidden; }

#top {
  padding-top: 150px; }
  @media (max-width: 414px) {
    #top {
      padding-top: 100px; } }
  #top .mainImg {
    width: 100%;
    max-width: 456px;
    padding: 0 20px; }
    @media (max-width: 414px) {
      #top .mainImg {
        padding: 0;
        width: 80%; } }
  #top h1 {
    padding: 0 20px;
    font-size: clamp(2.5rem, 4vw, 4rem);
    color: #6e9bc5;
    font-weight: bold;
    line-height: 1.6;
    font-family: "a-otf-ryumin-pr6n", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3", HiraMinProN-W3, "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "游明朝体", "YuMincho", "游明朝", "Yu Mincho", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "Cormorant Garamond", "Frank Ruhl Libre", Georgia, serif; }

section, aside, section#design {
  text-align: center; }
  section h2, aside h2, section#design h2 {
    padding: 0 20px;
    line-height: 1.5;
    font-size: 4.8rem;
    color: #6e9bc5;
    font-weight: bold;
    font-family: "a-otf-ryumin-pr6n", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3", HiraMinProN-W3, "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "游明朝体", "YuMincho", "游明朝", "Yu Mincho", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "Cormorant Garamond", "Frank Ruhl Libre", Georgia, serif; }
    @media (max-width: 768px) {
      section h2, aside h2, section#design h2 {
        font-size: 3rem; } }
    @media (max-width: 480px) {
      section h2, aside h2, section#design h2 {
        font-size: 7vw;
        font-weight: bold;
        margin: 0 auto 30px; } }
  section .line, aside .line, section#design .line {
    width: 100%;
    max-width: 644px;
    padding: 0 20px;
    margin: 60px auto; }
    @media (max-width: 480px) {
      section .line, aside .line, section#design .line {
        margin: 30px auto; } }
  section .txt, aside .txt, section#design .txt {
    padding: 0 20px;
    margin-top: 2em;
    font-size: 1.6rem;
    color: #6e9bc5; }
  section ul, aside ul, section#design ul {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    max-width: 900px;
    margin: 50px auto 0; }
    section ul.item li, aside ul.item li, section#design ul.item li {
      margin: 0 12px; }
      section ul.item li img, aside ul.item li img, section#design ul.item li img {
        width: 100%;
        /*max-width: 275px;*/ }
        @media (max-width: 460px) {
          section ul.item li img, aside ul.item li img, section#design ul.item li img {
            max-width: 100%; } }
      @media (max-width: 414px) {
        section ul.item li, aside ul.item li, section#design ul.item li {
          padding: 0;
          margin: 0 0 2em; }
          section ul.item li:last-child, aside ul.item li:last-child, section#design ul.item li:last-child {
            margin-bottom: 0; } }
  section img, aside img, section#design img {
    width: 100%;
    height: auto; }

.moomin {
  margin: 60px auto;
  max-width: 920px;
  padding: 0 20px; }
  .moomin ul {
    justify-content: center; }
    .moomin ul li {
      width: 32%;
      margin: 0 5px; }
      .moomin ul li a {
        display: block;
        width: 100%;
        padding: 15px 0;
        border-radius: 10px;
        font-size: 1.6rem;
        color: #FFF;
        background: #3c6289;
        position: relative;
        cursor: pointer; }
        .moomin ul li a::before {
          position: absolute;
          content: "";
          top: 50%;
          right: 15px;
          width: 10px;
          height: 10px;
          border-top: 1px solid #FFF;
          border-right: 1px solid #FFF;
          -webkit-transform: rotate(45deg) translateY(-50%);
          -moz-transform: rotate(45deg) translateY(-50%);
          -ms-transform: rotate(45deg) translateY(-50%);
          -o-transform: rotate(45deg) translateY(-50%);
          transform: rotate(45deg) translateY(-50%); }
        @media (max-width: 480px) {
          .moomin ul li a {
            padding: 10px 0;
            margin-bottom: 10px;
            font-size: 4vw; } }
      @media (max-width: 480px) {
        .moomin ul li {
          width: 100%;
          max-width: none; } }
  .moomin img {
    margin-top: 60px;
    max-width: 392px; }
    @media (max-width: 414px) {
      .moomin img {
        width: 70%;
        max-width: none;
        margin: 40px auto 0; } }
  @media (max-width: 414px) {
    .moomin {
      margin: 60px auto 0; } }

#design ul.item {
  justify-content: space-between;
  align-items: flex-start;
  max-width: 1140px;
  padding: 0 20px;
  margin: 40px auto 0; }
  #design ul.item li {
    width: 32%;
    margin: 0 !important;
    padding: 0; }
    #design ul.item li a {
      display: block; }
      #design ul.item li a img {
        max-width: 100%; }
      #design ul.item li a .txt {
        text-align: left; }
      #design ul.item li a p {
        padding: 0; }
  @media (max-width: 768px) {
    #design ul.item {
      flex-direction: column; }
      #design ul.item li {
        width: 100%;
        margin: 0 0 40px !important;
        padding: 0; }
        #design ul.item li:last-child {
          margin-bottom: 0 !important; } }
#design ul.btnArea {
  max-width: none;
  justify-content: center; }
  #design ul.btnArea li {
    width: 100%;
    max-width: 260px;
    margin: 0 5px; }
    #design ul.btnArea li a {
      width: 100%;
      padding: 10px 15px;
      display: block;
      color: #FFF;
      background: #3c6289;
      border-radius: 10px;
      font-size: 1.3rem;
      position: relative; }
      #design ul.btnArea li a::before {
        position: absolute;
        content: "";
        top: 50%;
        right: 15px;
        width: 10px;
        height: 10px;
        border-top: 1px solid #FFF;
        border-right: 1px solid #FFF;
        -webkit-transform: rotate(45deg) translateY(-50%);
        -moz-transform: rotate(45deg) translateY(-50%);
        -ms-transform: rotate(45deg) translateY(-50%);
        -o-transform: rotate(45deg) translateY(-50%);
        transform: rotate(45deg) translateY(-50%); }
      #design ul.btnArea li a span {
        display: block;
        font-size: 1.4rem;
        font-weight: bold; }
    @media (max-width: 640px) {
      #design ul.btnArea li {
        max-width: none; }
        #design ul.btnArea li:first-child {
          margin-bottom: 10px; } }
@media (max-width: 640px) {
  #design .line {
    padding: 0 20px !important; } }

.footer {
  max-width: 800px;
  margin: 0 auto;
  padding: 0 20px; }
  .footer .sns {
    margin: 0 auto 50px;
    -webkit-justify-content: center;
    /* Safari */
    justify-content: center; }
    .footer .sns li {
      width: 16%;
      padding: 0 20px; }
      .footer .sns li span {
        color: #35518E;
        display: block;
        margin-top: 5px; }
      @media (max-width: 480px) {
        .footer .sns li {
          width: 33%;
          padding: 0; }
          .footer .sns li img {
            width: 80%;
            height: auto; } }
  .footer .banner {
    margin: 0 auto 30px;
    border: 1px solid #b6cde2;
    border-radius: 10px;
    text-align: left; }
    .footer .banner.try {
      background: url(../img/moomin/moominwr/banner_try.jpg) left center no-repeat;
      background-size: auto 100%; }
      @media (max-width: 480px) {
        .footer .banner.try {
          background-position: center center; } }
    .footer .banner.showroom {
      background: url(../img/moomin/moominwr/banner_showroom.jpg) left top no-repeat;
      background-size: auto 100%; }
      @media (max-width: 480px) {
        .footer .banner.showroom {
          background-size: 100% auto;
          background-position: 100% auto; } }
    .footer .banner .ttl {
      font-size: 1.6rem;
      font-weight: bold;
      color: #34699b; }
      @media (max-width: 480px) {
        .footer .banner .ttl {
          font-size: 5vw; } }
      .footer .banner .ttl br {
        display: none; }
        @media (max-width: 480px) {
          .footer .banner .ttl br {
            display: block; } }
    .footer .banner .txt {
      padding: 0;
      font-size: 1.4rem;
      color: #6e9bc5; }
    .footer .banner a {
      display: block; }
    .footer .banner .txtBox {
      margin-left: 26%;
      padding: 30px;
      background: #FFF;
      border-radius: 0 10px 10px 0; }
    @media (max-width: 480px) {
      .footer .banner {
        background-size: 100% auto; }
        .footer .banner .txtBox {
          margin-left: 0;
          margin-top: 85%;
          padding: 20px;
          border-radius: 0 0 10px 10px; } }
  .footer .line {
    padding: 0 20px; }
    @media (max-width: 480px) {
      .footer .line {
        padding: 0 20px; } }
  .footer .stepmail {
    width: 100%;
    margin: 50px auto;
    text-align: left;
    color: #000; }
    .footer .stepmail .inner {
      margin: 0;
      padding: 20px;
      background: #f0f6fb;
      border: #b6cde2 1px solid;
      display: flex; }
      @media (max-width: 768px) {
        .footer .stepmail .inner {
          display: block; } }
      @media (max-width: 414px) {
        .footer .stepmail .inner {
          margin: 0 10px;
          padding: 10px; } }
      .footer .stepmail .inner .mainCont {
        width: 100%;
        max-width: calc(100% - 300px);
        padding: 20px 10px;
        background: url("../img/back_img.jpg") center top no-repeat;
        background-size: cover; }
        @media (max-width: 768px) {
          .footer .stepmail .inner .mainCont {
            max-width: none; } }
        .footer .stepmail .inner .mainCont .stepMailTtl {
          display: -webkit-flex;
          display: flex; }
          .footer .stepmail .inner .mainCont .stepMailTtl div.freeIcon {
            position: relative;
            width: 80px;
            height: 80px;
            border-radius: 50%;
            background: #6e9bc5;
            margin-right: 10px; }
            @media (max-width: 600px) {
              .footer .stepmail .inner .mainCont .stepMailTtl div.freeIcon {
                width: 18%;
                height: 18%;
                padding: 9%; } }
  @media (max-width: 600px) and (max-width: 414px) {
    .footer .stepmail .inner .mainCont .stepMailTtl div.freeIcon {
      width: 30%;
      height: 30%;
      padding: 15%;
      margin-right: 15px; } }

            .footer .stepmail .inner .mainCont .stepMailTtl div.freeIcon span {
              position: absolute;
              left: 0;
              top: 50%;
              margin: -.7em 0 0;
              width: 100%;
              text-align: center;
              color: #fff; }
              @media (max-width: 600px) {
                .footer .stepmail .inner .mainCont .stepMailTtl div.freeIcon span {
                  font-size: 2.5vw; } }
              @media (max-width: 414px) {
                .footer .stepmail .inner .mainCont .stepMailTtl div.freeIcon span {
                  font-size: 4vw; } }
          .footer .stepmail .inner .mainCont .stepMailTtl div + .mainTtl {
            -webkit-flex: 2;
            flex: 2; }
            .footer .stepmail .inner .mainCont .stepMailTtl div + .mainTtl p {
              padding: 0;
              margin: 0; }
              .footer .stepmail .inner .mainCont .stepMailTtl div + .mainTtl p span {
                background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, transparent), color-stop(0%, #FFFFFF));
                background: linear-gradient(transparent 0%, #FFFFFF 0%);
                padding: 5px;
                display: inline;
                color: #6e9bc5;
                font-size: 2.1rem;
                line-height: 2.3;
                font-family: "Sawarabi Mincho"; }
                @media (max-width: 414px) {
                  .footer .stepmail .inner .mainCont .stepMailTtl div + .mainTtl p span {
                    font-size: 4.8vw; } }
        .footer .stepmail .inner .mainCont .mainContTxt {
          margin: 25px 0 0;
          padding: 10px;
          background-color: rgba(255, 255, 255, 0.95);
          font-size: 1.8rem;
          font-family: "Sawarabi Mincho"; }
          @media (max-width: 620px) {
            .footer .stepmail .inner .mainCont .mainContTxt {
              font-size: 2.8vw; } }
          @media (max-width: 414px) {
            .footer .stepmail .inner .mainCont .mainContTxt {
              margin: 15px 0 0;
              padding: 7px;
              font-size: 4vw; } }
    .footer .stepmail .form {
      width: 355px;
      padding: 25px 0 0 30px;
      text-align: center; }
      @media (max-width: 768px) {
        .footer .stepmail .form {
          width: 100%;
          padding: 25px 0 0; } }
      .footer .stepmail .form p {
        position: relative;
        font-family: "Sawarabi Mincho";
        font-size: 2.2rem;
        padding: 0 0 20px;
        margin: 0 0 20px; }
        @media (max-width: 414px) {
          .footer .stepmail .form p {
            font-size: 5vw; } }
        .footer .stepmail .form p::after {
          content: "";
          position: absolute;
          width: 40px;
          height: 1px;
          bottom: 0;
          left: 50%;
          background: #489896;
          -webkit-transform: translateX(-50%);
          -moz-transform: translateX(-50%);
          -ms-transform: translateX(-50%);
          -o-transform: translateX(-50%);
          transform: translateX(-50%); }
      .footer .stepmail .form form input[type="mail"] {
        width: 100%;
        border: #DDD solid 1px;
        padding: 5px;
        font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", Osaka, Helvetica, Arial, sans-serif; }
        @media (max-width: 768px) {
          .footer .stepmail .form form input[type="mail"] {
            width: 70%; } }
        @media (max-width: 414px) {
          .footer .stepmail .form form input[type="mail"] {
            width: 100%; } }
      .footer .stepmail .form form span.att {
        display: block;
        font-family: "Sawarabi Mincho";
        font-size: 1.2rem;
        margin: 20px 0 30px; }
      .footer .stepmail .form form .submit-warp {
        width: 240px;
        border: #489896 1px solid;
        background: #FFF;
        position: relative;
        padding: 0 0 0 40px;
        margin: 0 auto;
        height: 38px;
        cursor: pointer; }
        .footer .stepmail .form form .submit-warp::after {
          content: "";
          position: absolute;
          width: 37px;
          height: 37px;
          background: #489896;
          left: 0;
          top: 0; }
        .footer .stepmail .form form .submit-warp::before {
          content: "";
          position: absolute;
          top: 30%;
          left: 6px;
          width: 15px;
          height: 15px;
          border-top: 1px solid #FFF;
          border-right: 1px solid #FFF;
          -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
          z-index: 2; }
        .footer .stepmail .form form .submit-warp input {
          width: 100%;
          height: 100%;
          display: flex;
          align-items: center;
          justify-content: center;
          position: absolute;
          left: 0;
          top: 0;
          z-index: 1;
          background: none;
          cursor: pointer; }

ul.bannerList {
  max-width: 1140px;
  padding: 0 20px;
  margin: 60px auto 0;
  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; }
  ul.bannerList li {
    width: 33%; }
    ul.bannerList li:nth-child(n + 4) {
      margin-top: 0.5%; }
    @media (max-width: 768px) {
      ul.bannerList li {
        width: 49.5%; } }
    @media (max-width: 768px) {
      ul.bannerList li {
        margin: 0; }
        ul.bannerList li:nth-child(n + 3) {
          margin-top: 1%; } }
    @media (max-width: 480px) {
      ul.bannerList li {
        margin: 0;
        width: 100%; }
        ul.bannerList li:nth-child(n + 2) {
          margin-top: 2%; } }

section #campaign {
  max-width: 800px;
  margin: 40px auto 0;
  border: #6e9bc5 solid 2px;
  border-radius: 10px;
  padding: 20px; }
  @media (max-width: 560px) {
    section #campaign {
      margin: 20px 10px 0;
      padding: 10px 10px 20px 10px;
      border: #6e9bc5 solid 1px; } }
  section #campaign img {
    display: block;
    max-width: 600px;
    width: 100%;
    margin: 0 auto 20px; }
  section #campaign h2 {
    font-size: 3rem;
    padding: 10px 0;
    background: #6e9bc5;
    color: #FFF;
    text-align: center; }
    @media (max-width: 560px) {
      section #campaign h2 {
        padding: 5px 10px;
        font-size: 6.5vw; } }
  section #campaign p {
    text-align: left;
    font-size: 1.6rem;
    color: #6e9bc5;
    margin-top: 25px; }
    @media (max-width: 560px) {
      section #campaign p {
        margin-top: 20px; } }
    section #campaign p span {
      display: block;
      margin-bottom: 5px;
      font-weight: bold;
      color: #34699b; }
      @media (max-width: 560px) {
        section #campaign p span {
          margin-bottom: 10px; } }
  section #campaign .brSp {
    display: none; }
    @media (max-width: 560px) {
      section #campaign .brSp {
        display: block; } }

.weddingBanner, .crownBanner, .moominparkBanner {
  width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
  border: 1px solid #b6cde2;
  border-radius: 10px;
  overflow: hidden; }

.weddingBanner, .crownBanner {
  margin-top: 30px; }

.otherBannerList {
  max-width: 800px;
  padding: 0 20px;
  margin: 0 auto;
  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; }
  .otherBannerList li {
    width: 30%;
    padding: 20px 0; }
    .otherBannerList li:nth-child(2) {
      width: 35%; }
      @media (max-width: 414px) {
        .otherBannerList li:nth-child(2) {
          margin: 15% 0 0;
          width: 40%; } }
    .otherBannerList li:nth-child(3) {
      width: 25%; }
      @media (max-width: 414px) {
        .otherBannerList li:nth-child(3) {
          margin: -20% 0 0 10%;
          width: 40%; } }
    .otherBannerList li:nth-child(4) {
      width: 20%; }
      @media (max-width: 414px) {
        .otherBannerList li:nth-child(4) {
          margin: 10% 2% 0 0;
          width: 30%; } }
    @media (max-width: 414px) {
      .otherBannerList li:nth-child(5) {
        width: 40%;
        margin: -15% 0 0; } }
    @media (max-width: 414px) {
      .otherBannerList li {
        margin: 0 0 0;
        width: 50%; } }

footer {
  padding: 10px 0;
  background: #6e9bc5; }
  @media (max-width: 480px) {
    footer {
      font-size: 3.7vw; } }

/* PageTopNav
----------------------------------------------- */
#wrapper .pagetop_btn {
  position: fixed;
  bottom: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.63);
  width: 73px;
  height: 73px;
  display: block;
  z-index: 10; }

#wrapper .pagetop_btn:before,
#wrapper .pagetop_btn:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 1px;
  height: 17px;
  background: #FFF;
  margin: -9px 0 0 -7px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg); }

#wrapper .pagetop_btn:after {
  margin: -9px 0 0 5px;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg); }

/* Footer
----------------------------------------------- */
#footer {
  margin: 60px 0 0;
  padding: 0 0 73px;
  background: #EEE; }

#footer .inner {
  max-width: 1140px;
  width: 100%;
  padding: 26px 20px;
  margin: 0 auto;
  position: relative;
  box-sizing: border-box; }

#footer .inner .f_nav {
  width: 340px;
  float: left;
  border-left: #CCC 1px solid;
  border-right: #CCC 1px solid; }

#footer .inner .f_nav + .f_nav {
  border: none;
  width: auto; }

#footer .inner .f_nav .ttl {
  margin: 0 0 7px; }

#footer .inner .f_nav .ttl,
#footer .inner .f_nav li a {
  display: block;
  padding: 2px 15px;
  font-size: 12px; }

#footer .inner .credit {
  position: absolute;
  bottom: 26px;
  right: 20px; }

#footer .inner .credit p {
  font-size: 10px;
  float: left;
  margin: 0 0 0 30px;
  font-weight: bold;
  letter-spacing: .1em; }

#footer .inner .credit p:first-child {
  margin: 18px 0 0; }

#footer .inner .credit p img {
  width: 76px; }

ul.underNavi {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0 20px;
  margin: 0 auto 60px; }
  @media (max-width: 800px) {
    ul.underNavi {
      justify-content: flex-start; } }
  @media (max-width: 480px) {
    ul.underNavi {
      margin: 0 auto 30px; } }
  ul.underNavi li {
    padding: 0 15px;
    border-right: #6e9bc5 solid 1px; }
    @media (max-width: 800px) {
      ul.underNavi li {
        width: 33%; } }
    @media (max-width: 690px) {
      ul.underNavi li {
        width: 50%; } }
    @media (max-width: 480px) {
      ul.underNavi li {
        width: 100%;
        border-right: none; } }
    ul.underNavi li:first-child {
      border-left: #6e9bc5 solid 1px; }
    @media (max-width: 800px) {
      ul.underNavi li:nth-child(4) {
        border-left: #6e9bc5 solid 1px; } }
    @media (max-width: 690px) {
      ul.underNavi li:nth-child(3), ul.underNavi li:nth-child(5) {
        border-left: #6e9bc5 solid 1px;
        border-right: none; } }
    @media (max-width: 480px) {
      ul.underNavi li:nth-child(2) {
        border-left: #6e9bc5 solid 1px; } }
    @media (max-width: 800px) {
      ul.underNavi li:nth-child(n+4) {
        margin-top: 10px; } }
    @media (max-width: 690px) {
      ul.underNavi li:nth-child(n+3) {
        margin-top: 10px; } }
    @media (max-width: 480px) {
      ul.underNavi li:nth-child(n+2) {
        margin-top: 10px; } }
    ul.underNavi li a {
      color: #6e9bc5; }
