@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%;
	align-content: center;
}

/*logo top*/	
#box1 {
	float: left;
	width: 90%;
    margin-left: 5%;
    margin-right: 5%;
	text-align: center;
    margin-top: 40%;
	}

#box1 a:hover {
    transform: scale(0.99);
}

.logotop{
	width: 100%;
	height: auto;
	opacity: 80%;
	align-content: center;
}

/*kaori at the workshop*/
#box2 {
	float: left;
	width: 90%;
    margin-left: 5%;
    margin-right: 5%;	
    margin-top: 5%;
	opacity: 80%;
	}
	
.studio{
	width: 100%;
	height: auto;
	align-content: center;
    margin-top: 5%;

}



	

/*jewellery link*/
#box3 {
	float: left;
	width: 50%;
	text-align: left;
	margin-top: 15%;
	padding-left: 5%;
	color: #cc9900;
	opacity: 70%;
	text-decoration: none;
	font-size: 110%;
	}

#box3 a{
	text-decoration:none;
	color: #cc9900;
}
#box3 a.active {
	color: #d7b98e;
}
#box3 a:hover {
	color: #d7b98e;
    transform: scale(0.9);
}

/*news link*/
#box4 {
	float: left;
	width: 50%;
	text-align: right;
	margin-top: 15%;
	padding-right: 5%;
	color: #86a697;
	opacity: 70%;
	text-decoration: none;
	font-size: 110%;
	}

#box4 a{
	text-decoration:none;
	color: #86a697;
}
#box4 a.active {
	color: #bdc0ba;
}
#box4 a:hover {
	color: #bdc0ba;
    transform: scale(0.9);
}

/*boxCの中にbox5 box6 box7*/
#boxC {
	float: left;
	width: 100%;	
    margin-top: 15%;
	margin-left: 0;
	margin-right: 0;
	}

/*contact link*/
#box5 {
	float: left;
	width: 33.3%;	
	margin-top: 1%;
	text-align: right;
	opacity: 80%;
	}
#box5 a:hover {
    filter: brightness(120%);
    transform: scale(0.9);
}

/*menu icon*/
#box6 {
	float: left;
	width: 33.3%;	
	text-align: center;
	cursor: pointer;
	}

#box6 .openbtn {
	float: left;
	width: 100%;
	text-align: center;
	color: #9E7256;
	opacity: 80%;
	text-decoration: none;
	font-size: 120%;
}
#box6 .openbtn:hover {
	color: #373c38;
}
#box6 .openbtn:hover {
	filter: brightness(120%);
    transform: scale(0.9);
}

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

/*instagram link*/
#box7 {
	float: left;
	width: 33.3%;	
	text-align: left;
	opacity: 80%;
	}
#box7 a:hover {
	filter: brightness(120%);
    transform: scale(0.9);
}

.icon {
    width: 20%;
}


/* 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%;
}


/*logo top*/	
#box1 {
	float: left;
	width: 90%;
    margin-left: 5%;
    margin-right: 5%;
	text-align: center;
    margin-top: 40%;
	}

#box1 a:hover {
    transform: scale(0.99);
}

.logotop{
	width: 100%;
	height: auto;
	opacity: 80%;
	align-content: center;
}

/*kaori at the workshop*/
#box2 {
	float: left;
	width: 90%;
    margin-left: 5%;
    margin-right: 5%;	
    margin-top: 5%;
	opacity: 80%;
	}
	
.studio{
	width: 100%;
	height: auto;
	align-content: center;
    margin-top: 5%;

}



	

/*jewellery link*/
#box3 {
	float: left;
	width: 50%;
	text-align: left;
	margin-top: 15%;
	padding-left: 5%;
	color: #cc9900;
	opacity: 70%;
	text-decoration: none;
	font-size: 110%;
	}

#box3 a{
	text-decoration:none;
	color: #cc9900;
}
#box3 a.active {
	color: #d7b98e;
}
#box3 a:hover {
	color: #d7b98e;
    transform: scale(0.9);
}

