@charset "utf-8";
/* CSS Document */

body{
font: 14px/1.6;
margin:0;
color:#2c2c2c;
width:100%;
font-family: 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
}

.wrap{
  	/*overflow: hidden;*/
}
img{
outline:none;
border-style:none;

}
p{
  margin:0;
}
a{
    color:#7e9242;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
a:visited{
    color:#7e9242;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
a:hover {
    color: #F5A862;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
    opacity: 0.8;
}
.clear{
  clear:both;
}
ul{
  list-style: none;
  margin:0;
}

/*****トップへ戻る*****/

#pageTop {
  position: fixed;
      bottom: 20px;
      right: 50px;
}

#pageTop a:hover {
  text-decoration: none;
  opacity: 0.8;
}

#pageTop img{
width: 70px;
}

/*****HEADER*****/
header{

}
#hd-nav{
  text-align: right;
  position: absolute;
  top: 0;
  background: rgba(225,225,225,0.5);
  width: 100%;
  margin: 0;
  padding: 10px 10px 0 0;
  box-sizing: border-box;
}

#hd-nav a{
  margin-right: 20px;
  margin-left: 10px;
  height: 36px;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  display: inline-block;
  vertical-align: middle;
}

section{
  min-width: 1200px;
}

/*****pc-main-image*****/
img.maintitle{
  position: absolute;
      top: 160px;
      right: 15%;
}
img.mainpic{
  width:100%;
  min-height: 800px;
}
#pc-main-image h1{
  margin:0;
}
#pc-main-image{
  background-image: url(../img/main_img01.jpg);
    height: 760px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: left;
    min-width: 1200px;
}
/*****pc-main-text*****/

/*****nav*****/
.navigation{
  position: relative;
  background-image: url("../img/bg_img04.png");
  background-repeat: repeat-x;
  margin-top: -140px;
  margin-bottom: -65px;
  background-position: center center;
  min-width: 1200px;
}
nav{

    height: 300px;
}
nav ul{
    list-style: none;
    overflow: hidden;
    text-align:center;
    width: 980px;
    margin: 0 auto;
    padding: 0;
}
nav li{
  display: inline-block;
  max-width: 159px;
  padding: 0 16px;
}
nav li.top{
  padding-top: 170px;
  margin: 0;
}
nav li.bottom{
    padding-top: 120px
}
nav li a {
  text-decoration: none;
  color: #fff;
  font-weight: bold;
  /*padding: 20px;*/
}
nav li a img{
  width: 100%;
}
/*** #pc-kumano-fun ***/
section#pc-kumano-about{
  background-image: url("../img/bg_img01.gif");
  background-repeat: repeat;
}
.contentswrap{
  width:980px;
  margin: 0 auto;
}
h2.pc-kumano-about-h2{
  padding: 190px 0 30px;
}

.pc-kumano-about-text-wrap{
  padding: 45px 0 145px;
  max-width: 980px;
  width: 100%;
}
.pc-kumano-about-text-box{
  float: left;
  width: 700px;
  padding-right: 30px;
}
.pc-kumano-about-text-box p{
letter-spacing:1px;
}
.pc-kumano-about-text-img{
  float: right;
  width: 230px;
}

.pc-kumano-about-text-img img,
.pc-kumano-about-img{
  width: 100%;
}

.catch p{
  font-size: 20px;
font-family: “Times New Roman”, “游明朝”, YuMincho, “ヒラギノ明朝 ProN W3”, “Hiragino Mincho ProN”, “メイリオ”, Meiryo, serif;
letter-spacing: 5px;
padding: 20px 0px;
margin-top: -40px;
}

