@charset "utf-8";
#wrap{
	background-color:#ffffff;
	}
#siteHeader{
	height:120px;
	background-color:#000000;
	border-top:1px solid #333333;
	color:#ffffff;
	margin:0;
	padding:0;
	overflow:hidden;
	position:relative;
	z-index:999;
	}
#siteHeader:before{
	content:"";	
	}

#siteHeader #logo{
	width:320px;
	height:100px;
	padding:10px 0;
	text-align:center;
	position:absolute;
	left:50%;
	top:0;
	margin:0 0 0 -160px;
	}

#siteHeader #logo a{
	color:#ffffff;
	display:block;
	width:320px;
	height:100px;
	position:relative;
	z-index:99999;
	-webkit-transition: all 0.2s linear ;
	-moz-transition   : all 0.2s linear ;
	-ms-transition    : all 0.2s linear ;
	-o-transition     : all 0.2s linear ;
	transition        : all 0.2s linear ;
	}
#siteHeader #logo a:hover{
	color:#ac9668;
	}
#siteHeader #logo a h1{
	line-height:25px;
	font-size:1.4rem;
	margin:0;
	padding:10px 0 0 0;
	}


#siteHeader #logo a svg{
	width:240px;
	height:60px;
	fill:#ffffff;
	-webkit-transition: all 0.2s linear ;
	-moz-transition   : all 0.2s linear ;
	-ms-transition    : all 0.2s linear ;
	-o-transition     : all 0.2s linear ;
	transition        : all 0.2s linear ;
	}
#siteHeader #logo a:hover svg{
	fill:#ac9668;
	}



#globalNav{
	height:80px;
	padding:0;
	margin:20px 0 ;
	}

#globalNav ul{
	}

#globalNav ul li{
font-family: "Times New Roman", Times, "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
font-weight:normal;
	width : 20%;
	width : -webkit-calc(25% - 80px) ;
	width : calc(25% - 80px) ;
	float:left;
	height:80px;
	text-align:center;
	color:#ffffff;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
	font-size:1.7rem;
	position:relative;
	letter-spacing:2px;
	}
#globalNav ul li:before{
	content:"";
	position:absolute;
	left:0;
	top:20px;
	width:0;
	height:40px;
	border-left:1px solid #333333;
	}
#globalNav ul li#nav_about{
	letter-spacing:normal;
	}
#globalNav ul li#nav_about span{
	letter-spacing:2px;
	}


#globalNav ul li:nth-child(2){
	margin:0 320px 0 0;
	}
#globalNav ul li:nth-child(2):after,
#globalNav ul li:last-child:after{
	content:"";
	position:absolute;
	right:0;
	top:20px;
	width:0;
	height:40px;
	border-left:1px solid #333333;
	}



#globalNav ul li a{
	color:#ffffff;
	background-color:#000000;
	background-size:40px auto;
	position:relative;
	display:block;
	line-height:25px;
	height:40px;
	padding:20px 0;
	-webkit-transition: all 0.2s linear ;
	-moz-transition   : all 0.2s linear ;
	-ms-transition    : all 0.2s linear ;
	-o-transition     : all 0.2s linear ;
	transition        : all 0.2s linear ;
	margin:0 1px;
	}
#globalNav ul li a span{
	display:block;
	font-size:1.1rem;
	line-height:15px;
	}
#globalNav ul li a:hover{
	}


#globalNav ul li a:after{
	content:"";
	width:0;
	height:1px;
	background-color:#ac9668;
	-webkit-transition: all 0.2s linear ;
	-moz-transition   : all 0.2s linear ;
	-ms-transition    : all 0.2s linear ;
	-o-transition     : all 0.2s linear ;
	transition        : all 0.2s linear ;
	opacity:0;
	bottom:0;
	left:50%;
	position:absolute;
	}