/*news link*/
#box4 {
	float: left;
	width: 50%;
	text-align: right;
	margin-top: 15%;
	padding-right: 5%;
	color: #86a697;
	opacity: 70%;
	text-decoration: none;
	font-size: 110%;
	}

#box4 a{
	text-decoration:none;
	color: #86a697;
}
#box4 a.active {
	color: #bdc0ba;
}
#box4 a:hover {
	color: #bdc0ba;
    transform: scale(0.9);
}

/*boxCの中にbox5 box6 box7*/
#boxC {
	float: left;
	width: 100%;	
    margin-top: 15%;
	margin-left: 0;
	margin-right: 0;
	}

/*contact link*/
#box5 {
	float: left;
	width: 33.3%;	
	margin-top: 1%;
	text-align: right;
	opacity: 80%;
	}
#box5 a:hover {
    filter: brightness(120%);
    transform: scale(0.9);
}

/*menu icon*/
#box6 {
	float: left;
	width: 33.3%;	
	text-align: center;
	cursor: pointer;
	}

#box6 .openbtn {
	float: left;
	width: 100%;
	text-align: center;
	color: #9E7256;
	opacity: 80%;
	text-decoration: none;
	font-size: 120%;
}
#box6 .openbtn:hover {
	color: #373c38;
}
#box6 .openbtn:hover {
	filter: brightness(120%);
    transform: scale(0.9);
}

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

/*instagram link*/
#box7 {
	float: left;
	width: 33.3%;	
	text-align: left;
	opacity: 80%;
	}
#box7 a:hover {
	filter: brightness(120%);
    transform: scale(0.9);
}

.icon {
    width: 20%;
}

}






/* 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%;
}

/*logo top*/	
#box1 {
	float: left;
	width: 90%;
    margin-left: 5%;
    margin-right: 5%;
	text-align: center;
    margin-top: 40%;
	}

#box1 a:hover {
    transform: scale(0.99);
}

.logotop{
	width: 100%;
	height: auto;
	opacity: 80%;
	align-content: center;
}

/*kaori at the workshop*/
#box2 {
	float: left;
	width: 90%;
    margin-left: 5%;
    margin-right: 5%;	
    margin-top: 5%;
	opacity: 80%;
	}
	
.studio{
	width: 100%;
	height: auto;
	align-content: center;
    margin-top: 5%;

}



	

/*jewellery link*/
#box3 {
	float: left;
	width: 50%;
	text-align: left;
	margin-top: 15%;
	padding-left: 5%;
	color: #cc9900;
	opacity: 70%;
	text-decoration: none;
	font-size: 110%;
	}

#box3 a{
	text-decoration:none;
	color: #cc9900;
}
#box3 a.active {
	color: #d7b98e;
}
#box3 a:hover {
	color: #d7b98e;
    transform: scale(0.9);
}

/*news link*/
#box4 {
	float: left;
	width: 50%;
	text-align: right;
	margin-top: 15%;
	padding-right: 5%;
	color: #86a697;
	opacity: 70%;
	text-decoration: none;
	font-size: 110%;
	}

#box4 a{
	text-decoration:none;
	color: #86a697;
}
#box4 a.active {
	color: #bdc0ba;
}
#box4 a:hover {
	color: #bdc0ba;
    transform: scale(0.9);
}

/*boxCの中にbox5 box6 box7*/
#boxC {
	float: left;
	width: 100%;	
    margin-top: 15%;
	margin-left: 0;
	margin-right: 0;
	}

/*contact link*/
#box5 {
	float: left;
	width: 33.3%;	
	margin-top: 1%;
	text-align: right;
	opacity: 80%;
	}
#box5 a:hover {
    filter: brightness(120%);
    transform: scale(0.9);
}

