@charset "shift_jis";

/* -----------------------------------------------------------
   ヘッダー
----------------------------------------------------------- */
.l-hr { 
  width: 100%; 
  height: 68px; 
  background: #fff; 
  position: absolute !important;
  top: 0; 
  left: 0; 
  z-index: 9999; 
  overflow:visible !important;
  margin: 0px;
  text-align: left;
  font-size: 100%;
  font-family: "Noto Sans JP","游ゴシック", "Yu Gothic",Meiryo,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",verdana,Osaka,Sans-Serif;
}
.l-hr.fixed { 
  position: fixed !important;
  top: 0;
  left: 0; 
  width: 100%;
  height: auto;
  z-index: 9999;
  transition-duration: 0.3s;
}
.l-hr.fixed .l-hr-container {
  padding: 8px 11px 8px 16px; 
  height: auto;
  transition-duration: 0.4s; 
}
.l-hr-container { 
  display: grid; 
  grid: "header-menu header-logo header-links" auto/42px 1fr 115px; 
  align-items: center; 
  padding: 13px 11px 13px 16px;
  gap: 0 ; 
  background: #fff; 
  box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px; 
  position: relative;
  height: 68px;
  box-sizing: border-box;
}
.l-hr-logo {
  grid-area: header-logo;
  text-align: center;
}
.l-hr-logo img {
  width: 165px;
  height: 37px;
}
.l-hr-nav {
  width: 100vw; 
  height: 100vh;
  background: #F1F1F1;
  transition: all .3s;
  padding: 1rem .5rem 0 .5rem;
  display: none;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  font-size: 16px;
}
.l-hr-nav li { 
  border-bottom: 1px solid #707070;
}
.l-hr-nav li a { 
  color: #333;
  font-weight: bold;
  padding: 1.2rem 1.5rem;
  display: block;
}
.l-hr .hamburger { 
  position: relative;
  width: 22px; 
  height: 22px; 
  z-index: 10000; 
  grid-area: header-menu; 
}
.l-hr .hamburger__line { 
  display: block; 
  position: absolute; 
  right: 0; 
  width: 22px; 
  height: 2px;
  background-color: #333333; 
  transition: .1s; 
  border-radius: 4px; 
}
.l-hr .hamburger__line--1 { 
  top: 2px; 
}
.l-hr .hamburger__line--2 { 
  top: 10px; 
}
.l-hr .hamburger__line--3 { 
  top: 18px;
}
.l-hr .hamburger__line--1, .l-hr .hamburger__line--2, .l-hr .hamburger__line--3 { 
  background: #333; 
}
#l-hr_replace .nav-open { 
  height: 100vh; 
  overflow: hidden; 
}
#l-hr_replace.nav-open .l-hr-nav { 
  display: block;
  z-index: 9999; 
  animation: appear .3s ease;
}
.nav-open .hamburger__line--1 {
  transform: translateY(11px) rotate(-45deg);
  top: 0;
}
.nav-open .hamburger__line--2 {
  opacity: 0;
}
.nav-open .hamburger__line--3 {
  transform: translateY(-7px) rotate(45deg);
  bottom: 0;
}
.l-hr-links{
  grid-area: header-links;
  display: flex;
  align-items: center;
  font-family: "Noto Sans JP",Sans-Serif;
  font-size: 11px;
  color: #333;
  height: 100%;
  justify-self: end;
  padding: 3px 0;
}
.l-hr-links a{
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  border-left: 1px solid #707070;
  padding: 0 6px;
  height: 100%;
  line-height: 1.35;
  position: relative;
  color: #333;
}
.l-hr-links a::after{
  content: "";
  position: absolute;
  bottom: -5px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 3px 4px 0 4px;
  border-color: #000333 transparent transparent transparent;
}
/* -----------------------------------------------------------
   フッター
----------------------------------------------------------- */
.l-fr {
  padding: 0 15px;
  background: #FFFFFF;
  font-family: "Noto Sans JP","游ゴシック", "Yu Gothic",Meiryo,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",verdana,Osaka,Sans-Serif;
}
.l-fr__inner {
  padding: 2em 0 2.5em;
}
.l-fr_sns--arrea {
  width: 100%;
}
.l-fr-sns__list .icon-sp__title {
  font-size: 0.75em;
  text-align: center;
  line-height: 1.2;
  margin-top: 0.5em;
}
.l-fr-sns__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  list-style: none;
}
.l-fr-sns__list li:nth-child(-n+3) {
  margin-top: 0;
}
.l-fr-sns__list li {
  width: calc((100% - 40px)/3);
  margin-top: 0.8em;
}
.l-fr-sns__list li a {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  text-decoration: none;
  color: #333;
}
.l-fr-sns__list li a img {
  max-width: 100%;
  height: auto;
  max-height: 100%;
}
.l-fr-sns__list .icon-pc__title.text-hide {
  display: none;
}
.l-fr_nav {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  margin: 2rem 0;
  list-style: none;
}
.l-fr_nav li {
  border-bottom: 1px solid #c5c1c1;
  box-sizing: border-box;
  position: relative;
}
.l-fr_nav li a {
  display: flex;
  align-items: center;
  padding: 1.5rem 1rem 1.5rem 0.8rem;
  font-size: 0.875rem;
  text-decoration: none;
  color: #333;
}
.l-fr_nav li a span {
  background-image: none;
}
.l-fr_nav li a span::after {
  content: "";
  background-image: url(../../include_html/toyu_re/img/arow_red.svg);
  position: absolute;
  top: 50%;
  right: 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 18px;
  height: 18px;
  transform: translate(-50%, -50%);
  margin-right: 0.8rem;
}
.l-fr_nav li:last-child {
  border: none;
}
.l-fr-menu {
  margin-top: 2rem;
}
.l-fr-menu .l-fr-menu__title {
  font-size: 1rem;
  font-weight: bold;
  margin: 1.75rem 0.8rem 1.5rem 0.8rem;
}
.l-fr-menu__column {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 0.8rem;
  list-style: none;
}
.l-fr-menu__column li {
  width: calc((100% - 20px)/2);
  margin-bottom: 1.5rem;
}
.l-fr-menu__column li a {
  position: relative;
  display: flex;
  align-items: center;
  padding-left: 1.25rem;
  font-size: 0.875rem;
  text-decoration: none;
  color: #333;
}
.l-fr-menu__column li a::before {
  content: "";
  background-image: url(../../include_html/toyu_re/img/arow_gray.svg);
  position: absolute;
  top: 5%;
  left: 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 14px;
  height: 14px;
}
.l-fr_copyright {
  text-align: center;
  margin-top: 2.5rem;
  font-size: 0.7rem;
}
