@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);
}	

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

#box2 {
	float: right;
	width: 90%;	
	margin-left: 5%;
	margin-right: 5%;
	text-align: center;
	margin-top: 20%;
	}

/*box2の中にcontactとgalleryが横に並ぶように配置*/
#box2:after {
	content: "";
	display: block;
	clear: both;

}

#contact{
    float: left;
    width: 40%;
    text-align: left;
    color: #553D3A;
	font-size: 100%;
    line-height: 1.6;
}
#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;
    
}

.portrait {
    width: 100%;
    opacity: 80%;
    padding-top: 12%;

}

#gallery{
    float: left;
    width: 60%;
    text-align: right;
    padding-top: 0;
    color: #553D3A;
	font-size: 90%;
    opacity: 70%;
    line-height: 1.25;
    
}

/*news link*/
#box4 {
	float: left;
	width: 50%;
	text-align: center;
	margin-top: 25%;
	margin-right: 0;
	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);
}
	

/*jewellery link*/
#box3 {
	float: left;
	width: 50%;
	text-align: center;
	margin-top: 25%;
	margin-left: -3%;
	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 {
	filter: brightness(250%);
    transform: scale(1.2);
}
.icon {
    width: 10%;
}



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

#box2 {
	float: right;
	width: 90%;	
	margin-left: 5%;
	margin-right: 5%;
	text-align: center;
	margin-top: 20%;
	}

/*box2の中にcontactとgalleryが横に並ぶように配置*/
#box2:after {
	content: "";
	display: block;
	clear: both;

}

#contact{
    float: left;
    width: 40%;
    text-align: left;
    color: #553D3A;
	font-size: 100%;
    line-height: 1.6;
}
#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;
    
}

.portrait {
    width: 100%;
    opacity: 80%;
    padding-top: 12%;

}

#gallery{
    float: left;
    width: 60%;
    text-align: right;
    padding-top: 0;
    color: #553D3A;
	font-size: 90%;
    opacity: 70%;
    line-height: 1.25;
    
}

/*news link*/
#box4 {
	float: left;
	width: 50%;
	text-align: center;
	margin-top: 25%;
	margin-right: 0;
	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);
}
	

/*jewellery link*/
#box3 {
	float: left;
	width: 50%;
	text-align: center;
	margin-top: 25%;
	margin-left: -3%;
	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 {
	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;
}	

#box2 {
	float: right;
	width: 90%;	
	margin-left: 5%;
	margin-right: 5%;
	text-align: center;
	margin-top: 20%;
	}

/*box2の中にcontactとgalleryが横に並ぶように配置*/
#box2:after {
	content: "";
	display: block;
	clear: both;

}

#contact{
    float: left;
    width: 40%;
    text-align: left;
    color: #553D3A;
	font-size: 100%;
    line-height: 1.6;
}
#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;
    
}

.portrait {
    width: 100%;
    opacity: 80%;
    padding-top: 12%;

}

#gallery{
    float: left;
    width: 60%;
    text-align: right;
    padding-top: 0;
    color: #553D3A;
	font-size: 90%;
    opacity: 70%;
    line-height: 1.25;
    
}

/*news link*/
#box4 {
	float: left;
	width: 50%;
	text-align: center;
	margin-top: 25%;
	margin-right: 0;
	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);
}
	

/*jewellery link*/
#box3 {
	float: left;
	width: 50%;
	text-align: center;
	margin-top: 25%;
	margin-left: -3%;
	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 {
	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;
}	

#box2 {
	float: right;
	width: 90%;	
	margin-left: 5%;
	margin-right: 5%;
	text-align: center;
	margin-top: 20%;
	}

/*box2の中にcontactとgalleryが横に並ぶように配置*/
#box2:after {
	content: "";
	display: block;
	clear: both;

}

#contact{
    float: left;
    width: 40%;
    text-align: left;
    color: #553D3A;
	font-size: 100%;
    line-height: 1.6;
}
#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;
    
}

.portrait {
    width: 100%;
    opacity: 80%;
    padding-top: 12%;

}

#gallery{
    float: left;
    width: 60%;
    text-align: right;
    padding-top: 0;
    color: #553D3A;
	font-size: 90%;
    opacity: 70%;
    line-height: 1.25;
    
}

/*news link*/
#box4 {
	float: left;
	width: 50%;
	text-align: center;
	margin-top: 25%;
	margin-right: 0;
	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);
}
	

/*jewellery link*/
#box3 {
	float: left;
	width: 50%;
	text-align: center;
	margin-top: 25%;
	margin-left: -3%;
	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 {
	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;
}	

#box2 {
	float: right;
	width: 90%;	
	margin-left: 5%;
	margin-right: 5%;
	text-align: center;
	margin-top: 20%;
	}

/*box2の中にcontactとgalleryが横に並ぶように配置*/
#box2:after {
	content: "";
	display: block;
	clear: both;

}

#contact{
    float: left;
    width: 40%;
    text-align: left;
    color: #553D3A;
	font-size: 112%;
    line-height: 1.6;
}
#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;
    
}

.portrait {
    width: 100%;
    opacity: 80%;
    padding-top: 15%;

}

#gallery{
    float: left;
    width: 60%;
    text-align: right;
    padding-top: 0;
    color: #553D3A;
	font-size: 98%;
    opacity: 70%;
    line-height: 1.35;
    
}

