@charset "utf-8";
/*---------------------------------

・共通設定
・枠設定
・ヘッダ
・グローバルナビ
・サイドナビ
・メインコンテンツ
・フッタ

---------------------------------*/
@import "font-awesome.css";
/*#################### 共通設定 ####################*/
body {
    text-align: center;
    color: #34343A;
    font-size: 15px;
}
@media print, screen and (min-width: 768px) {
    /*body {border-top: 3px solid #FDD000;}*/
}
p {
    margin: 0 0 10px;
    line-height: 1.5;
    text-align: justify;
    text-justify: inter-ideograph;
}
a { color: #34343A; }
a:hover {
    color: #b1b1b1;
    text-decoration: none;
}
hr { display: none; }
@media screen and (max-width: 767px) {
img {
    width: 100%;
    height: auto;
}
}
/*#################### 枠設定 ####################*/
@media print, screen and (min-width: 768px) {
    #Header .wrap {display: flex; min-height: 110px;}
    #Header h1 {}
    #Navi {flex: 1;}

}
@media screen and (max-width: 767px) {
	#Container .contents{  padding: 0 15px;}
}
    


#Header {
    text-align: left;
	border-top: 3px solid #FDD000;
    position: fixed;
    z-index: 999;
    top: 0;
    left: 0;
	background:rgba(255,255,255,1);
	width: 100%;
}
#Header .wrap {
    max-width:1110px;
    width: 100%;
    margin: 0 auto;
}
#Navi {
    /*clear: both;*/
    text-align: right;
	float: right;
	margin: 35px 0 0 0;
}
#Container {
    margin: 0 auto;
    text-align: left;
}
p.pageTop {
    max-width: 980px;
    width: 100%;
    background: url(../img/footer/pagetop.png) right no-repeat;
    height: 53px;
    margin: 0;
    clear: both;
}
p.pageTop a {
    display: block;
    float: right;
    width: 132px;
    height: 31px;
    margin: 22px 3px 0 0;
    text-indent: -9999px;
}
#Footer {
    clear: both;
    text-align: left;
	background: #F6F6F6;
}
#Footer .wrap {
    width: 100%;
    max-width: 1110px;
    margin: 0 auto;
    color: #000000;
    font-size: 14px;
}

#Footer .f-sns ul li a img:hover{opacity: 0.7;}

@media screen and (min-width: 768px) {
    h3.sp { display: none; }
    br.sp { display: none; }
    #Footer .wrap { padding: 60px 0;  position: relative; }
    #Footer li {
        box-sizing: border-box;
        /*text-align: center;*/
        margin-bottom:10px;
		font-size: 13px;
    }
	#Footer .bnr_footer{
		position: absolute;
		right: 0;
		bottom:100px;
	}
	#Footer .f-sns{ 
		position: absolute;
		right: 0;
		bottom:30px;
	}
	#Footer .f-sns ul{display: flex;}
	#Footer .f-sns ul li{padding: 0 15px 0 0;}
	#Footer .f-sns ul li a img{width: 45px; height: 45px;}
	
/*    #Footer li:nth-of-type(1) {
        max-width: 72px;
        width: 7.3%;
    }
    #Footer li:nth-of-type(2) {
        max-width: 85px;
        width: 8.6%;
    }
    #Footer li:nth-of-type(3) {
        max-width: 109px;
        width: 11%;
    }
    #Footer li:nth-of-type(4) {
        max-width: 60px;
        width: 6%;
    }
    #Footer li:nth-of-type(5) {
        max-width: 133px;
        width: 13.5%;
    }
    #Footer li:nth-of-type(6) {
        max-width: 135px;
        width: 13.7%;
    }
    #Footer li:nth-of-type(7) {
        max-width: 109px;
        width: 11.3%;
    }
    #Footer li:nth-of-type(8) {
        max-width: 109px;
        width: 11.3%;
    }
    #Footer li:nth-of-type(9) {
        max-width: 133px;
        width: 13.85%;
    }
    #Footer li:nth-of-type(10) {
        max-width: 140px;
        width: 14.85%;
    }*/
    #Footer li { padding:2px 10px;}
}

