@charset "utf-8";


/*---------------------------------------------------------------------------------------
	大枠設定
----------------------------------------------------------------------------------------*/



/*---------------------------------------------------------------------------------------
	news
----------------------------------------------------------------------------------------*/

#news{
	clear: both;
	padding: 70px 0 100px;
	background: url(../images/bg.png) repeat left top;
}
#news h2{
    font-size: 40px;
    margin-bottom: 30px;
}
#contents #news dl.contentswrap{
    text-align: left;
    max-width: 700px;
    clear: both;
    overflow: hidden;
}
#news dl dt{
    float: left;
    clear: left;
    width: 120px;
    margin: 0 5px 10px 0;
}
#news dl dd{
    overflow: hidden;
    margin-bottom: 5px;
}
#news dl dd a{
    display: block;
    padding-bottom: 20px;
}
/*------------------------------ sp size ------------------------------*/
@media screen and (max-width:768px){
    #news{
        padding: 35px 0 50px;
    }
    #news h2{
        font-size: 4.5vw;
        margin-bottom: 15px;
    }
    #news dl dt{
        width: 24%;
    }
    #news dl dd a{
        padding-bottom: 10px;
    }
}






/*---------------------------------------------------------------------------------------
	topnav
----------------------------------------------------------------------------------------*/

#topnav{
	clear: both;
	overflow: hidden;
    margin-bottom: 20px;
}
#topnav article{
	clear: both;
	overflow: hidden;
}
#topnav article figure{
	float: right;
	width: 50%;
    background-size: cover;
    background-position: center center;
}
#topnav article:nth-child(2n) figure{
	float: left;
}
#topnav article div.wrap{
	width: 50%;
	float: left;
	position: relative;
}
#topnav article div.wrap div{
	position: absolute;
	width: 100%;
	top: 50%;
	-ms-transform: translateY(-50%);
	-webkit-transform : translateY(-50%);
	transform : translateY(-50%);
}
#topnav article div.wrap h2{
    font-size: 40px;
	margin-bottom: 30px;
}
#topnav article div.wrap p.note{
	padding: 0 10px;
	margin-bottom: 20px;
}
#topnav article:nth-child(2n) div.wrap p.btn a{
    color: #fff;
	border: 1px solid #B19E61;
	background: url(../images/arrow-w.png) no-repeat right 40px center #B19E61;
}
#topnav article:nth-child(2n) div.wrap p.btn a:hover{
    color: #000;
	border: 1px solid #909090;
	background: url(../images/arrow-g.png) no-repeat right 40px center;
}
/*------------------------------ sp size ------------------------------*/
@media screen and (max-width:768px){
	#topnav article figure{
		float: none;
		width: auto;
        background-size: 100% auto;
	}
	#topnav article:nth-child(2n) figure{
		float: none;
	}
	#topnav article div.wrap{
		width: auto;
		float: none;
		position: static;
		padding: 3% 5% 10%;
	}
	#topnav article div.wrap div{
		position: static;
		-ms-transform: translateY(0);
		-webkit-transform : translateY(0);
		transform : translateY(0);
	}
	#topnav article div.wrap h2{
        font-size: 4.5vw;
		margin-bottom: 5%;
	}
	#topnav article div.wrap p.note{
		padding: 0;
		margin-bottom: 2%;
		font-size: 3.5vw;
	}
	.btn a{
		height: auto;
		line-height: 1.4;
		font-size: 3vw;
	}
    #topnav article:nth-child(2n) div.wrap p.btn a{
        background: url(../images/arrow-w.png) no-repeat right 15px center #B19E61;
        background-size: 20px auto;
    }
    #topnav article:nth-child(2n) div.wrap p.btn a:hover{
        background: url(../images/arrow-g.png) no-repeat right 15px center;
        background-size: 20px auto;
    }
}







/*---------------------------------------------------------------------------------------
	access
----------------------------------------------------------------------------------------*/

