@charset "UTF-8";

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

制作コンテンツ

info:
- レスポンシブの場合は、ブレイクポイント 768px で記述してください。
- SP用CSSを先に記述する方法を推奨します。下記の記述は例です。
- PCのみの場合は、記述を削除してください。

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

.f-inner {
	width: 990px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
}

#f-head {
	background: url("../images/main_bg.png") no-repeat center;
	height: 500px;
}

#f-head h1 {
	padding-top: 47px;
	margin-left: 226px;
}

.js-tab {
	margin-top: 40px;
	margin-bottom: 30px;
	text-align: center;
}

.js-tab .ftab01{
    background: url(../images/tab01_off.png) no-repeat center top;
    width: 323px;
    height: 80px;
    display: inline-block;
    cursor: pointer;
	margin-right: 60px;
}

.js-tab .ftab01.active {
	background: url(../images/tab01_on.png) no-repeat center top;
	cursor: default;
}

.js-tab .ftab02{
    background: url(../images/tab02_off.png) no-repeat center top;
    width: 323px;
    height: 80px;
    display: inline-block;
	cursor: pointer;
	margin-left: 60px;
}

.js-tab .ftab02.active {
	background: url(../images/tab02_on.png) no-repeat center top;
	cursor: default;
}

.js-tab_content {
	padding-bottom: 20px;
}

.js-tab_content a:hover {
	opacity: 0.7;
}

.js-tab_content.ftab02 {
	display: none;
}

.js-tab_content.ftab01 {
	background: url("../images/spot_bg.png") no-repeat center top;
	height: 4300px;
}

.js-tab_content.ftab01 .spot01 {
	margin-left: 10px;
	margin-bottom: 24px;
}

.js-tab_content.ftab01 .spot02 {
	margin-left: 2px;
	margin-bottom: 11px;
}

.js-tab_content.ftab01 .spot03 {
	margin-left: 8px;
	margin-bottom: 19px;
}

.js-tab_content.ftab01 .spot04 {
	margin-bottom: 39px;
}

.js-tab_content.ftab01 .spot05 {
	margin-left: 6px;
	margin-bottom: 47px;
}

.js-tab_content.ftab01 .spot06 {
	margin-left: 1px;
	margin-bottom: 33px;
}

.js-tab_content.ftab01 .spot07 {
	margin-left: 15px;
	margin-bottom: 35px;
}

.js-tab_content.ftab01 .spot08 {
	margin-left: 7px;
	margin-bottom: 26px;
}

.js-tab_content.ftab01 .spot09 {
	margin-left: 8px;
	margin-bottom: 30px;
}

.js-tab_content.ftab01 .spot10 {
	margin-left: 6px;
	margin-bottom: 26px;
}

.js-tab_content.ftab01 .spot11 {
	margin-left: 1px;
	margin-bottom: 15px;
}

.js-tab_content.ftab01 .spot12 {
	height: 335px;
	position: relative;
}

.js-tab_content.ftab01 .spot12 p {
	position: absolute;
	top: 0;
	right: 1px;
	z-index: 10;
}

.js-tab_content.ftab01 .spot12 .spot12-01 {
	position: absolute;
	top: 42px;
	left: 3px;
}

.js-tab_content.ftab01 .spot12 .spot12-02 {
	position: absolute;
	top: 45px;
	left: 310px;
}

.js-tab_content.ftab01 .spot12 .spot12-03 {
	position: absolute;
	top: 67px;
	right: 48px;
}

.js-tab_content.ftab02 .yado {
	width: 870px;
	height: 281px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 30px;
	position: relative;
	background: url("../images/yado_bg.png") no-repeat center top;
}

.js-tab_content.ftab02 .yado .yado_info {
	position: absolute;
	padding-top: 10px;
	padding-left: 20px;
}

.js-tab_content.ftab02 .yado .yado_plan {
	position: absolute;
	top: 40px;
	right: 28px;
}