@media screen and (max-width: 767px) {
    span.enter { display: inline-block; }
    h3.sp {
        padding: 0.5em 0.5em;
        padding-left: 0.5em;
        background: #fff;
        border-top: 2px solid #aaa;
        border-bottom: 1px dotted #aaa;
        font-size: 18px;
        color: #535353;
        line-height: 1.5;
    }
    h3.sp:before {
        content:"－";
        font-weight:bold;
        margin-right:10px;
        color:#FDD000;      
    }
    h3.pc { display: none; }
    div.pc { display: none; }
    #Header { }
    #Header .wrap {height: 84px;}
    #Header .wrap ul { display: none; }
    #Sub { display: none; }
	#Footer .wrap .logocircle { 
		background: none;}
	#Footer .f-sns{ 
		text-align: center;
        margin: 0 auto 0;
	}
	#Footer .f-sns ul{
		display: inline-block;
        vertical-align: middle;
    }
	#Footer .f-sns ul li{float: left;padding: 0 15px 0 0;}
	#Footer .f-sns ul li a img{width: 45px; height: 45px;}
}
/*#################### ヘッダ ####################*/
#Header h1 img { 
    width: auto;
    height: 60px;
} 
#Header ul.link {
    display: inline;
    float: right;
    margin: 15px 0 0 0;
}
#Header ul.link li {
    float: right;
    margin-left: 8px;
}
#Header ul.link li a:hover img {
    filter: alpha(opacity=80);
    -moz-opacity: 0.8;
    opacity: 0.8;
}
#Header ul.link li.right_btn { margin-top: 14px; }

@media screen and (min-width: 768px) {
    #Header h1 {
        margin: 25px 0 0 0;
    }
    #Header ul.link {width: 60%;}
    #Header ul.link li{width: 39%;}
    #Header ul.link li.right_btn{width: 20.4%;}
    #Header ul.link li img{max-width: 100%; height: auto;}
}
@media screen and (max-width: 767px) {
    #Header h1 { float: left; width: auto;}
    #Header h1 {
        margin: 15px 0 0 15px;
    }
    #Header h1 img {
        width: 266px;
        max-width: 100% !important;
        height: auto;
    }
    #Header .wrap ul { display: none; }
}
/*#################### グローバルナビ ####################*/
#Header #Navi a{color: #34343A;}
#Header #Navi a:hover{color: #b1b1b1;}
@media screen and (max-width: 1541px) {
    #Navi {width: 60%;}
}


#Navi li a {
	padding:0;
	display: block;
	text-decoration: none;
	position: relative;
	font-weight: 600;
    font-size: 16px;	
}
@media screen and (max-width: 1300px) {
	#Navi li a { padding:0;}
}
#Navi ul {
    /*max-width: 980px;
    height: 70px;*/
    margin: 0 auto;
	/*display: flex;
	justify-content: space-between;*/

}
#Navi ul:after {
    content: "";
    display: block;
    clear: both;
    height: 0;
    visibility: hidden;
}
#Navi li {
	margin: 0 14px;
	padding: 0;
	position: relative;
	list-style: none;
	display: inline-block;
	vertical-align: middle;
}
#Navi li.menu02,
#Navi li.menu03{margin: 0 3px 0 14px;}

/*#Navi li:before {
      position: absolute;  
      left: 0;
      right: 0;
      margin: auto;
      content: '';
      width: 80%;
      height: 2px;
      background: #FDD000;
      opacity: 1;
      visibility:inherit;
      transition: none;
      bottom: -4px;	
}*/



/*#Navi li.menu01 {width:16%;}
#Navi li.menu02 {width:16%;}
#Navi li.menu03 {width:16%;}
#Navi li.menu06 {width:16%;}
#Navi li.menu04 {width:16%;}
#Navi li.menu05 {width:16%;}
#Navi li.menu06 {width:16%;}
#Navi li.menu06:after {
	content: "";
	height: 40px;
	width: 1px;
	background: #404040;
	display: inline-block;
	position: absolute;
	top: 10px;
	right: 3px;
}*/
/*#Navi li > span,
#Navi li a {
    display: block;
    height: 70px;
    text-indent: -9999px;
    background: url(../img/header/navi-line.gif) left bottom no-repeat;
	color: #fff;
	text-decoration: none;
	text-align: center;
	padding: 15px 5px;
	line-height: 1;
	border-left: solid 1px #404040;
	height: 40px;
    text-align:center;
	position: relative;
}
#Navi li > span:before,
#Navi li a:before{
	content: "";
	height: 40px;
	width: 3px;
	background: #1c1c1c;
	display: inline-block;
	position:absolute;
	top: 10px;
	left: 0;
}
#Navi li.menu06 a:after {
	content: "";
	height: 40px;
	width: 3px;
	background: #1c1c1c;
	display: inline-block;
	position:absolute;
	top: 10px;
	right: 0;
}*/
/*#Navi li a > span,
#Navi li span > span { display: block; font-size: 10px; transform: scale(0.9); padding-top: 6px;}*/

