.logopc{
  display: block;
      width: 160%;
    height: auto;
}

.logossp{
  display: none;
}

@media screen and (max-width: 767px) {
.logopc{
  display: none;
}

.logossp{
  display: block;
  width: 80%;
  height: auto;
}
}  


.top_header {
  width:100%;
  height: 70px;
  margin:0 auto;
  z-index: 999999;
  display: block;
  position: fixed;
  background-color: #fff;
  left: 0;
  top: 0;
}
.kasou_header {
  width:100%;
  height: 70px;
  margin:0 auto;
  z-index: 999999;
  display: block;
  position: fixed;
  background-color: #fff;
  left: 0;
  top: 0;
  position: fixed;
}

.globalnav-wrap {
  font-size:16px;
  color:#333;
  background:#fff;
  display:flex;
  justify-content:space-between;
  float: right;
  padding: 6px 6px 6px 0;
}


.flat-btn5{
    background-color: #1876e8;
    padding: 22px!important;
    text-align: center;
    height: 70px;
    color: #ffffff;
    font-size: 21px;
    font-weight: bold !important;
    width: 390px;
}

.flat-btn6{
    background-color: #1876e8;
    padding: 10px!important;
    text-align: center;
    height: 70px;
    color: #ffffff;
    font-size: 21px;
    font-weight: bold !important;
    width: 330px;
}

.menumini .flat-btn6:before {
    margin-top:21px;
  }

.flat-btn7{
    background-color: #1876e8;
    padding: 10px!important;
    text-align: center;
    height: 70px;
    color: #ffffff;
    font-size: 21px;
    font-weight: bold !important;
    width: 390px;
}

.menumini .flat-btn7:before {
    margin-top:21px;
  }


@media screen and (max-width: 767px) {
.flat-btn5{
    background-color: #1876e8;
    padding: 15px 0px;
    text-align: center;
    height: auto;
    color: #ffffff;
    font-size: 21px;
    font-weight: bold !important;
    width: 90%;
}

.flat-btn6{
    background-color: #1876e8;
    padding: 15px 0px;
    text-align: center;
    height: auto;
    color: #ffffff;
    font-size: 21px;
    font-weight: bold !important;
    width: 90%;
}

.flat-btn7{
    background-color: #1876e8;
    padding: 15px 0px;
    text-align: center;
    height: auto;
    color: #ffffff;
    font-size: 21px;
    font-weight: bold !important;
    width: 90%;
}
  .flat-btn7 .sub{
    white-space: normal;
    word-break: keep-all;
  }
}


.menuminia:hover{
  color: #1e4381;
  text-decoration: none;
}


.dropdown-btn:hover {
  background:#666;
  color: #fff;
}

.dropdown-btn a{
  color: inherit;
  text-decoration: none;
  padding: 15px 0;
}

.dropdown-btn-contact{
  background: #003684;
  color: #fff;
}

.dropdown-btn-contact:hover{
  background: #CBC859;
}

.dropdown {
  z-index: 1000;
  background: #111;
  position: absolute;
  left: 0;
  top: 57px;
  width: 565px;
  padding: 30px;
  display: none;
  opacity: 0.8;
}

  .dropdown li {
    display:inline-block;
    width: 144px;
    text-align: center;
    padding: 20px;
  }

  .dropdown li a{
    height: 184px;
    width: 100%;
    text-decoration: none;
    color:#fff;
    padding: 15px 0;
  }

  .dropdown li:hover {
    background: #003684;
  }

