@charset "UTF-8";
/* css Dpcument */
@media screen and (max-width: 736px) {
  body {
    font-family: YuGothic, 'Yu Gothic', "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif"
  }
  img {
    display: block;
    width: 100%;
    height: auto;
  }
  a {
    text-decoration: none;
    color: #333;
  }
  li {
    list-style-type: none;
  }
  /*nav {
    display: none;
  }*/
  .sp {
    display: block;
  }
  /*g-navメニュー消す*/
  .clearfix {
    display: none;
  }
  header {
    background-color: #fff;
    width: 100%;
  }
  #logo {
    float: left;
    width: 60%;
  }
.header-btn{
		display:none;
	}
  .returns-changes {
    clear: both;
    width: 100%;
  }
  /*　ハンバーガーボタン　*/
  .hamburger {
    display: block;
    position: fixed;
    z-index: 3;
    right: 13px;
    top: 12px;
    width: 42px;
    height: 42px;
    cursor: pointer;
    text-align: center;
  }
  .hamburger span {
    display: block;
    position: absolute;
    width: 30px;
    height: 2px;
    left: 6px;
    background: #555;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
  }
  .hamburger span:nth-child(1) {
    top: 10px;
  }
  .hamburger span:nth-child(2) {
    top: 20px;
  }
  .hamburger span:nth-child(3) {
    top: 30px;
  }
  /* ナビ開いてる時のボタン */
  .hamburger.active span:nth-child(1) {
    top: 16px;
    left: 6px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  .hamburger.active span:nth-child(2), .hamburger.active span:nth-child(3) {
    top: 16px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  nav.globalMenuSp {
    position: fixed;
    z-index: 2;
    top: 0;
    left: 0;
    color: #000;
    background: rgba(0, 0, 0, 0);
    text-align: center;
    transform: translateX(100%);
    transition: all 0.6s;
    width: 100%;
    height: 100%;
  }
  nav.globalMenuSp ul {
    padding-top: 50px;
    padding-bottom: 85px;
    /* display: block; */
    position: fixed;
    right: -108px;
    top: 0;
    height: 100%;
    width: 136px;
    z-index: 1001;
    /* overflow-y: auto; */
    box-sizing: border-box;
    background-color: #F2F2F2;
  }
  nav.globalMenuSp ul li {
    list-style-type: none;
    padding: 0;
    width: 100%;
    border-bottom: 1px solid #fff;
  }
  nav.globalMenuSp ul li:last-child {
    padding-bottom: 0;
    border-bottom: none;
  }
  nav.globalMenuSp ul li:hover {
    background: #ddd;
  }
  nav.globalMenuSp ul li a {
    display: block;
    color: #000;
    padding: 1em 0;
    text-decoration: none;
  }
  .globalMenuSp span {
    display: block;
  }
  span .nav-en-home {
    font-size: 16px;
  }
  span.nav-jp-home {
    font-size: 10px;
  }
  span .nav-en-concept {
    font-size: 16px;
  }
  span.nav-jp-concept {
    font-size: 10px;
  }
  span .nav-en-menu {
    font-size: 16px;
  }
  span.nav-jp-menu {
    font-size: 10px;
  }
  span .nav-en-corporation {
    font-size: 16px;
  }
  span.nav-jp-corporation {
    font-size: 10px;
  }
  span .nav-en-onlineshop {
    font-size: 16px;
  }
  span.nav-jp-onlineshop {
    font-size: 10px;
  }
  /* このクラスを、jQueryで付与・削除する */
  nav.globalMenuSp.active {
    transform: translateX(0%);
  }
  h2 {
    width: 70%;
    margin: auto;
    display: flex;
    align-items: center;
    font-size: 18px;
  }
  h2:before, h2:after {
    border-top: 1px solid;
    content: "";
    flex-grow: 1;
  }
  h2:before {
    margin-right: 1rem;
  }
  h2:after {
    margin-left: 1rem;
  }
  .each_bloc {
    margin-bottom: 4em;
    padding-top: 1em;
    padding: 5%;
  }
  .each_bloc p {
    margin: auto;
    margin-top: 40px;
    font-size: 14px;
  }
  .each_bloc h3 {
    font-size: 1.05em;
    margin: 2.5em 0 1em;
    padding: 0.1em 0 0.3em 0.8em;
    font-weight: bold;
    border-left: solid 0.8em #33100E;
    border-bottom: dotted 1px #33100E;
  }
  footer {
    width: 100%;
  }
  #footerInner img {
    width: 40%;
    margin: auto;
  }
  #footer-menu {
    display: none;
  }
  #footerLogo {
    margin: auto;
    margin: 20px auto 70px;
  }
  #copyRight {
    display: none;
  }
  /*ボタン練習*/
  .btn li {
    display: block;
    position: fixed;
    z-index: 3;
    right: 13px;
    top: 12px;
    cursor: pointer;
    text-align: center;
  }
  .footer-btn-email {
    width: 44%;
    height: 24px;
    display: block;
    text-align: center;
    background-color: #ACACAC;
    font-size: 14px;
    position: fixed;
    bottom: 0px;
    right: 0px;
    box-shadow: 1px 6px 10px -8px rgb(0 0 0 / 30%);
    border: 1px solid #eeeeee;
    color: #FFF;
    padding: 3%;
  }
  .footer-btn-tel {
    width: 44%;
    height: 24px;
    display: block;
    text-align: center;
    background-color: #ACACAC;
    font-size: 14px;
    position: fixed;
    bottom: 0px;
    left: 0px;
    box-shadow: 1px 6px 10px -8px rgb(0 0 0 / 30%);
    border: 1px solid #eeeeee;
    color: #FFF;
    padding: 3%;
  }
}