#PageIndex #Navi li.menu01:before,
#PageIndex #Navi li:hover:before,
#PageCorporate #Navi li.menu02:before,
#PageCorporate #Navi li:hover:before,
#PageBusinessInfo #Navi li.menu03:before,
#PageBusinessInfo #Navi li:hover:before,
#PageGroup #Navi li.menu03:before,
#PageGroup #Navi li:hover:before,
#PageNewsRelease #Navi li.menu04:before,
#PageNewsRelease #Navi li:hover:before,
#PageRecruit #Navi li.menu05:before,
#PageRecruit #Navi li:hover:before,
#PageSdgs #Navi li.menu06:before,
#PageSdgs #Navi li:hover:before,
#PageCsrNews #Navi li.menu06:before,
#PageCsrNews #Navi li:hover:before{
      position: absolute;  
      left: 0;
      right: 0;
      margin: auto;
      content: '';
      width: 100%;
      height: 2px;
      background: #FDD000;
      opacity: 1;
      visibility:inherit;
      transition: none;
      bottom: -14px;	
}
#Navi li.privacybtn a {
	background: #30323e;
	color: #fff;
	padding: 6px 15px;
	border-radius: 50px;
	font-weight: normal;
	line-height: 1;
}
#Navi li.privacybtn:hover:before,
#Navi li.sdgsbtn:hover:before{
	content: none !important;
}


#Navi ul ul{
	display: block;
	text-align: left;
}

/*下の階層を持っているulの指定*/

#Navi li.has-child a:after {
	content: "\f078 ";
	display: inline-block;
	color: #FDD000;
	font-family: FontAwesome;
	margin-left: 7px;
	font-weight: 300;
    font-size: 11px;
	position: relative;
    top: -2px;
}
#Navi li.has-child ul a:after,
#Navi li.has-child li:hover:before{ content: none !important;}
#Navi li.has-child > ul{
	position: absolute;
	left:0;
	top:55px;
	z-index: 99999;
	width:300px;
	visibility: hidden;
	opacity: 0;
	transition: all .3s;
	border: none;
	padding: 0;
	margin: 0;
	background:rgba(255,255,255,0.9);
	box-shadow: 0 2px 5px  rgba(0,0,0,0.3);
}

/*hoverしたら表示*/
#Navi li.has-child:hover > ul,
#Navi li.has-child ul li:hover > ul,
#Navi li.has-child:active > ul,
#Navi li.has-child ul li:active > ul{
  visibility: visible;
  opacity: 1;
}

/*ナビゲーションaタグの形状*/
#Navi li.has-child > ul li { text-align: left; margin: 0; padding: 0; line-height: 30px; display: block; }
#Navi li.has-child > ul li i { color: #FDD000;}
#Navi li.has-child > ul li a{
	height: auto;
	text-align: left;
	padding: 10px 30px 0;
	display: block;
}

#Navi li.has-child > ul li:last-child a{
	border-bottom:none;
	padding-bottom: 10px;
}

#Navi li.has-child > ul li a:hover,
#Navi li.has-child > ul li a:active{
}
#Navi li.has-child > ul li:before,
#Navi li.has-child > ul li a:before {
	content: none;
}

@media print, screen and (min-width: 768px) {
    #Navi li.sdgsbtn a {height: 60px;}
}

@media screen and (max-width: 950px) {
    #Navi { display: none; }
}
/*#################### メインコンテンツ ####################*/
#SlideBase { background: #ffffff; }
/*#################### フッタ ####################*/

