@charset "UTF-8";
/* Simple fluid media
   Note: Fluid media requires that you remove the media's height and width attributes from the HTML
   http://www.alistapart.com/articles/fluid-images/ 
*/
img, object, embed, video {
	max-width: 100%;
}
/* IE 6 does not support max-width so default to width 100% */
.ie6 img {
	width:100%;
}

/*
	Dreamweaver Fluid Grid Properties
	----------------------------------
	dw-num-cols-mobile:		5;
	dw-num-cols-tablet:		8;
	dw-num-cols-desktop:	10;
	dw-gutter-percentage:	25;
	
	Inspiration from "Responsive Web Design" by Ethan Marcotte 
	http://www.alistapart.com/articles/responsive-web-design
	
	and Golden Grid System by Joni Korpi
	http://goldengridsystem.com/
*/

/* Mobile Layout: 480px and below. */
.gridContainer {
	margin-left: auto;
	margin-right: auto;
	width: 94%;
	padding-left: 3%;
	padding-right: 3%;
}



/*boxAの中にlogo_Jとmenu_j*/

#boxA{
    float: left;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
	text-align: center;
}
#boxA:after {
	content: "";
	display: block;
	clear: both;

}
#logo_j{
    float: left;
    width: 80%;
    margin-left: 0;
    margin-right: 0;
	text-align: left;
}
#header .logotop_fade:hover {
    transform: scale(0.99);
    cursor: pointer;
}

/*logo top*/	
.logotop_fade{
	width: 92%;
	height: auto;
	opacity: 12%;
    padding-top: 6%;
    padding-left: 0;
    padding-right: 10%
}

#menu_j{
    float: right;
    width: 20%;
    margin-left: 0;
    margin-right: -7%;
    margin-top: -9%;
	text-align: right;
}
	

/*menu icon*/

#header .openbtn {
	float: left;
	width: 100%;
    margin-top: 2%;
    margin-left: 45%;
	text-align: left;
	opacity: 80%;
	text-decoration: none;
}
#header .openbtn:hover {
	filter: brightness(120%);
    cursor: pointer;
}

/*menu link内の項目の色*/
#header a{
	text-decoration:none;
	color: #373c38;
}
#header a.active {
	color: #fff;
}
#header a:hover {
    color: #fff;
	filter: brightness(120%);
    transform: scale(1.2);
}
#header .instaicon:hover {
    color: #fff;
	filter: brightness(250%);
    transform: scale(1.2);
}
.icon {
    width: 48%;
}
#boxB{
    float: left;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
	text-align: center;
}

/*jewellery*/
#works table{
	width: 90%;
    margin-left: 5%;
    margin-right: 5%;
    margin-top: -25%;
    text-align: left;
}

#page-top a{
    font-size:100%;
    opacity: 60%;
    text-align: center;
    color: #937455;
    display: block;
    text-decoration: none;
    padding:20px;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}
#page-top a:hover{
    text-decoration: none;
    filter: brightness(120%);
    transform: scale(0.9);
 
}


/* Mobile Layout: iPhone < 5. Inherits styles from: Mobile Layout. */

@media only screen and (device-aspect-ratio: 2/3){
.gridContainer {
	margin-left: auto;
	margin-right: auto;
	width: 94%;
	padding-left: 3%;
	padding-right: 3%;
}

/*boxAの中にlogo_Jとmenu_j*/

#boxA{
    float: left;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
	text-align: center;
}
#boxA:after {
	content: "";
	display: block;
	clear: both;

}
#logo_j{
    float: left;
    width: 80%;
    margin-left: 0;
    margin-right: 0;
	text-align: left;
}
#header .logotop_fade:hover {
    transform: scale(0.99);
    cursor: pointer;
}

/*logo top*/	
.logotop_fade{
	width: 92%;
	height: auto;
	opacity: 12%;
    padding-top: 6%;
    padding-left: 0;
    padding-right: 10%
}

#menu_j{
    float: right;
    width: 20%;
    margin-left: 0;
    margin-right: -7%;
    margin-top: -9%;
	text-align: right;
}
	

/*menu icon*/

#header .openbtn {
	float: left;
	width: 100%;
    margin-top: 2%;
    margin-left: 45%;
	text-align: left;
	opacity: 80%;
	text-decoration: none;
}
#header .openbtn:hover {
	filter: brightness(120%);
    cursor: pointer;
}

/*menu link内の項目の色*/
#header a{
	text-decoration:none;
	color: #373c38;
}
#header a.active {
	color: #fff;
}
#header a:hover {
    color: #fff;
	filter: brightness(120%);
    transform: scale(1.2);
}
#header .instaicon:hover {
    color: #fff;
	filter: brightness(250%);
    transform: scale(1.2);
}
.icon {
    width: 48%;
}


