@charset "utf-8";




html {
	font-size:62.5%;
}
body {
	font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #545353;
	background-color: #454545;
	font-size: 18px;
	font-size: 1.8em;
	font-weight: 500;
	line-height: 2;
    text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%; /* Safari */
}
@media screen and (max-width: 1024px){
    body {
		font-size: 17px;
	    font-size: 1.7em;
	}
}
@media screen and (max-width: 768px){
    body {
		font-size: 16px;
	    font-size: 1.6em;
		line-height: 1.8;
	}
}
@media screen and (max-width: 641px){
    body {
		font-size: 15px;
	    font-size: 1.5em;
	}
}
@media screen and (max-width: 481px){
    body {
		font-size: 14px;
	    font-size: 1.4em;
	}
}

#container {
    overflow: hidden;
}

a {
    color: #545353;
	text-decoration: underline;
}

a:hover {
    color: #545353;
	text-decoration: none;
}

strong {
	font-weight: bold;
}

img {
    width: 100%;
	height: auto;
	line-height: 0;
    /*-webkit-backface-visibility: hidden;*/
	image-rendering: -webkit-optimize-contrast;
}
@media screen and (max-width: 641px){
    img {
		image-rendering: auto; 
	}
}

br.sp {
    display: none;
}
@media screen and (max-width: 768px){
    br.pc {
		display: none;
	}
	br.sp {
		display: block;
	}
}

/*==========================================================================

	                       header
	
============================================================================*/

#header {
    background: url("../img/common/header-bg.jpg") center center no-repeat;
    background-size: cover;
}

.header-logo {
	max-width: 180px;
    width: 25%;
	line-height: 0;
	position: absolute;
	top: 20px;
	left: 20px;
}
.header-logo a {
	transition: .5s;
}
.header-logo a:hover {
	filter:alpha(opacity=70);
	-moz-opacity: 0.70;
	opacity: 0.70;
	transition: .5s;
}
@media screen and (max-width: 786px){
	.header-logo {
        top: 10px;
	    left: 10px;
	}
}


/*==========================================================================

	                       title
	
============================================================================*/

#title {
    height: 400px;
    padding-top: 150px;
    box-sizing: border-box;
}
#title h2 {
    font-size: 32px;
	font-size: 3.2rem;
	font-weight: bold;
	color: #fff;
	text-align: center;
	letter-spacing: 0.15em;
}
@media screen and (max-width: 1024px){
    #title h2 {
		font-size: 26px;
	    font-size: 2.6rem;
	}
}
@media screen and (max-width: 768px){
    #title {
        height: 350px;
		padding-top: 200px;
	}
    #title h2 {
		font-size: 23px;
	    font-size: 2.3rem;
	}
}
@media screen and (max-width: 641px){
    #title h2 {
		font-size: 20px;
	    font-size: 2.0rem;
	}
}

/*==========================================================================

	                       contents
	
============================================================================*/

#contents {
	padding: 0 5%;
}
.contents-box {
    max-width: 1200px;
	margin: -80px auto -80px;
	padding: 70px 150px 100px;
	background-color: #fff;
	box-sizing: border-box;
	box-shadow: 0px 0px 10px 0px rgba(204,192,0,0.1);
    position: relative;
    z-index: 2;
}
@media screen and (max-width: 768px){
    .contents-box {
        margin: -50px auto -50px;
		padding: 8% 5% 8%;
	}
}


.sub {
    font-size: 24px;
	font-size: 2.4rem;
	font-weight: bold;
	color: #ab7e41;
	text-align: center;
	letter-spacing: 0.15em;
    position: relative;
    z-index: 2;
    margin-bottom: 2em;
}
.sub:before {
    content: "";
    width: 50px;
	height: 4px;
    background-color: #454545;
	position: absolute;
	left: 50%;
    bottom: -15px;
    transform: translateX(-50%);
	z-index: 1;
}

@media screen and (max-width: 768px){
    .sub {
        font-size: 20px;
	    font-size: 2.0rem;
	}
}


/*==========================================================================

	                       footer
	
============================================================================*/

#footer {
	background-color: #1c1c1c;
	padding: 150px 5% 70px;
}

#page-top {
	max-width: 61px;
	line-height: 0;
	position: fixed;
	bottom: 50px;
	right: 20px;
}
#page-top a {
	transition: .5s;
}
#page-top a:hover {
	filter:alpha(opacity=80);
	-moz-opacity: 0.80;
	opacity: 0.80;
	transition: .5s;
}
#copy {
    font-size: 14px;
	font-size: 1.4rem;
	color: #fff;
	text-align: center;
}

