@charset "UTF-8";
/* CSS Document */
html {
  font-size: 62.5%; /* 16px * 62.5% = 10px */
  width: 100%;
  box-sizing: border-box;
}
body {
  color: #333; /* RGB */
  font-family: 'Yu Mincho Light', 'YuMincho', 'Yu Mincho', '游明朝体', 'Yu Mincho Light', 'YuMincho', 'Yu Mincho', '游明朝体', 'ヒラギノ明朝 ProN', 'Hiragino Mincho ProN', sans-serif;
  /*font-family: YuMincho, 'Yu Mincho', 'Hiragino Mincho ProN', 'serif',YuGothic, 'Yu Gothic medium', 'Hiragino Sans', Meiryo, 'sans-serif';*/
  font-weight: 500;
  font-size: 1.6em;
  line-height: 2.4rem;
  text-align: left;
  background: linear-gradient(to bottom, #fff168, #ffa56c);
  background: -webkit-linear-gradient(top, #fff168, #ffa56c);
  background: -moz-linear-gradient(top, #fff168, #ffa56c);
  background-attachment: fixed;
}
main {
  max-width: 1160px;
  margin: 0 auto;
}
section h2 {
  font-size: 2.4rem;
}
a:hover {
  opacity: 0.5;
}
.none {
  display: none;
}
*, *:before, *:after {
  box-sizing: border-box;
}
.header {
  z-index: 999;
  height: 80px;
  position: relative;
}
.fixed {
  width: 100%;
  height: 80px;
  position: fixed;
  top:0;
  right: 0;
  background: rgba(255, 255, 255, 0.8);
}
/*.header_content-wrapper{
  height: 80px;
  margin: 0 auto;
  
}*/
.header-img{
  height: 50px;
  width: 110px;
}

/*.header h1 {
  color: #333;
  text-align: left;
  padding: 25px 24px;
  font-size: 1.6rem;
}
.header h1 a {
  color: #333;
  text-decoration: none;
}*/
#scroll-top {
    position: fixed;
    right: 15px;
    bottom: 20px;
    height: 50px;
    text-decoration: none;
    font-weight: bold;
    transform: rotate(90deg);
    font-size: 90%;
    line-height: 1.5rem;
    color: #333;
    padding: 0 0 0 35px;
    border-top: solid 1px;
}
#scroll-top::before {
    content: "";
    display: block;
    position: absolute;
    top: -1px;
    left: 0px;
    width: 15px;
    border-top: solid 1px;
    transform: rotate(35deg);
    transform-origin: left top;
}
.footer {
  min-height: 228px;
  padding: 120px 0 80px;
  font-weight: 600;
  text-align: center;
}
.footer__site-map {
  margin-bottom: 30px;
}
.footer__site-map li {
  display: inline-block;
}
nav ul {
  list-style: none;
  margin: 0 auto;
}
.footer__site-map li a {
  text-decoration: none;
  color: #333;
  font-family: "Yu Mincho", "Hiragino Mincho ProN", serif;
  /*font-family: "FreightDisp Pro Black";*/
  font-size: 2.4rem;
  margin-right: 30px;
}
@media(max-width:800px) {
  .footer {
    padding: 60px 0 30px;
    text-align: left;
  }
  /*nav ul {
    margin: 0 24px;
  }*/
  .footer__site-map li {
    display: block;
    padding-bottom: 5px;
  }
  .footer__site-map li a {
    text-decoration: none;
    color: #333;
    font-family: "Yu Mincho", "Hiragino Mincho ProN", serif;
    font-size: 1.6rem;
    margin: 0;
  }
}

@media(max-width:1160px) {
  /*.header h1 {
    padding: 0;
  }*/
  .fixed{
  width: 100%;
  /*height: 80px;*/
  }
  .header_content-wrapper {
    padding: 15px 24px 0;
  }
  
  #open-button {
    display: block;
    position: absolute;
    right: 24px;
    top: 28px;
    width: 32px;
    height: 32px;
    transition: all 3s ease-in-out;
    cursor: pointer;
  }
  .open-button span, .open-button span:before, .open-button span:after {
    position: absolute;
    height: 1px;
    width: 100%;
    background-color: #333;
    display: block;
    content: "";
  }
  .open-button span:before {
    bottom: -10px;
  }
  .open-button span:after {
    bottom: -20px;
  }
  .close-button span {
    display: block;
    position: relative;
    width: 30px;
    height: 30px;
  }
  .close-button span::before, .close-button span::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 1px; /* 棒の幅（太さ） */
    height: 27px; /* 棒の高さ */
    background: #333; /* バツ印の色 */
  }
  .close-button span::before {
    transform: translate(-50%, -50%) rotate(45deg);
  }
  .close-button span::after {
    transform: translate(-50%, -50%) rotate(-45deg);
  }

  .header nav {
    display: none;
    z-index: 1000;
    position: fixed;
    top: 0;
    right: 0;
    width: 30%;
    height: 350px;
    padding-top: 67px;
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    background-color: rgba(255, 255, 255, 0.5);
    box-shadow: 0px 3px 10px 2px rgba(0, 0, 0, 0.4);
  }
nav ul {
    margin: 0 24px;
    color: #333;
  }
  .header nav ul li a {
    font-weight: 600;
    line-height: 40px;
    vertical-align: middle;
    text-decoration: none;
    color: #333;
  }
  .close-button {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    color: #333;
    font-size: 20px;
    padding: 20px;
  }
}
@media(max-width:500px){
  .header nav {
    width: 50%;
  }
}
@media(min-width: 1160px) {
  .header {
    height: 80px;
  }
  .header_content-wrapper {
    max-width: 1160px;
    height: 80px;
    margin: 15px auto ;
    position: relative;
  }
  .header nav {
    position: relative;
    top: -90px;
  }
  /*.header h1 {
    font-size: 2.4rem;
    font-weight: 400;
    padding-top: 22px;
    position: absolute;
    left: 0;
  }*/
  .header span {
    font-size: 2.6rem;
    position: absolute;
    top: 22px;
  }
  .header nav {
    display: block;
    text-align: left;
  }
  .header nav ul {
    display: flex;
    justify-content: flex-end;
    
  }
  .header nav li a {
    display: block;
    padding: 22px 30px 0;
    color: #333;
    text-decoration: none;
    font-family: "Yu Mincho", "Hiragino Mincho ProN", serif;
    font-size: 2.4rem;
   /* height: 80px;*/
  }
}
main {
  max-width: 1160px;
  margin: 0 auto;
}
