@charset 'utf-8';

/*--------------------------------------
custome property
--------------------------------------*/
:root {
    --main-color-blue:#84CBC5;
    --main-color-pink:#D680B2;
    --main-color-yellow:#F0D66A;

    --color-gray: #F3F3F3;
    --color-darkgray: #ddd;
    --color-black: #545454;
}

/*--------------------------------------
footer
--------------------------------------*/
.footer-nav {
    background: var(--color-black);
}

.footer-nav ul {
    display: flex;
    align-items: center;
    margin-bottom: 0;
}

.footer-nav li {
    width: 100%;
}

.footer-nav a {
    display: block;
    text-align: center;
    padding: 15px 10px;
    font-size: 16px;
    letter-spacing: .1rem;
    line-height: 1;
    color: #fff !important;
    text-decoration: none;
    transition:0.5s;
}
.footer-nav a:hover {
    opacity: .6;
}
.footer-main {
    padding-bottom: 30px;
    background: url(../img/bg-footer.png) no-repeat;
    background-position: right -120px top -50px;
    padding: 0 15px 20px;
}

.footer-top {
    display: flex;
    align-items: flex-end;
    margin-bottom: 30px;
    padding: 20px 0;
    border-bottom: 1px solid var(--color-black);
}

.footer-logo {
    margin-right: 50px;
}

.footer-tel {
    margin-right: 50px;
    font-size: 16px;
    line-height: 1;
}

.footer-tel a {
    display: block;
    margin-top: 10px;
    color: #000;
    font-size: 36px;
    font-weight: bold;
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
}

.footer-tel a::before {
    content: '';
    display: inline-block;
    width: 32px;
    height: 32px;
    margin-right: 10px;
    background: url(/Contents/img/icons/icon-phone.svg) no-repeat center;
    background-size: cover;
    vertical-align: top;
}

.footer-hours {}

.footer-hours p {
    line-height: 1;
    font-size: 14px;
}

.footer-hours p+p {
    margin-top: 3px;
}

.footer-hours span {
    display: inline-block;
    width: 70px;
    margin-right: 10px;
    padding: 5px 4px 4px;
    text-align: center;
    line-height: 1;
    background: var(--main-color-yellow);
    border-radius: 2px;
}

.footer-info {
    display: flex;
}

.footer-info>div {
    width: 50%;
}

.footer-corp {
    font-size: 14px;
    line-height: 1.75;
}

.payment-card {
    margin-bottom: 20px;
    text-align: left;
}

.payment-card p {
    font-size: 14px;
    margin-bottom: 5px;
}
.payment-card img{
  max-width: 100%;
  height: auto;
}
.certificate-logo {
    display: flex;
}

.certificate-logo li {
    font-size: 12px;
    text-align: center;
}

.certificate-logo li+li {
    margin-left: 20px;
}

.certificate-logo img {
    display: block;
    margin: 5px auto 0;
    max-height: 45px;
}

.footer-bottom {
    background: var(--color-black);
    padding: 15px 10px;
}

.footer-copylight {
    width: 100%;
    line-height: 1;
    color: #fff;
    font-size: 14px;
    text-align: center;
}
.container {
    padding: 0 15px;
    margin-right: auto;
    margin-left: auto;
}
@media (min-width: 768px) {
    .container {
        width: auto;
    }
}
@media (min-width: 992px) {
    .container {
        width: 970px;
    }
}
@media (min-width: 1200px) {
    .container {
        width: 1150px;
    }
}
@media screen and (max-width: 991.98px) {
    .footer-nav a {
        font-size: 12px;
    }

    .footer-top {
        flex-wrap: wrap;
    }

    .footer-logo {
        margin-right: 30px;
    }

    .footer-tel {}

    .footer-tel a {
        font-size: 30px;
    }

    .footer-tel a::before {
        width: 25px;
        height: 25px;
    }

    .footer-hours {
        display: flex;
        margin-top: 15px;
    }

    .footer-hours p {
        font-size: 12px;
    }

    .footer-hours p+p {
        margin-top: 0;
        margin-left: 10px;
    }
}