#globalNav ul li#nav_furisode a:after{background-color:#e14b6e;}
#globalNav ul li#nav_kimono a:after  {background-color:#C3D825;}
#globalNav ul li#nav_about a:after   {background-color:#ac9668;}
#globalNav ul li#nav_column a:after  {background-color:#0095D9;}

#globalNav ul li a:hover:after,
#globalNav ul li.current a:after{
	width:100%;
	left:0;
	opacity:1;
	}







#globalNav ul li.current a:before{
	width:100%;
	left:0;
	}

/* CSS Document */



#container{
	padding:0 0 0 0;
	}



#siteFooter{
	border-top:1px solid #ffffff;
	background-color:#222222;
	position:relative;
	min-height:400px;
	color:#ffffff;
	padding:30px 0;
	}

#siteFooter #pageTop{
	position:absolute;
	width:140px;
	height:0px;
	position:absolute;
	top:0px;
	left:50%;
	margin:0 0 0 -70px;
	}
#siteFooter #pageTop a{
	display:block;
	position:relative;
	}
#siteFooter #pageTop a:before{
	content:"";
	position:absolute;
	width:0;
	height:0;
	border:70px solid transparent;
	border-bottom:50px solid #222222;
	top:-120px;
	left:50%;
	margin:0 0 0 -70px;
	-webkit-transition: all 0.2s linear ;
	-moz-transition   : all 0.2s linear ;
	-ms-transition    : all 0.2s linear ;
	-o-transition     : all 0.2s linear ;
	transition        : all 0.2s linear ;
	}
#siteFooter #pageTop a:hover:before{
	border-bottom:50px solid #ac9668;
	}



#siteFooter #footerLogo{
	width:25%;
	height:100px;
	margin:0 auto;
	text-align:center;
	}
#siteFooter #footerLogo a svg{
	width:240px;
	height:auto;
	fill:#ffffff;
	}
#siteFooter #footerLogo a h5{
	font-size:1.4rem;
	margin:0;
	}
#siteFooter #footerLogo a{
	display:block;
	width:100%;
	height:100%;
	color:#ffffff;
	-webkit-transition: all 0.2s linear ;
	-moz-transition   : all 0.2s linear ;
	-ms-transition    : all 0.2s linear ;
	-o-transition     : all 0.2s linear ;
	transition        : all 0.2s linear ;
	}

#siteFooter #footerLogo a:hover{
	opacity:0.5;
	}
#siteFooter #footerAddress{
	padding:20px 0;
	border-top:1px solid #444444;
	border-bottom:1px solid #444444;
	}


#siteFooter #footerTel{
	width:640px;
	float:left;
	text-align:center;
	}
#siteFooter #footerTel p{
	font-size:1.4rem;
	}
#siteFooter #footerTel p span{
	font-size:2.8rem;
	padding:0 10px;
	display:inline-block;
	font-family: "Times New Roman", Times, "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;

	}
#siteFooter #footerTel p span.freedial{
	font-size:3.6rem;

	}

#footerContact{
	width : -webkit-calc(100% - 680px) ;
	width : calc(100% - 680px) ;
	max-width:400px;
	}

#footerContact p{
	font-size:1.8rem;
	line-height:60px;
	height:50px;
	text-align:center;
	margin:20px 0;
	}
#footerContact p a{
	display:block;
	color:#ffffff;
	border:1px solid #ac9668;
	background-color:#ac9668;
	-webkit-transition: all 0.2s linear ;
	-moz-transition   : all 0.2s linear ;
	-ms-transition    : all 0.2s linear ;
	-o-transition     : all 0.2s linear ;
	transition        : all 0.2s linear ;
	}
#footerContact p a:hover{
	background:transparent;
	}

#siteFooter #siteMap{
	padding:40px 0;
	border-bottom:1px solid #444444;
	}

#siteFooter #siteMap a{
	color:#ffffff;
	}

#siteFooter #siteMap div{
	width:25%;
	float:left;
	}


#siteFooter #siteMap div ul li{
	font-size:1.3rem;
	line-height:20px;
	margin:10px 0;
	}