/* pc-kumano-news */
#pc-kumano-news{
	padding: 50px 0;
	}
	#pc-kumano-news h2{
		position: relative;
		margin: 0;
		padding-bottom: 50px;
		text-align: center;
		font-size: 2.0em;
		color: #7e9242;
		}
		#pc-kumano-news h2:before {
			content: '';
			width: 1.5em;
			height: 3px;
			background-color: #7e9242;
			display:  block;
			position: absolute; 
			left: calc(50% - 0.75em); 
			bottom: 1.25em;
			}
	#pc-kumano-news .contentswrap>div{
		display: flex;
		}
	#pc-kumano-news dl{
		display: flex;
		flex-direction: column;
		width: calc(33.33% - 2em);
		margin: 0;
		margin-right: 3em;
		position: relative;
		}
		#pc-kumano-news dl:nth-of-type(3){
			margin-right: 0;
			}
	#pc-kumano-news dt{
		order: 3;
		color: #7e9242;
		text-decoration: underline;
		transition: all 0.5s;
		}
		#pc-kumano-news dl:hover dt{
			color: #F5A862;
			}
	#pc-kumano-news dd{
		margin: 0;
		}
		#pc-kumano-news dd:nth-child(2){
			order: 2;
			font-size: 0.8em;
			}
		#pc-kumano-news dd:nth-child(3){
			order: 1;
			margin-bottom: 0.5em;
			}
		#pc-kumano-news dd a{
			position: absolute;
			width: 100%;
			height: 100%;
			text-indent: -9999px;
			}
	#pc-kumano-news img{
		transition: all 0.5s;
		}
		#pc-kumano-news dl:hover img{
			opacity: 0.7;
			}
	#pc-kumano-news .thumb{
		border-radius: 10px;
		padding-top: 66.66%;
		}

/* pc-kumano-recommend */
#pc-kumano-recommend{
	padding: 50px 0;
	background-color: #f4f7ea;
	}
	#pc-kumano-recommend h2{
		position: relative;
		margin: 0;
		padding-bottom: 50px;
		text-align: center;
		font-family: 'Yu Mincho',serif;
		font-size: 1.8em;
		font-weight: bold;
		line-height: 1;
		color: #333;
		}
/*		#pc-kumano-recommend h2:before {
			content: '';
			width: 1.5em;
			height: 3px;
			background-color: #7e9242;
			display:  block;
			position: absolute; 
			left: calc(50% - 0.75em); 
			bottom: 1.25em;
			}*/
	#pc-kumano-recommend .contentswrap>div{
		display: flex;
		}
	#pc-kumano-recommend dl{
		display: flex;
		flex-direction: column;
		width: calc(33.33% - 2em);
		margin: 0;
		margin-right: 3em;
		position: relative;
		}
		#pc-kumano-recommend dl:nth-of-type(3){
			margin-right: 0;
			}
	#pc-kumano-recommend dt{
		order: 2;
		color: #7e9242;
		text-decoration: underline;
		transition: all 0.5s;
		}
		#pc-kumano-recommend dl:hover dt{
			color: #F5A862;
			}
	#pc-kumano-recommend dd{
		margin: 0;
		}
		#pc-kumano-recommend dd:nth-child(2){
			order: 1;
			font-size: 0.8em;
			margin-bottom: 0.5em;
			}
		#pc-kumano-recommend dd a{
			position: absolute;
			width: 100%;
			height: 100%;
			text-indent: -9999px;
			}
	#pc-kumano-recommend img{
		transition: all 0.5s;
		}
		#pc-kumano-recommend dl:hover img{
			opacity: 0.7;
			}
	#pc-kumano-recommend .thumb{
		border: 3px solid #cccbb2;
		position: relative;
		padding-top: 66.6%;
		}

.thumb{}
	.thumb:not(img){
		position: relative;
		display: block;
		width: 100%;
		margin: 0;
		padding: 100% 0 0 0;
		background-color: rgba(0,0,0,0.05);
		background-size: cover;
		background-position: center;
		background-repeat: no-repeat;
		object-fit: cover;
		object-position: center;
		overflow: hidden;
		}
	.thumb img{
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		object-fit: inherit;
		object-position: inherit;
		}



/*pc-kumano-beginner*/

.sp-grab{
  width: 1200px;
}

#pc-kumano-beginner{
  background-image: url("../img/bg_img02.gif");
  background-repeat: repeat;
  margin:0;
  padding-bottom: 10px;
}
#pc-kumano-beginner-wrap{
  width: 990px;
    margin: 0 auto;
    padding: 0 50px;
}
#pc-kumano-beginner-wrap h3{
  margin: 80px 0;
}

h2.main-h2{
  background-image: url("../img/bg_img03.gif");
  background-repeat: repeat;
  margin:0
}
h2.main-h2 img{
  padding: 50px 0;
  display: block;
  margin: 0 auto;
}
#pc-kumano-beginner-wrap.topwrap{

}
#pc-kumano-beginner-wrap.bottomwrap{
  margin-top:80px;
}
.flower{
  background-image: url("../img/sub_image_02.png");
  background-repeat: no-repeat;
  background-position: bottom 265px left 875px;
}

.girl{
  position: absolute;
  bottom: 380px;
  left: 660px;
}

