﻿@charset "UTF-8";

#Top-Wrapper {
	background: url(../img/top_header_bg.jpg) repeat-x left top;
}

/* --------------------------------------------------------
	Header
-------------------------------------------------------- */
#Top-Header {
	width:950px;
	height:560px;
}

#Top-Header_Left {
	float:left;
	width:220px;
	height:105px;
}

#Top-Header_Right {
	float:left;
	width:730px;
	height:105px;
}

/* --------------------------------------------------------
	Main
-------------------------------------------------------- */
/*---メイン画像---*/
#Top_Main_Img {
	width:950px;
	height:400px;
	background: url(../img/main_bg.jpg) no-repeat left top;
	margin:0px 0px 2px 0px;
}

#Img_Gallery {
	padding:5px 0px 0px 0px;
}

/*---プラン---*/
#Plan_01 a {
	float:left;
	width:314px;
	height:216px;
	background: url(../img/btn_01.jpg) no-repeat left top;
	margin:20px 0px 0px 0px;
}

#Plan_01 p {
	width:302px;
	margin:190px 0px 0px 6px;
}

#Plan_02 a {
	float:left;
	width:314px;
	height:216px;
	background: url(../img/btn_02.jpg) no-repeat left top;
	margin:20px 0px 0px 4px;
}

#Plan_02 p {
	width:302px;
	margin:190px 0px 0px 6px;
}

#Plan_03 a {
	float:left;
	width:314px;
	height:216px;
	background: url(../img/btn_03.jpg) no-repeat left top;
	margin:20px 0px 0px 4px;
}

#Plan_03 p {
	width:302px;
	margin:190px 0px 0px 6px;
}

/*///// 左コンテンツ /////*/
#Top-Left-Content {
	float:left;
	width:632px;
	margin:20px 0px 0px 0px;
	display:inline;
}

#Top-Left-Content h2 {
	clear: both;
	font-size:12px;
	color:#FFF;
	background-color:#FFAF4C;
	height:23px;
	margin:0px 0px 3px 0px;
	padding:7px 0px 0px 14px;
}

/*///// 右コンテンツ /////*/
#Top-Right-Content {
	float:left;
	width:314px;
	margin:20px 0px 0px 4px;
	display:inline;
}

/*---バナーエリア---*/
#Top-Right-Content .Bnr-Area li {
	margin:0px 0px 10px 0px;
}

/*---お知らせ---*/
#Area_News {
	width:632px;
	margin:0px 0px 0px 0px;
}

#Area_News ul {
	width:632px;
	margin:10px 0px 10px 0px;
}

#Area_News li {
	height:30px;
	background: url(../img/contour.jpg) no-repeat left bottom;
	padding:8px 0px 0px 0px;
}

#Area_News .Date {
	float: left;
	width:100px;
}

/*---記事一覧---*/
#List_Link {
	float:right;
	font-weight:normal;
	margin:0px 10px 0px 0px;
	padding-top: 0px;
}

#List_Link a {
	color: #FFF;
	text-decoration: underline;
}

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


/* Go To キャンペーン 2020.08.07追加 */
.goto{
	padding:40px 0 0;
	text-align:center;
}
.goto02{
	width:620px;
	margin:20px auto;
	text-align:center;
}
.goto02 a{
	display:block;
	background:#2b4cd9;
	border:solid 1px #2b4cd9;
	padding:1.4em 1em 1em;
	color:#fff;
	text-decoration:none;
	transition:.3s;
}
.goto02 a span{font-size:18px;}
.goto02 a{
	display:block;
	background:#2b4cd9;
	border:solid 1px #2b4cd9;
	padding:1.4em 1em 1em;
	color:#fff;
	text-decoration:none;
	transition:.3s;
}
.goto02 a:hover{
	background:#fff;
	color:#2b4cd9;
}