/*menu icon*/
#box6 {
	float: left;
	width: 33.3%;	
	text-align: center;
	cursor: pointer;
	}

#box6 .openbtn {
	float: left;
	width: 100%;
	text-align: center;
	color: #9E7256;
	opacity: 80%;
	text-decoration: none;
	font-size: 120%;
}
#box6 .openbtn:hover {
	color: #373c38;
}
#box6 .openbtn:hover {
	filter: brightness(120%);
    transform: scale(0.9);
}

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

/*instagram link*/
#box7 {
	float: left;
	width: 33.3%;	
	text-align: left;
	opacity: 80%;
	}
#box7 a:hover {
	filter: brightness(120%);
    transform: scale(0.9);
}

.icon {
    width: 20%;
}



}

/* 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%;
}


/*logo top*/	
#box1 {
	float: left;
	width: 90%;
    margin-left: 5%;
    margin-right: 5%;
	text-align: center;
    margin-top: 40%;
	}

#box1 a:hover {
    transform: scale(0.99);
}

.logotop{
	width: 100%;
	height: auto;
	opacity: 80%;
	align-content: center;
}

/*kaori at the workshop*/
#box2 {
	float: left;
	width: 90%;
    margin-left: 5%;
    margin-right: 5%;	
    margin-top: 5%;
	opacity: 80%;
	}
	
.studio{
	width: 100%;
	height: auto;
	align-content: center;
    margin-top: 5%;

}



	

/*jewellery link*/
#box3 {
	float: left;
	width: 50%;
	text-align: left;
	margin-top: 15%;
	padding-left: 5%;
	color: #cc9900;
	opacity: 70%;
	text-decoration: none;
	font-size: 110%;
	}

#box3 a{
	text-decoration:none;
	color: #cc9900;
}
#box3 a.active {
	color: #d7b98e;
}
#box3 a:hover {
	color: #d7b98e;
    transform: scale(0.9);
}

/*news link*/
#box4 {
	float: left;
	width: 50%;
	text-align: right;
	margin-top: 15%;
	padding-right: 5%;
	color: #86a697;
	opacity: 70%;
	text-decoration: none;
	font-size: 110%;
	}

#box4 a{
	text-decoration:none;
	color: #86a697;
}
#box4 a.active {
	color: #bdc0ba;
}
#box4 a:hover {
	color: #bdc0ba;
    transform: scale(0.9);
}

/*boxCの中にbox5 box6 box7*/
#boxC {
	float: left;
	width: 100%;	
    margin-top: 15%;
	margin-left: 0;
	margin-right: 0;
	}

/*contact link*/
#box5 {
	float: left;
	width: 33.3%;	
	margin-top: 1%;
	text-align: right;
	opacity: 80%;
	}
#box5 a:hover {
    filter: brightness(120%);
    transform: scale(0.9);
}

/*menu icon*/
#box6 {
	float: left;
	width: 33.3%;	
	text-align: center;
	cursor: pointer;
	}

#box6 .openbtn {
	float: left;
	width: 100%;
	text-align: center;
	color: #9E7256;
	opacity: 80%;
	text-decoration: none;
	font-size: 120%;
}
#box6 .openbtn:hover {
	color: #373c38;
}
#box6 .openbtn:hover {
	filter: brightness(120%);
    transform: scale(0.9);
}

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

/*instagram link*/
#box7 {
	float: left;
	width: 33.3%;	
	text-align: left;
	opacity: 80%;
	}
#box7 a:hover {
	filter: brightness(120%);
    transform: scale(0.9);
}

.icon {
    width: 20%;
}



}

/* 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%;
}


/*logo top*/	
#box1 {
	float: left;
	width: 90%;
    margin-left: 5%;
    margin-right: 5%;
	text-align: center;
    margin-top: 40%;
	}

#box1 a:hover {
    transform: scale(0.99);
}

.logotop{
	width: 100%;
	height: auto;
	opacity: 80%;
	align-content: center;
}