.flower2{
  background-image:url("../img/sub_image_02.png");
  background-repeat:no-repeat;
  background-position:bottom 75px right 875px;
}

.branch{
  background-image:url("../img/sub_image_03.gif");
  background-repeat:no-repeat;
  background-position:bottom 210px left 816px;
}

.flower3{
  background-image:url("../img/sub_image_02.png");
  background-repeat:no-repeat;
  background-position:bottom 245px right 923px;
}
.branch2{
  background-image:url("../img/sub_image_03.gif");
  background-repeat:no-repeat;
  background-position:bottom 120px left 870px;
}
.branch3{
  background-image:url("../img/sub_image_04.gif");
  background-repeat:no-repeat;
  background-position:bottom 120px right 870px;
}

.flower4{
  background-image:url("../img/sub_image_02.png");
  background-repeat:no-repeat;
  background-position:bottom 80px left 923px;
}
.equip{
  background-image:url("../img/sub_image_01.png");
  background-repeat:no-repeat;
  background-position:bottom 35px right 830px;
}

p.kumano-cat{
  margin-top: 75px;
margin-left: 92px;
}
span.cat01{
  background: #7e9242;
  padding: 3px 10px;
  border: 1px solid #7e9242;
  border-radius: 5px;
  color: #fff;
  font-size: 80%;
  margin-right:3px;
}
span.cat02{
  background:#CAC04E;
  padding:3px 10px;
  border: 1px solid #CAC04E;
  border-radius: 5px;
  color: #fff;
  font-size: 80%;
  margin:0 3px ;
}

.pc-kumano-beginner-box01{
  border: 3px solid #cccbb2;
  background-color: #fff;
  border-radius:20px;
  position: relative;
  width: 810px;
}
.pc-kumano-beginner-box01 h4,.pc-kumano-beginner-box02 h4{
  position: absolute;
top: -50px;
left: -30px;
}

img.spot-img{
  width:353px;
  margin-left:25px;
}
.bottomwrap{
  margin-top: 25px;
  padding-bottom: 30px;
}
.bottomwrap .left{
  float: left;
  width: 390px;
}
.bottomwrap .right{
float:right;
width: 340px;
margin: 0 40px;
}
.pc-kumano-beginner-box01 .bottomwrap img{
}
.bottomwrap p{
  text-align: justify;
letter-spacing: 1px;
line-height: 1.5;
font-size: 14px;
}
.bottomwrap p.kumano-text-link{
margin-top: 20px;
text-align: right;
}
.bottomwrap p.move{
  margin-top: 10px;
  line-height: 1.8em;
}
.bottomwrap p.move span{
border-bottom: dotted 3px #dd9071;
padding-bottom: 2px;
}

.pc-kumano-beginner-box02{
  border: 3px solid #cccbb2;
  background-color: #fff;
  border-radius:20px;
  position:relative;
  width: 810px;
  margin-left: 170px;
}
.move{
  position:relative;
}
.move img{
  margin: 0 auto;
  display: block;
}
.move_time{
  margin-top: 0px;
      position: absolute;
      bottom: 18px;
      left: 525px;
}
p.time{
  color: #7e9242;
  font-weight: 600;
  color: #7e9242;
  font-weight: 600;
  border-left: 6px double #7e9242;
  padding-left: 8px;
}
.pc-kumano-beginner-info{
  border: 2px solid #cccbb2;
  background-color: #fff;
  position: relative;
  width: 976px;
  margin-top: 60px;
  margin-bottom: 160px;
  padding: 30px 0;
}

.pc-kumano-beginner-info h4 img{
  margin: 0 auto;
  display: block;
  padding-bottom: 30px;
}

.pc-kumano-beginner-info-box{
  float: left;
  width: 28%;
  margin-left: 4%;
  padding-bottom: 25px;
}

.pc-kumano-beginner-info-box img{
width: 100%;
padding-bottom: 15px;
}

.pc-kumano-beginner-info-box p{
text-align: center;
}

/*pc-kumano-deep*/
hr.redline{
  color: #dd9072;
  border: 5px solid;
  margin: 0;
}

#pc-kumano-deep{
  background-image: url("../img/bg_img02.gif");
  background-repeat: repeat;
  margin:0;
    padding-bottom: 110px;
}
#pc-kumano-deep-wrap{
  width: 990px;
    margin: 0 auto;
        padding: 0 50px;
}
#pc-kumano-deep-wrap h3{
  margin: 80px 0;
}

