@charset "UTF-8";
/* CSS Document */
/* CSS Document */
.sp:not(.pc), .tb:not(.pc) {
  display: none !important; }

#header {
  width: 100%;
  max-width: 970px;
  margin: auto; }
  #header .header {
    width: 100%;
    display: flex;
    justify-content: space-between;
    height: 120px;
    align-items: flex-end; }
    #header .header h1 {
      width: 240px; }
      #header .header h1 .logo {
        display: block; }
      #header .header h1 .scroll_logo {
        display: none; }
    #header .header nav {
      width: calc(100% - 300px);
      position: relative;
      z-index: 1;
      height: 100px;
      display: flex;
      flex-direction: column;
      justify-content: space-between; }
      #header .header nav .header_up {
        display: flex;
        justify-content: flex-end; }
        #header .header nav .header_up .tel p {
          font-size: 1.4rem; }
          #header .header nav .header_up .tel p span {
            display: block;
            font-size: 3rem;
            line-height: 1; }
        #header .header nav .header_up .contact {
          font-size: 1.6rem; }
          #header .header nav .header_up .contact a {
            background: #ba9132;
            color: #fff;
            text-decoration: none;
            text-align: center;
            display: block;
            margin: 10px auto auto 10px;
            padding: 5px 1.5em;
            border-radius: 6px; }
      #header .header nav .navi {
        display: flex;
        list-style-type: none;
        font-size: 1.7rem; }
        #header .header nav .navi li {
          position: relative; }
          #header .header nav .navi li:first-child::before {
            content: "|";
            margin: 0 5px; }
          #header .header nav .navi li::after {
            content: "|";
            margin: 0 5px; }
          #header .header nav .navi li ul {
            display: none; }
          #header .header nav .navi li a {
            color: #000;
            text-decoration: none; }
  #header .gnavi__wrap {
    width: 100%;
    margin: 0 auto; }
  #header .gnavi__lists {
    list-style-type: none;
    display: flex;
    justify-content: flex-end;
    font-size: min(1.7rem, 1.8vw); }
  #header .gnavi__list {
    height: 35px;
    position: relative;
    transition: all .3s; }
  #header .gnavi__list:not(:first-child)::before {
    content: "|";
    width: 1px;
    transition: all .3s;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    font-size: 2rem; }
  #header .gnavi__list a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    text-decoration: none;
    color: #000;
    letter-spacing: 0.05em;
    transition: all .3s;
    padding: 0px 8px 0px 16px; }
  #header .gnavi__list:hover a {
    color: #000; }
  #header .dropdown__lists {
    display: none;
    /*デフォルトでは非表示の状態にしておく*/
    width: 280px;
    position: absolute;
    padding-top: 12px;
    top: 35px;
    left: 0;
    list-style-type: none;
    font-size: 1.5rem; }
    #header .dropdown__lists::after {
      content: "";
      position: absolute;
      top: 0px;
      left: 40px;
      width: 0;
      height: 0;
      border-style: solid;
      border-right: 10px solid transparent;
      border-left: 10px solid transparent;
      border-bottom: 12px solid #ba9132;
      border-top: 0; }
  #header .gnavi__list:hover .dropdown__lists {
    display: block;
    /*Gナビメニューにホバーしたら表示*/ }
  #header .dropdown__list {
    background-color: #ba9132;
    height: 35px;
    transition: all .3s;
    position: relative; }
  #header .dropdown__list:not(:first-child)::before {
    content: "";
    width: 100%;
    height: 1px;
    background-color: rgba(255, 255, 255, 0.1);
    position: absolute;
    top: 0;
    left: 0; }
  #header .dropdown__list:hover {
    background-color: rgba(186, 145, 50, 0.9); }
  #header .dropdown__list a {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    text-align: left;
    color: #fff !important;
    text-decoration: none;
    position: relative;
    padding: 5px 10px; }
  #header #pc_header.scroll {
    height: 60px;
    position: fixed;
    z-index: 100;
    background: #fff;
    width: 100%;
    left: 0;
    animation-name: scroll_header;
    animation-duration: 0.3s;
    border-bottom: 1px solid #ddd; }
    #header #pc_header.scroll .header {
      width: 100%;
      max-width: 970px;
      margin: auto;
      height: 50px; }
      #header #pc_header.scroll .header h1 .scroll_logo {
        display: block; }
      #header #pc_header.scroll .header h1 .logo {
        display: none; }
      #header #pc_header.scroll .header nav {
        height: 50px;
        justify-content: flex-end; }
        #header #pc_header.scroll .header nav .header_up {
          display: none; }

@keyframes scroll_header {
  0% {
    opacity: 0;
    top: -100px; }
  100% {
    opacity: 1;
    top: 0; } }
