div::selection, p::selection, a::selection, li::selection, h1::selection, h2::selection, h3::selection, a::selection, span::selection, strong::selection, img::selection 
	{background: #B3B3B3; color: #1B1B1B;}
div::-moz-selection, p::-moz-selection, a::-moz-selection, li::-moz-selection, h1::-moz-selection, h2::-moz-selection, h3::-moz-selection, a::-moz-selection, span::-moz-selection, strong::-moz-selection, img::-moz-selection
	{background: #B3B3B3; color: #1B1B1B;}

.wrap {
	width: 100%;
	position: relative;
	box-sizing: border-box;	
	padding: 150px 100px 100px;
}

.iwrap {
	width: 100%;
	position: relative;
	margin: 0 auto;
}
.iwrap-small {max-width: 800px}

.fc-gold {color: #B28769}

.bc-dark {background-color: #282828}

.ta-left {text-align: left}
.ta-right {text-align: right}

strong {font-weight: 500}

h2 {
	font-size: 22px;
	line-height: 22px;
	font-weight: 600;
	margin-bottom: 40px;
}

h3 {
	font-size: 18px;
	line-height: 20px;
	font-weight: 600;
	word-spacing: 1px;
	margin-bottom: 15px;
	color: #B28769;
}

#scroll-top {
	position: fixed;
	z-index: 50;
	bottom: 100px;
	right: 25px;
	width: 50px;
	height: 50px;
	background-color: #282828;
	background-image: url('../img/scrolltop.png');
	background-size: 100%;
	display: none;
}

.tel-link {cursor: default}


/*GRID: 1440px */
@media all and (max-width: 1440px) {

.wrap {padding: 120px 80px 80px}	

.iwrap-small {max-width: 700px}


#scroll-top {
	bottom: 80px;
	right: 15px;
}
	
}


/*GRID: 1280px */
@media all and (max-width: 1280px) {

.wrap {padding: 120px 60px 80px}	

#scroll-top {
	bottom: 0;
	right: 0;
}
	
}


/*GRID: 1024px */
@media all and (max-width: 1024px) {

.wrap {padding: 80px 40px 50px}		

h3 {
	font-size: 16px;
	line-height: 18px;
	margin-bottom: 10px;
}

#scroll-top {
	width: 44px;
	height: 44px;
}
	
}


/*GRID: 768px */
@media all and (max-width: 768px) {
	
#hover_checker {display: none}	
	
}


/*GRID: 568px */
@media all and (max-width: 568px) {

.wrap {padding: 70px 40px 50px}			
	
}


/* GRID: 414px */
@media all and (max-width: 414px) {
	
.wrap {padding: 60px 20px 40px}	

#scroll-top {
	width: 38px;
	height: 38px;
}	
	
}