@charset "UTF-8";
/* CSS Document */
html {
  font-size: 62.5%; /* 16px * 62.5% = 10px */
  width: 100%;
  box-sizing: border-box;
}
body {
 color: #262626; /* RGB */
 font-family:YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
  font-weight: 400;
 font-style: normal;
  font-size: 2.2em;
  line-height: 3.2rem;
  text-align: left;
  opacity: 0;
  vertical-align: middle;
}
.is-load{
  opacity: 1;
  transition-delay: .1s;
}
.wrapper{
  width: 100%;
  overflow: hidden;
}

h2 {
font-family: source-han-serif-japanese, serif;
font-style: normal;
font-weight: 200;
}
h3 {
font-family: source-han-serif-japanese, serif;
font-style: normal;
font-weight: 700;
}
.mincho{
font-family: source-han-serif-japanese, serif;
font-style: normal;
font-weight: 200;
}
p li{
font-family: kozuka-gothic-pro, sans-serif;
font-style: normal;
font-weight: 100;
}
a:hover {
  opacity: 0.5;
}

.br_sp{
  display: block;
}
.br_pc{
  display: none;
}

/*-----header----*/
.header {
  position: relative;
  width: 100%;
  background: url("../images/wasi.png")center/cover;
  display: flex;
  justify-content: space-between;
  align-content: center;
}
.syuji_logo{
    max-width: 150px;
    margin: 0 auto;
    padding: 23px 20px 20px 40px;
}
.header__navgation {
    text-align: left;
    height: 87px;
    align-items: center;
  }
.pc { display: none !important; }
.sp { display: block !important; }

.header__navgation ul li a {
  display: none;
}
.otoiawase-logo{
  display: block;
  position: absolute;
  right: 0%;
  top: 0;
  width: 140px;
  z-index: 9000;
}
.otoiawase-logo img {
  width: 100%;
 margin: 0px;
}



@media (min-width:930px) {
  .header {
   display: block;
   width: 100%;
    height: 90px;
   background: url("../images/wasi.png")center/cover;
    margin: 0 auto;
    text-align: left;
  }
  .syuji_logo{
    display: block;
    position: absolute;
    max-width: 203px;
    text-align: left;
    left: 31px;
    padding: 30px 0 0 0 ;
  }
  .pc { display: block !important; }
  .sp { display: none !important; }
  .header__navgation {
    text-align: left;
    height: 87px;
    align-items: center;
  }
    .header__navgation ul  {
    text-align: right;
    padding-right: 250px;
    top:50px;
   padding-top: 20px;
  }
  .header__navgation ul li {
    color: #262626;
    display: inline-block;
    font-size: 1.4rem;
    line-height: 2.42857;
    margin-left: 13px;
    left: -142px;
  }
  .header__navgation ul li a {
  display: block;
    font-size: 1.8rem;
    line-height: -14.57143;
    position: relative;
    text-decoration: none;
    color: #262626;
    padding-left: 15px;
  }
  .headder_icon {
    display: none;
  }
  .otoiawase-logo{
    display: block;
    position: absolute;
    right: 0%;
    top: 0;
    width:227px;
    z-index: 9000;
  }
 
}


/*---footer---*/
.footer{
    display: block;
    width: 100%;
    height: 100vh;
    background: url("../images/common/main-back.png")center/cover;
    background-repeat:  no-repeat;
}
.section-access{
  padding-bottom: 100px;
}
.footer_kaede-red{
  display: block;
  margin: 0 auto;
  text-align: center;
  max-width: 120px;
  padding-top: 55px;
}

.nihonsyuji-kofu-logo{
  display: block;
  margin: 0 auto;
  text-align: center;
  max-width: 250px;
  padding-top:50px;
  transform: translateX(10%);
  padding: 50px 40px 0 10px;
}
.footer_text{
  display: block;
  font-size:2rem;
  line-height: 3rem;
  margin: 0 auto;
  text-align: center;
  text-decoration: none;
  color: #262626;
  padding:30px 30px 0;
  font-weight: 600;
}
@media (max-width:400px) {
  .footer_kaede-red{
    display: block;
    margin: 0 auto;
    text-align: center;
    max-width: 100px;
    padding-top: 35px;
  }
  .nihonsyuji-kofu-logo{
    padding: 10px 40px 0 10px;
  }
}
.phone_icon img{
  max-height: 40px;
}

.footer_phone {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 30px 0;
}
.footer_phone p{
  margin: 0 auto;
  text-align: center;
  font-size: 3.0rem;
  color: #851804;
  font-weight: 500;
  max-width: 100%;
}

.footer_mail-form{
    display: block;
    margin: 0 auto;
    max-width: 500px;
    padding: 0 40px;
}
.section_address {
  text-align: center;
  font-size: 2.0rem;;
  color: #262626;
  margin-top: 10px;
  font-style:normal;
}
.footer_copyright p{
    text-align: center;
    display: block;
    font-size: 1.2rem;
    font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
    margin: 20px;
}


.footer_navigation2{
  display: block;
  margin: 0 auto;
  bottom:0;
  position: fixed;
  width: 100%;
  z-index: 9999;
}
.footer_icon{
  height: 36px;
  margin-bottom: 5px;
}
.footer_icon img{
  height: 100%;
}

.footer_nav{
   display: flex;
    justify-content: space-around;
    background: url(../images/wasi.png)center/cover;
    background-color: #f5efec;
    padding: 10px;
  font-size: 13px;
  line-height: 17px;
  border-top: 1px solid #ddd;
}
.footer_nav_item{
  display: block;
  width: 50%;
  border-right: 1px dotted #262626;
  text-align: center;
  font-family: serif;
  text-decoration: none;
  color:#262626;
  cursor: pointer;
}
.footer_nav_item:last-child{
    border-right: none;
}
/*---------フッター携帯---------*/

@media (min-width:930px) {
  .footer_kaede-red{
    display: block;
    margin: 0 auto;
    text-align: center;
    max-width: 150px;
    padding-top: 55px;
  }
  .phone_icon img{
      max-height: 110px;
    }
    
  .footer_phone {
      margin: 60px 0;
    }
  .footer_phone p{
  
      font-size: 5.0rem;

    }
  .footer_text{
      font-size:3rem;
      line-height: 5.5rem;
      padding:70px 30px 0;
      font-weight: 600;
    }
 .nihonsyuji-kofu-logo{
      padding: 50px 0px 0 0px;
    }

.footer_copyright p{
    text-align: center;
    font-size: 1.2rem;
    font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
    margin:20px auto 50px
}
.footer_navigation2{
  display: none;
}

}
/*---------ナビ---------*/
.sp_navigation{
  position:fixed;
  top:0;
  left: 0;
  z-index: 9998;
  background-color: #fff;
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  background: url("../images/common/footer-back.png")center/cover;
  opacity: 0;
  pointer-events: none;
  transition: 0.5s;
}
.is-menu-open .sp_navigation{
  opacity: 1;
  pointer-events: auto;
}
.sp_navigation a{
  display: block;
  text-decoration: none;
  color: #262626;
  font-size: 20px;
}
.sp_navigation li+li{
margin-top: 1.5em;
}
.sp_navigation_close{
  position: absolute;
  top:30px;
  right: 30px;
  cursor: pointer;
  max-width: 35px;
}
.footer_nav_item a{
  text-decoration: none;
}

a:visited {
color:#262626; 
}