/*jewellery*/
#works table{
	width: 90%;
    margin-left: 5%;
    margin-right: 5%;
    margin-top: -35%;
    text-align: left;
}

#page-top a{
    font-size:100%;
    opacity: 60%;
    text-align: center;
    color: #937455;
    display: block;
    text-decoration: none;
    padding:20px;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}
#page-top a:hover{
    text-decoration: none;
    filter: brightness(120%);
    transform: scale(0.9);
 
}


}



/* Mobile Layout: iPhone5. Inherits styles from: Mobile Layout. */

@media only screen and (device-aspect-ratio: 40/71){
.gridContainer {
	margin-left: auto;
	margin-right: auto;
	width: 94%;
	padding-left: 3%;
	padding-right: 3%;
}



/*boxAの中にlogo_Jとmenu_j*/

#boxA{
    float: left;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
	text-align: center;
}
#boxA:after {
	content: "";
	display: block;
	clear: both;

}
#logo_j{
    float: left;
    width: 80%;
    margin-left: 0;
    margin-right: 0;
	text-align: left;
}
#header .logotop_fade:hover {
    transform: scale(0.99);
    cursor: pointer;
}

/*logo top*/	
.logotop_fade{
	width: 92%;
	height: auto;
	opacity: 12%;
    padding-top: 6%;
    padding-left: 0;
    padding-right: 10%
}

#menu_j{
    float: right;
    width: 20%;
    margin-left: 0;
    margin-right: -7%;
    margin-top: -9%;
	text-align: right;
}
	

/*menu icon*/

#header .openbtn {
	float: left;
	width: 100%;
    margin-top: 2%;
    margin-left: 45%;
	text-align: left;
	opacity: 80%;
	text-decoration: none;
}
#header .openbtn:hover {
	filter: brightness(120%);
    cursor: pointer;
}

/*menu link内の項目の色*/
#header a{
	text-decoration:none;
	color: #373c38;
}
#header a.active {
	color: #fff;
}
#header a:hover {
    color: #fff;
	filter: brightness(120%);
    transform: scale(1.2);
}
#header .instaicon:hover {
    color: #fff;
	filter: brightness(250%);
    transform: scale(1.2);
}
.icon {
    width: 48%;
}


/*jewellery*/
#works table{
	width: 90%;
    margin-left: 5%;
    margin-right: 5%;
    margin-top: -35%;
    text-align: left;
}

#page-top a{
    font-size:100%;
    opacity: 60%;
    text-align: center;
    color: #937455;
    display: block;
    text-decoration: none;
    padding:20px;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}
#page-top a:hover{
    text-decoration: none;
    filter: brightness(120%);
    transform: scale(0.9);
 
}

}

/* Mobile Layout: iPhone6. Inherits styles from: Mobile Layout. */

@media only screen and (min-device-width: 375px)
 and (max-device-width: 667px)
 and (orientation : portrait){

.gridContainer {
	margin-left: auto;
	margin-right: auto;
	width: 94%;
	padding-left: 3%;
	padding-right: 3%;
}


/*boxAの中にlogo_Jとmenu_j*/

#boxA{
    float: left;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
	text-align: center;
}
#boxA:after {
	content: "";
	display: block;
	clear: both;

}
#logo_j{
    float: left;
    width: 80%;
    margin-left: 0;
    margin-right: 0;
	text-align: left;
}
#header .logotop_fade:hover {
    transform: scale(0.99);
    cursor: pointer;
}

/*logo top*/	
.logotop_fade{
	width: 92%;
	height: auto;
	opacity: 12%;
    padding-top: 6%;
    padding-left: 0;
    padding-right: 10%
}

#menu_j{
    float: right;
    width: 20%;
    margin-left: 0;
    margin-right: -7%;
    margin-top: -9%;
	text-align: right;
}
	

/*menu icon*/

#header .openbtn {
	float: left;
	width: 100%;
    margin-top: 0;
    margin-left: 0;
	text-align: right;
	opacity: 80%;
}
#header .openbtn:hover {
	filter: brightness(120%);
    cursor: pointer;
}

/*menu link内の項目の色*/
#header a{
	text-decoration:none;
	color: #373c38;
}
#header a.active {
	color: #fff;
}
#header a:hover {
    color: #fff;
	filter: brightness(120%);
    transform: scale(1.2);
}
#header .instaicon:hover {
    color: #fff;
	filter: brightness(250%);
    transform: scale(1.2);
}
.icon {
    width: 48%;
}


/*jewellery*/
#works table{
	width: 90%;
    margin-left: 5%;
    margin-right: 5%;
    margin-top: -35%;
    text-align: left;
}

#page-top a{
    font-size:100%;
    opacity: 60%;
    text-align: center;
    color: #937455;
    display: block;
    text-decoration: none;
    padding:20px;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}
