@charset "utf-8";
/* ===================================================================
CSS information

 file name  :style.css
 style info :コンテンツエリア関係 他
 
このスタイルシートの構成
 基本設定、レイアウト、横幅設定など
 汎用class
 #header
  #utilityNav
 #navi
  #gNav
 #footer
  #footerContents
 #page
 #mainImg
  #imgArea
  #contents
   #main
   #sub
=================================================================== */

/*----------------------------------------------------
	基本設定、リンクカラーなど
----------------------------------------------------*/
body {
	background:url(../images/bg.png) top center repeat-x;
}

a:link {
	color:#37869a;
	text-decoration: none;
}
a:visited {
	color:#37869a;
	text-decoration: none;
}
a:hover {
	color:#70cbf1;
	text-decoration: underline;
}
a:active {
	color:#70cbf1;
	text-decoration: none;
	text-align: center;
}

a:hover img{
    opacity:0.8;
    -moz-opacity:0.8;
    filter:alpha(opacity = 80);
}

/*----------------------------------------------------
	汎用class
----------------------------------------------------*/
.imgR {
	float: right;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0px;
	margin-left: 10px;
}

.imgL {
	float: left;
	margin: 0;
}

.btn {
	text-align: center;
}

/* clearfix */
.clearfix:after {
	content: "."; display: block; visibility: hidden; height: 0.1px; font-size: 0.1em; line-height: 0; clear: both;
}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */


/* margin
----------------------------------------------------------*/
/* Top */
.MG-T0 { margin-top: 0 !important; }
.MG-T5 { margin-top: 5px !important; }
.MG-T10 { margin-top: 10px !important; }
.MG-T15 { margin-top: 15px !important; }
.MG-T20 { margin-top: 20px !important; }
.MG-T25 { margin-top: 25px !important; }
.MG-T30 { margin-top: 30px !important; }
/* Bottom */
.MG-B0 { margin-bottom: 0 !important; }
.MG-B5 { margin-bottom: 5px !important; }
.MG-B10 { margin-bottom: 15px !important; }
.MG-B15 { margin-bottom: 15px !important; }
.MG-B20 { margin-bottom: 20px !important; }
.MG-B25 { margin-bottom: 25px !important; }
.MG-B30 { margin-bottom: 30px !important; }

/* padding
----------------------------------------------------------*/
/* Left */
.PD-L5 { padding-left: 5px !important; }
.PD-L10 { padding-left: 10px !important; }
.PD-L15 { padding-left: 15px !important; }
.PD-L20 { padding-left: 20px !important; }
.PD-L25 { padding-left: 25px !important; }
.PD-L30 { padding-left: 30px !important; }
/* Right */
.PD-R5 { padding-right: 5px !important; }
.PD-R10 { padding-right: 10px !important; }
.PD-R15 { padding-right: 15px !important; }
.PD-R20 { padding-right: 20px !important; }
.PD-R25 { padding-right: 25px !important; }
.PD-R30 { padding-right: 30px !important; }

/* フォントサイズ・カラー
----------------------------------------------------------*/
.TXT-S { font-size:12px;}
.TXT-M { font-size:14px;}
.TXT-L { font-size:16px;}

.TXT-RED { color:#FF3333;}
.TXT-ORG { color:#f7931e;}


/* -----------------------------------------------------------
	#header
		ヘッダー
----------------------------------------------------------- */
#header {
	width: 960px;
	margin: 0 auto;
}

#header #logo {
	clear: both;
	float: left;
	font-size: 14px;
	font-weight: bold;
	height: 60px;
	width: 355px;
	background: #fff;
	margin-top: 20px;
	margin-right: 0;
	margin-bottom: 20px;
	margin-left: 0;
}
#headerDesc {
	color: #fff;
	background: #2f9bce;
	height: 20px;
	background:url(../images/head_bg.png) repeat-x;
}
#headerDescArea {
	width: 960px;
	margin: 0 auto;
}

#headerDescArea h1 {
	font-size: 10px;
	font-weight: normal;
	float: left;
	margin: 2px 0 0 10px;
	height: 20px;
}
#headerDescArea h2 {
	font-size: 10px;
	font-weight: normal;
	float: right;
	margin: 2px 10px 0 0;
	height: 20px;
}