#pc-kumano-deep-wrap.bottomwrap{
  margin-top:80px;
}
p.kumano-cat{
  margin-top: 75px;
margin-left: 92px;
}
span.cat01{
  background: #7e9242;
  padding: 3px 10px;
  border: 1px solid #7e9242;
  border-radius: 5px;
  color: #fff;
  font-size: 80%;
  margin-right:3px;
}
span.cat02{
  background:#CAC04E;
  padding:3px 10px;
  border: 1px solid #CAC04E;
  border-radius: 5px;
  color: #fff;
  font-size: 80%;
  margin:0 3px ;
}

.pc-kumano-deep-box01{
  border: 3px solid #cccbb2;
  background-color: #fff;
  border-radius:20px;
  position: relative;
  width: 810px;
}
.pc-kumano-deep-box01 h4,.pc-kumano-deep-box02 h4{
  position: absolute;
top: -50px;
left: -30px;
}

img.spot-img{
  width:353px;
  margin-left:25px;
}
.bottomwrap{
  margin-top: 25px;
  padding-bottom: 30px;
}
.bottomwrap .left{
  float: left;
  width: 390px;
}
.bottomwrap .right{
float:right;
width: 340px;
margin: 0 40px;
}
.pc-kumano-deep-box01 .bottomwrap img{
}
.bottomwrap p{
  text-align: justify;
letter-spacing: 1px;
line-height: 1.5;
font-size: 14px;
}
.bottomwrap p.kumano-text-link{
margin-top: 20px;
text-align: right;
}

.pc-kumano-deep-box02{
  border: 3px solid #cccbb2;
  background-color: #fff;
  border-radius:20px;
  position:relative;
  width: 810px;
  margin-left: 170px;
}
.move{
  position:relative;
}
.move img{
  margin: 0 auto;
  display: block;
}
.move_time{
  margin-top: 0px;
      position: absolute;
      bottom: 18px;
      left: 525px;
}
p.time{
  color: #7e9242;
  font-weight: 600;
}
.pc-kumano-deep-info{
  border: 3px solid #cccbb2;
  background-color: #fff;
  position: relative;
  width: 976px;
  margin-top: 60px;
  padding: 30px 0 50px 0;
}

.pc-kumano-deep-info h4 img{
  margin: 0 auto;
  display: block;
  margin-bottom: 50px;
}

.pc-kumano-deep-info div.hukusou{
  max-width: 460px;
      margin: 50px auto 50px auto;
}

p.hukuosu-title{
  font-size: 22px;
  color: #dd9072;
  border-bottom: 3px dotted #dd9072;
  margin: 0 auto;
  padding-bottom: 4px;
}

.pc-kumano-deep-info-box01{
  float: left;
      width: 51%;
      margin-left: 4%;
      padding-bottom: 35px;
}
.pc-kumano-deep-info-box02{
  float: left;
  width: 32%;
  margin-left: 7%;
  padding-bottom: 35px;
}

.pc-kumano-deep-info-box02 img{
  margin-bottom: 15px;
  margin-top: -30px;
}

.pc-kumano-deep-info-box img{
width:353px;
padding-bottom: 15px;
}
.pc-kumano-deep-info-box{
  text-align: center;
}
.mb1{
  margin-bottom:50px;
}
span.jimoto{
  color: #7e9242;
  font-weight: 600;
}
/*pc-kumano-info*/
#pc-kumano-info{
  background-image: url("../img/bg_img01.gif");
  background-repeat: repeat;
  margin:0;
  padding-bottom: 150px;
}

.pc-kumano-info-boxwrap{
  width:980px;
  margin: 95px auto 110px;
}
.pc-kumano-info-boxwrap2{
  width:980px;
  margin: 95px auto 60px;
}
.container {
  display: flex;
  justify-content:space-between;
    flex-wrap: wrap;
}
.pc-kumano-info-box{
  width:30%;
}
.pc-kumano-info-box h3,
.pc-kumano-info-box2 h3
{
  font-weight: 100;
    font-size: 18px;
}
h3.row1{
margin-bottom:34px;
}
h3.row2{
margin-bottom:14px;
}
.pc-kumano-info-box p,
.pc-kumano-info-box2 p{
  font-weight: 100;
    font-size: 14px;
}
.pc-kumano-info-box img,
.pc-kumano-info-box2 img
{
  width:100%;
}
.pc-kumano-info-box2{
  width:30%;
  margin-top:40px;
}