#page-top a:hover{
    text-decoration: none;
    filter: brightness(120%);
    transform: scale(0.9);
 
}

}

/* Mobile Layout: iPhone6+. Inherits styles from: Mobile Layout. */

@media only screen and (min-device-width: 414px)
 and (max-device-width: 736px)
 and (orientation : portrait) {
	 
.gridContainer {
	margin-left: auto;
	margin-right: auto;
	width: 94%;
	padding-left: 3%;
	padding-right: 3%;
}


/*boxAの中にlogo_Jとmenu_j*/

#boxA{
    float: left;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
	text-align: center;
}
#boxA:after {
	content: "";
	display: block;
	clear: both;

}
#logo_j{
    float: left;
    width: 80%;
    margin-left: 0;
    margin-right: 0;
	text-align: left;
}
#header .logotop_fade:hover {
    transform: scale(0.99);
    cursor: pointer;
}

/*logo top*/	
.logotop_fade{
	width: 92%;
	height: auto;
	opacity: 12%;
    padding-top: 6%;
    padding-left: 0;
    padding-right: 10%
}

#menu_j{
    float: right;
    width: 20%;
    margin-left: 0;
    margin-right: -7%;
    margin-top: -9%;
	text-align: right;
}
	

/*menu icon*/

#header .openbtn {
	float: left;
	width: 100%;
    margin-top: 0;
    margin-left: 0;
	text-align: right;
	opacity: 80%;
}
#header .openbtn:hover {
	filter: brightness(120%);
    cursor: pointer;
}

/*menu link内の項目の色*/
#header a{
	text-decoration:none;
	color: #373c38;
}
#header a.active {
	color: #fff;
}
#header a:hover {
    color: #fff;
	filter: brightness(120%);
    transform: scale(1.2);
}
#header .instaicon:hover {
    color: #fff;
	filter: brightness(250%);
    transform: scale(1.2);
}
.icon {
    width: 48%;
}


/*jewellery*/
#works table{
	width: 90%;
    margin-left: 5%;
    margin-right: 5%;
    margin-top: -35%;
    text-align: left;
}

#page-top a{
    font-size:100%;
    opacity: 60%;
    text-align: center;
    color: #937455;
    display: block;
    text-decoration: none;
    padding:20px;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}
#page-top a:hover{
    text-decoration: none;
    filter: brightness(120%);
    transform: scale(0.9);
 
}

}


/* Tablet Layout 縦向きのみ Inherits styles from: Mobile Layout. */
@media only screen and (min-device-width: 744px) and (max-device-width: 1024px) and (orientation:portrait) {

.gridContainer {
	margin-left: auto;
	margin-right: auto;
	width: 94%;
	padding-left: 3%;
	padding-right: 3%;
}




/*boxAの中にlogo_Jとmenu_j*/

#boxA{
    float: left;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
	text-align: center;
}
#boxA:after {
	content: "";
	display: block;
	clear: both;

}
#logo_j{
    float: left;
    width: 80%;
    margin-left: 0;
    margin-right: 0;
	text-align: left;
}
#header .logotop_fade:hover {
    transform: scale(0.99);
    cursor: pointer;
}

/*logo top*/	
.logotop_fade{
	width: 86%;
	height: auto;
	opacity: 12%;
    padding-top: 6%;
    padding-left: 0;
    padding-right: 3%
}

#menu_j{
    float: right;
    width: 20%;
    margin-left: 0;
    margin-right: -7%;
    margin-top: -9%;
	text-align: right;
}
	

/*menu icon*/

#header .openbtn {
	float: left;
	width: 100%;
    margin-top: 6%;
    margin-left: 45%;
	text-align: left;
	opacity: 80%;
	text-decoration: none;
}
#header .openbtn:hover {
	filter: brightness(120%);
    cursor: pointer;
}

/*menu link内の項目の色*/
#header a{
	text-decoration:none;
	color: #373c38;
}
#header a.active {
	color: #fff;
}
#header a:hover {
    color: #fff;
	filter: brightness(120%);
    transform: scale(1.2);
}
#header .instaicon:hover {
    color: #fff;
	filter: brightness(250%);
    transform: scale(1.2);
}
.icon {
    width: 35%;
}


/*jewellery*/
#works table{
	width: 90%;
    margin-left: 5%;
    margin-right: 5%;
    margin-top: -35%;
    text-align: left;
}

#page-top a{
    font-size:100%;
    opacity: 60%;
    text-align: center;
    color: #937455;
    display: block;
    text-decoration: none;
    padding:20px;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}
#page-top a:hover{
    text-decoration: none;
    filter: brightness(120%);
    transform: scale(0.9);
 
}

}

