@import url('https://fonts.googleapis.com/css?family=Noto+Serif+JP');
@import url('https://fonts.googleapis.com/css?family=Sawarabi+Mincho');
html { scroll-behavior: smooth;}
body{
	margin:0; 
	padding:0;
	line-height: 1em;
	font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"ＭＳ Ｐゴシック",sans-serif;
}
img {
   border: none;
}
p {
	font-size: 23px;
	line-height: 1.3em;
	}
a {
   color: black;
   transition:all 0.8s ease;
}
a:hover {
	color: navy;
}
h1,h3,h4 {
   margin: 0;
   padding: 0;
}
h2 {
   margin-bottom: 20px;
   padding: 0;
   font-size: 35px;
   font-family: 'Sawarabi Mincho', sans-serif;
}
@media screen and (max-width: 980px) {
h2 {
   font-size: 25px;
   text-align: center;
}
}

ul,li {
   list-style: none;
   margin: 0;
   padding: 0;
}
	
/* ナビゲーション */
.inner {
    width: 980px;
    margin: 0 auto;
}
.inner:after {
    content: "";
    clear: both;
    display: block;
}
 
/* header */
#top-head {
    width: 100%;
    margin: 0 auto;
    padding: 20px 0;
    line-height: 1;
    z-index: 999;
}
#top-head a,
#top-head {
    text-decoration: none;
}
#top-head .inner {
    position: relative;
}
#top-head .logo {
    float: left;
    font-size: 36px;
	font-family: 'Noto Serif JP', sans-serif;
}
#top-head .logo p{
    text-align: center;
    font-size: 15px;
	padding: 0;
	margin: 10px 0 0 0;
	letter-spacing: 3px;
}
#global-nav ul {
    list-style: none;
    position: absolute;
    right: 0;
    bottom: 0;
    font-size: 14px;
}
#global-nav ul li {
    float: left;
}
#global-nav ul li a {
    padding: 0 15px;
}
#global-nav ul li a:hover{
    text-decoration: underline;
}
 
/* Fixed */
#top-head.fixed {
    margin-top: 0;
    top: 0;
    position: fixed;
    padding-top: 20px;
    height: 55px;
    background: #fff;
    background: rgba(255,255,255,.7);
    transition: top 0.65s ease-in;
    -webkit-transition: top 0.65s ease-in;
    -moz-transition: top 0.65s ease-in;
}
#top-head.fixed .logo {
    font-size: 24px;
    color: #333;
}
#top-head.fixed #global-nav ul li a {
    color: #333;
    padding: 0 20px;
}
 
/* Toggle Button */
#nav-toggle {
    display: none;
    position: absolute;
    right: 12px;
    top: 20px;
    width: 34px;
    height: 36px;
    cursor: pointer;
    z-index: 101;
}
#nav-toggle div {
    position: relative;
}
#nav-toggle span {
    display: block;
    position: absolute;
    height: 4px;
    width: 100%;
    background: #666;
    left: 0;
    -webkit-transition: .35s ease-in-out;
    -moz-transition: .35s ease-in-out;
    transition: .35s ease-in-out;
}
#nav-toggle span:nth-child(1) {
    top: 0;
}
#nav-toggle span:nth-child(2) {
    top: 11px;
}
#nav-toggle span:nth-child(3) {
    top: 22px;
}
	
/* ナビゲーション 980px */	
@media screen and (max-width: 980px) {
    #top-head,
    .inner {
        width: 100%;
        padding: 0;
    }
    #top-head {
        top: 0;
        position: fixed;
        margin-top: 0;
    }
    /* Fixed reset */
    #top-head.fixed {
        padding-top: 0;
        background: transparent;
    }
    #mobile-head {
        background: #fff;
        width: 100%;
        height: 70px;
        z-index: 999;
        position: relative;
    }
    #top-head.fixed .logo,
    #top-head .logo {
        position: absolute;
        left: 13px;
        top: 13px;
        color: #333;
        font-size: 26px;
    }
	#top-head .logo p{
    font-size: 12px;
}
    #global-nav {
        position: absolute;
        /* 開いてないときは画面外に配置 */
        top: -500px;
        background: #333;
        width: 100%;
        text-align: center;
        padding: 10px 0;
        -webkit-transition: .5s ease-in-out;
        -moz-transition: .5s ease-in-out;
        transition: .5s ease-in-out;
    }
    #global-nav ul {
        list-style: none;
        position: static;
        right: 0;
        bottom: 0;
        font-size: 14px;
    }
    #global-nav ul li {
        float: none;
        position: static;
    }
    #top-head #global-nav ul li a,
    #top-head.fixed #global-nav ul li a {
        width: 100%;
        display: block;
        color: #fff;
        padding: 18px 0;
    }
    #nav-toggle {
        display: block;
    }
    /* #nav-toggle 切り替えアニメーション */
    .open #nav-toggle span:nth-child(1) {
        top: 11px;
        -webkit-transform: rotate(315deg);
        -moz-transform: rotate(315deg);
        transform: rotate(315deg);
    }
    .open #nav-toggle span:nth-child(2) {
        width: 0;
        left: 50%;
    }
    .open #nav-toggle span:nth-child(3) {
        top: 11px;
        -webkit-transform: rotate(-315deg);
        -moz-transform: rotate(-315deg);
        transform: rotate(-315deg);
    }
    /* #global-nav スライドアニメーション */
    .open #global-nav {
        /* #global-nav top + #mobile-head height */
        -moz-transform: translateY(556px);
        -webkit-transform: translateY(556px);
        transform: translateY(556px);
    }
}



@keyframes slider{
	0%{
		opacity:0;
	}
	20.83%{
		opacity:1;
	}
	33.33%{
		opacity:1;
	}
	45.83%{
		opacity:0;
	}
	100%{
		opacity:0;
	}	
}


/* コンテンツ */	
.contents {
   width: 100%;
}
.box_con {
   width: 980px;
   padding: 80px 0;
   margin: 0 auto;
}

/* コンテンツ 640px */	
@media screen and (max-width: 980px) {
.contents {
   width: 100%;
   padding:0;
   margin: 0;
}
.box_con {
   width: 98%;
   padding: 30px 0;
   margin: 0 auto;
}
}

/* company */	
#company {
   background: #f8f8f8;
}
.gray {
   background-color:#e0e0e0;
}
.company_exp {
   border-collapse: collapse;
   width: 100%;
}
.company_exp td{
   padding: 20px;
   border: 1px solid #7c7c7c;
}
/* company 980px */	
@media screen and (max-width: 980px) {
.company_exp td{
   font-size: 12px;
}
}


/* busieness */	
#busieness {
   background: #f8f8f8;
}
.busieness_exp {
   border-collapse: collapse;
   width: 100%;
}
.busieness_exp td{
   padding: 20px;
}
.wholesale {
   background-color: black;
   color: white;
   padding: 20px;
}
.ordermade {
   background-image: url(../img/bg_01.png);
   background-repeat: repeat-x;
   color: white;
   padding: 20px;
}
/* busieness 980px */	
@media screen and (max-width: 980px) {
.busieness_exp {
   margin-bottom: 20px;
}
.busieness_exp td{
   font-size: 12px;
}
.busieness_exp td{
   padding: 5px;
}
.busieness_exp td p{
   font-size: 13px;
   margin-bottom: 5px;
   font-weight: bold;
}
.busieness_img {
   vertical-align: top;
}
}


#copy {
   background: #f8f8f8;
   text-align: center;
}

/* copy 980px */	
@media screen and (max-width: 980px) {
  #copy {
   font-size: 10px;
   text-align: center;
}

}
