@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: "fot-tsukuardgothic-std", "sans-serif";
  font-weight: 400;
font-style: normal;
  font-size: 1.6em;
  line-height: 2.4rem;
  text-align: center;
}
/* ローディング中のスタイル */
.wf-loading #font {
	opacity: 0;
	transform: translateY(20px);
}

/* フォント読み込み完了後のスタイル */
.wf-active #font {
	opacity: 1;
	transform: translateY(0);
	transition: opacity 0.7s ease, transform 0.7s ease;
}

/* フォント読み込み失敗時のスタイル */
.wf-inactive #font {
	opacity: 1;
}
.inner {
  width: 100%;
  height: 100%;
  max-width: 1040px;
  margin-right: auto;
  margin-left: auto;
}
section h2 {
  font-size: 2.4rem;
}
a:hover {
  opacity: 0.5;
}
.none {
  display: none;
}
.header {
   position:sticky;
  width:100%; 
  height: 75px;
  text-align: right;
  top: 15px;
  z-index: 4;
}
.header_bg {
position: relative;
  height: 75px;
  width: 90%;
  background-color: #efebe0;
  border-radius: 70px;
  margin: 15px auto 0
}
.header_snstitle {
  display: none
}
.nav-drawer__title {
  position: absolute;
  left: 0;
  text-align: right;
  margin: 25px 30px;
   width: 130px;
  height: 26px;
  object-fit: contain
}
.header ul {
  position: absolute;
  display: block;
  right: 10px;
  margin: 0 10px;
  height: 40px;
  bottom: 15px
}
.header ul li {
  display: inline-block;
  text-align: right;
  padding: 0 15px;
  border-left: 3px solid #fff;
  height: 100%;
}
.header p {
  margin-top: 5px
}
.header a {
  text-decoration: none;
  color: #333
}
.section-hr {
  border: solid 3px #efebe0;
  background-color: #efebe0;
  margin: 0 auto
}
/*footer*/
.footer {
  width: 100%;
  height: 280px;
  background-color: #F7B718
}
.site-map {
   padding: 20px 200px 0 200px;
    margin-bottom: 20px;
  font-size: 1.8rem;
  line-height: 3.0rem;
  text-align: left;
  list-style: none;
  
}
.site-map a {
  text-decoration: none;
  color: #333
}
.footer__copyright {
  font-weight: 800;
  padding-bottom: 20px
}
@media (max-width: 1000px){
  .header {
    position: fixed;
  background-color: #FFF;
  height: 40px;
  top:0px
  }
  .header_bg {
   background-color:#fff;
  }
  .header_snstitle {
    display: block;
    position: relative;
    top: 15px;
    left: 30px;
     width: 100px;
  height: auto;
     
}
  #nav-drawer {
    padding-right: 24px;
    text-align: right;
    position: absolute;
    top: 10px;
    right: 20px;
  }
  #nav-open {
    display: inline-block;
    vertical-align: middle;
    width: 25px;
    height: 22px;
  }
  #nav-open span, #nav-open span:before, #nav-open span:after {
    position: absolute;
    height: 3px;
    width: 25px;
    background-color: #777;
    display: block;
    content: "";
  }
  #nav-open span:before {
    bottom: -8px;
  }
  #nav-open span:after {
    bottom: -16px;
  }
  #nav-close {
    z-index: 999;
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: .5;
  }
  #nav-content {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    width: 70%;
    height: 100%;
    background-color: #FFF;
    text-align: left;
    padding: 15px 0 0 24px;
    transform: translateX(-105%);
    transition: 0.3s ease-in-out;
    box-shadow: 5px 0 25px rgba(0, 0, 0, 0.15);
  }
  .nav-drawer__title {
    display: none;
  }
  .nav-drawer__link-top {
    display: block;
  }
  #nav-content ul {
    left: 0
  }
  #nav-content ul li {
    margin-bottom: 36px;
    display: list-item;
    text-align: left;
    width: 100%
  }
  #nav-content ul li a {
    text-decoration: none;
    font-size: 1.6rem;
    font-weight: 600;
    color: #333;
  }
  #nav-input:checked ~ #nav-close {
    display: block;
  }
  #nav-input:checked ~ #nav-content {
    transform: translateX(0%);
  }
}
  
  /*footer*/
  .site-map {
   padding: 20px 25px 0;
  font-size: 1.6rem;
  line-height: 2.4rem;
}
  