/* メディアスクリーンは調整が必要 */
@media screen and (max-width: 970px) {
  .globalnav {
      color:#fff;
  }

  .globalnav {
    display:none;

  }
  .globalnav .close {
    display:none;
  }
  .globalnav-wrap.open .globalnav {
    display:block;
    position: fixed;
    right: 0;
    top: 0;
    background-color: rgba(0, 0, 0, 0.9);
    width: 100%;
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    z-index: 999;
    padding: 60px 0 0 0;
  }

  .globalnav-wrap.open .globalnav li {
    display:block;
  }

  .globalnav li a {
    text-decoration: none;
    color: #fff;
    padding: 10px;
  }

  .globalnav li :hover {
    color: #6acad3;
  }

  .dropdown-btn{
    width: 100%;
    margin: 0 auto;
  }

  .globalnav-wrap.open .globalnav li:hover {
    background:transparent;
  }

  .globalnav-wrap.open .globalnav .dropdown {
    display:block;
    position:static;
    background:transparent;
    padding: 5px;
    width: 100%;
  }

  .dropdown li {
    text-align: left;
    border-bottom: none !important;
    padding: 12px;
  }

  .nav-button,
  .nav-button span {
    display: inline-block;
    transition: all 0.3s;
  }
  .nav-button {
    z-index: 20;
    width: 25px;
    height: 19px;
    position: relative;
  }
  .nav-button span {
    position: absolute;
    left: 0;
    width: 100%;
    height: 3px;
    background-color: #333;
    border-radius: 4px;
  }
  .nav-button span:nth-of-type(1) {
    top: 0;
  }
  .nav-button span:nth-of-type(2) {
    top: 8px;
  }
  .nav-button span:nth-of-type(3) {
    bottom: 0;
  }
  .active .nav-button span:nth-of-type(1) {
    transform: translateY(10px) rotate(-45deg);
    background-color: #fff;
  }
  .active .nav-button span:nth-of-type(2) {
    opacity: 0;
  }
  .active .nav-button span:nth-of-type(3) {
    transform: translateY(-6px) rotate(45deg);
    background-color: #fff;
  }

  .globalnav-wrap {
  font-size: 15px !important;
}
}

#breadcrumbs ul {
  width: 100%;
  font-size:80%;
  background: #096fdb;
  margin-bottom: 0px;
  padding-left: 5px;
  color: #fff;
}

#breadcrumbs a {
  color: #fff;
  text-decoration: underline;
}

#breadcrumbs ul li {
  display: inline-block;
  vertical-align: top;
}

@media screen and (min-width: 960px) {
.globalnav{
    position:relative;
}

.globalnav-wrap {
  font-size: 13px;
  color:#333;
  background:#fff;
  display:flex;
  justify-content:space-between;
  float: right;
  width: 550px;

}
}

.globalnav{
    position:relative;
}

.globalnav-wrap {
  font-size: 13px;
  color:#1876e8;
  background:#fff;
  display:flex;
  justify-content:space-between;
  float: right;
  padding: 0 0px;
  width: 75%;
}

}

.dropdown-btn {
    display:inline-block;
    padding: 10px 5px;
    cursor:pointer;
}

.dropdown-btn:hover {
  background:#666;
  color: #fff;
}

.dropdown-btn a{
  color: inherit;
  text-decoration: none;
}

.dropdown-btn-contact{
  background: #1876e8;
  color: #fff;
  width: 108px;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
}

.dropdown-btn-contact:hover{
  background: #6acad3;
}

.dropdown {
  z-index: 1000;
  background: #111;
  position: absolute;
  left: 0;
  top: 41px;
  width: 370px;
  padding: 30px;
  display: none;
  opacity: 0.9;
}

  .dropdown li {
    display:inline-block;
    height: 30px;
    width: 100px;
    text-align: center;
    padding: 10px;
  }

  .dropdown li a{
    text-decoration: none;
    color:#fff;
    padding: 12px 0;
    display: block;
  }

  .dropdown li:hover {
    background: #003684;
  }

  .nav-button-wrap,
  .open {
    display:block;
  }

.title0{
    font-size: 22px;
    font-weight: bold;
    margin: 50px 0 5px 0;
}