/* #utilityNav
----------------------------------------------------------- */
#header #utilityNav {
	float: right;
	text-align: right;
	padding-top: 5px;
}

#header #utilityNav li {
	display: inline;
	list-style-type: none;
	margin-right: 5px;
	padding:0 0 5px 8px;
	background: url(../images/list-arw.png) no-repeat;
	background-position:0% 30%;
}


/* -----------------------------------------------------------
	#navi
		ナビ
----------------------------------------------------------- */
#navi {
	clear: both;
	height: 50px;
}

/* #gNav
----------------------------------------------------------- */
#navi #jMenu {
	clear: both;
	overflow: hidden;
}

* html #navi #jMenu {
	height: 1%;
}

#naviArea {
	width: 960px;
	margin: 20px auto 0 auto;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #ddd;
}

#navi #jMenu li {
	float: left;
	text-align: center;
}

#navi #jMenu li a:link,
#navi #jMenu li a:visited,
#navi #jMenu li a:active {
	color:#333;
	font-size: 12px;
	text-decoration:none;
	display:block;
	width: 159px;
	height: 40px;
	padding-top: 10px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #ddd;
}

#navi #jMenu span {
	color:#37869a;
	font-size: 10px;
	padding-top:5px;
}

#navi #jMenu li a:hover{
	color:#886879;
	background-position:0 -60px;
	text-decoration:none;
}

#navi #naviArea #jMenu li ul{
	padding:0px;
	line-height: 40px;
}




/* -----------------------------------------------------------
	#footer
		フッター
----------------------------------------------------------- */
#footer {
	clear: both;
	background: #ededed;
	padding: 15px 0 0 0;
}

#footer .copyright {
	color: #fff;
	background: #666;
	text-align: center;
	margin-top: 20px;
	padding: 15px 0 0 0;
	height: 30px;
}

#footerContents ul {
	text-align: center;
	padding: 10px 0 0 0;
}

#footerContents ul li {
	display: inline;
	border-right: solid 1px #d4d4d4;
	padding: 0 10px 0 10px;
}
#footerContents ul li.end {
	display: inline;
	border: none;
	padding: 0 10px 0 10px;
}

#footerContents .box {
	width: 280px;
	float: left;
	border: none;
	margin-right: 10px;
	padding: 10px;
}

#footerContents h3 {
	font-weight: normal;
}


#footerContents .footersectionBorder{
	margin: 0 0 20px 0;
	padding: 20px 20px;
	border: solid #fff 1px;
	min-height:1px;

}


#footerContents .footersectionBorder ul li{
	list-style-type: none;
	padding: 0 0 5px 8px;
	background: url(../images/list-arw.png) no-repeat;
	background-position:0% 30%;
}






/* -----------------------------------------------------------
	#footerContents
		フッターコンテンツ
----------------------------------------------------------- */
#footerContents {
	width: 960px;
	margin: 0 auto;
}


/*----------------------------------------------------
	#page
----------------------------------------------------*/
#page {
}


/*----------------------------------------------------
	#mainImg
----------------------------------------------------*/
#mainImg {
	background: #fff url(../images/mainImg_bg.png) center;
	height: 510px;
	width: auto;
	margin-bottom: 60px;
}
#imgArea {
	width: 1140px;
	height: 500px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

/*----------------------------------------------------
	#contents
----------------------------------------------------*/
#contents {
	width: 960px;
	margin: 30px auto 0 auto;
	padding-bottom: 60px;
	text-align: left;
}

#contents .pageTop {
	clear: both;
	text-align: right;
}


/*.contentsBox
----------------------------------------------------*/
.contentsBox {
	min-height:1px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0px;
}



.contentsBox .box {
	font-size: 12px;
	width: 279px;
	float: left;
	border: 1px solid #FFF;
	margin-right: 10px;
	padding-top: 0px;
	padding-right: 14px;
	padding-bottom: 0px;
	padding-left: 14px;
	margin-bottom: 20px;
}

.contentsBox .box2 {
	font-size: 12px;
	width: 280px;
	float: left;
	margin-right: 10px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	margin-left: 150px;
	margin-bottom: 10px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-color: #FFF;
	border-right-color: #FFF;
	border-bottom-color: #FFF;
	border-left-color: #FFF;
}