/* ---------------------------------------------------------------------- */
/*  ヘッダ-プルダウンメニュー                                             */
/* ---------------------------------------------------------------------- */
.topBtn {
  right: 10px;
  width: 40px;
  height: 40px;
  display: block;
  background: #e5d0a0;
  border: 1px solid #ba9132;
  border-radius: 4px;
  color: #ba9132;
  text-align: center;
  font-size: 3rem;
  line-height: 40px;
  transition: 0.2s cubic-bezier(0.45, 0, 0.55, 1); }
  .topBtn:hover {
    background: #ba9132;
    color: #fff; }

@media (min-width: 1280px) {
  .topBtn {
    margin: auto;
    right: 0;
    left: 0;
    width: 40px;
    transform: translate(600px); } }
#footer_upper .inner {
  width: 100%;
  max-width: 970px;
  margin: auto;
  padding: 60px 10px 80px; }
  #footer_upper .inner .flex {
    font-size: 1.6rem;
    display: flex;
    justify-content: space-between; }
    #footer_upper .inner .flex .contact {
      flex-grow: 1; }
    #footer_upper .inner .flex .address {
      margin-left: auto;
      flex-grow: 2;
      width: 40em;
      max-width: 60%; }
      #footer_upper .inner .flex .address dl {
        width: 40em;
        max-width: 100%;
        margin: 0;
        padding: 0;
        display: flex;
        flex-wrap: wrap; }
        #footer_upper .inner .flex .address dl dt {
          width: 14em;
          margin-left: auto; }
        #footer_upper .inner .flex .address dl dd.ad {
          width: 16em; }
        #footer_upper .inner .flex .address dl dd.tel {
          width: 8em; }

.grid_container {
  font-size: 1.6rem; }

#footer {
  position: relative;
  background-size: auto;
  padding-top: 40px; }
  #footer .inner {
    width: 100%;
    max-width: 970px;
    margin: auto;
    display: flex;
    justify-content: space-between;
    padding-bottom: 30px; }
    #footer .inner h2 {
      border-bottom: 1px solid #fff;
      font-size: 2rem;
      font-weight: normal; }
      #footer .inner h2 a {
        color: #fff;
        text-decoration: none; }
    #footer .inner .megumi {
      width: 25%; }
      #footer .inner .megumi .navi_flex {
        display: flex;
        flex-direction: column;
        flex-wrap: wrap;
        justify-content: flex-start;
        width: calc(100%);
        margin: auto;
        color: #fff;
        list-style-type: none; }
        #footer .inner .megumi .navi_flex a {
          color: #fff;
          text-decoration: none; }
        #footer .inner .megumi .navi_flex > li {
          max-width: 100%; }
        #footer .inner .megumi .navi_flex li {
          font-size: 2rem; }
          #footer .inner .megumi .navi_flex li > span::before {
            font-family: "Font Awesome 5 Free";
            content: "";
            font-weight: 900;
            font-size: 1.6rem; }
          #footer .inner .megumi .navi_flex li ul {
            list-style-type: none;
            margin-left: 20px;
            margin-bottom: 20px; }
            #footer .inner .megumi .navi_flex li ul li {
              font-size: 1.5rem; }
              #footer .inner .megumi .navi_flex li ul li ul {
                margin-bottom: 0; }
              #footer .inner .megumi .navi_flex li ul li > span::before {
                content: "";
                font-size: 1.6rem; }
    #footer .inner .shinkou {
      width: 74%; }
      #footer .inner .shinkou .navi_flex {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: flex-start;
        width: calc(100% - 20px);
        margin: auto;
        color: #fff;
        list-style-type: none; }
        #footer .inner .shinkou .navi_flex a {
          color: #fff;
          text-decoration: none; }
        #footer .inner .shinkou .navi_flex > li {
          width: 33%; }
        #footer .inner .shinkou .navi_flex li {
          font-size: 2rem; }
          #footer .inner .shinkou .navi_flex li > span::before {
            font-family: "Font Awesome 5 Free";
            content: "";
            font-weight: 900;
            font-size: 1.6rem; }
          #footer .inner .shinkou .navi_flex li ul {
            list-style-type: none;
            margin-left: 20px;
            margin-bottom: 20px; }
            #footer .inner .shinkou .navi_flex li ul li {
              font-size: 1.5rem; }
              #footer .inner .shinkou .navi_flex li ul li ul {
                margin-bottom: 0; }
              #footer .inner .shinkou .navi_flex li ul li > span::before {
                content: "";
                font-size: 1.6rem; }

.footer_bottom {
  width: 100%;
  max-width: 970px;
  margin: auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 1.2rem; }
  .footer_bottom .flex {
    display: flex;
    align-items: center; }
    .footer_bottom .flex ul {
      display: flex;
      list-style-type: none; }
      .footer_bottom .flex ul img {
        width: 36px;
        display: block; }
      .footer_bottom .flex ul.link li a {
        text-decoration: none;
        color: #000; }
      .footer_bottom .flex ul.link li::after {
        content: " | "; }
      .footer_bottom .flex ul.sns {
        margin-right: 20px; }
        .footer_bottom .flex ul.sns li {
          margin: 0 5px; }
  .footer_bottom .copyright {
    background: #fff;
    padding: 20px; }

#footer_lower {
  height: 200px; }
  #footer_lower .bottom_link {
    width: 100%;
    max-width: 970px;
    margin: auto;
    display: flex;
    list-style-type: none;
    justify-content: center;
    padding: 30px 0;
    font-size: 1.6rem; }
    #footer_lower .bottom_link li {
      margin: 0;
      padding: 0 20px;
      border-left: 1px solid #fff;
      text-align: center;
      height: 1em;
      line-height: 1; }
      #footer_lower .bottom_link li:last-child {
        border-right: 1px solid #fff; }
      #footer_lower .bottom_link li a {
        color: #fff;
        text-align: center; }

footer {
  background: linear-gradient(180deg, #29c4cf 0%, #29c4cf 30%, #28aab3 30%, #2ec4ce 50%, #28aab3 50%, #2ec4ce 100%); }