/*kaori at the workshop*/
#box2 {
	float: left;
	width: 90%;
    margin-left: 5%;
    margin-right: 5%;	
    margin-top: 5%;
	opacity: 80%;
	}
	
.studio{
	width: 100%;
	height: auto;
	align-content: center;
    margin-top: 5%;

}



	

/*jewellery link*/
#box3 {
	float: left;
	width: 50%;
	text-align: left;
	margin-top: 15%;
	padding-left: 5%;
	color: #cc9900;
	opacity: 70%;
	text-decoration: none;
	font-size: 120%;
	}

#box3 a{
	text-decoration:none;
	color: #cc9900;
}
#box3 a.active {
	color: #d7b98e;
}
#box3 a:hover {
	color: #d7b98e;
    transform: scale(0.9);
}

/*news link*/
#box4 {
	float: left;
	width: 50%;
	text-align: right;
	margin-top: 15%;
	padding-right: 5%;
	color: #86a697;
	opacity: 70%;
	text-decoration: none;
	font-size: 120%;
	}

#box4 a{
	text-decoration:none;
	color: #86a697;
}
#box4 a.active {
	color: #bdc0ba;
}
#box4 a:hover {
	color: #bdc0ba;
    transform: scale(0.9);
}

/*boxCの中にbox5 box6 box7*/
#boxC {
	float: left;
	width: 100%;	
    margin-top: 15%;
	margin-left: 0;
	margin-right: 0;
	}

/*contact link*/
#box5 {
	float: left;
	width: 33.3%;	
	margin-top: 1%;
	text-align: right;
	opacity: 80%;
	}
#box5 a:hover {
    filter: brightness(120%);
    transform: scale(0.9);
}

/*menu icon*/
#box6 {
	float: left;
	width: 33.3%;	
	text-align: center;
	cursor: pointer;
	}

#box6 .openbtn {
	float: left;
	width: 100%;
	text-align: center;
	color: #9E7256;
	opacity: 80%;
	text-decoration: none;
	font-size: 120%;
}
#box6 .openbtn:hover {
	color: #373c38;
}
#box6 .openbtn:hover {
	filter: brightness(120%);
    transform: scale(0.9);
}

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

/*instagram link*/
#box7 {
	float: left;
	width: 33.3%;	
	text-align: left;
	opacity: 80%;
	}
#box7 a:hover {
	filter: brightness(120%);
    transform: scale(0.9);
}

.icon {
    width: 20%;
}



}

/* 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%;
}


/*logo top*/	
#box1 {
	float: left;
	width: 70%;
    margin-left: 15%;
    margin-right: 15%;
	text-align: center;
    margin-top: 18%;
	}

#box1 a:hover {
    transform: scale(0.99);
}

.logotop{
	width: 100%;
	height: auto;
	opacity: 70%;
	align-content: center;
}

/*kaori at the workshop*/
#box2 {
	float: left;
	width: 70%;
    margin-left: 15%;
    margin-right: 15%;	
    margin-top: 5%;
	opacity: 80%;
	}
	
.studio{
	width: 100%;
	height: auto;
	align-content: center;
    margin-top: 5%;

}



/*jewellery link*/
#box3 {
	float: left;
	width: 50%;
	text-align: left;
	margin-top: 15%;
	padding-left: 15%;
	color: #cc9900;
	opacity: 70%;
	text-decoration: none;
	font-size: 150%;
	}

#box3 a{
	text-decoration:none;
	color: #cc9900;
}
#box3 a.active {
	color: #d7b98e;
}
#box3 a:hover {
	color: #d7b98e;
    transform: scale(0.9);
}

/*news link*/
#box4 {
	float: left;
	width: 50%;
	text-align: right;
	margin-top: 15%;
	padding-right: 15%;
	color: #86a697;
	opacity: 70%;
	text-decoration: none;
	font-size: 150%;
	}

