/* 共通 */
h2{
	font-size: 32px;
	color: #646F7E;
	font-weight: normal;
	font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	letter-spacing: 8px;
	padding-bottom: 60px;
}
h3{
	color: #BCA25D;
	font-size: 23px;
	font-weight: normal;
	letter-spacing: 4px;
	font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	padding-top: 60px;
	padding-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #BCA25D;
	margin-bottom: 20px;
	clear: both;
}

/* スライダー1 */
#loopslider {
	margin: 0;
	width: 100%;
	height: 368px;
	text-align: left;
	position: relative;
	padding-bottom: 120px;	
}
#loopslider ul {
    height: 368px;
    float: left;
    display: inline;
    
}
#loopslider ul li {
	height: 368px;
	float: left;
	display: inline;
	
}
#loopslider ul:after {
    content: ".";
    height: 0;
    clear: both;
    display: block;
    visibility: hidden;
}
#loopslider ul {
    display: inline-block;
    overflow: hidden;
}

/* スライダー2 */
#loopslider2 {
	margin: 0;
	width: 100%;
	height: 350px;
	text-align: left;
	position: relative;
	padding-bottom: 120px;
}
#loopslider2 ul {
    height: 350px;
    float: left;
    display: inline;  
}
#loopslider2 ul li {
	height: 350px;
	float: left;
	display: inline;	
}
#loopslider2 ul:after {
    content: ".";
    height: 0;
    clear: both;
    display: block;
    visibility: hidden;
}
#loopslider2 ul {
    display: inline-block;
    overflow: hidden;
}

/* 背景1 */
#row-2nd {
	position: relative;
	-webkit-background-size: cover;
	background-size: cover;
	background-image: url(../area/img/area1.jpg);
	background-repeat: no-repeat;
	height: 491px;
	padding-top: 50px;
	padding-right: 0;
	padding-bottom: 50px;
	padding-left: 0;
}
#row-2nd-in {
	width: 950px;
	max-width: 950px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 65px;
	padding-right: 10px;
	padding-bottom: 50px;
	padding-left: 10px;
}
 
@media only screen and (max-width: 950px) {
    #row-2nd {
        overflow: scroll;
    }
    #row-2nd-in {
        width: 100%;
    }  
}

.row2l{
	width: 430px;
	float: left;
}
.row2r{
	width: 430px;
	float: right;
}
.row2l1{
	background-image: url(../area/img/list1.png);
	background-repeat: no-repeat;
	font-size: 15px;
	color: #646F7E;
	text-align: left;
	height: 37px;
	width: 395px;
	padding-left: 35px;
	padding-top: 15px;
}
.row2l2{
	font-size: 15px;
	color: #646F7E;
	background-image: url(../area/img/list2.png);
	background-repeat: no-repeat;
	text-align: left;
	padding-left: 30px;
	width: 400px;
	height: 37px;
	padding-top: 15px;
}

/* 背景2 */
#row-3nd {
	position: relative;
	-webkit-background-size: cover;
	background-size: cover;
	background-image: url(../area/img/area16.jpg);
	background-repeat: no-repeat;
	height: 477px;
	padding-top: 90px;
	padding-right: 0;
	padding-bottom: 50px;
	padding-left: 0;
}
#row-3nd-in {
	width: 950px;
	max-width: 950px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 65px;
	padding-right: 10px;
	padding-bottom: 50px;
	padding-left: 10px;
}
 
@media only screen and (max-width: 950px) {
    #row-3nd {
        overflow: scroll;
    }
    #row-3nd-in {
        width: 100%;
    }  
}

.tyuo{
	width: 100%;
	text-align: center;  
}
.tyuo_in{
	width: 985px;
	margin-right: auto;
	margin-left: auto;
}
.block {
	color: #BCA25D;
	padding-bottom: 100px;
	margin-right: auto;
	margin-left: auto;
	width: 945px;
	overflow: hidden;
	padding-left: 40px;
	padding-top: 30px;
}
.blockon{
	background-color: #BCA25D;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-right: 50px;
	border: 1px solid #BCA25D;
	font-size: 18px;
	float: right;
	color: #FFF;
	width: 420px;
}
.block a {
	display:block;
	text-align:center;
	color:#BCA25D;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-right: 15px;
	border: 1px solid #BCA25D;
	font-size: 18px;
	float: left;
	width: 420px;
}
.block a.r {
	border:1px solid #BCA25D;
	padding-top: 8px;
	padding-right: 20px;
	padding-bottom: 8px;
	padding-left: 20px;
	color: #BCA25D;
}   /* 上書き */

/* link */
.block a:link    {color:#BCA25D; text-decoration:none;}   /* リンク */
.block a:visited {
	color:#BCA25D;
	text-decoration:none;
}   /* 訪問済みリンク */
.block a:hover   {
	color:#fff;
	background-color: #BCA25D;
}   /* ポイント時のリンク */
.block a:active  {
	color:#fff;
	background-color: #BCA25D;
}   /

h3.area{
	font-size: 23px;
	letter-spacing: 1px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	text-align: left;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #BCA25D;
	padding-bottom: 5px;
	margin-bottom: 20px;
	margin-right: 35px;
	margin-left: 35px;
}
#area-naka{
	margin-left: 30px;
	margin-right: 30px;
	margin-bottom: 80px;
}
table.ateat1 {                       /*テーブルタグについて指定*/
	border-collapse:collapse;               /*ボーダーを0ピクセル*/
	border-spacing:0px;       /*セル間隔を1ピクセル*/
	border: 1px solid #999; /* テーブル全体の枠線（太さ・色・スタイル） */
	width: 680px;
	margin-right: 35px;
	margin-bottom: 80px;
	margin-left: 2px;
	float: left;
}
table.ateat1 td,th {                       /*通常セルと見出しセルについて指定*/
	border: 1px solid #999;
	font-size: 16px;
	padding: 10px;
	overflow: hidden;
}
table.ateat1 .gray{
	background-color: #EEEEEE;
}
table.ateat1 .gray2{
	background-color: #EEEEEE;
	text-align: center;
	vertical-align: middle;
}
table.ateat2 {                       /*テーブルタグについて指定*/
	border-collapse:collapse;               /*ボーダーを0ピクセル*/
	border-spacing:0px;       /*セル間隔を1ピクセル*/
	border: 1px solid #999; /* テーブル全体の枠線（太さ・色・スタイル） */
	width: 982px;
	overflow: hidden;
	margin-left: 2px;
	margin-bottom: 80px;
}
table.ateat2 td,th {                       /*通常セルと見出しセルについて指定*/
	border: 1px solid #999;
	font-size: 17px;
	padding: 10px;
	overflow: hidden;
}
table.ateat2 .gray{
	background-color: #EEEEEE;
}
table.ateat2 .gray2{
	background-color: #EEEEEE;
	text-align: center;
	vertical-align: middle;
}
.kuro{
	font-size: 15px;
	color: #000;
	letter-spacing: 0em;
	float: right;
	margin-top: -1px;
}
