@charset "utf-8";

/* PC：basic_pc.css
 * **************************************************
 * Body
 * Header
 * Global Navigation
 * Content
 * Footer
 * No Visual Anchor (Anchor)
 * **************************************************
 */

 /* Body
------------------------------------------------------------------ */
/* Font：基本サイズ（16 * 0.625 = 10px） */
html {
	font-size: 62.5%;
}
body {
	color: #666666;
	font-family: "ゴシックMB101 R", "Gothic MB101 Regular", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 16px;
	font-size: 1.6em;
	line-height: 1.8;
}
body#home {
	color: #736357;
}


 /* Header
------------------------------------------------------------------ */
#header {
	width: 100%;
}


/* Global Navigation
------------------------------------------------------------------ */
#globalNav {
	clear: both;
	width: 100%;
}
#globalNav nav ul {
	list-style: none;
}


/* Content
------------------------------------------------------------------ */
#content {
	clear: both;
	width: 100%;
}



/* Footer
------------------------------------------------------------------ */
#footer {
	clear: both;
	width: 100%;
}
#footer .copyRight {
	width: 100%;
}


/* No visual Anchor
------------------------------------------------------------------- */
div.novisualAnchor {
	overflow:hidden;
	width:0;
	height:0;
	font-size:1px;
	line-height:1px;
	/* except MacIE \*/position: absolute;/* end */
	left:0;
	top:0;
	color:#fff;
}
div.novisualAnchor a{
	font-size: 1px;
	line-height: 1px;
	color: #fff;
	text-decoration: none;
}

/* side fix banner
------------------------------------------------------------------- */
.side-fix-banner{
position: fixed;
right: 0;
bottom: 0;
}
.side-fix-banner.non{
	bottom: 118px;
}
/*
.side-fix-banner.non{
display: none;	
}
*/
.side-fix-banner .nav-list{
list-style-type: none;	
border-radius:8px 0 0 8px;
overflow: hidden; 
}

.side-fix-banner .nav-list li{
background: #da809e;	
display: flex;
justify-content: center;
align-items: center;
position: relative;	
}

.side-fix-banner .nav-list li::after{
content: "";
position: absolute;
width: 70%;
height: 1px;
background: white;
left: 50%;
bottom: 0;
transform: translateX(-50%);
-webkit-transform: translateX(-50%);	
}
.side-fix-banner .nav-list li:nth-child(3)::after{
	content: none;
}
.side-fix-banner .nav-list li a{
display:block; 	
color: white;
padding: 15px;
text-align: center;
font-size: 12px;
font-weight: bold;
transition: .4s;
opacity: 1;
position: relative;
line-height: 1.3;
}

.side-fix-banner .nav-list li a:hover{
opacity: .6;	
}

.side-fix-banner .nav-list li a i{
margin-bottom: 5px;	
display: block;
}

.side-fix-banner .nav-list li a i img{
width: 40px;
height: auto;
}
.side-fix-banner .nav-list li.line{
background: #4ef452;	
}
.side-fix-banner .nav-list li.line a{
	color: #333;
}