.contentsBox .box3 {
	font-size: 12px;
	width: 280px;
	float: left;
	margin-right: 150px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	margin-bottom: 10px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-color: #FFF;
	border-right-color: #FFF;
	border-bottom-color: #FFF;
	border-left-color: #FFF;
}

.guidebox {
	font-size: 12px;
	width: 320px;
	float: left;
	border: 1px solid #999;
	margin-right: 6px;
	margin-bottom: 10px;
	padding: 10px;
	text-align: center;
	background-color: #FBFBFB;
}

.guidebox2 {
	font-size: 12px;
	width: 320px;
	float: left;
	margin-right: 0px;
	margin-bottom: 10px;
	border: 1px solid #999;
	margin-right: 0px;
	margin-bottom: 10px;
	padding: 10px;
	text-align: center;
	background-color: #FBFBFB;
}


/*----------------------------------------------------
	#main
		メイン
----------------------------------------------------*/
#main {
	float: right;
	width: 700px;
}

#main h2{
	font-size: 16px;
	font-weight: normal;
	width: 700px;
	height: 40px;
	background: url(../images/bg-h2.png) no-repeat;
	padding: 10px 0 0 15px;
	color:#FFFFFF;
}

#main h3{
	font-size: 14px;
	font-weight: normal;
	width: 700px;
	height: 30px;
	background: url(../images/bg-h3.png) no-repeat;
	padding: 11px 0 0 15px;
	color:#FFFFFF;
}

#main h4{
	position:relative;
	padding-left:30px;
	border-bottom:2px solid #ccc;
	font-weight: bold;
	font-size: 16px;
	line-height: 30px;
	margin-bottom: 10px;
    }
     
    #main h4:before{
    content:'';
    border-radius:30px;
    -webkit-border-radius:30px;
    -moz-border-radius:30px;
    height:12px;
    width:12px;
    display:block;
    position:absolute;
    top:14px;
    left:7px;
    background-color:#973D73;
    box-shadow: 0 0 2px 2px rgba(255,255,255,0.2) inset;
    filter:alpha(opacity=50);
    -moz-opacity:0.50;
    -khtml-opacity: 0.50;
    opacity:0.50;
    z-index: 1;
    }
     
    #main h4:after{
    content:'';
    border-radius:30px;
    -webkit-border-radius:30px;
    -moz-border-radius:30px;
    height:15px;
    width:15px;
    display:block;
    position:absolute;
    top:7px;
    left:2px;
    background-color:#91994F;
    box-shadow: 0 0 2px 2px rgba(255,255,255,0.2) inset
  
}

#main h5{
	font-size: 16px;
	font-weight: normal;
	width: 700px;
	height: 40px;
	background: url(../images/bg-h5.png) no-repeat;
	padding: 10px 0 0 20px;
	color:#000;
}

#main h6{
	font-size: 16px;
	font-weight: normal;
	width: 470px;
	height: 40px;
	background: url(../images/bg-h6.png) no-repeat;
	padding: 10px 0 0 20px;
	color:#000;
}



#main .section{
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 20px;
	margin-left: 0;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 5px;
}

#main .sectionBorder{
	margin: 0 0 20px 0;
	padding: 20px 20px;
	border: solid #ccc 1px;
	min-height:1px;
}

#main .box {
	width: 190px;
	float: left;
	border-right: solid #CCC 1px;
	margin-right: 5px;
	padding: 0 15px 0 10px;
}

#main .box-end {
	width: 190px;
	float: left;
	margin-right: 5px;
	padding: 0 0 0 10px;
}

#main .line-dot-top{
	border-top: 1px dashed #dddddd;
	padding-top: 15px;
}

#main .line-dot-bottom{
	border-bottom: 1px dashed #dddddd;
	padding-bottom: 15px;
	margin-bottom:30px;"
}

.sectionBorder ul li{
	list-style-type: none;
	padding: 0 0 5px 8px;
	background: url(../images/list-arw.png) no-repeat;
	background-position:0% 30%;
}

#section ul li{
	list-style-type: none;
	padding: 0 0 5px 8px;
	background: url(../images/list-arw.png) no-repeat;
	background-position:0% 30%;
}


#section ul li{
	list-style-type: none;
	padding: 0 0 5px 8px;
	background: url(../images/list-arw.png) no-repeat;
	background-position:0% 30%;
}