.guidewrap p.guide{
  text-align: justify;
  letter-spacing: 1px;
  line-height: 1.5;
  font-size: 14px;
  margin-top: 25px;
}
.guidewrap p.center{
  text-align:center;
  margin-top:-20px;
}
.guidewrap img.guide{
  margin: 20px auto;
  display: block;
}
.guidewrap span.bold{
  font-weight:bold;
}
.guidewrap span.detail{
  text-align: justify;
  letter-spacing: 1px;
  line-height: 1.5;
  font-size: 14px;
}
button.btn01:hover{
  opacity: 0.6;
  background: #fff;
}

button.btn01{
  background: #fff;
    width: 690px;
    margin: 0 auto;
    display: block;
    border: 3px solid #7e9242;
    padding: 20px;
    position:relative;
    border-radius:10px;
}

a.linkbtn01{
  text-decoration: none;
}

a.linkbtn01 p{
color: #7e9242;
font-size:22px;
}
a.linkbtn01 p span{
font-size:18px;
}
button.btn01 img{
  position: absolute;
  bottom: 35px;
  left: 606px;
}

button.btn02{
  background: #fff;
    width: 690px;
    margin: 0 auto;
    display: block;
    border: 3px solid #7e9242;
    padding: 20px;
    position:relative;
    border-radius:10px;
}
a.linkbtn02{
  text-decoration: none;
}
a.linkbtn02 p{
color: #7e9242;
font-size:22px;
}
a.linkbtn02 p span{
font-size:18px;
}
button.btn02 img{
  position: absolute;
  bottom: 25px;
  left: 640px;
  width: 14px;
}
button.btn03{
  background-color: #7e9242;
  border: 1px solid #7e9242;
  padding: 10px;
  width: 100%;
  color: #fff;
  border-radius: 10px;
  margin-top: 20px;
}
button.btn03 a{
  color: #fff;
  text-decoration: none;
  font-size: 15px;
  letter-spacing: 2px;
}
button.mt1{
  margin-top:40px;
}
button.mt2{
  margin-top:82px;
}
button.mt3{
  margin-top:62px;
}
button.mt4{
  margin-top:41px;
}
button.mt5{
  margin-top:208px;
}
button.mt6{
  margin-top:123px;
}
/*access*/
#pc-kumano-access{
  background-image: url("../img/bg_img02.gif");
  background-repeat: repeat;
  margin:0;
  padding-bottom: 150px;
}

.accesswrap{
  width: 980px;
  margin: 0 auto;
  margin-top: 100px;
}

.container2 {
  display: flex;
  justify-content:space-between;
  flex-wrap: wrap;
  align-items: flex-start;
}
/*lodge*/
#pc-kumano-lodge{
  background-image: url("../img/bg_img02.gif");
  background-repeat: repeat;
  margin:0;
  padding-bottom: 150px;
}
#pc-kumano-lodge h3{
  margin:0;
}
#pc-kumano-lodge h3 img{
  margin:0 auto;
  display: block;
}
.lodgewrap{
  width: 980px;
  margin: 0 auto;
  margin-top: 75px;
}
.lodgewrap img.bnr{
  display: block;
margin: 10px auto 40px;
}
.lodgewrap p.lodgetext{
  font-size:16px;
  line-height:1.75;
  margin-bottom:40px;
}

/*pc-kumano-photo*/
#pc-kumano-photo{
  background-image: url("../img/bg_img02.gif");
  background-repeat: repeat;
  margin:0;
  padding-bottom: 150px;
}
#pc-kumano-photo h3{
  margin:0;
}
#pc-kumano-photo h3 img{
  margin:0 auto;
  display: block;
}
.instawrap{
  margin: 60px auto 0;
  width:980px;
}
.instawrap p.phototext{
  font-size:16px;
  line-height:1.75;
  margin-bottom:40px;
}

article{
    width: calc(50% - 15px);
    padding: 2.5%;
    margin-bottom: 30px;
    background-color: #f9f9f9;
    /*overflow: hidden;*/
    float: left;
}
article:nth-child(2n){
    margin-left: 30px;
}
article .date{
    font-size: 60%;
    color: orange;
    border: 1px solid orange;
    padding-top:3px;
    padding-bottom: 3px;
    padding-right: 6px;
    padding-left: 6px;
    letter-spacing: 5px;
    float: left;
}
article h1{
    width: 100%;
    font-size: 150%;
    color: #313131;
    letter-spacing: 3px;
    padding-bottom:2px;
    padding-top: 10px;
    border-bottom: 1px solid #bababa;
    margin-bottom: 15px;
    float: left;
}
article p{
    font-size: 100%;
    color: #313131;
    letter-spacing: 3px;
    line-height: 200%;
    margin-bottom: 10px;
    float: left;
}
article .btn{
    color: #fff;
    border: 1px solid orange;
    background-color: orange;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-right: 30px;
    padding-left: 30px;
    border-radius: 5px;
    letter-spacing: 5px;
    text-decoration: none;
    overflow: hidden;
    float: right;
}
article .btn:hover{
    background-color: #fff;
    border: 1px solid orange;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
    color: orange;
    overflow: hidden;
}

