@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;
	cursor: pointer;
	}
#box1 a:hover {
    transform: scale(0.99);
}	
#box2 a{
	text-decoration-line: none;
    padding-bottom: 0.3px;
    border-bottom: dotted 1.5px #9F7650;
	color: #9F7650;
}
#box2 a.active {
	color: #553D3A;
}
#box2 a:hover {
	color: #553D3A;
    text-decoration-line: none;
    padding-bottom: 0.3px;
    border-bottom: dotted 1.5px #553D3A;
    
}
.logotop_fade{
	width: 100%;
	height: auto;
	opacity: 12%;
	padding-top: 15%; /*marigin-topdだとずれる*/
	align-content: center;
}	

/*news内容*/
#box2 {
	float: left;
	width: 90%;	
	margin-left: 5%;
	margin-right: 5%;
	text-align: left;
	margin-top: 10%;
	color: #553D3A;
	font-size: 90%;
	}
    
/*news linkなし*/
#box4 {
	float: left;
	width: 50%;
	text-align: right;
	margin-top: 10%;
	padding-right: 3%;
	color: #86a697;
	opacity: 45%;
	text-decoration: none;
	font-size: 110%;
	}

	
/*jewellery link*/
#box3 {
	float: left;
	width: 50%;
	text-align: left;
	margin-top: 10%;
	padding-left: 5.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);
}


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

#box5 .openbtn {
	float: left;
	width: 100%;
	text-align: center;
	opacity: 80%;
    margin-top: 5%;
}
#box5 .openbtn:hover {
    filter: brightness(120%);
    transform: scale(0.9);
}
	
/*menu link内の項目の色*/
#box5 a{
	text-decoration:none;
	color: #373c38;
}
#box5 a.active {
	color: #fff;
}
#box5 a:hover {
    color: #fff;
	filter: brightness(120%);
    transform: scale(1.2);
}
#box5 .instaicon:hover {
    color: #fff;
	filter: brightness(250%);
    transform: scale(1.2);
}
.icon {
    width: 10%;
}












/* 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;
	cursor: pointer;
	}
#box1 a:hover {
    transform: scale(0.99);
}	

.logotop_fade{
	width: 100%;
	height: auto;
	opacity: 12%;
	padding-top: 15%; /*marigin-topdだとずれる*/
	align-content: center;
}	

/*news内容*/
#box2 {
	float: left;
	width: 90%;	
	margin-left: 5%;
	margin-right: 5%;
	text-align: left;
	margin-top: 10%;
	color: #553D3A;
	font-size: 90%;
	}
    
/*news linkなし*/
#box4 {
	float: left;
	width: 50%;
	text-align: right;
	margin-top: 10%;
	padding-right: 3%;
	color: #86a697;
	opacity: 45%;
	text-decoration: none;
	font-size: 110%;
	}

	
/*jewellery link*/
#box3 {
	float: left;
	width: 50%;
	text-align: left;
	margin-top: 10%;
	padding-left: 5.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);
}


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

#box5 .openbtn {
	float: left;
	width: 100%;
	text-align: center;
	opacity: 80%;
    margin-top: 5%;
}
#box5 .openbtn:hover {
    filter: brightness(120%);
    transform: scale(0.9);
}
	
/*menu link内の項目の色*/
#box5 a{
	text-decoration:none;
	color: #373c38;
}
#box5 a.active {
	color: #fff;
}
#box5 a:hover {
    color: #fff;
	filter: brightness(120%);
    transform: scale(1.2);
}
#box5 .instaicon:hover {
    color: #fff;
	filter: brightness(250%);
    transform: scale(1.2);
}
.icon {
    width: 10%;
}

}

/* 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;
	cursor: pointer;
	}
#box1 a:hover {
    transform: scale(0.99);
}	

.logotop_fade{
	width: 100%;
	height: auto;
	opacity: 12%;
	padding-top: 15%; /*marigin-topdだとずれる*/
	align-content: center;
}	

/*news内容*/
#box2 {
	float: left;
	width: 90%;	
	margin-left: 5%;
	margin-right: 5%;
	text-align: left;
	margin-top: 10%;
	color: #553D3A;
	font-size: 90%;
	}
    
/*news linkなし*/
#box4 {
	float: left;
	width: 50%;
	text-align: right;
	margin-top: 10%;
	padding-right: 3%;
	color: #86a697;
	opacity: 45%;
	text-decoration: none;
	font-size: 110%;
	}

	
/*jewellery link*/
#box3 {
	float: left;
	width: 50%;
	text-align: left;
	margin-top: 10%;
	padding-left: 5.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);
}


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

#box5 .openbtn {
	float: left;
	width: 100%;
	text-align: center;
	opacity: 80%;
    margin-top: 5%;
}
#box5 .openbtn:hover {
    filter: brightness(120%);
    transform: scale(0.9);
}
	
/*menu link内の項目の色*/
#box5 a{
	text-decoration:none;
	color: #373c38;
}
#box5 a.active {
	color: #fff;
}
#box5 a:hover {
    color: #fff;
	filter: brightness(120%);
    transform: scale(1.2);
}
#box5 .instaicon:hover {
    color: #fff;
	filter: brightness(250%);
    transform: scale(1.2);
}
.icon {
    width: 10%;
}


}

/* 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;
	cursor: pointer;
	}
#box1 a:hover {
    transform: scale(0.99);
}	

.logotop_fade{
	width: 100%;
	height: auto;
	opacity: 12%;
	padding-top: 15%; /*marigin-topdだとずれる*/
	align-content: center;
}	

