/* リンク */
header a {
  color: #333;
  text-decoration: none;
	line-height: 1.2em;
}
header a:hover {
	color: #a72126;
  opacity: 0.6;
  transition : all .7s;
}

.site-header { z-index: 990; }
.site-header img { width: 400px; }
.site-header__top { background-color: #FFF; }
.site-header__top ul { display: flex; }
.site-header__top li:not(:last-child) {xmargin-right: 1.5rem; }
.site-header__top .site-header__start { display: none; }
.site-header__end { margin-right: 1.5rem; }
.site-header__bottom {
  position: relative;
  background-color: #FFF; }

@media (max-width: 939px) {
.site-header__bottom .site-header__end { order: -1; }
.site-header__end { margin-right: 0; }
}

.site-header__wrapper {
  display: flex;
  justify-content: space-between; }
.site-header__wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1rem;
  border-bottom: 1px solid #a72126;
}
 @media (min-width: 940px) {
  .site-header__wrapper {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem; }
}
@media (min-width: 940px) {
  .site-header__top .site-header__wrapper {
    padding-top: 1rem;
    padding-bottom: 1rem; }
  }
.nav {
  margin-left: 1rem;
  margin-right: 1rem; }

@media (min-width: 940px) {
  .nav__wrapper {  display: flex; }
  }
@media (max-width: 939px) {
  .site-header img {width: 55vw;
  }
  .nav__wrapper {
    position: absolute;
    top: 100%;
    right: 0;
    left: 0;
    margin: 0 auto;
    z-index: 1;
    font-size: 130%;
    padding: 0px 20px;
    background-color: #a72126;
    height: 100vh;
    visibility: hidden;
    opacity: 0;
    transform: translateX(-100%);
    transition: transform 0.8s ease-out, opacity 0.3s ease-out; }
  .nav__wrapper.active {
    visibility: visible;
    opacity: 0.95;
    transform: translateY(0); }
  .nav__item a {
    display: block;
    color: #fff; }
}

.nav__item a {
  display: block;
  padding: 0 1.25rem; }
.nav__item svg {
  display: inline-block;
  vertical-align: middle;
  width: 28px;
  height: 28px;
  margin-right: 1rem; }
@media (min-width: 940px) {
  .nav__item svg {
    display: block;
    margin: 0 auto 0.5rem; }
}
.nav__item.active a { border-left-color: #222; }
@media (min-width: 800px) {
  .nav__item.active a { border-bottom-color: #222; }
}
.nav__toggle {
  position: absolute;
  right: 1.5rem;
  top: 1.5rem;
  color: #fff;
  padding: 5px 10px;
	background-color: #a72126;
  border: 0;  
}
@media (min-width: 940px) {
  .nav__toggle { display: none; }
  }
.search { display: flex; }
.search__toggle {
  appearance: none;
  order: 1;
  font-size: 0;
  width: 34px;
  height: 34px;
  background: url("../images/header/search.svg") center/22px no-repeat;
  border: 0; }
@media (max-width: 939px) {
  .search__toggle {
    position: absolute;
    right: 5.5rem;
    top: 0.65rem; } }
.search__toggle.active { background: url("../images/header/close.svg") center/22px no-repeat; }
.search__form { display: none; }
.search__form.active { display: block; }
@media (max-width: 799px) {
.search__form {
  position: absolute;
  left: 0;
  right: 0;
  top: 100%;
  background-color: rgba(133,192,219,0.30);
  }
.search__form input { width: 100%; }
}
.search__form input {
  min-width: 200px;
  appearance: none;
  border: 0;
  background-color: rgba(133,192,219,0.30);
  border-radius: 0;
  font-size: 16px;
  padding: 0.5rem;
}
@media (max-width: 799px) {
  .nav__item a {
  display: block;
  padding: 30px 20px 10px 20px; }
  .search__form input { border-bottom: 1px solid #979797; }
}


/* footer */
.footer {
  width: 100%;
  margin: 0 auto;
  padding: 20px 0;
  text-align: center;
	background-color: #a72126;
  color: #FFF;
}
.footer h5 {
  line-height: 1.4em;
  padding: 10px 0 5px;
  margin: 0 3px;
  font-size: 17px;
}
.footer p {
  display: inline-block;
  font-size: 100%;
  line-height: 1.4em;
  padding: 0 0 5px 0;
  margin: 0 auto;
  color: #FFF;
}
.footer img {
  max-width: 400px;
  padding: 10px 0;
}
.footer >.midashi{
  background-color: #FFF;
}
@media only screen and (min-width: 481px) and (max-width: 820px)  {
  .footer{
    margin: 0 auto;
  }
  .footer .footer-center i {
    margin-left: 0;
  }
}


#footer04 {
  border-top: thin solid #FFF;
  border-bottom: thin solid #FFF;
}
#footer04 .cont {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 0;
}
#footer04 .cont-item {
  display: block;
  margin: 0 auto;
}
#footer04 .nav a {
  display: block;
  color: #fff;
  line-height: 1.2em;
} 
#footer04 .nav .ttl:first-child {
  margin-top: 0;
}
#footer04 .nav li:first-child {
  margin-top: 0;
}
#footer04 .nav li ul {
  margin: 0 0 0 2em;
}
#footer04 .nav li li {
  position: relative;
}
#footer04 .nav li li:before {
  position: absolute;
  top: 50%;
  left: -10px;
  content: "";
  display: block;
  width: 4px;
  height: 1px;
  background-color: #fff;
}
@media only screen and (min-width: 481px) and (max-width: 820px)  {
  #footer04 .cont {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
    padding: 5px 0;
    justify-content: space-between;
  }
  #footer04 .cont-item {
    display: block;
    width: 24%;
  }
  #footer04 .cont-item:nth-child(n+3) {
    margin-top: 10px;
  }
  #footer04 .nav ul {
    padding: 0 10px;
    margin: 0;
    font-size: 20px;
  }
  #footer04 .nav ul + .ttl {
    margin-top: 11px;
  }
  #footer04 .nav a {
    font-size: 17px;
    padding: 5px 0;
  }
}
@media screen and (max-width: 480px) {
  #footer04 .cont {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
    padding: 5px 0;
    justify-content: space-between;
  }
  #footer04 .cont-item {
    display: block;
    width: 48%;
  }
  #footer04 .cont-item:nth-child(n+3) {
    margin-top: 10px;
  }
  #footer04 .nav ul {
    padding: 0 10px;
    margin: 0;
    font-size: 20px;
  }
  #footer04 .nav ul + .ttl {
    margin-top: 11px;
  }
  #footer04 .nav a {
    font-size: 17px;
    padding: 5px 0;
  }
}



.footer img {
  width: 55vw;
}
.copyright {
	background-color: #a72126;
  width: 100%;
  padding: 15px 0;
}
.copyright p {
  color: #fff;
  text-align: center;
  font-size: 90%;
  margin: 0 auto;
}

.top_bg {
  padding: 40px 0 20px;
}