@media screen and (max-width: 768px){
	#footer {
		padding: 18% 0 8%;
	}
	#page-top {
		width: 12%;
		margin: 0 auto 5%;
		position: inherit;
		bottom: inherit;
		right: inherit;
	}
	#copy {
		font-size: 12px;
	    font-size: 1.2rem;
	}
}



/*==========================================================================

	                           個別CSS
	
============================================================================*/

.clear{clear: both;}
.bold{font-weight: bold;}

/*text-align*/

.tal{text-align:left;}
.tar{text-align:right;}
.tac{text-align:center;}

/*float*/

.float_l{float:left;}
.float_r{float:right;}

/*width*/
.w10{width:10px;}
.w20{width:20px;}
.w30{width:30px;}
.w40{width:40px;}
.w50{width:50px;}
.w100{width:100px;}
.w150{width:150px;}
.w200{width:200px;}
.w250{width:250px;}
.w300{width:300px;}
.w655{width:655px;}

/*margin*/

.mar_none{margin: 0;}

/*margin-top*/

.mt0{margin-top:0px;}
.mt5{margin-top:5px;}
.mt10{margin-top:10px;}
.mt15{margin-top:15px;}
.mt20{margin-top:20px;}
.mt25{margin-top:25px;}
.mt30{margin-top:30px;}
.mt35{margin-top:35px;}
.mt40{margin-top:40px;}
.mt60{margin-top:60px;}
.mt80{margin-top:80px;}

/*margin-bottom*/

.mb0{margin-bottom:0px;}
.mb5{margin-bottom:5px;}
.mb10{margin-bottom:10px;}
.mb15{margin-bottom:15px;}
.mb20{margin-bottom:20px;}
.mb25{margin-bottom:25px;}
.mb30{margin-bottom:30px;}
.mb35{margin-bottom:35px;}
.mb40{margin-bottom:40px;}
.mb45{margin-bottom:45px;}
.mb50{margin-bottom:50px;}
.mb55{margin-bottom:55px;}
.mb60{margin-bottom:60px;}
.mb80{margin-bottom:80px;}
.mb100{margin-bottom:100px;}

/*margin-left*/

.ml{margin-left: 0;}
.ml5{margin-left: 5px;}
.ml10{margin-left: 10px;}
.ml15{margin-left: 15px;}
.ml20{margin-left: 20px;}
.ml25{margin-left: 25px;}
.ml30{margin-left: 30px;}
.ml35{margin-left: 35px;}
.ml40{margin-left: 40px;}
.ml50{margin-left: 50px;}
.ml60{margin-left: 60px;}
.ml85{margin-left: 85px;}
.ml110{margin-left:110px;}


/*margin-right*/

.mr{margin-right: 0;}
.mr2{margin-right: 2px;}
.mr5{margin-right: 5px;}
.mr7{margin-right: 7px;}
.mr10{margin-right: 10px;}
.mr15{margin-right: 15px;}
.mr20{margin-right: 20px;}
.mr25{margin-right: 25px;}
.mr30{margin-right: 30px;}
.mr35{margin-right: 35px;}
.mr40{margin-right: 40px;}
.mr45{margin-right: 45px;}
.mr50{margin-right: 50px;}

/*padding*/

.padding5{padding:5px;}
.padding10{padding:10px;}
.padding20{padding:20px;}

.pt10{padding-top:10px;}
.pt20{padding-top:20px;}
.pt30{padding-top:30px;}
.pt40{padding-top:40px;}
.pt50{padding-top:50px;}

.pb0{padding-bottom:0px;}
.pb5{padding-bottom:5px;}
.pb10{padding-bottom:10px;}
.pb15{padding-bottom:15px;}
.pb20{padding-bottom:20px;}
.pb25{padding-bottom:25px;}
.pb30{padding-bottom:30px;}
.pb35{padding-bottom:35px;}
.pb40{padding-bottom:40px;}

/*line-height*/

.lh120{ line-height: 120%;}
.lh130{ line-height: 130%;}
.lh140{ line-height: 140%;}
.lh150{ line-height: 150%;}
.lh160{ line-height: 160%;}
.lh170{ line-height: 170%;}
.lh180{ line-height: 180%;}
.lh190{ line-height: 190%;}
.lh200{ line-height: 200%;}


/* ---------------------------------------- 
									clearfix				
---------------------------------------- */
.clearfix {
	zoom:1;
	/*overflow:hidden;
	min-height: 1px;
	_height:1px;*/
}
.clearfix:after {
	content: "";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