/* Tablet Layout 横向きのみ: 744px (ipad mini) to 1024px. Inherits styles from: Mobile Layout. */

@media only screen and (min-device-width: 744px) and (max-device-width: 1024px) and (orientation: landscape) {

.gridContainer {
	width: 97.5%;
	padding-left: 1.25%;
	padding-right: 1.25%;
    margin: auto;
    text-align: center;
}


/*boxAの中にlogo_Jとmenu_j*/

#boxA{
    float: left;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
	text-align: center;
}
#boxA:after {
	content: "";
	display: block;
	clear: both;

}
#logo_j{
    float: left;
    width: 80%;
    margin-left: 28%;
    margin-right: 0;
	text-align: left;
}
#header .logotop_fade:hover {
    transform: scale(0.99);
    cursor: pointer;
}

/*logo top*/	
.logotop_fade{
	width: 16.5%;
	height: auto;
	opacity: 50%;
    padding-top: 1.5%;
    padding-left: 0;
    padding-right: 0;
}

#menu_j{
    float: right;
    width: 20%;
    margin-left: 0;
    margin-right: 0;
    margin-top: -1.8%;
	text-align: left;
}
	

/*menu icon*/

#header .openbtn {
	float: left;
	width: 100%;
    margin-top: 0;
    margin-left: -22%;
	text-align: left;
	opacity: 80%;
	text-decoration: none;
}
#header .openbtn:hover {
	filter: brightness(120%);
    cursor: pointer;
}

/*menu link内の項目の色*/
#header a{
	text-decoration:none;
	color: #373c38;
}
#header a.active {
	color: #fff;
}
#header a:hover {
    color: #fff;
	filter: brightness(120%);
    transform: scale(1.2);
}
#header .instaicon:hover {
    color: #fff;
	filter: brightness(250%);
    transform: scale(1.2);
}
.icon {
    width: 10%;
}


#boxB{
    float: left;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
	text-align: center;
}
/*jewellery*/
#works table{
	width: 60%;
    margin-left: 20%;
    margin-right: 20%;
    margin-top: -7%;
    text-align: center;
}

#page-top a{
    font-size:100%;
    opacity: 60%;
    text-align: center;
    color: #937455;
    display: block;
    text-decoration: none;
    padding:20px;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}
#page-top a:hover{
    text-decoration: none;
    filter: brightness(120%);
    transform: scale(0.9);
 
}

}

/* Desktop Layout: 1281px (bigger than android tablet) to  a max of 1232px.  Inherits styles from: Mobile Layout and Tablet Layout. */

@media only screen and (min-width: 1281px) {
	
.gridContainer {
	width: 98%;
	padding-left: 1%;
	padding-right: 1%;
	text-align: center;
    max-width: 1440px;
    margin: auto;
}


/*boxAの中にlogo_Jとmenu_j*/

#boxA{
    float: left;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
	text-align: center;
}
#boxA:after {
	content: "";
	display: block;
	clear: both;

}
#logo_j{
    float: left;
    width: 80%;
    margin-left: 28%;
    margin-right: 0;
	text-align: left;
}
#header .logotop_fade:hover {
    transform: scale(0.99);
    cursor: pointer;
}

/*logo top*/	
.logotop_fade{
	width: 16%;
	height: auto;
	opacity: 50%;
    padding-top: 2%;
    padding-left: 0;
    padding-right: 0;
}

#menu_j{
    float: right;
    width: 20%;
    margin-left: 0;
    margin-right: -7%;
    margin-top: -1.8%;
	text-align: right;
}
	

/*menu icon*/

#header .openbtn {
	float: left;
	width: 100%;
    margin-top: -0.5%;
    margin-left: -131%;
	text-align: right;
	opacity: 80%;
	text-decoration: none;
}
#header .openbtn:hover {
	filter: brightness(120%);
    cursor: pointer;
}

/*menu link内の項目の色*/
#header a{
	text-decoration:none;
	color: #373c38;
}
#header a.active {
	color: #fff;
}
#header a:hover {
    color: #fff;
	filter: brightness(120%);
    transform: scale(1.2);
}
#header .instaicon:hover {
    color: #fff;
	filter: brightness(250%);
    transform: scale(1.2);
}
.icon {
    width: 11%;
}
#boxB{
    float: left;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
	text-align: center;
}

/*jewellery*/
#works table{
	width: 50%;
    margin-left: 25%;
    margin-right: 25%;
    margin-top: -3%;
    text-align: center;
}

#page-top a{
    font-size:100%;
    opacity: 60%;
    text-align: center;
    color: #937455;
    display: block;
    text-decoration: none;
    padding:20px;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}
#page-top a:hover{
    text-decoration: none;
    filter: brightness(120%);
    transform: scale(0.9);
 
}





}