#siteFooter #siteMap div ul li a{
	display:inline-block;
	padding:0 0 0 30px;
	position:relative;
	-webkit-transition: all 0.2s linear ;
	-moz-transition   : all 0.2s linear ;
	-ms-transition    : all 0.2s linear ;
	-o-transition     : all 0.2s linear ;
	transition        : all 0.2s linear ;
	}
#siteFooter #siteMap div ul li a:hover{
	}

#siteFooter #siteMap div.footerFurisode ul li a:hover{color:#e14b6e;}
#siteFooter #siteMap div.footerKimono ul li a:hover{color:#C3D825;}
#siteFooter #siteMap div.footerKobayashi ul li a:hover{color:#ac9668;}
#siteFooter #siteMap div.footerColumn ul li a:hover{color:#0095D9;}




#siteFooter #siteMap div ul li a:before{
	content:"";
	width:6px;
	height:6px;
	border-right:2px solid #5bc9e4;
	border-top:2px solid #5bc9e4;
	position:absolute;
	z-index:100;
	left:5px;
	top:50%;
	margin:-4px 0 0 0;
	-webkit-transition: all 0.2s linear ;
	-moz-transition   : all 0.2s linear ;
	-ms-transition    : all 0.2s linear ;
	-o-transition     : all 0.2s linear ;
	transition        : all 0.2s linear ;
	-webkit-transform : rotate(45deg);
	-moz-transform    : rotate(45deg);
	-ms-transform     : rotate(45deg);
	-o-transform      : rotate(45deg);
	transform         : rotate(45deg);
	}


#siteFooter #siteMap div.footerFurisode ul li a:before{
	border-right:2px solid #e14b6e;
	border-top:2px solid #e14b6e;
	}
#siteFooter #siteMap div.footerKimono ul li a:before{
	border-right:2px solid #C3D825;
	border-top:2px solid #C3D825;
	}
#siteFooter #siteMap div.footerKobayashi ul li a:before{
	border-right:2px solid #ac9668;
	border-top:2px solid #ac9668;
	}
#siteFooter #siteMap div.footerColumn ul li a:before{
	border-right:2px solid #0095D9;
	border-top:2px solid #0095D9;
	}

	
#siteFooter .fixedcontact{
    padding: 20px;
	font-family: "Times New Roman", Times, "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    background-color: rgba(0,0,0,0.5);
    border-radius: 10px 0 0 0;
    position: fixed;
    bottom: 0;
    right: 0;
    z-index: 999999;
}
#siteFooter .fixedcontact h3{
    font-size: 2.0rem;
    text-align: center;
}
#siteFooter .fixedcontact h3 span{
    display: block;
    font-size: 1.2rem;
    line-height: 1;
}
#siteFooter .fixedcontact a{
    display: block;
    margin: 10px auto;
    padding: 10px 20px;
    text-align: center;
    font-size: 1.7rem;
    border: 1px solid #ffffff;
    box-shadow: 0 0 5px 0 rgba(0,0,0,0.3);
	-webkit-transition: all 0.2s linear ;
	-moz-transition   : all 0.2s linear ;
	-ms-transition    : all 0.2s linear ;
	-o-transition     : all 0.2s linear ;
	transition        : all 0.2s linear ;
}
#siteFooter .fixedcontact a:nth-of-type(1){
    color: #ffffff;
    background: url(../images/asanoha.png),#D39090;
    background-repeat: repeat;
}
#siteFooter .fixedcontact a:nth-of-type(2){
    color: #D39090;
    background: url(../images/asanoha_p.png),#ffffff;
    background-repeat: repeat;
    border-color: #D39090;
}
#siteFooter .fixedcontact a:hover{
    color: #AC9667;
    background: #ffffff;
    border-color: #AC9667;
}





p#copyright{
	text-align:center;
	font-size:1.1rem;
	letter-spacing:1px;
	padding:40px 0 0 0;
	font-weight:normal;
	}