.header_logo{
    float: left;
    width: 193px;
    margin: 7px;
    padding: 5px;
}


  .globalnav {
      color:#fff;
  }
 .nav-button-wrap {
    display: block;
    position: absolute;
    right: 0;
    top: 0%;
    z-index: 1000;
    cursor: pointer;
    padding: 15px;
  }

  .globalnav {
    display:none;

  }

  .globalnav-wrap.open .globalnav {
    display:block;
    right: 0;
    top: 0;
    background-color: #1876e8;
    width: 100%;
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    z-index: 999;
    padding: 0px 0 46px 0;
  }

  .globalnav-wrap.open .globalnav li {
    display:block;
    font-size: 18px;
    font-weight: bold;
    width: auto;
    text-align: center;

    margin: 11px;
  }

  .globalnav li a {
    text-decoration: none;
    color: #fff;
  }

  .globalnav li :hover {
    color: #6acad3;
  }

  .globalnav a:before {
    content: "";
    width: 8px;
    height: 8px;
    border: 0px;
    border-top: solid 2px #fff;
    border-right: solid 2px #fff;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    right: 11%;
    margin-top: 3px;
  }

  .globalnav-wrap.open .globalnav li:hover {
    background:transparent;
  }

  .globalnav-wrap.open .globalnav .dropdown {
    display:block;
    position:static;
    background:transparent;
    padding: 5px;
    width: 100%;
  }

  .dropdown li {
    text-align: left;
    border-bottom: none !important;
    padding: 12px;
  }

  .nav-button,
  .nav-button span {
    display: inline-block;
    transition: all 0.3s;
  }
  .nav-button {
    z-index: 20;
    width: 25px;
    height: 19px;
    position: relative;
    margin: 0 10px;
  }
  .nav-button span {
    position: absolute;
    left: 0;
    width: 100%;
    height: 3px;
    background-color: #333;
    border-radius: 4px;
  }
  .nav-button span:nth-of-type(1) {
    top: 0;
  }
  .nav-button span:nth-of-type(2) {
    top: 8px;
  }
  .nav-button span:nth-of-type(3) {
    bottom: 0;
  }
  .active .nav-button span:nth-of-type(1) {
    transform: translateY(10px) rotate(-45deg);
    background-color: #fff;
  }
  .active .nav-button span:nth-of-type(2) {
    opacity: 0;
  }
  .active .nav-button span:nth-of-type(3) {
    transform: translateY(-6px) rotate(45deg);
    background-color: #fff;
  }

 li .title2 {
  font-size: 22px;
    margin-block: -15px;
 }

    .button-group {
      display: flex;
      gap: 0;
      float: inline-end;
      margin-top: 5px;
    }

    .menu-button {
      background-color: #1876e8;
      color: white;
      border: none;
      min-width: 100px;
      height: 63px;
      font-weight: bold;
      font-size: 20px !important;
      display: flex;
      align-items: center;
      justify-content: center;
      cursor: pointer;
      border-left: 1px solid #fff;
    }

    .menu-button:first-child {
      border-left: none;
    }

    .tai{
    font-size: 21px;
    font-weight: bold;
    text-align: left;
    margin-bottom: 0;
    }

.nav-button:after {
    content: 'MENU';
    color: #333;
    font-size: 10px;
    position: absolute;
    top: 26px;
    left: -1px;
  }

#contactBtn{
  background-color: #fff;
  margin-top: -5px;
}

@media screen and (max-width: 767px) {
    .menu-button {
        min-width: 80px;
        font-size: 15px;
        padding: 2px 10px;
        height: 44px;
      }


      .menu-button {
      background-color: #1876e8;
      color: white;
      border: none;
      min-width: 100px;
      font-weight: bold;
      font-size: 20px;
      display: flex;
      align-items: center;
      justify-content: center;
      cursor: pointer;
      border-left: 1px solid #fff;
    }

    .nav-button:after {
    content: 'MENU';
    color: #333;
    font-size: 10px;
    position: absolute;
    top: 22px;
    left: -2px;
  }

  #contactBtn{
  margin-top: 0px;
  }

    .tai{
    text-align: center;
    }
  }