#access{
	clear: both;
	padding-bottom: 70px;
	overflow: hidden;
}
#access h2{
    color: #fff;
	font-size: 28px;
	letter-spacing: 3px;
    padding: 75px 0 45px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}
#access iframe{
	width: 100%;
	height: 400px;
}
#access .more{
	font-size: 12px;
	text-align: right;
	margin-bottom: 70px;
}
#access .more a{
	text-decoration: underline;
}
#access .leftcol{
	float: left;
	width: 45%;
	text-align: left;
}
#access h3{
	padding-bottom: 5px;
	border-bottom: 1px solid #c7c7c7;
	margin-bottom: 15px;
}
#access .leftcol p{
	margin-bottom: 40px;
}
#access .rightcol{
	float: right;
	width: 45%;
	text-align: left;
}
#access .rightcol li{
	margin-bottom: 15px;
}
#access .rightcol li em{
	color: #B6002A;
	font-weight: bold;
}
/*------------------------------ sp size ------------------------------*/
@media screen and (max-width:768px){
	#access{
		padding-bottom: 8%;
	}
	#access h2{
		font-size: 4.5vw;
        padding: 45px 0 25px;
        background-size: auto 100%;
	}
	#access iframe{
		width: 100%;
		height: 200px;
	}
	#access .contentswrap{
		padding: 0 5%;
	}
	#access .more{
		font-size: 3vw;
		margin-bottom: 5%;
	}
	#access .leftcol{
		float: none;
		width: auto;
	}
	#access h3{
		padding-bottom: 5px;
		margin-bottom: 15px;
	}
	#access .leftcol p{
		margin-bottom: 8%;
	}
	#access .rightcol{
		float: none;
		width: auto;
	}
	#access .rightcol li{
		margin-bottom: 15px;
	}
}






/*---------------------------------------------------------------------------------------
	contact
----------------------------------------------------------------------------------------*/

#contact{
	clear: both;
	color: #fff;
	padding: 50px 0 30px;
	background: #B19E61;
	overflow: hidden;
}
#contact h2{
	font-size: 28px;
	font-weight: normal;
	letter-spacing: 3px;
	text-align: center;
	margin-bottom: 10px;
}
#contact p.read{
	margin-bottom: 30px;
}
#contact article{
	display: inline-block;
	padding: 10px;
    border-bottom: none;
}
#contact article:first-of-type{
	margin-right: 40px;
}
#contact article h3{
	font-size: 28px;
}
#contact article p{
	line-height: 1.6;
}
#contact article p a{
	vertical-align: middle;
}
#contact article a{
    color: #fff;
}
#contact article .btn a{
    color: #000;
}
#contact article a:hover{
    color: #fff;
    text-decoration: underline;
    opacity: 1;
}
#contact article .btn a:hover{
    text-decoration: none;
}
#contact article ul li{
    text-align: center;
}
#contact article li{
    display: inline-block;
    margin: 0 10px;
	font-size: 20px;
}
#contact article li.tel span, #contact article li.fax span{
	font-size: 28px;
}
/*------------------------------ sp size ------------------------------*/
@media screen and (max-width:768px){
	#contact{
		padding: 8%;
	}
	#contact h2{
		font-size: 4.5vw;
		letter-spacing: 2px;
		margin-bottom: 10px;
	}
	#contact p.read{
		font-size: 3vw;
		letter-spacing: -0.05em;
		white-space: nowrap;
		margin-bottom: 5%;
	}
	#contact article{
		width: auto;
		padding: 3%;
	}
	#contact article:first-of-type{
		margin-right: 0;
		margin-bottom: 3%;
	}
	#contact article h3{
		font-size: 4.5vw;
	}
	#contact article p{
		line-height: 1.6;
	}
	#contact article li.tel, #contact article li.fax{
		font-size: 3.5vw;
	}
    #contact article li.tel a, #contact article li.fax span{
		font-size: 4.5vw;
	}
}






















