@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: 100%;
	padding-left: 0;
	padding-right: 0;
	align-content: center;
}



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

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

/*logo top*/	
.logotop_fade{
	width: 90%;
	height: auto;
	opacity: 12%;
	padding-top: 16%;
    padding-left: 10%;
}

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

/*menu icon*/

#header .openbtn {
	float: left;
	width: 100%;
	text-align: right;
	opacity: 80%;
	text-decoration: none;
    margin-left: 0;
}
#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: 25%;
}


/*scroll*/
#container h4{
    margin-bottom: 3%;
    font-size:110%;
    color: #937455;
    opacity: 40%;
    text-align: center;
}

/*CV*/
#container table{
	width: 98%;
    margin-left: 1%;
    margin-right: 1%;
    text-align: left;
    font-size: 70%;
    color: #553D3A;
}
.gridContainer.clearfix #container #lasttable {
    margin-top: 5%;
    padding-bottom: -10%;
}
#footer{
    padding-bottom: -10%;
}
#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: 100%;
	padding-left: 0;
	padding-right: 0;
}

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

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

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

#box2{
    float: left;
    width: 30%;
    margin-left: -6%;
    margin-right: 0;
    margin-top: 12.5%;
	text-align: right;
}
	

/*menu icon*/

#header .openbtn {
	float: left;
	width: 100%;
	text-align: right;
	opacity: 80%;
	text-decoration: none;
    margin-left: 0;
}
#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: 25%;
}


/*scroll*/
#container h4{
    margin-bottom: 3%;
    font-size:110%;
    color: #937455;
    opacity: 40%;
    text-align: center;
}

/*CV*/
#container table{
	width: 98%;
    margin-left: 1%;
    margin-right: 1%;
    text-align: left;
    font-size: 75%;
    color: #553D3A;
}
.gridContainer.clearfix #container #lasttable {
    margin-top: 5%;
    padding-bottom: -10%;
}
#footer{
    padding-bottom: -10%;
}
#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: 100%;
	padding-left: 0;
	padding-right: 0;
}

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

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

/*logo top*/	
.logotop_fade{
	width: 100%;
	height: auto;
	opacity: 12%;
	padding-top: 18%;
    padding-left: 14%;
}

#box2{
    float: left;
    width: 30%;
    margin-left: 0;
    margin-right: 0;
    margin-top: 12.5%;
	text-align: left;
}
	

/*menu icon*/

#header .openbtn {
	float: left;
	width: 100%;
	text-align: left;
	opacity: 80%;
	margin-left: 20%;
    margin-top: -2%;
}
#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: 25%;
    
}

/*scroll*/
#container h4{
    margin-bottom: 3%;
    font-size:110%;
    color: #937455;
    opacity: 40%;
    text-align: center;
}

/*CV*/
#container table{
	width: 100%;
    margin-left: 0;
    margin-right: 0;
    text-align: left;
    font-size: 70%;
    color: #553D3A;
}
.gridContainer.clearfix #container #lasttable {
    margin-top: -10%;
    padding-bottom: -10%;
}
#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: 100%;
	padding-left: 0;
	padding-right: 0;
}


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

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

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

#box2{
    float: left;
    width: 30%;
    margin-left: -6%;
    margin-right: 0;
    margin-top: 12.5%;
	text-align: right;
}
	

/*menu icon*/

#header .openbtn {
	float: left;
	width: 100%;
	text-align: right;
	opacity: 80%;
	text-decoration: none;
    margin-left: 0;
}
#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: 25%;
}


/*scroll*/
#container h4{
    margin-bottom: 3%;
    font-size:110%;
    color: #937455;
    opacity: 40%;
    text-align: center;
}

/*CV*/
#container table{
	width: 98%;
    margin-left: 1%;
    margin-right: 1%;
    text-align: left;
    font-size: 75%;
    color: #553D3A;
}
.gridContainer.clearfix #container #lasttable {
    margin-top: 5%;
    padding-bottom: -10%;
}
#footer{
    padding-bottom: -10%;
}
#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: 100%;
	padding-left: 0;
	padding-right: 0;
}


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

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

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

