@charset "UTF-8";
/* CSS Document */
body {
    background-color: #FFF4D1;
    max-width: 2560px;
}
/*ヘッダー*/
.header-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100px;
  background-color: rgba(0,0,0,0.00);
    position: fixed;
    top: 0;
    z-index: 9999999;
            transition: background-color 0.3s ease;
    
  /*
	position: absolute;
	left: 0;
*/
  /*	bottom: 30px;*/
}
 .header-content.change-color {
            background-color: white; /* スクロール後の背景色 */
     box-shadow: 0px 10px 20px rgba(0,0,0,0.30);
        }
/*ページタイトル部分*/
.header-content h1 {
  width: 200px;
  margin-left: 23em;
}
.header-content h1 img {
  width: 35%;
  height: auto;
    transition: 0.5s;
}
.humgurger {
  display: none;
}
/*ナビゲーション*/
.g-navi {
  /*	width: calc(100% - 350px);*/
  width: 636px;
    position: relative;
    right: 17%;
    
}
.g-navi ul {
    
  display: flex;
  text-align: right;
    margin-left: -5em;
}
.g-navi ul li {
  width: 900px;
  height: 50px;
  display: inline;
  padding: 0 40px 0 40px;
    font-family: "ヒラギノ角ゴ Pr6N W3","sans-serif";
    font-size: 15px;
    white-space: nowrap;
}
.g-navi ul li a {
  display: grid;
  place-content: center;
  width: 100%;
  height: 100%;
  background-color: none;
  color: #866350;
  text-decoration: none;
    transition: 0.5s;
}
.navi-box {
   position: relative;
/*    background-color: #E26262;*/
}
.navi-box:hover {
/*    background-color: #BE5454;*/
}
.navi-box a {
    color: #FFFFFF!important;
}

.navi-button {
    padding-bottom: 10px;
    background-color: #E26262;
    padding: 50px 50px 15px;
    position: absolute;
/*    bottom: 10px;*/
    top: -55px;
    border-radius: 0 0 25px 25px;
}
.navi-button:hover {
    background-color: #BE5454;
}
.header.change-color {
  background-color: white;
}
.lists {
    transition: .3s;
    color: #FFFFFF;
}
.lists.change-color {
  color: #866350;
}
/*フッター*/
.footer {
    position: absolute;
    z-index: 50;
    width: 100%;
  margin-top: 40em;
}

.site-menu ul {
  display: flex;
}
.site-menu ul li {
  margin-left: 20px;
  margin-right: 20px;
  list-style: none;
}
.site-menu ul li {
  font-family: "ヒラギノ角ゴ Pr6N W3","sans-serif";
}
.site-menu ul li a {
    text-decoration: none;
     color: #fff;
}
.footer1 {
  color: #ffffff;
  background-color: #9ACED8;
  padding-top: 30px;
  padding-bottom: 15px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.footer-logo {
  display: block;
    
  margin-top: 90px;
}
.footer-logo img {
    max-width: 212px;
    width: 100%;
    height: auto;
}
.footer-tel {
  font-size: 20px;
  font-family: "ヒラギノ角ゴ ProN W5","sans-serif";
  margin-top: 50px;
    color: #FFFFFF;
}
.footer-fax {
  font-size: 20px;
    font-family: "ヒラギノ角ゴ ProN W5","sans-serif";
  margin-top: 15px;
    margin-bottom: 85px;
    color: #FFFFFF;
}

.footer2 {
 color: #fff;
 background: #1572A3;
 padding: 30px;
}
.footer2 a {
 color: #fff;
 text-decoration: none;
}
.footer2 a:hover {
 text-decoration: underline;
}
.footer2 .menu {
 margin: 0;
 padding: 0;
 list-style: none;
 display: flex;
 flex-wrap: wrap;
}
.footer2 .menu li {
 margin: 0;
 padding: 0 20px;
 border-left: 1px #fff solid;
}
.footer2 .menu li:first-child {
 padding-left: 545px;
 border: none;
}
.footer2 .copyright {
 margin: 0px 0px 0px 630px;
 padding: 10px 0px 10 1630px;
    color: #FFFFFF;
}
@media screen and (max-width:760px) {
    .header-content h1 {
        max-width: 150px;
        width: 100%;
        height: auto;
        margin-left: 50px;
    }
      /*ハンバーガーメニュー*/
  .humgurger {
    display: block;
    position: fixed;
    right: 20px;
    top: 30px;
    width: 42px;
    height: 42px;
    cursor: pointer;
    text-align: center;
    z-index: 99999999;
  }
  .humgurger span {
    display: block;
    position: absolute;
    left: 6px;
    width: 30px;
    height: 2px;
    background: #866350;
    transition: 0.3s ease-in-out;
  }
  .humgurger span:nth-child(1) {
    top: 10px;
  }
  .humgurger span:nth-child(2) {
    top: 20px;
  }
  .humgurger span:nth-child(3) {
    top: 30px;
  }
  /*ナビを開いている時のボタン*/
  .humgurger.active span:nth-child(1) {
    top: 16px;
    left: 6px;
    background: #866350;
    transform: rotate(-45deg);
  }
  .humgurger.active span:nth-child(2), .humgurger.active span:nth-child(3) {
    top: 16px;
    background: #866350;
    transform: rotate(45deg);
  }
  /*展開したナビゲーションナビ*/
  .g-navi {
    position: fixed;
    top: 80px;
    left: 0;
    width: 100%;
    backface-visibility: rgba(0, 0, 0, 0.7);
    color: #866350;
    background-color: #787878;
    text-align: center;
    z-index: 2;
    opacity: 0;
    transition: opacity .3s ease, visibility .6s ease;
  }
  .g-navi ul {
    flex-direction: column;
  }
  .g-navi ul li {
    width: 100%;
  }
  .g-navi ul li a:hover {
    background-color: #FFFFFF;
    color: #787878;
  }
  .g-navi.active {
    opacity: 100;
  }
    .site-menu ul {
        display: block;
        text-align: center;
    }
    .site-menu li {
        margin-top: 20px;
    }
    .footer-logo img {
        max-width: 150px;
        width: 100%;
        height: auto;
    }
    .footer2 {
        padding: 30px;
    }
    .footer2 li {
        display: none;
    }
    .copyright {
        position: absolute;
        white-space: nowrap;
        right: 200px;
    }
}