@media screen and (max-width: 767.98px) {
    .footer-nav ul {
        flex-wrap: wrap;
    }

    .footer-nav li {
        width: 50%;
    }

    .footer-top {
        flex-direction: column;
        align-items: center;
    }

    .footer-logo {
        width: 180px;
        margin-right: 0;
        margin-bottom: 20px;
    }

    .footer-tel {
        text-align: center;
        margin-right: 0;
        font-size: 16px;
        line-height: 1;
    }

    .footer-hours {
        display: block;
    }

    .footer-hours p+p {
        margin-top: 5px;
        margin-left: 0;
    }

    .footer-info {
        display: block;
    }

    .footer-info>div {
        width: 100%;
    }
    .footer-logo > img {
        width: 100%;
    }
    .footer-corp {
        font-size: 12px;
    }

    .payment-card {
        text-align: center;
    }

    .payment-card p {
        font-size: 12px;
    }

    .certificate-logo li {
        font-size: 12px;
    }

    .footer-payment {
        margin-top: 15px;
    }
    .footer-copylight {
        font-size: inherit;
    }
    .certificate-logo {
        display: block;
    }
    .footer-nav a {
        border: solid 1px #fff;
    }
    .certificate-logo li {
        text-align: center;
        width: 100%;
    }

    .certificate-logo li img {
        display: block;
        margin: 5px auto 0;
    }

    .certificate-logo li+li {
        margin-top: 10px;
        margin-left: 0;
    }
}

