@charset "UTF-8";

/* css Dpcument */

@media screen and (max-width: 736px){
  .consepttext-pc {
    display: none;
  }
  .consepttext-sp {
    display: block;
  }
  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;
	}
  .corporation {
    clear: both;
  }
	/*　ハンバーガーボタン　*/
.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;
margin-bottom: 10px;
  }
  h2:before, h2:after {
    border-top: 1px solid;
    content: "";
    flex-grow: 1;
  }
  h2:before {
    margin-right: 1rem;
  }
  h2:after {
    margin-left: 1rem;
  }
  .conseptTitle {
    margin-top: 50px;
  }
  .corporation {
    padding: 1.5em 1em;
  }
  .box-right {
    width: 95%;
    padding: 2px;
    margin: auto;
  }
  .box-left {
    width: 95%;
    padding: 2px;
    margin: auto;
    float: inherit;
    font-size: 12px;
  }
  .businessbox {
    padding: 1.5rem 1em;
  }
  .businessbox2 {
    padding: 1.5rem 1em;
  }


.mgb40 {
  margin-bottom: 40px !important;
}

table {
  width: 100%;
  border-collapse: collapse;
  border: 1px solid #ccc;
  font-size: 13px;
  line-height: 1.6;
  border-spacing: 0;
  margin: auto;
  margin-top: 30px;
}


table th {
  display: table-cell;
  text-align: -internal-center;
  border: 1px solid #aaa;
  background: #F5F5F5;
}

table td {
  padding: 5px;
  border: 1px solid #aaa;
  background-color: #fff;
  word-break: break-all;
  display: table-cell;
  vertical-align: inherit;
}

h3 {
  text-align: center;
  font-size: 16.8px;
  font-family: 'Noto Serif JP', serif;
  margin-top:20px;
  margin-bottom: 20px;
}
h3 p{margin-bottom: -20px;}
#businessbox {
  top: 30px;
  width: 100%;
}

#businesstext p {
  top: 30px;
  bottom: 15px;
  padding: 5%;
  line-height: 1.85;
  margin-bottom: 24px;
  font-size: 12px;
}
	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%;
}
}