/* === 共通メニュー === */
  .menu {
  position: fixed;
  width: 100%;
  height: auto;
  color: white;
  display: flex;
  flex-direction: column;
  /*align-items: flex-start;*/
  justify-content: center;
  z-index: 1000;
  transition: all 0.5s ease;
  padding: 30px;
}

.menu a {
  color: white;
  text-decoration: none;
  font-size: 17px;
  margin: 15px 15px 15px 0;
}

.close-btn {
  position: absolute;
  top: 20px;
  right: 30px;
  font-size: 2rem;
  cursor: pointer;
}

/* === ENTRY（上から） === */
.menu.entry {
  background-color: #1e4381;
  display: none;
  left: 0;
  max-height: 100vh; 
  overflow-y: auto;
}

.menu.entry.open {
  top: 0;
  display: block;
}

/* === CONTACT（右から） === */
.menu.contact {
  background-color: #1e4381;
  top: 0;
  right: -100%;
  width: 80%;
  max-width: 400px;
  height: auto;
  padding: 30px;
}

.menu.contact.open {
  right: 0;
}

@media screen and (max-width: 767px) {
     .menu {
    position: fixed;
    width: 100%;
    height: auto;
    color: white;
    display: flex;
    flex-direction: column;
    z-index: 1000;
    transition: all 0.5s ease;
    padding: 0px;
    }

    .menu a {
      margin: 15px;
      font-size: 18px;
    }

      .menu-button {
        min-width: 80px;
        font-size: 0.9rem;
        padding: 0 10px;
      }

      .logo {
        font-size: 1rem;
      }

      .menu.contact {
        width: 100%;
        max-width: 100%;
      }
}


.menumini a{
  text-decoration: none;
}


a.flat-btn2 {
    overflow: hidden;
    color: #000;
    border-radius: 0;
    background: #eaeaea;
    width: 30%;
    margin: 10px;
    text-decoration: none !important;
}

a.flat-btn2:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: '';
    -webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    -webkit-transform: translateX(-96%);
    transform: translateX(-96%);
    background: #cbc859;
  }


.main6{
    font-weight: bold;
    margin-top: 5px;
}

#contactMenu {
  top: 0;
  overflow-y: auto;
  z-index: 9999;
  max-height: 100vh;
  padding-top: 200px;
}

#contactMenu a:before {
    content: "";
    width: 8px;
    height: 8px;
    border: 0px;
    border-top: solid 2px #fff;
    border-right: solid 2px #fff;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    right: 16%;
    margin-top: 12px;
  }


.menu a:hover{
  color: #fff;
  text-decoration: none;
  opacity: 0.6;
}

.sns a::before {
    content: none!important;
}

.menumini a:before {
    content: "";
    width: 8px;
    height: 8px;
    border: 0px;
    border-top: solid 2px #fff;
    border-right: solid 2px #fff;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    right: 9%;
    margin-top: 10px;
}

.menumini a:before::hover{
  color: #1e4381;
  text-decoration: none;
}

.sns{
      margin: 0 auto;
      padding-top: 20px;
}

@media screen and (max-width: 767px) {
  .menumini a:before {
    content: "";
    width: 8px;
    height: 8px;
    border: 0px;
    border-top: solid 2px #fff;
    border-right: solid 2px #fff;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    right: 6%;
    margin-top: 9px;
  }

  .menumini .flat-btn6:before {
      margin-top:21px;
    }

  .menumini .flat-btn7:before {
      margin-top:32px;
    }

  #entryBtn{
      height: 60px;
  }

  #entryMenu{
    padding: 20px 0;
  }

  .mark{
    margin: 1px 0px ;
  }

  .sns {
      margin: 15px 0px;
      text-align: center;
  }

  #contactMenu {
    padding-top: 250px;
  }
}

.menumini{
 display: table;
  margin: 0 auto; 
}


