/*news内容*/
#box2 {
	float: left;
	width: 90%;	
	margin-left: 5%;
	margin-right: 5%;
	text-align: left;
	margin-top: 20%;
	color: #553D3A;
	font-size: 100%;
	}
    
/*news linkなし*/
#box4 {
	float: left;
	width: 50%;
	text-align: right;
	margin-top: 10%;
	padding-right: 4.5%;
	color: #86a697;
	opacity: 45%;
	text-decoration: none;
	font-size: 120%;
	}

	
/*jewellery link*/
#box3 {
	float: left;
	width: 50%;
	text-align: left;
	margin-top: 10%;
	padding-left: 5.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);
}


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

#box5 .openbtn {
	float: left;
	width: 100%;
	text-align: center;
	opacity: 80%;
    margin-top: 5%;
}
#box5 .openbtn:hover {
    filter: brightness(120%);
    transform: scale(0.9);
}
	
/*menu link内の項目の色*/
#box5 a{
	text-decoration:none;
	color: #373c38;
}
#box5 a.active {
	color: #fff;
}
#box5 a:hover {
    color: #fff;
	filter: brightness(120%);
    transform: scale(1.2);
}
#box5 .instaicon:hover {
    color: #fff;
	filter: brightness(250%);
    transform: scale(1.2);
}
.icon {
    width: 10%;
}

}


/* 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;
	cursor: pointer;
	}
#box1 a:hover {
    transform: scale(0.99);
}	

.logotop_fade{
	width: 100%;
	height: auto;
	opacity: 12%;
	padding-top: 15%; /*marigin-topdだとずれる*/
	align-content: center;
}	

/*news内容*/
#box2 {
	float: left;
	width: 70%;	
	margin-left: 15%;
	margin-right: 15%;
	text-align: left;
	margin-top: 18%;
	color: #553D3A;
	font-size: 100%;
	}
    
/*jewellery link*/
#box3 {
	float: left;
	width: 50%;
	text-align: left;
	margin-top: 10%;
	padding-left: 15%;
	color: #cc9900;
	opacity: 70%;
	text-decoration: none;
	font-size: 140%;
	}

#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: 10%;
	padding-right: 12%;
	color: #86a697;
	opacity: 45%;
	text-decoration: none;
	font-size: 140%;
	}



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

#box5 .openbtn {
	float: left;
	width: 100%;
	text-align: center;
	opacity: 80%;
    margin-top: 5%;
}
#box5 .openbtn:hover {
    filter: brightness(120%);
    transform: scale(0.9);
}

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

}



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


/*logo top*/	
#box1 {
	float: left;
	width: 100%;
    margin-left: 42.5%;
	text-align: left;
	cursor: pointer;
	}
#box1 a:hover {
    transform: scale(0.99);
}	

.logotop_fade{
	width: 15%;
	height: auto;
	opacity: 50%;
	padding-top: 5%; /*marigin-topdだとずれる*/
	
}	

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

}

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

#boxB:after {
	content: "";
	display: block;
	clear: both;
	
}
	
/*news内容*/
#box2 {
	float: right;
	width: 75%;	
	margin-left: 0;
	margin-right: 0;
	text-align: right;
	margin-top: 3%;
	color: #553D3A;
	font-size: 95%;
	}
	
    
/*jewellery link fade*/
#box3 {
	float: left;
	width: 25%;
	text-align: center;
	margin-top: 45%;
	margin-left: 0;
	margin-right: 0;
    padding-left: 2%;
	color: #cc9900;
	opacity: 45%;
	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: 20%;
	text-align: center;
	margin-top: 36%;
	padding-right: 5%;
	color: #86a697;
	opacity: 45%;
	text-decoration: none;
	font-size: 120%;
	}




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

#box5 .openbtn {
	float: left;
	width: 100%;
	text-align: center;
	opacity: 80%;
    margin-top: 5%;
}
#box5 .openbtn:hover {
    filter: brightness(120%);
    transform: scale(0.9);
}

/*menu link内の項目の色とサイズ*/
#box5 a{
	text-decoration:none;
	color: #373c38;
    font-size: 120%;
}
#box5 a.active {
	color: #fff;
}
#box5 a:hover {
    color: #fff;
	filter: brightness(120%);
    transform: scale(1.2);
}
#box5 .instaicon:hover {
    color: #fff;
	filter: brightness(250%);
    transform: scale(1.2);
}
.icon {
    width: 3%;
}


}

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

/*logo top*/	
#box1 {
	float: left;
	width: 100%;
    margin-left: 42.5%;
	text-align: left;
	cursor: pointer;
	}
#box1 a:hover {
    transform: scale(0.99);
}	

.logotop_fade{
	width: 15%;
	height: auto;
	opacity: 50%;
	padding-top: 5%; /*marigin-topdだとずれる*/

}	

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

}

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

#boxB:after {
	content: "";
	display: block;
	clear: both;
	
}


/*news内容*/
#box2 {
	float: right;
	width: 75%;	
	margin-left: 0;
	margin-right: 0;
	text-align: right;
	margin-top: 7%;
	color: #553D3A;
	font-size: 110%;
	}
    
    
/*jewellery link fade*/
#box3 {
	float: left;
	width: 25%;
	text-align: center;
	margin-top: 50%;
	margin-left: 0;
	margin-right: 0;
	color: #cc9900;
	opacity: 80%;
	text-decoration: none;
	font-size: 140%;
	}

#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: right;
	width: 20%;
	text-align: center;
	margin-top: 40%;
    padding-right: 7%;
	color: #86a697;
	opacity: 45%;
	text-decoration: none;
	font-size: 140%;
	}



/*menu link*/
#box5 {
	float: left;
	width: 100%;
	text-align: center;
	cursor: pointer;
	}

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






}