#box4 a{
	text-decoration:none;
	color: #86a697;
}
#box4 a.active {
	color: #bdc0ba;
}
#box4 a:hover {
	color: #bdc0ba;
    transform: scale(0.9);
}
	
    
/*boxCの中にbox5 box6 box7*/
#boxC {
	float: left;
	width: 100%;	
    margin-top: 15%;
	margin-left: 0;
	margin-right: 0;
	}

/*contact link*/
#box5 {
	float: left;
	width: 33.3%;	
	margin-top: 1%;
	text-align: right;
	opacity: 80%;
	}
#box5 a:hover {
    filter: brightness(120%);
    transform: scale(0.9);
}

/*menu icon*/
#box6 {
	float: left;
	width: 33.3%;	
	text-align: center;
	cursor: pointer;
	}

#box6 .openbtn {
	float: left;
	width: 100%;
	text-align: center;
	opacity: 80%;
	text-decoration: none;
}
#box6 .openbtn:hover {
	color: #373c38;
}
#box6 .openbtn:hover {
	filter: brightness(120%);
    transform: scale(0.9);
}

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

/*instagram link*/
#box7 {
	float: left;
	width: 33.3%;	
	text-align: left;
	opacity: 80%;
	}
#box7 a:hover {
	filter: brightness(120%);
    transform: scale(0.9);
}

.icon {
    width: 10%;
}


}


/* 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%;
    align-content: center;
    margin-left: auto;
	margin-right: auto;
   
}


/*一番最初に浮かび上がるlogo*/
.logo{
	width: 50%;
	opacity: 80%;
}
/*logo top*/	
#box1 {
	float: left;
	width: 100%;
    margin-left: 0;
    margin-right: 0;
    margin-top: 8%;
    height: auto;
	text-align: center;
	}

.logotop{
	width: 42%;
	opacity: 70%;
	
	align-content: center;
}	
#box1 a:hover {
    transform: scale(0.99);
}
	

/*boxAの中にboxBとbox2*/
#boxA:after {
	content: "";
	display: block;
	clear: both;

}

/*boxBの中にはbox2とbox3*/
#boxB {
	float: left;
	width: 74%;	
	margin-left: 0;
	margin-right: 0;
	}


	
/*kaori at the workshop*/
#box2 {
	float: right;
	width: 65%;	
	margin-left: 0;
	margin-right: 0;
	opacity: 80%;
	}
	
.studio{
	width: 87%;
	height: auto;
	margin-top: -3%;
    margin-left: 6.5%;
	align-content: center;

}

/*jewellery link*/
#box3 {
	float: left;
	width: 35%;
	text-align: center;
	margin-top: 22.5%;
	padding-left: 15.5%;
	color: #cc9900;
	opacity: 70%;
	text-decoration: none;
	font-size: 170%;
	}

#box3 a{
	text-decoration:none;
	color: #cc9900;
}
#box3 a.active {
	color: #d7b98e;
}
#box3 a:hover {
	color: #d7b98e;
    transform: scale(0.9);
}

/*news link*/
#box4 {
	float: left;
	width: 26%;
	text-align: center;
	margin-top: 16.5%;
	padding-right: 7%;
	color: #86a697;
	opacity: 70%;
	text-decoration: none;
	font-size: 170%;
	}

#box4 a{
	text-decoration:none;
	color: #86a697;
}
#box4 a.active {
	color: #bdc0ba;
}
#box4 a:hover {
	color: #bdc0ba;
    transform: scale(0.9);
}

/*boxCの中にbox5 box6 box7*/
#boxC {
	float: left;
	width: 100%;	
	margin-left: 0;
	margin-right: 0;
    margin-top: 3%;
    text-align: center;
	}

/*contact link*/
#box5 {
	float: left;
	width: 33.3%;	
    margin-top: 0.3%;
	text-align: right;
	opacity: 80%;
	}
#box5 a:hover {
    filter: brightness(120%);
    transform: scale(0.9);
}