#box2{
    float: left;
    width: 30%;
    margin-left: -6%;
    margin-right: 0;
    margin-top: 12%;
	text-align: right;
}
	

/*menu icon*/

#header .openbtn {
	float: left;
	width: 100%;
	text-align: right;
	opacity: 80%;
	text-decoration: none;
    margin-left: 0;
}
#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: 25%;
}


/*scroll*/
#container h4{
    margin-bottom: 3%;
    font-size:110%;
    color: #937455;
    opacity: 40%;
    text-align: center;
}

/*CV*/
#container table{
	width: 98%;
    margin-left: 1%;
    margin-right: 1%;
    text-align: left;
    font-size: 90%;
    color: #553D3A;
}
.gridContainer.clearfix #container #lasttable {
    margin-top: 5%;
    padding-bottom: -10%;
}
#footer{
    padding-bottom: -10%;
}
#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: 100%;
	padding-left: 0;
	padding-right: 0;
}

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

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

/*logo top*/	
.logotop_fade{
	width: 85%;
	height: auto;
	opacity: 12%;
	padding-top: 18%;
    padding-left: 20%;
}

#box2{
    float: left;
    width: 30%;
    margin-left: -16%;
    margin-right: 0;
    margin-top: 13%;
	text-align: right;
}
	

/*menu icon*/

#header .openbtn {
	float: left;
	width: 100%;
	text-align: right;
	opacity: 80%;
	text-decoration: none;
    margin-left: 0;
}
#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: 18%;
}


/*scroll*/
#container h4{
    margin-bottom: 3%;
    font-size:110%;
    color: #937455;
    opacity: 40%;
    text-align: center;
}

/*CV*/
#container table{
	width: 70%;
    margin-left: 15%;
    margin-right: 15%;
    text-align: left;
    font-size: 95%;
    color: #553D3A;
}
.gridContainer.clearfix #container #lasttable {
    margin-top: 5%;
    padding-bottom: -10%;
}
#footer{
    padding-bottom: -10%;
}
#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: 100%;
	padding-left: 0;
	padding-right: 0;
    margin: auto;
    text-align: center;
}

/*boxAの中にbox1とbox2*/

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

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

/*logo top*/	
.logotop_fade{
	width: 17.5%;
	height: auto;
	opacity: 50%;
	margin-top: 7%;
    margin-left: 29%;
    padding-top: 0;
    padding-left: 0;
}

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

/*menu icon*/

#header .openbtn {
	float: left;
	width: 100%;
    margin-top: 0;
    margin-left: 0;
	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: 10%;
}

/*scroll*/
#container h4{
    margin-bottom: 3%;
    font-size:110%;
    color: #937455;
    opacity: 40%;
    text-align: center;
}

/*CV*/
#container table{
	width: 60%;
    margin-left: 20%;
    margin-right: 20%;
    text-align: left;
    font-size: 100%;
    color: #553D3A;
}
#container .fixed{
    padding-top: 10%;
}
.gridContainer.clearfix #container #lasttable {
    margin-top: 10%;
    margin-bottom: -10%;
}
#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: 100%;
	padding-left: 0;
	padding-right: 0;
	text-align: center;
    max-width: 1440px;
    margin: auto;
}

/*boxAの中にbox1とbox2*/

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

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

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

#box2{
    float: left;
    width: 20%;
    margin-left: -42.5%;
    margin-right: 0;
    margin-top: 4.5%;
	text-align: right;
}
	

/*menu icon*/

#header .openbtn {
	float: left;
	width: 100%;
    margin-top: 0;
    margin-left: 0;
	text-align: right;
	opacity: 80%;
	text-decoration: none;
}
/*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%;
}

/*scroll*/
#container h4{
    margin-bottom: 3%;
    font-size:110%;
    color: #937455;
    opacity: 40%;
    text-align: center;
}

/*CV*/
#container table{
	width: 60%;
    margin-left: 20%;
    margin-right: 20%;
    text-align: left;
    font-size: 100%;
    color: #553D3A;
}
#container .fixed{
    padding-top: 10%;
}

#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);
 
}
.gridContainer.clearfix #container #lasttable {
    margin-top: 10%;
    margin-bottom: -10%;
}








}