/*news link*/
#box4 {
	float: left;
	width: 50%;
	text-align: center;
	margin-top: 25%;
	margin-right: 0;
	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);
}
	

/*jewellery link*/
#box3 {
	float: left;
	width: 50%;
	text-align: center;
	margin-top: 25%;
	margin-left: -3%;
	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 {
	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;
}	

#box2 {
	float: right;
	width: 70%;	
	margin-left: 15%;
	margin-right: 15%;
	text-align: center;
	margin-top: 15%;
	}

/*box2の中にcontactとgalleryが横に並ぶように配置*/
#box2:after {
	content: "";
	display: block;
	clear: both;

}

#contact{
    float: left;
    width: 40%;
    text-align: left;
    color: #553D3A;
	font-size: 130%;
    line-height: 1.6;
}
#box2 a{
	text-decoration-line: none;
    padding-bottom: 0.5px;
    border-bottom: dotted 2px #9F7650;
	color: #9F7650;
}
#box2 a.active {
	color: #553D3A;
}
#box2 a:hover {
	color: #553D3A;
    text-decoration-line: none;
    padding-bottom: 0.5px;
    border-bottom: dotted 2px #553D3A;
    
    
}

.portrait {
    width: 85%;
    opacity: 80%;
    padding-top: 10%;

}

#gallery{
    float: left;
    width: 60%;
    text-align: right;
    padding-top: 0;
    color: #553D3A;
	font-size: 120%;
    opacity: 70%;
    line-height: 1.5;
    
}


/*news link*/
#box4 {
	float: left;
	width: 50%;
	text-align: right;
	margin-top: 15%;
	padding-right: 12%;
	color: #86a697;
	opacity: 70%;
	text-decoration: none;
	font-size: 140%;
	}
#box4 a{
	text-decoration:none;
	color: #86a697;
}
#box4 a.active {
	color: #bdc0ba;
}
#box4 a:hover {
	color: #bdc0ba;
    transform: scale(0.9);
}

	

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


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

.logotop_fade{
	width: 15%;
	height: auto;
	opacity: 50%;
	padding-top: 5%; /*marigin-topdだとずれる*/
	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: 80%;	
	margin-left: 0;
	margin-right: 0;
	}
	
/*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: 3%;
}


#box2 {
	float: right;
	width: 75%;	
	margin-left: 0;
	margin-right: 0;
	text-align: center;
	margin-top: 8%;
	}
    
/*box2の中にcontactとgalleryが横に並ぶように配置*/
#box2:after {
	content: "";
	display: block;
	clear: both;

}


#contact{
    float: left;
    width: 40%;
    text-align: left;
    color: #553D3A;
	font-size: 110%;
    padding-left: 12%;
    line-height: 1.6;
}
#box2 a{
	text-decoration-line: none;
    padding-bottom: 0.5px;
    border-bottom: dotted 2px #9F7650;
	color: #9F7650;
}
#box2 a.active {
	color: #553D3A;
}
#box2 a:hover {
	color: #553D3A;
    text-decoration-line: none;
    padding-bottom: 0.5px;
    border-bottom: dotted 2px #553D3A;
    
}

.portrait {
    width: 74%;
    opacity: 80%;
    padding-top: 6%;

}

#gallery{
    float: left;
    width: 60%;
    text-align: right;
    padding-top: 0;
    color: #553D3A;
	font-size: 100%;
    padding-right: 12%;
    opacity: 70%;
    line-height: 1.65;
    
}

/*jewellery link fade*/
#box3 {
	float: left;
	width: 25%;
	text-align: center;
	margin-top: 45%;
	margin-left: 0;
	margin-right: 0;
	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: 35%;
	padding-right: 3%;
	color: #86a697;
	opacity: 80%;
	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);
}


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


}

/* 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だとずれる*/
	align-content: center;
}	

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

}

/*boxBの中にbox2とbox3*/
#boxB {
	float: left;
	width: 80%;	
	margin-left: 0;
	margin-right: 0;
	}
	
/*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.99);
}
.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);
}

#box2 {
	float: right;
	width: 75%;	
	margin-left: 0;
	margin-right: 0;
	text-align: center;
	margin-top: 10%;
	}

.portrait {
    width: 80%;
    opacity: 80%;
    padding-top: 3%;
    padding-left: 1%;
}

#box2:after {
	content: "";
	display: block;
	clear: both;

}
#contact{
    float: left;
    width: 40%;
    text-align: left;
    color: #553D3A;
	font-size: 140%;
    padding-top: 0;
    padding-left: 15%;
    line-height: 1.2;
    position: relative;
    z-index: 1;
}
#box2 a{
	text-decoration:none;
	color: #9F7650;
}
#box2 a.active {
	color: #553D3A;
}
#box2 a:hover {
	color: #553D3A;
    text-decoration-line: none;
    padding-bottom: 0.5px;
    border-bottom: dotted 2px #553D3A;
}


#gallery{
    float: left;
    width: 60%;
    text-align: right;
    padding-top: 0;
    color: #553D3A;
	font-size: 120%;
    padding-right: 15%;
    opacity: 70%;
    line-height: 1.47;
    
}
/*jewellery link fade*/
#box3 {
	float: left;
	width: 25%;
	text-align: center;
	margin-top: 50%;
	margin-left: 0;
	margin-right: 0;
	color: #cc9900;
	opacity: 45%;
	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: 3%;
	color: #86a697;
	opacity: 80%;
	text-decoration: none;
	font-size: 140%;
	}

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

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


}