.section ul li{
	list-style-type: none;
	padding: 0 0 5px 8px;
	background: url(../images/list-arw.png) no-repeat;
	background-position:0% 30%;
}



#sub ul li  li {
    font-size: 70%;
    margin-bottom: 0.5em;
}


/* テーブル装飾
----------------------------------------------------------- */
#main .t-head {
	border-collapse: collapse;
	border: solid 1px #ddd;
	padding: 10px;
	background-color: #efefef;
	width: 80px;
}

#main .t-item {
	border-collapse: collapse;
	border: solid 1px #ddd;
	padding: 10px;
	width: 535px;
}


/* -----------------------------------------------------------
	#sub
		サイドバー、サブ
----------------------------------------------------------- */
#sub {
	float: left;
	width: 230px;
}

#sub h3{
	font-size: 14px;
	font-weight: normal;
	width: 230px;
	height: 35px;
	background: url(../images/bg-side-h3.png) no-repeat;
	margin:0;
	padding: 10px 0 0 15px;
	color:#FFFFFF;
}

#sub ul {
	margin: -10px 0 2px;
}

#sub ul li{
	list-style-type: none;
	padding: 5px 0 5px 8px;
	background: url(../images/list-arw.png) no-repeat;
	background-position:0% 49%;
	border-bottom: dashed #ccc 1px;
	margin: 5px 0 5px;
}

#sub .sectionBorder{
	font-size: 12px;
	margin: -5px 0 20px 0;
	padding: 10px 10px 10px 10px;
	border: solid #ccc 1px;
}

#sub .box {
	border-bottom: solid #CCC 1px;
	padding: 5px;
}

#sub .box-end {
	padding: 5px;
}
.headerbannerbox {
	width: 355px;
	position: absolute;
	margin: 10px;
	padding: 10px;
	left: 745px;
	top: 29px;
}
#headertel {
	text-align: right;
}
#header_tel {
	float: right;
}


/* 画像の枠
----------------------------------------------------------- */
.frameR{
	display: block;
	padding: 3px;
	background: #fff;
	border: 1px solid #bfbfbf;
	margin-top: 0;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}

.frameL{
	display: block;
	padding: 3px;
	background: #fff;
	border: 1px solid #bfbfbf;
	margin-top: 0;
	margin-right: 10px;
	margin-bottom: 5px;
	margin-left: 0px;
}


/* 画像の枠
----------------------------------------------------------- */

/* カルーセルのキャプション
----------------------------------------------------------- */

.flex-caption{
	text-align: center;
	}

.flex-caption-reft{
	padding: 8px;
}

/* カルーセルのキャプション
----------------------------------------------------------- */

/* リスト
----------------------------------------------------------- */

.rist {
	padding: 0px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

.rist tr td{
	margin: 0px;
	border-right-width: 0px;
	border-left-width: 0px;
	border-right-style: solid;
	border-left-style: solid;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 5px;
	border-right-color: #EEE;
	border-left-color: #EEE;
}

.rist table tr .bg {
	background-image: url(images/i_bg.gif);
	background-repeat: no-repeat;
	height: 19px;
	width: 49px;
}

.risttop{
	background-image: none;
	background-repeat: no-repeat;
	background-color: #CFC;
}

.risttop table tr {
	background-image: none;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: dotted;
	border-left-style: dotted;
	border-right-color: #EEE;
	border-left-color: #EEE;
}


.risttop tr p{
	font-weight: bold;
	padding-left: 5px;
	text-align: center;
}


/* リスト
----------------------------------------------------------- */
.tdfirst {
	background-color: #EEE;
}
.rist .dotLR {
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: dotted;
	border-left-style: dotted;
}

.rist .dotR {
	border-right-width: 1px;
	border-right-style: dotted;
}

.risttop .dotLR {
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: dotted;
	border-left-style: dotted;
}

.risttop .dotR {
	border-right-width: 1px;
	border-right-style: dotted;
}

.rist .tabe-i {
    text-align: center;
    color: #666;
    background-repeat: repeat;
    background-position: center 4px;
    padding-top: 5px;
    padding-bottom: 2px;
    background-image: url("http://n-kanko.jp/image/it_bg.gif");
}

.tdright {
	text-align: right;
}



/*画像キャプション*/
.cap {
position: relative;
}

.cap p {
width: 380px; /*画像の横幅-20px*/
position: absolute;
padding: 8px 10px;
bottom: 8px;
color: #fff;
background: #000;
opacity:0.7;
filter: Alpha(opacity=70); 
}
/*画像キャプション*/


/*ジャンルボタン*/
.button {
	display: inline-block;
	width: 136px;
	height: 30px;
	text-align: center;
	text-decoration: none;
	line-height: 30px;
	outline: none;
	border: 1px solid #555;
	margin-bottom: 2px;
}
.button::before,
.button::after {
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
}
.button,
.button::before,
.button::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s;
	transition: all .3s;
}


