@charset "UTF-8";
* {
  margin: 0;
  padding: 0;
  vertical-align: bottom;
}

a {
  text-decoration: none;
}

li {
  list-style: none;
}

body {
  background-image: url(..//img/common/bg_pc.png);
  background-size: cover;
  color: #505050;
  background-attachment: fixed;
  z-index: 1;
  font-family: "Noto Sans JP", sans-serif;
  transition: 0.7s;
}

.img{
  width: 100%;
}
img{
  width: 100%;
}

.nav_wrapper {
  position: fixed;
  z-index: 5;
  width: 100%;
  top: 50%;
  transform: translateY(-50%);
}
.nav_wrapper .nav_list {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: calc((100% - 450px) / 4);
  right: 0;
  z-index: 5;
}
.nav_wrapper .nav_list li {
  margin-bottom: 14px;
  background-color: #d73026;
  border-radius: 40px 0 0 40px ;
}
.nav_wrapper .nav_list li a {
  display: inline-block;
  padding: 26px 40px;
  font-size: 20px;
  font-weight: 700;
  color: #fff;
}
.nav_wrapper .nav_list li a span{
  font-size: 14px;
  display: block;
}
.nav_wrapper .main-logo {
  min-width: 16%;
  width: 20%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: calc((100% - 450px) / 9);
  z-index: 5;
}
.section{
  background: #fff;
}
main{
  margin-top: -4rem;
  position: relative;
}

@media screen and (max-width: 769px) {
  .nav_wrapper {
    display: none;
  }
}
@media screen and (max-width: 1070px) {
  .nav_wrapper .main-logo{
    display: none;
  }
}

@media screen and (min-width: 769px){
 a:hover{
  opacity: .6;
  transition: 0.7s;
 }
 .article{
  border-left: 5px solid #f2eee7;
  border-right: 5px solid #f2eee7;
  box-shadow: 0px 0px 15px -5px #ad8631;
 }
}

.current {
  background-color: #fa8072 !important;
}
.current a {
  color: #fff !important;
}
.article {
  max-width: 450px;
  margin: 0 auto;
  position: relative;
  background: #fff;
}

@media screen and (max-width: 768px) {
  .article {
    max-width: none;
    width: 100%;
  }
}

/*-------  header  -------*/
.header {
  height: 4rem;
  justify-content: space-between;
  align-items: center;
  position: absolute;
  position: sticky; /* ここに注目! */
  top: 0;
  z-index: 100;
}
.h-logo a{
  width: 8.6rem;
  padding: 1.1rem 0 0 .8rem;
  position: absolute;
  display: flex;
  z-index: 10;
}
.hamburger-menu {
  width: 4rem;
  height: 4rem;
  position: relative;
  border: none;
  background: #fff;
  border-radius: 0 0 0 2rem;
  appearance: none;
  padding: 0;
  cursor: pointer;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 100;
}
.hamburger-menu__bar {
  display: inline-block;
  width: 35%;
  height: 3px;
  background: #505050;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  transition: .5s;
}
.hamburger-menu__name{
  margin-top: 1rem;
  color: #505050;
  font-size: .6rem;
  font-family: "DM Sans", sans-serif;
  font-weight: 900;
}
.hamburger-menu__bar:first-child {
  top: .9rem;
}
.hamburger-menu__bar:nth-child(2) {
  top: 1.3rem;
}
.hamburger-menu__bar.last{
  top: 1.7rem;
}
.hamburger-menu--open .hamburger-menu__bar {
  top: 35%;
}
.hamburger-menu--open .hamburger-menu__bar:first-child {
  transform: translateX(-50%) translateY(-50%) rotate(45deg);
}
.hamburger-menu--open .hamburger-menu__bar.last {
  transform: translateX(-50%) translateY(-50%) rotate(-45deg);
}
.hamburger-menu--open .hamburger-menu__bar:nth-child(2) {
  display: none;
}
.navigation {
  width: 100%;
  height: 100%;
  padding: 4rem 0;
  display: none;
  position: fixed;
  top: 0;
  background: #f2eee7;
  z-index: 99;
}
.navigation__list {
  text-align: center;
  list-style: none;
  padding: 0;
  margin: 0;
}
.navigation__list-item {
  border-bottom: solid 1px #dab86c;
}
.navigation__link {
  color: #505050;
  font-weight: 700;
  text-decoration: none;
  display: block;
  padding: 24px 0;
  transition: .5s;
}
header .sit-list{
  width: 82.9%;
  margin: 1.25rem auto 1.25rem;
  padding: 1.25rem;
  background: #f18f01;
  border-radius: 1.25rem;
}
header .sit-list .ttl{
  margin-bottom: .625rem;
  text-align: center;
  color: #fff;
  font-size: 1rem;
  font-weight: 700;
}
header .sit-list ul{
  display: inline-flex;
}
header .sit-list li:first-child{
  margin-right: .7rem;
}
header .btn{
  width: 90%;
  margin-left: 1.5%;
}
@media (hover: hover) and (pointer: fine) {
  .navigation__link:hover {
    background: #333;
  }
}
@media screen and (min-width: 769px){
  main{
    margin-top: 0;
  }
  .header{
    height: 0;
    max-width: 450px;
    margin: 0 auto;
    position: relative;
  }
  .header button{
    display: none;
  }
}


/*-------  main  -------*/
#main .sns{
  width: 2.8rem;
  position: fixed;
  right: 0;
  bottom: 1.7rem;
  z-index: 10;
}
#main .sns li:first-child{
  margin-bottom: 0.5rem;
}
@media screen and (min-width: 769px){
 #main .sns{
  width: 76px;
 }
}


/*-------  footer  -------*/
#footer{
  padding: 4.5rem 0 1.25rem;
  position: relative;
  background: #f2eee7;
  border-radius: 2rem 2rem 0 0;
}
#footer .pagetop{
  width: 17%;
  margin: -6.7rem auto 0;
  left: 0;
  right: 0;
  text-align: center;
  position: absolute;
}
#footer .f-logo{
  width: 43.5%;
  margin: 0 auto 3rem;
}
#footer .copy{
  font-size: .6rem;
  text-align: center;
}




