@charset "UTF-8";
/* CSS Document */

html, body {
	margin: 0;
	padding: 0;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 400;
	border: 0px solid #EBE7E7;
	letter-spacing: 0.1em;
	font-size:0.82em;
	letter-spacing: 0.1em;
	color: #333;
}

body {
font-family: 'Noto Sans JP','Avenir','Helvetica Neue','Helvetica','Arial','Hiragino Sans','ヒラギノ角ゴシック',YuGothic,'Yu Gothic','メイリオ', Meiryo,'ＭＳ Ｐゴシック','MS PGothic'  
}

h1, h2, h3, h4, h5, h6, p, blockquote, address, big, cite, img, code, em, font,  small, strike, sub, sup, li, ol, ul, fieldset, form, label, legend, button, caption {
	margin:0;
	padding:0;
	border:0;
	font-weight:normal;
	font-style:normal;
	font-size:100%;
	line-height: 1.7;
	font-family:inherit;
	/*text-align:left;*/
	font-family: "nsj-Light",sans-serif;
	font-weight: 400;
}
	
ol, ul { list-style:none;}

a {
color:#666;
text-decoration: none;;
} 	

a:hover img {
opacity: 0.7;
filter: alpha(opacity=70);
-ms-filter: "alpha(opacity=70)";
}

hr { 
  border: 0; 
  height: 1px; 
  background-image: -webkit-linear-gradient(left, #666, #666, #666);
  background-image: -moz-linear-gradient(left, #666, #6665, #666 { 
  border: 0; 
  height: 1px; 
  background-image: -webkit-linear-gradient(left, #666, #666, #666);
  background-image: -moz-linear-gradient(left, #666, #666, #666);
  background-image: -ms-linear-gradient(left, #666, #666, #666);
  background-image: -o-linear-gradient(left, #666, #666, #666); 
});
  background-image: -ms-linear-gradient(left, #666, #666, #666);
  background-image: -o-linear-gradient(left, #666, #666, #666); 
}	
	
#content {
 width: 960px;
 margin: 10vw auto;
 padding: 0 0;
 text-align: center;
 color: #666;
 font-family: "nsj-Light",sans-serif;
 font-weight: 400;
}

#content .item {
font-size: 0.9vw;
}
	
#content .item img {
justify-content: space-between;
margin-bottom: 0.9vw;
text-align: center;
width: 80%;
}

#content h3 {
  padding-bottom: .0em;
  border-bottom: 0px solid #ccc;
  font-size: 2.2vw;
  letter-spacing: 0.1em;
}
#content span {
  display: block;
  margin-bottom: 0.1em;
  font-size: 1.2vw;
  letter-spacing: 0.1em;
}


.gnav-wrapper {
background: #fff;
position: relative;
width: 100%;
border-bottom: 1px solid #E8E8E8;
box-shadow: 0 12px 10px -6px rgba(0,0,0,.1);
text-align: center;
font-family: "nsj-Light",sans-serif;
font-weight: 400;
padding: 4px 0px 10px 0px;
}
.gnav {
display: flex;
justify-content: space-between;
width: 960px;
margin: 0 auto;
text-align: center;
letter-spacing: 0.1em;
}
.gnav li {
padding: 18px 0;
text-align: center;
transition: all .3s ease-in-out;
line-height: 140%;
font-family: "nsj-Light",sans-serif;
font-weight: 400;
font-size:110%;
}
.gnav li:hover {
background: #;
}
.gnav a {
color: #666;
border-left: solid 0px #fefefe;
padding: 0 10px;
}

.gnav > li:last-child a {
border-right: solid 0px #fefefe;
}
.gnav > li:hover .megamenu {
max-height: 9999px;
opacity: 1;
padding: 0px 10px;
background: #;
}
.gnav > li:hover .singlemenu {
max-height: 9999px;
opacity: 1;
padding: 0px 10px;
background: #;
}
.megamenu {
	background: #727171;
	max-height: 0;
	opacity:0.5;
	overflow: hidden;
	width: 1100px;
	position: absolute;
	top: 58px;
	left: 180px;
	transition: all .2s ease-in;
	z-index: 999;
	box-shadow: 0 12px 10px -6px rgba(0,0,0,.3);
	text-align: center;
	font-family: "nsj-Light",sans-serif;
	border-radius: 4px 4px 4px 4px; /* 左上・右上・右下・左下 */ 
}
.megamenu-inner {
display: flex;
flex-wrap: wrap;
}
.megamenu-inner li {
width: calc( (100% / 10) );
padding: 0px 0px 0px 0px;
color: #fff;
font-size:90%;
}
.megamenu-inner a {
border-left: none;
color: #fff;
}
.megamenu li:after {
  position: absolute;
  border-style: solid;
  border-color: transparent transparent transparent #ef887e;
  border-width: 10px 0 10px 17.32px;
  transform: rotate(45deg);
}
.megamenu-inner-img {
margin: 0 auto;
width: 100%;
text-align: center;
}
.megamenu-inner-img img {
margin: 0 auto;
width: 45%;
text-align: center;
}
.megamenu-inner-text {
padding: 0px 10px;
}
.megamenu-inner-text img {
margin: 0 5px 0 0;
}
.white_box {
margin: 34px 6px;
border-bottom: solid #999 1px;
color: #fff;
padding: 0px 0px 4px 0px;
}

.singlemenu {
	background: #727171;
	max-height: 0;
	opacity: 0;
	overflow: hidden;
	width: 170px;
	position: absolute;
	top: 58px;
	transition: all .2s ease-in;
	z-index: 999;
	box-shadow: 0 12px 10px -6px rgba(0,0,0,.3);
}
.singlemenu-inner {
display: flex;
flex-wrap: wrap;
}
.singlemenu-inner li {
width: calc( (100% / 1) );
padding: 4;
border-bottom: 1px solid #838282;
text-align: left;
font-size: 12px;
color: #fff;
}
.singlemenu-inner a {
border-left: none;
color: #fff;
}

.footer-box{
    width: 100%;
    background: #727171;
	padding: 30px 0px;
	font-family: "nsj-Light",sans-serif;
	font-weight: 400;
}
	
.ttl{
    font-size: 18px;
	color: #ccc;
	text-align: center;
	margin: 0px auto 0px auto;
}
	
.footer{
    width: 960px;
    display:flex;
    flex-wrap:wrap;
	text-align: center;
	margin: 0 auto;
	color: #fff;
	
}

.footer a {

	color: #fff;
	
}

.copy{
    width: 960px;
    text-align: center;
	margin: 10px auto;
	color: #666;
}

.footer .white_box {
margin: 10px 6px 30px 6px;
border-bottom: solid #999 1px;
color: #fff;
padding: 6px 10px;
width: 200px;
font-size: 14px;
}
.footer .white {
margin: 10px 0px;
border: solid #fff 0px;
color: #fff;
padding: 4px 0px;
width: 200px;
font-size: 14px;
text-align: left;
}
 
.footer-innner {
    background: #727171;
    border: 0px solid #000;
    padding: 10px;
    width: 25%;
    box-sizing: border-box;
	display:flex;
}
.footer-innner li {
    line-height: 200%;
	vertical-align: top;
	text-align: left;
}


.footer-innner-img {
width: 24%;
text-align: left;
}

.footer-innner-img img {
padding: 0 10px 0 10px;
}

.footer-innner-text {
width: 76%;
text-align: right;
}
	
/* reset.cssに下記を追加 */
header,
footer,
main,
nav,
article,
aside,
section{
display: block;
}
	
.flex{
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
	flex-wrap: wrap; /*折り返し有り・複数行*/
	align-items: center;     /*中央揃え*/
	margin: 4px 0px;
}
	
/* 看板 */
.pc_sign {
	margin-bottom: 0px;
	width: 100%;
	position: relative;/*逶ｸ蟇ｾ驟咲ｽｮ*/
	box-shadow: 0 12px 10px -6px rgba(0,0,0,.2);
	color: #666;
}
	
.pc_sign img {
    width:auto;
    height:auto;
    max-width:100%;
    max-height:100%;
	vertical-align:bottom;
	height: 500px;
  object-fit: cover;
}
	
.pc_sign p {
	position: absolute;
	text-align: center;
	color: #fff;
	top: 50%;
	left: 50%;
	-ms-transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	margin:0;
	padding:0;
	text-shadow: 0 2px 5px rgba(0, 0, 0, .5);
	font-family: "nsj-Thin",sans-serif;
	font-weight: 400;
	font-size: 24px;
}


/* 会社概要 */
.pc_company {
	margin-bottom: 0px;
	width: 100%;
	position: relative;/*相対配置*/
	background: #fafafa;
	font-family: "nsj-Thin",sans-serif;
	font-weight: 400;
	background: #fafafa;
}

.pc_company p {
	text-align: left;
	color: #666;
	width: 100%;
	line-height: 200%;
	font-size; 130%;
}

.insta_ttl {
  padding: 0 0 0 0;
  background-image: url(//www.rakuten.ne.jp/gold/rybo/index/image/base/insta_icon.png);
  background-repeat: no-repeat;
  background-position: 50% 5px;
}

.insta_ttl img {
  width: 50%;
  height: 50%;
}

/*=====ドロワーメニュー=====*/
#nav-drawer {
	position: fixed;
	top: 350px;
	right: 0px;
	z-index: 99999;
	background: #f2eeeb;
	border-radius: 2px 0px 0px 2px;
	box-shadow: 6px 6px 10px rgba(0,0,0,.20);
}

/*チェックボックス等は非表示に*/
.nav-unshown {
  display:none;
}

/*アイコンのスペース*/
#nav-open {
    display: inline-block;
    width: 22px;
    height: 20px;
    vertical-align: middle;
	padding: 20px;
}