/*menu icon*/
#box6 {
	float: left;
	width: 33.3%;	
	text-align: center;
	cursor: pointer;
	}

#box6 .openbtn {
	float: left;
	width: 100%;
	text-align: center;
	opacity: 80%;
	text-decoration: none;
}
#box6 .openbtn:hover {
	filter: brightness(120%);
    transform: scale(0.9);
}

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

/*instagram link*/
#box7 {
	float: left;
	width: 33.3%;	
	text-align: left;
	opacity: 80%;
	}
#box7 a:hover {
	filter: brightness(120%);
    transform: scale(0.9);
}

.icon {
    width: 6%;
}
}


/* 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%;
    max-width: 1440px;
	padding-left: 1%;
	padding-right: 1%;
	text-align: center;
}

/*一番最初に浮かび上がるlogo*/
.logo{
	width: 50%;
	opacity: 80%;
}
/*logo top*/	
#box1 {
	float: left;
	width: 100%;
    margin-left: 0;
    margin-right: 0;
    margin-top: 8%;
    height: auto;
	text-align: center;
	}

.logotop{
	width: 42%;
	opacity: 70%;
	
	align-content: center;
}	
#box1 a:hover {
    transform: scale(0.99);
}
	

/*boxAの中にboxBとbox2*/
#boxA:after {
	content: "";
	display: block;
	clear: both;

}

/*boxBの中にはbox2とbox3*/
#boxB {
	float: left;
	width: 74%;	
	margin-left: 0;
	margin-right: 0;
	}


	
/*kaori at the workshop*/
#box2 {
	float: right;
	width: 65%;	
	margin-left: 0;
	margin-right: 0;
	opacity: 80%;
	}
	
.studio{
	width: 87%;
	height: auto;
	margin-top: -3%;
    margin-left: 0;
	align-content: center;

}

/*jewellery link*/
#box3 {
	float: left;
	width: 35%;
	text-align: center;
	margin-top: 22.5%;
	padding-left: 15%;
	color: #cc9900;
	opacity: 70%;
	text-decoration: none;
	font-size: 170%;
	}

#box3 a{
	text-decoration:none;
	color: #cc9900;
}
#box3 a.active {
	color: #d7b98e;
}
#box3 a:hover {
	color: #d7b98e;
    transform: scale(0.9);
}

/*news link*/
#box4 {
	float: left;
	width: 26%;
	text-align: center;
	margin-top: 16.5%;
	padding-right: 7%;
	color: #86a697;
	opacity: 70%;
	text-decoration: none;
	font-size: 170%;
	}

#box4 a{
	text-decoration:none;
	color: #86a697;
}
#box4 a.active {
	color: #bdc0ba;
}
#box4 a:hover {
	color: #bdc0ba;
    transform: scale(0.9);
}

/*boxCの中にbox5 box6 box7*/
#boxC {
	float: left;
	width: 100%;	
	margin-left: 0;
	margin-right: 0;
    margin-top: 3%;
    text-align: center;
	}

/*contact link*/
#box5 {
	float: left;
	width: 33.3%;	
    margin-top: 0.3%;
	text-align: right;
	opacity: 80%;
	}
#box5 a:hover {
    filter: brightness(120%);
    transform: scale(0.9);
}

/*menu icon*/
#box6 {
	float: left;
	width: 33.3%;	
	text-align: center;
	cursor: pointer;
	}

#box6 .openbtn {
	float: left;
	width: 100%;
	text-align: center;
	opacity: 80%;
	text-decoration: none;
}
#box6 .openbtn:hover {
	filter: brightness(120%);
    transform: scale(0.9);
}

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

/*instagram link*/
#box7 {
	float: left;
	width: 33.3%;	
	text-align: left;
	opacity: 80%;
	}
#box7 a:hover {
	filter: brightness(120%);
    transform: scale(0.9);
}

.icon {
    width: 6%;
}



}