#Footer ul { zoom: 1; margin: auto;}
#Footer ul:after {
    content: "";
    display: block;
    clear: both;
    height: 0;
    visibility: hidden;
}
#Footer li {
    /*border-left: 1px solid #ffffff;*/
    line-height: 1.2;
}
#Footer li.home { border: none; }
#Footer li a {
    color: #000000;
    text-decoration: none;
	font-weight: 600;
}
#Footer li span{font-weight: 600;}
#Footer li.home a { padding-left: 0; }
#Footer li a:hover { text-decoration: underline; }
#Footer dt {
    margin-bottom: 7px;
    font-size: 0;
}
#Footer dt img { width: 175px!important; }
#Footer h2 { display: none; }

#Footer dl dd{font-weight: bold; }

@media screen and (min-width: 768px) {
	#Footer ul.second {
        width: 38%;
	}
    #Footer ul {
        width: 31%;
		/*max-width: 980px;*/
        margin:0 auto 25px;
		float: left;
    }
	#Footer ul:after {
		content: "";
		display: block;
		clear: both;
		height: 0;
		visibility: hidden;
	}	
    #Footer ul li {
        box-sizing: border-box;
        /*float: left;*/
		
    }
	#Footer ul ul { width: 100%; margin-top: 10px;}
	#Footer ul ul li:before {
		content: "-";
		margin-right: 8px;
	}
	#Footer ul ul li a{font-weight: 400!important;}
    #Footer dl { clear: both; float: left; }
    #Footer dl dt.sp { display: none; }
    #Footer address {
        font-size: 13px;
        letter-spacing: 0.1em;
        position: absolute;
        right: 10px;
        bottom: 30px;
    }
    address { margin: 120px 0 0 0; }
}

@media screen and (max-width: 767px) {
    #Footer .wrap { width: 100%; }
	#Footer .wrap .logocircle ul{
		position:relative;
        background:#F7F7F7;
	}
    #Footer .wrap .logocircle ul:last-of-type:after {
        content: "";
        display: block;
        clear: both;
    }
    #Footer .wrap .logocircle li {
		position: relative;
        z-index: 1;
        font-size: 15px;
        border-top: 1px solid #ddd;
        border-left: none;
        text-align: left;
        padding-left: 1.25em;
        padding-right: 1em;
        line-height: 48px;
        min-height: 48px;
    }

    #Footer .wrap .logocircle li.home {
    }
    #Footer .wrap .logocircle li > span,
    #Footer .wrap .logocircle li a {
        color:#111;
        display:block;
        position:relative;
		font-weight: 600;
    }
	#Footer .wrap .logocircle li li { display: block; float: none;}

    #Footer dl { text-align: center; padding-top: 30px; font-size: 12px;}
    #Footer dl dt.pc { display: none; }
    #Footer address { text-align: center; font-size: 12px;}
    address { margin: 3em 0 2em 0; }
	
	#Footer .wrap .logocircle li a:before {
        content: " - ";
	}
}


/* フッター下：「山本清掃の不用品回収サイト」「山本清掃の遺品整理サイト」バナー
---------------------------------------------------------------------------------*/
@media print, screen and (min-width: 768px) {
/*#Footer .bnr_footer {
	display: block;
        padding: 50px 0;
        text-align: center;
        margin: 0 auto !important;
        width: 600px;}*/
#Footer .bnr_footer ul{
	display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        /* -webkit-box-pack: justify; */
        -ms-flex-pack: justify;
        /* justify-content: space-around; */
        -ms-flex-wrap: wrap;
        /* flex-wrap: wrap; */
        /* text-align: center; */
        /* margin: auto; */
        /* width: 100%; */
        background: none;
	}
	#Footer .bnr_footer ul li {
    background: none;
}
}
#Footer .bnr_footer ul li a img:hover { opacity: 0.8;}
#Footer .bnr_footer ul li{background:none;}

@media screen and (max-width: 767px) {
	#Footer .bnr_footer {padding: 50px 0; text-align: center;margin: auto;}
	#Footer .bnr_footer ul{display: block;text-align: center;
    margin: auto;
    width: 100%;}
	#Footer .bnr_footer ul li{margin-bottom: 1em;}
	#Footer .bnr_footer ul li img{width: 80%; height: auto;}
	
}

/*--------------------------------
アイコン設定（共通）
---------------------------------*/
.fa-external-link:before{margin-left: 8px;}
