﻿body{
  font-size: 16px;
  font-family: 'Noto Sans JP', sans-serif, 'ＭＳ ゴシック','ヒラギノ角ゴシック','Hiragino Sans','Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3',sans-serif;
  margin: 0;
  padding: 0; 
}
.text-bold{
  font-weight: 900;
}
a:hover{
  opacity: 0.7;
  transition: 0.3s ease-in-out;
}

@media screen and (max-width:750px) {

  body {
    position: relative;
    right: 0;
    overflow-x: hidden;
}

#slide_menu{
  position: fixed;
  top: 0;
  right: -200px;
  width: 200px;
  height: 100vh;
  background: rgba(0,0,0,0.3);
  box-shadow: 2px 2px 10px rgba(0,0,0,0.2);
  text-align: center;

}

  .pc-only{
    display: none;
  }
  
  #slide_menu img{
    position: relative;
    width: 90%;
    margin-bottom: 5%;
    margin: 0 auto;
  }
  img{
    width: 100%;
  }
  .s-nav-title{
    width: 100%;
    margin: 0 auto;
    display: flex;
    align-items: center
  }
   
  #slide_menu ul li{
    margin-bottom: 5%;
  }
 
  #slide_menu ul li:last-child {
    padding-bottom: 0;
    border-bottom: none;
  }
  #slide_menu ul li:first-child {
      padding-top: 35%;
      border-bottom: 1.5px dotted #fff;
      padding-bottom: 5%;
      margin-bottom: 40%;
  }
  #slide_menu ul li a {
      display: block;
      padding: 0;
  }
     
  .navToggle {
    display: block;
    position: fixed;    
    right: 13px;
    top: 6px;
    width: 30px;
    height: 30px;
    cursor: pointer;
    z-index: 10010;
    text-align: center;
  }
  
  .navToggle span {
    display: block;
    position: absolute;    
    width: 30px;
    border-bottom: solid 3px #eb6e00;
    -webkit-transition: .35s ease-in-out;
    -moz-transition: .35s ease-in-out;
    transition: .35s ease-in-out;
    left: 6px;
  }
  
  .navToggle span:nth-child(1) {
    top: 12px;
  }
  
  .navToggle span:nth-child(2) {
    top: 21px;
  }
  
  .navToggle span:nth-child(3) {
    top: 30px;
  }
  
  .navToggle span:nth-child(4) {
    border: none;
    color: #eee;
    font-size: 9px;
    font-weight: bold;
    top: 34px;
  }
  
  .navToggle.active span:nth-child(1) {
    top: 18px;
    left: 6px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  
  .navToggle.active span:nth-child(2),
  .navToggle.active span:nth-child(3) {
    top: 18px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .s-nav{
    width: 100%;
    position: relative;
    z-index: 500;
  }
  .site-logo{
    width: 48%;
    margin-left: 3px;
    margin-top: 0px;
  }
  .s-nav-li{
    margin-bottom: 40%;
  }
  
  }
  @media screen and (min-width:751px) and ( max-width:1079px) {
  
    .s-only{
      display: none;
    }
  .header{
    background: rgba(255,255,255,0.5);
    display: flex;
    padding: 1.5% 2%;
    position: fixed;
    justify-content: space-between;
    align-items: center;
    transition: .5s;
    width: 100%;
    z-index: 100;
  }
  .header.transform{
    background: rgba(255,255,255,0.7);
    padding: 0.5% 1.5%;
    box-shadow: 2px 2px 10px rgba(0,0,0,0.2);
  }
  .nav{
    flex-basis: 70%;
  }
  .site-logo{
    flex-basis: 10%;
    margin-top: -1%;
  }
  .nav_menu_item{
    flex-basis: 30%;
  }
  .header img{
    width: 100%;
  }
  .nav_menu{
    display: flex;
    align-items: center;
    justify-content: flex-end;
  }
  .nav_menu_item01{
      flex-basis: 40%;
      max-width: 500px;
      margin-right: 4%;
  }
  .nav_menu_item02{
    flex-basis: 30%;
    max-width: 200px;
  }
  .nav_menu_item03{
    flex-basis: 30%;
    max-width: 200px;
  }

  
  }
  
  @media screen and (min-width:1080px) {
    .s-only{
      display: none;
    }
  .header{
    background: rgba(255,255,255,0.5);
    display: flex;
    padding: 1.5% 2%;
    position: fixed;
    justify-content: space-between;
    align-items: center;
    transition: .5s;
    width: 100%;
    z-index: 100;
  }
  .header.transform{
    background: rgba(255,255,255,0.7);
    padding: 0.5% 1.5%;
    box-shadow: 2px 2px 10px rgba(0,0,0,0.2);
  }
  .nav{
    flex-basis: 50%;
  }
  .site-logo{
    flex-basis: 10%;
    margin-top: -0.8%;
  }
  .nav_menu_item{
    flex-basis: 30%;
  }
  .header img{
    width: 100%;
  }
  .nav_menu{
    display: flex;
    align-items: center;
    justify-content: flex-end;
  }
  .nav_menu_item01{
      flex-basis: 50%;
      max-width: 500px;
      margin-right: 4%;
  }
  .nav_menu_item02{
    flex-basis: 20%;
    max-width: 150px;
  }
  .nav_menu_item03{
    flex-basis: 20%;
    max-width: 200px;
  }

  
  }