/*--------------------------------------
//header-menu
--------------------------------------*/
.header_menu a {
    color: inherit;
    text-decoration: none;
  }
  
  .header_menu a:visited {
    color: inherit;
  }
  
  .header_menu{
    position: relative;
    border-bottom:4px solid var(--main-color-yellow);
    height: 70px;
    display: flex;
    align-items: center;
    background: #fff;
    z-index: 1;
  }
  .header_inner{
    display: flex;
    width: 100%;
    max-width: 1170px;
    margin: 0 auto;
    align-items: center;
    padding-left: 10px;
    padding-right: 10px;
  }
  .header_menu:before{
    content: '';
    position: absolute;
    bottom: -4px;
    width: 33.3%;
    height: 4px;
    background: var(--main-color-pink);
    left: 0;
    }
    .header_menu:after {
      content: '';
      position: absolute;
      right: 0;
      bottom: -4px;
      width: 33.3%;
      height: 4px;
      background: var(--main-color-blue);
    }

  
  .header_menu .header_nav_wrapper {
    transform: translate(0);
    width: 100%;
    height: 70px;
    position: relative;
    top: auto;
    right: auto;
    z-index: 100;
    background-color: #fff;
  }
  
  .header_menu .header_nav {
    max-width: 1000px;
    padding: 0;
    margin: 0 auto;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    list-style-type: none;
  }
  
  .header_menu .header_nav li {
    font-size: 14px;
    margin: 0;
    padding: 0;
    width: 100%;
    /* height: 70px;
    line-height: 70px; */
    background-color: #fff;
    text-align: center;
    list-style-type: none;

  }
  
  .header_menu .header_nav li a {
    color: #404040;
    height: 70px;
    width: 100%;
    /* height: 100%; */
    align-items: center;
    display: flex;
    margin: 0 auto;
    justify-content: space-around;
  }
  /* 202405追加 */
  .header_inner img{
    height: 60px;
  }
  .MainBlock{
    padding-top: 30px;
  }
  @media screen and (min-width:769px) {
    .pc-hidden {
      display: none;
      text-align: center;
    }
  }
  
  @media screen and (min-width: 769px) {
  
    .header_menu .header_nav li ul.second-level {
      visibility: hidden;
      list-style-type: none;
      position: absolute;
      z-index: -1;
      top: 0;
      margin: 0;
      padding-left: 0;
      right: 0;
    }
  
    .header_menu .header_nav li:hover ul.second-level {
      visibility: visible;
      z-index: 1;
      top: 70px;
      transition: all .3s;
    }
  
    .header_menu .header_nav li:hover ul.second-level li {
      width: 200px;
      height: 70px;
      text-align: center;
    }
  
    .header_menu .header_nav li:hover ul.second-level li a {
      display: block;
      background-color: #fff;
      color: #404040;
      font-size: 100%;
      text-decoration: none;
      line-height: 70px;
      text-align: center;
    }
  
    .header_menu .header_nav li:hover ul.second-level li a:hover {
      background-color: var(--main-color-blue);
    }
  
    .touch-btn {
      color: #fff;
      margin-left: 5px;
    }
  }
 
  .header_menu .header_button {
    display: none;
  }
  
  .header_menu .header_button .header_bar {
    background-color: #404040;
  }
  

  @media screen and (max-width: 769px) {
    .header_menu .header_bg {
      width: 100%;
      height: 100%;
      position: fixed;
      z-index: 999;
      background-color: rgba(51, 51, 51, 0.5);
      display: none;
      top: 0;
      left: 0;
    }
  
    .header_menu .header_button {
      display: block;
      background-color: #fff;
      color: #404040;
      border: none;
      padding: 5px;
      width: 50px;
      letter-spacing: 0.1em;
      cursor: pointer;
      position: absolute;
      top: 10px;
      right: 10px;
      z-index: 1001;
      text-align: center;
      outline: none;
    }
  
    .header_menu .header_button.active .header_bar {
      width: 40px;
    }
  
    .header_menu .header_button.active .header_bar1 {
      transform: rotate(30deg);
    }
  
    .header_menu .header_button.active .header_bar2 {
      opacity: 0;
    }
  
    .header_menu .header_button.active .header_bar3 {
      transform: rotate(-30deg);
    }
  
    .header_menu .header_button.active .header_menu_text {
      display: none;
    }
  
    .header_menu .header_button.active .header_close {
      display: block;
    }
  
    .header_menu .header_bar {
      display: block;
      height: 2px;
      margin: 8px 2px;
      transition: all 0.2s;
      transform-origin: 0 0;
    }
  
    .header_menu .header_text {
      text-align: center;
      font-size: 10px;
    }
  
    .header_menu .header_close {
      letter-spacing: 0.08em;
      display: none;
    }
  
    .header_menu .header_menu_text {
      display: block;
    }
  
    .header_menu .header_nav_wrapper {
      width: 250px;
      height: 100%;
      transition: all 0.2s;
      transform: translate(250px);
      position: fixed;
      top: 0;
      right: 0;
      z-index: 1000;
      background-color: #FFF;
      overflow-x: hidden;
      overflow-y: auto;
    }
  
    .header_menu .header_nav {
      display: block;
      position: relative;
      margin-top: 80px;
    }
  
    .header_menu .header_nav li {
      background-color: #fff;
      height: auto;
      line-height: 50px;
      position: relative;
      border-bottom: 1px solid #eee;
    }
    .header_menu .header_nav .second-level li,
    .header_menu .header_nav li:last-child {
      border-bottom: none;
    }
    .header_menu .header_nav li a {
      background-color: #fff;
      color: #555;
      display: block;
      text-align: left;
      padding-left: 20px;
    }
  
    .header_menu .header_nav li:hover ul.second-level {
      display: block;
    }
  
    .header_menu .header_nav li ul.second-level {
      display: block;
      position: relative;
      padding: 0;
      z-index: 1001;
    }
  
    .header_menu .header_nav li ul.second-level li a {
      padding-left: 40px;
    }
    .header_menu .header_nav li ul.second-level li a::before {
      content:'-';
      position: absolute;
      left: 25px;
    }
    .header_menu .header_nav_wrapper.open {
      transform: translate(0);
    }
  
    .header_menu.left .header_button {
      right: auto;
      left: 32px;
    }
  
    .header_menu.left .header_nav_wrapper {
      transform: translate(-250px);
      right: auto;
      left: 0;
    }
  
    .header_menu.left .header_nav_wrapper.open {
      transform: translate(0);
    }
  
    .pc-hidden {
      text-align: center;
    }
    @media screen and (max-width: 480px) {
      .header_inner img{
        max-width: 280px;
      }
      
    }
  }