/*ハンバーガーアイコンをCSSだけで表現*/
#nav-open span, #nav-open span:before, #nav-open span:after {
    position: absolute;
    height: 2px;/*線の太さ*/
    width: 25px;/*長さ*/
    border-radius: 3px;
    background: #555;
    display: block;
    content: '';
    cursor: pointer;
}
#nav-open span:before {
    bottom: -8px;
}
#nav-open span:after {
    bottom: -16px;
}

/*閉じる用の薄黒カバー*/
#nav-close {
    display: none;/*はじめは隠しておく*/
    position: fixed;
    z-index: 99;
    top: 0;/*全体に広がるように*/
    left: 0;
    width: 100%;
    height: 100%;
    background: black;
    opacity: 0;
    transition: .3s ease-in-out;
}

/*中身*/
#nav-content {
    overflow: auto;
    position: fixed;
    top: 0;
    right: 0;
    z-index: 999;/*最前面に*/
    width: 100%;/*右側に隙間を作る*/
    max-width: 330px;/*最大幅*/
    height: 100%;
    background: #fff;/*背景色*/
    transition: .3s ease-in-out;/*滑らかに表示*/
    -webkit-transform: translateX(105%);
    transform: translateX(105%);/*左に隠しておく*/
}

/*チェックが入ったらもろもろ表示*/
#nav-input:checked ~ #nav-close {
    display: block;/*カバーを表示*/
    opacity: .5;
}

#nav-input:checked ~ #nav-content {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
    box-shadow: 6px 0 25px rgba(0,0,0,.15);
}