.button {
	background-color: #F4F4F2;
	color: #fff;
}
.button:hover {
	background-color: #59b1eb;
}

/*ジャンルボタン*/

#locallnavi{
	padding: 0;
	width: auto;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

#locallnavi a:link {
	color:#37869a;
	text-decoration: none;
}


#locallnavi a:hover {
	color:#fff;
}

#locallnavi a:active {
	color:#fff;
	text-decoration: none;
	text-align: center;
}

/* ページ分割した時のページ送り */ 

.pagenate  { 
    margin: 45px 0 15px 0; 
    padding: 10px 10px 5px; 
    text-align: center; 
    width: 96%; 
    background-color: #E1E1E1; 
}

.pagenate ul  { 
    text-align: center;
} 
.pagenate li  { 
    display: inline; 
    margin: 0 2px; 
    padding: 0; 
} 
.pagenate li span, 
.pagenate li a { 
    display: inline-block; 
    margin-bottom: 5px; 
    padding: 5px 10px; 
    background: #fff; 
    border: 1px solid #0284dd; 
    text-decoration: none; 
    vertical-align: middle; 
    font-weight: bold; 
    color: #888; 
} 
.pagenate li span { 
    font-weight: bold; 
    color: #ffffff; 
    background: #0284dd; 
} 
.pagenate li a:hover { 
    background: #0284dd; 
    color: #fff; 
}

.footer-info {
    border-top: 3px solid #886879;
    border-bottom: 3px solid #886879;
    padding: 15px 0px;
}
.footer-info-inner {
    width: 1000px;
    margin: 0px auto;
    overflow: hidden;
}
.footer-info-inner ul {
    font-size: 110%;
    float: left;
    margin-left: 18px;
}
.footer-info-inner ul ul {
    float: none;
    padding-top: 0.5em;
    margin-left: 5px;
    list-style-type: square;
}
.footer-info-inner ul li li {
    font-size: 70%;
    margin-bottom: 0.5em;
}
.footer-left {
    float: left;
    border-right: 1px solid #C1C1C1;
    padding: 15px 10px 20px 0px;
}
.f-logo {
    margin-bottom: 0.3em;
}


form#mailformpro {
	padding: 10px 0px;
}
form#mailformpro dl dt {
	float: left;
	clear: both;
	font-size: 12px;
	padding: 10px 0px;
	text-align: right;
	margin: 0px;
}
form#mailformpro dl dd {
	border-top: solid 1px #CCC;
	margin: 0px;
	padding: 10px 5px 10px 160px;
	font-size: 12px;
	line-height: 1.5em;
	text-align: left;
}
form#mailformpro dl dd ul,form#mailformpro dl dd ol {
	margin: 0px;
	padding: 0px;
}
form#mailformpro dl dd ul li,form#mailformpro dl dd ol li {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

.must {
	display: block;
	background-color: #C00;
	padding: 4px 5px;
	font-size: 10px;
	color: #FFF;
	float: left;
	margin: 0px 5px;
	border-radius: 4px;
	box-shadow: 0px 0px 5px #CCC;
}

.mfp_buttons{
	text-align:center;
}

#main h1 {
    clear: both;
    background: url("../images/ico_arrow1.png") no-repeat scroll 10px center #886879;
    padding: 5px 0px 5px 33px;
    margin-bottom: 1.5em;
    line-height: 180%;
    color: #FFF;
}
/*テーブル*/
.sample_01{
 width: 100%;
 border-collapse: collapse;
 }
 .sample_01 th{
 padding: 6px;
 text-align: left;
 vertical-align: top;
 color: #333;
 background-color: #eee;
 border: 1px solid #b9b9b9;
 }
 .sample_01 td{
 padding: 6px;
 background-color: #fff;
 border: 1px solid #b9b9b9;
 }