/*////////////////////////////////////////////////////////////////////////// フッター*/
footer{
  min-width: 1200px;
}
#footContainer{
  left:0;
  width:100%;
  height: 354px;
  /*background:#fff;*/
  background-image: url("../img/bg_img05.png");
}
/*	#footContainer:before{
		content:"";
		position:absolute;
		left:0;
		width:100%;
		height: 354px;
		/*background:#fff;
    background-image: url("../img/bg_img05.png");
		}
*/
.navwrap{
      padding-top: 100px;
}
#fNav{
  position: relative;
  padding: 5px 20px 15px 20px;
  width: 1060px;
  background: #fff;
  margin: -30px auto 30px;
  border: 1px solid #fff;
  border-radius: 10px;
	}
	#fNav dl{
		/*clear:both;
		margin-bottom:40px;
		margin-bottom:10px;*/
		}
		#fNav dl.pr dt{
			/*height:180px;*/
			height:270px;
			height: auto !important;
			}
		#fNav dl.pr dd {
			/*width:980px;*/
			}
			#fNav dl.pr dd span {
				/*width:242px;*/
				width:262px;
				display:inline-block;
				}
			#fNav dl.pr dd span.gads {
				width:728px;
				}
		#fNav dl.pr dd a img{
			margin-bottom:10px;
			}
	#fNav dt{
    position: absolute;
    float: left;
    width: 10em;
    font-weight: bold;
    font-size: 120%;
    margin-top: 18px;
}
		#fNav dt img{
			margin-right:5px;
			}
	#fNav dd{
    padding-left: 4em;
    margin-right: -40px;
		}
	#fNav ul{
    float: left;
    margin: 20px 0px 20px 0px;
		}
	#fNav li{
		margin-bottom:10px;
		}
	#fNav li a{
		padding-left:24px;
		background:url("../img/icon_03.png") left top no-repeat;
		color:#000;
		text-decoration:none;
		}
	#fNav li a:hover{
		text-decoration:underline;
		}
	#fNav a{
    text-decoration: none;
    color: #2c2c2c;
    font-weight: normal;
		}
	#fNav a:hover{
		text-decoration:underline;
		}

#footer{}
	#footer:before{
		content:"";
		position:absolute;
		left:0;
		width:100%;
		height:30px;
		background:#CAC04E;
		}

  #footContainer{
        clear: both;
  }
	#footContainer:after{
		content:"";
		position:absolute;
		left:0;
		width:100%;
		height:40px;
		margin-top:-40px;
		/*background:url(../commonImg/footerBg.jpg);*/
		}
	#footer .subNavi{
    position: relative;
    text-align: center;
    line-height: 30px;

		}
	#footer .subNavi li{
		display:inline-block;
		margin-left:20px;
		font-size:95%;
		}
	#footer .subNavi li a,
	#footer .subNavi li span{
		padding-left:24px;
		background:url(../img/icon_04.png) left center no-repeat;
    color: #fff;
    padding-top: 3px;
		}
	#footer .subNavi li a:hover{
		}
	#footer .subNavi li a {
		text-decoration:none;
		}
	#footer .subNavi li a:hover {
		text-decoration:underline;
		}

#copyright{
	position:relative;
	color:#FFF;
	text-align:center;
	font-size:90%;
	line-height:40px;
	z-index:1;
	}
  .clearfix {
      zoom: 1;
  }
  .clearfix:after {
      content: "";
      display: block;
      clear: both;
}
#spLinkBlockInPc{
	display:none;
}

/* 表示切替 */
#dispSwitch {
	min-width: 1200px;
	border-top: 1px solid #CCCCCC;
	background: none repeat scroll 0 0 #F2F2F2;
    font-size: 400%;
    padding: 1em 0;
    text-align: center;
}
#dispSp {
	cursor:pointer;
}
