@charset "utf-8";
/* ===================================================================
CSS information

 file name  :common.css
 author     :Ability Consultant
 style info :基本・共通設定　ハックは最下部に記述
=================================================================== */
@media screen and (min-width: 768px) {

/*----------------------------------------------------
	基本設定、リンクカラーなど
----------------------------------------------------*/
body {
	background: #262020;
	color: #1c1c1c;
	font-family: 'メイリオ',Meiryo,'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','ＭＳ Ｐゴシック',sans-serif;
	line-height: 1.8;
	font-size: 0.8em;
}

a:link {
	color: #1c1c1c;
	text-decoration: none;
}

a:visited {
	color: #1c1c1c;
	text-decoration: none;
}

a:hover {
	color: #1c1c1c;
	text-decoration: underline;
}

a:active {
	color: #1c1c1c;
	text-decoration: underline;
}


/*----------------------------------------------------
	汎用class
----------------------------------------------------*/
.img_r {
	float: right;
}

.img_l {
	float: left;
}
.clear {
	clear: both;
}
/* clearfix */
#hoge:after {
	content: "."; display: block; visibility: hidden; height: 0.1px; font-size: 0.1em; line-height: 0; clear: both;
}


/*----------------------------------------------------
	#page
----------------------------------------------------*/
#page {
	margin: 0 auto;
	min-width: 1040px;
}


/* -----------------------------------------------------------
	#header
		ヘッダー
----------------------------------------------------------- */
#header {
	width: 100%;
	background-color: #221308;
	clear: both;
}
	#header .box_header {
		width: 1040px;
		margin: 0 auto;
		clear: both;
		position: relative;
	}



/* .con_r		右カラム
----------------------------------------------------------- */
#header .wrp_title .con_r {
	padding-top: 15px;
	float: right;
	width: 605px;
}

/* 多言語ボタン一覧 */
#header .wrp_title .con_r .m_lang {
	margin: 0 0 30px auto;
	width: 435px;
	overflow: hidden;
	clear: both;
}

#header .wrp_title .con_r .m_lang li {
	margin-left: 25px;
	float: left;
	text-align: right;
}

#header .wrp_title .con_r .m_lang li:first-child {
	margin-left: 0;
}


/* ソーシャルボタン一覧 */
#header .wrp_title .con_r .sns {
	overflow: hidden;
}
#header .wrp_title .sns li {
	float: left;
}
#header .wrp_title .sns li.fb {
	width: 110px;
}
#header .wrp_title .sns li.f {
	margin-right: 10px;
	width: 100px;
}
#header .wrp_title .sns li.t {
	width: 120px;
}
#header .wrp_title .sns li.trip {
	width: 120px;
}
#header .wrp_title .con_r .tel {
	padding-right: 10px;
	clear: both;
	text-align: right;
}


	/* 言語選択 */
	#header #countorys {
		position: absolute;
		top: 48px;
		right: 200px;
		width: 100px;
		z-index: 160;
		height: 0;
		overflow: hidden;
	}
		#header #countorys li {
			line-height: 18px;
		}
			#header #countorys li a {
				color: #FFF;
				font-size: 12px;
				display: block;
				background-color: #000;
				padding: 10px 10px 10px 30px;
				text-decoration: none;
				cursor: pointer;
				line-height: 18px;
				height: 20px;
			}
				#header #countorys li a.select,
				#header #countorys li a:hover {
					background-color: #555;
				}
				#header #countorys li a.select {
					cursor: inherit;
				}
			#header #countorys li a.jp {
				background-image: url(../images/header/ic_jp.gif);
				background-repeat: no-repeat;
				background-position: 8px center;
			}
			#header #countorys li a.en {
				background-image: url(../images/header/ic_en.gif);
				background-repeat: no-repeat;
				background-position: 8px center;
			}
			#header #countorys li a.kor {
				background-image: url(../images/header/ic_kor.gif);
				background-repeat: no-repeat;
				background-position: 8px center;
			}
			#header #countorys li a.han {
				background-image: url(../images/header/ic_han.gif);
				background-repeat: no-repeat;
				background-position: 8px center;
			}
			#header #countorys li a.kan {
				background-image: url(../images/header/ic_kan.gif);
				background-repeat: no-repeat;
				background-position: 8px center;
			}
			#header .box_header .wrp_title p.tel {
				float:left;
				width:260px;
				padding:30px 0 0 0;
			}
#con_fixed {
	width: 100%;
	min-width: 950px;
	height: 51px;
	background: #2b2b2b;
	border-bottom: 2px solid #393939;
	z-index: 999;
}

#con_fixed #box_fixed {
	margin:0 auto;
	width: 1040px;
}

/* clearfix */
#con_fixed #box_fixed:after{
    content: ".";
    display: block;
    height: 0;
    font-size:0;
    clear: both;
    visibility:hidden;
}

#con_fixed #box_fixed .menu {
    position: relative;
    overflow: hidden;
    /*display: none;*/
}

#con_fixed #box_fixed .menu .btn_home {
	float: left;
}

/* .m_fixed		ブランドメニュー
----------------------------------------------------------- */
#con_fixed #box_fixed .m_fixed {
	width: 632px;
	overflow: hidden;
	float: right;
}

#con_fixed #box_fixed .m_fixed li {
	float: left;
	font-size: 0;
	line-height: 0;
	text-align: right;
}

/* #gnav
----------------------------------------------------------- */
#header .wrp_gnav {
	clear: both;
	overflow: hidden;
	height: 68px;
	margin: 10px 0 15px 0;
}
	#header .wrp_gnav #gnav {
		float: left;
		width: 750px;
	}
	#header .wrp_gnav #gnav .nav {
		overflow: hidden;
		height: 68px;
		background-image: url(../images/gmenu.gif);
		background-repeat: no-repeat;
		background-position: top left;
	}
		#header .wrp_gnav #gnav .nav li {
			float: left;
			height: 68px;
		}
			#header .wrp_gnav #gnav .nav li a {
				display: block;
				height: 68px;
				text-indent: -9999px;
				width: 150px;
			}
			#header .wrp_gnav #gnav .nav .about a:hover {
				background-image: url(../images/gmenu.gif);
				background-repeat: no-repeat;
				background-position: 0 -68px;
			}
			#about #header .wrp_gnav #gnav .nav .about a,
			#about #header .wrp_gnav #gnav .nav .about a:hover  {
				background-image: url(../images/gmenu.gif);
				background-repeat: no-repeat;
				background-position: 0 -136px;
			}
			#header .wrp_gnav #gnav .nav .hotellist a:hover {
				background-image: url(../images/gmenu.gif);
				background-repeat: no-repeat;
				background-position: -150px -68px;
			}
			#hotellist #header .wrp_gnav #gnav .nav .hotellist a:hover,
			#hotellist #header .wrp_gnav #gnav .nav .hotellist a {
				background-image: url(../images/gmenu.gif);
				background-repeat: no-repeat;
				background-position: -150px -136px;
			}
			#header .wrp_gnav #gnav .nav .info a:hover {
				background-image: url(../images/gmenu.gif);
				background-repeat: no-repeat;
				background-position: -300px -68px;
			}
			#information #header .wrp_gnav #gnav .nav .info a:hover,
			#information #header .wrp_gnav #gnav .nav .info a {
				background-image: url(../images/gmenu.gif);
				background-repeat: no-repeat;
				background-position: -300px -136px;
			}
			#header .wrp_gnav #gnav .nav .contact a:hover {
				background-image: url(../images/gmenu.gif);
				background-repeat: no-repeat;
				background-position: -450px -68px;
			}
			#contact #header .wrp_gnav #gnav .nav .contact a:hover,
			#contact #header .wrp_gnav #gnav .nav .contact a  {
				background-image: url(../images/gmenu.gif);
				background-repeat: no-repeat;
				background-position: -450px -136px;
			}
			#header .wrp_gnav #gnav .nav .faq a:hover {
				background-image: url(../images/gmenu.gif);
				background-repeat: no-repeat;
				background-position: -600px -68px;
			}
			#faq #header .wrp_gnav #gnav .nav .faq a:hover,
			#faq #header .wrp_gnav #gnav .nav .faq a {
				background-image: url(../images/gmenu.gif);
				background-repeat: no-repeat;
				background-position: -600px -136px;
			}

	/* gnavに条件検索がナシ用css */
	/*#header .wrp_gnav #gnav.nosearch .nav {
		overflow: hidden;
		height: 68px;
		background-image: url(../images/gmenu.gif);
		background-repeat: no-repeat;
		background-position: top left;
	}*/



	/* SNSエリア */
	#header .wrp_gnav .sns {
		float: right;
		width: 220px;
		padding-top: 20px;
	}
		#header .wrp_gnav .sns li {
			float: left;
		}
		#header .wrp_gnav .sns li.f {
			width: 110px;
		}
		#header .wrp_gnav .sns li.t {
			width: 120px;
		}


/*----------------------------------------------------
	#con_direct ダイレクト検索
----------------------------------------------------*/
#con_direct {
	position: absolute;
	top: 0;
	left: 0;
	height:0;
	width: 100%;
	z-index: 9999;
	overflow: hidden;
}
	#con_direct .bgarea {
		background-image: url(../images/header/bg_direct.png);
		background-repeat: repeat;
		background-position: top left;
		width: 100%;
		height: 0;
		position: absolute;
		top: 0;
		left: 0;
	}
	#con_direct .box_direct  {
		width: 1040px;
		margin: 0 auto;
	}
		#con_direct .box_direct .wrp_direct {
			width: 940px;
			margin: 50px auto 0 auto;
			padding: 20px 10px 20px 10px;
			border: 1px solid #44703b;
			position: relative;
			background-image: url(../images/header/bg_direct_green.png);
			background-repeat: repeat;
			background-position: top left;
		}
		#con_direct .box_direct .wrp_direct #message {
			color: #FFF;
			font-weight: bold;
			font-size: 24px;
			width: 100%;
			margin-bottom: 10px;
			text-align: center;
		}
		#con_direct .box_direct .wrp_direct .direcr_list {
			clear: both;
			overflow: hidden;
			display: none;
		}
		#con_direct .box_direct .wrp_direct .hotels_direct {
			margin-bottom: 20px;
		}
		#con_direct .box_direct .wrp_direct .areaname {
			color: #FFF;
			font-size: 16px;
			padding-left: 10px;
			margin-bottom: 5px;
			margin-top: 10px;
		}
		#con_direct .box_direct .wrp_direct .direcr_list li {
			float: left;
			width: 172px;
			margin-left: 10px;
			margin-bottom: 10px;
		}
			#con_direct .box_direct .wrp_direct .direcr_list a {
				display: block;
				width: 142px;
				height: 38px;
				padding: 22px 10px 10px 20px;
				background-color: #FFF;
				text-decoration: none;
				background-image: url(../images/header/ic_sr_dir.gif);
				background-repeat: no-repeat;
				background-position: 10px center;
				font-size: 15px;
				font-weight: bold;
				-webkit-border-radius: 2px;
				-moz-border-radius: 2px;
				-o-border-radius: 2px;
				border-radius: 2px;
				box-shadow: 0 3px 3px rgba(0,0,0,.2);
				-webkit-box-shadow: 0 3px 3px rgba(0,0,0,.2);
				-moz-box-shadow: 0 3px 3px rgba(0,0,0,.2);
				-o-box-shadow: 0 3px 3px rgba(0,0,0,.2);
				cursor: pointer;
				overflow: hidden;
				text-align: center;
			}
			#con_direct .box_direct .wrp_direct .direcr_list a.duble {
				line-height: 18px;
			}
			#con_direct .box_direct .wrp_direct .area_direct a.duble {
				line-height: 16px;
			}
			#con_direct .box_direct .wrp_direct .direcr_list a:hover {
				background-color: #f6f2dc;
				background-image: url(../images/header/ic_sr_dir_on.gif);
			}
			#con_direct .box_direct .wrp_direct .direcr_list a.mystays {
				background-image: url(../images/header/ic_ms_dir.gif);
				background-repeat: no-repeat;
				background-position: 10px center;
				text-align: left;
				padding-left: 40px;
				width: 122px;
				height: 45px;
				line-height: 18px;
				padding-top: 15px;
			}
			#con_direct .box_direct .wrp_direct .direcr_list a.mystays:hover {
				background-image: url(../images/header/ic_ms_dir_on.gif);
			}
			#con_direct .box_direct .wrp_direct .direcr_list a.flex {
				background-image: url(../images/header/ic_flex_dir.gif);
				background-repeat: no-repeat;
				background-position: 10px center;
				text-align: left;
				padding-left: 40px;
				width: 122px;
				height: 45px;
				line-height: 18px;
				padding-top: 15px;
			}
			#con_direct .box_direct .wrp_direct .direcr_list a.flex:hover {
				background-image: url(../images/header/ic_flex_dir_on.gif);
			}
			#con_direct .box_direct .wrp_direct .direcr_list a.resi {
				background-image: url(../images/header/ic_resi_dir.gif);
				background-repeat: no-repeat;
				background-position: 10px center;
				text-align: left;
				padding-left: 40px;
				width: 122px;
				height: 45px;
				line-height: 18px;
				padding-top: 15px;
			}
			#con_direct .box_direct .wrp_direct .direcr_list a.resi:hover {
				background-image: url(../images/header/ic_resi_dir_on.gif);
			}
			#con_direct .box_direct .wrp_direct .direcr_list a.no {
				background-image: url(../images/header/ic_emp_dir.gif);
				background-repeat: no-repeat;
				background-position: 10px center;
				text-align: left;
				padding-left: 15px;
				width: 147px;
				height: 45px;
				line-height: 18px;
				padding-top: 15px;
			}
			#con_direct .box_direct .wrp_direct .direcr_list a.no:hover {
				background-image: url(../images/header/ic_emp_dir_on.gif);
			}
				#con_direct .box_direct .wrp_direct .direcr_list a .groupname {
					font-size: 10px;
				}
			#con_direct .box_direct .wrp_direct #bt_backarea {
				text-align: center;
			}
				#con_direct .box_direct .wrp_direct #bt_backarea a {
					color: #FFF;
					text-decoration: none;
					font-size: 14px;
					font-weight: bold;
					padding: 8px 8px 8px 35px;
					border: 2px solid #FFF;
					-webkit-border-radius: 2px;
					-moz-border-radius: 2px;
					-o-border-radius: 2px;
					border-radius: 2px;
					text-align: center;
					background-image: url(../images/header/ic_back_area.gif);
					background-repeat: no-repeat;
					background-position: 10px center;
					cursor: pointer;
					display: none;
					width: 140px;
					margin: 0 auto;
				}
				#con_direct .box_direct .wrp_direct #bt_closearea {
					position: absolute;
					top: 20px;
					right: 40px;
					cursor: pointer;
				}

/* -----------------------------------------------------------
	#pagelink
		パンくず
----------------------------------------------------------- */
#pagelink {
	clear: both;
	overflow: hidden;
	background-image: none;
	padding-bottom: 0;
	font-size: 10px;
	color: #FFF;
	width: 1040px;
	margin: 1em auto 1em auto;
}
	#pagelink a {
		color: #FFF;
	}
	#pagelink ul li {
		display: inline;
	}

/*----------------------------------------------------
	#top_copy
----------------------------------------------------*/
#top_copy{
	clear: both;
	width: 1000px;
	margin: 0 auto;
	padding: 10px 20px 10px 20px;
	border:1px solid #999;
}

#top_copy p{
	color:#999;
	font-size:0.7;
}

/*----------------------------------------------------
	#contents
----------------------------------------------------*/
#contents {
	clear: both;
	overflow: hidden;
	background-image: url(../images/bg_con.gif);
	background-repeat: repeat-y;
	background-position: top center;
}
	#contents .contents_layout {
		width: 1040px;
		margin: 0 auto;
		clear: both;
		overflow: hidden;
		padding: 20px 0 40px 0;
	}

/* -----------------------------------------------------------
	#con_title	内部ページタイトル
----------------------------------------------------------- */
	#con_title {
		padding:20px 0 12px 10px;
		margin:0 auto;
		width:1030px;
	}


/* -----------------------------------------------------------
	#contents
		コンテンツ
----------------------------------------------------------- */
/* メイン */
#contents #main {
	width: 730px;
	float: left;
}

	#contents #main .subtitle {
		clear: both;
		background-image: url(../images/bg_st.gif);
		background-repeat: repeat;
		background-position: top left;
		color: #FFF;
		padding: 0.8em 0.8em 0.6em 1em;
		/*margin:0 0 20px 0;*/
	}
	#contents #main .st_con {
		color: #374c0c;
		margin-bottom: 0.3em;
		margin-top: 0.3em;
	}

/* サブ */
#contents #side {
	width: 280px;
	float: right;
}
	/* パンくず */
	#contents .contents_layout #pagelink {
		clear: both;
		overflow: hidden;
		background-image: url(../images/line_dot.gif);
		background-repeat: repeat-x;
		background-position: bottom center;
		padding-bottom: 0.4em;
		margin-bottom: 20px;
		font-size: 0.8em;
		font-weight: bold;
	}
		#contents .contents_layout #pagelink ul li {
			color:#1c1c1c;
			display: inline;
		}
		#contents .contents_layout #pagelink ul li a {
			color:#1c1c1c;
		}
	/* サブタイトル */
	#contents .contents_layout .subtitle {
		color: #253704;
		font-size: 1.2em;
	}
		#contents .contents_layout .subtitle .small {
			font-size: 0.8em;
			padding-left: 1em;
		}

	/* 検索エリア */
	#side .form_layout {
		overflow: hidden;
		width: 265px;
	}
		#side .form_area {
			padding: 10px 0;
			width: 265px;
		}
			#side .form_area h2 {
				text-align: center;
			}
			#side .form_area form {
				overflow: hidden;
				clear: both;
			}
				#side .form_area form dl {
					padding-left: 25px;
				}
					#side .form_area form dl dt {
						color: #000;
						font-size: 11px;
					}
					#side .form_area form dl dd {
						color: #000;
						font-size: 11px;
						margin-bottom: 3px;
					}
					#side .form_area form dl dd a,
					#side .form_area form dl dd input{
						vertical-align: middle;
					}
					#side .form_area form dl dd a img {
						vertical-align:bottom;
					}
					#side .form_area form dl dd input {
						width:3em;
					}
					#side .form_area form dl dd.type input {
						width:auto;
					}
					
				#side .form_area select {
					font-size: 11px;
				}
				#side .form_area form .side_reserve_box {
					clear: both;
					overflow: hidden;
				}
					#side .form_area form .side_reserve_box .left {
						float: left;
					}
					#side .form_area form .side_reserve_box .left_last {
						float: left;
						margin-left: 15px;
					}
				#side .form_area form .bt_area {
					clear: both;
						overflow: hidden;
						margin: 10px auto 10px auto;
						width: 223px;
				}
					.form_area form .bt_area .btn_rsv {
						text-align: center;
					}

					.form_area form .bt_area .btn_rsv2 {
						width: 218px;
						height: 27px;
						margin: 0 auto;
						margin-bottom: 5px;
					}
					.form_area form .bt_area .btn_rsv2 li {
						margin: 0 2px;
						float: left;
						font-size: 0;
						line-height: 0;
					}
					.btn_links {
						padding-top: 10px;
						border-top:1px solid #c5c0bc;

					}
					.btn_links h3 {
						margin-bottom: 2px;
						text-align: center;
					}

					.btn_links ul {
						/*margin: 10px auto 0 auto;*/
						margin: 0 auto;
						width: 220px;
						overflow: hidden;
					}
					.btn_links li {
						float: left;
						margin-left:5px;
						font-size: 0;
						line-height: 0;
					}


	/* サイドキャンペーン */

	#side h3.side_camp {
		background:url(../images/grouptop/ic_camp.gif);
		background-repeat: no-repeat;
		background-position: top left;
		padding: 0 0 20px 40px;
		line-height:1.2;
		margin:20px 0 0 10px;
	}

	#side h3.side_camp .small{
		font-size:0.8em;
	}

	#side .wrp_bn li {
		clear: both;
		margin-bottom: 10px;
		border-bottom: 1px dotted #ccc;
		padding-bottom: 10px;
	}
	#side .wrp_bn li p {
		line-height: 1.5;
		width: 135px;
		float: left;
	}
	#side .wrp_bn li img {
		width: 130px;
		margin-right: 10px;
    	vertical-align: top;
    	float: left;
	}




/* -----------------------------------------------------------
	table　テーブル
----------------------------------------------------------- */
#contents table.nomal {
	background: #FFF;
	color: #000;
	border: 1px solid #5d8746;
	border-collapse: separate;
	border-spacing: 1;
}
	#contents table.nomal th {
		background: #5d8746;
		color: #fff;
		text-align: center;
		padding: 0.3em;
	}
	#contents table.nomal td {
		background: #e3ede0;
		text-align: center;
		padding: 0.3em;
	}
	#contents table.nomal td.bottomline {
		border-bottom: 1px solid #FFF;
	}
/* リスト風テーブル */
#contents table.listview {
	border-collapse: collapse;
	border-spacing: 0;
	width: 100%;
}
	#contents table.listview .border {
		border-top: 1px dotted #bbb8a5;
		padding: .2em;
		background: none;
	}
	#contents table.listview .space {
		padding: .2em;
		background: none;
	}
	#contents table.listview th {
		background-color: #d0cab4;
		color: #322e21;
		font-size: 0.9em;
		text-align: center;
		padding: 0.3em;
	}
	#contents table.listview td {
		font-size: 0.9em;
		padding: 0.3em;
		padding-left: 1em;
	}




/* -----------------------------------------------------------
	#footer
		フッター
----------------------------------------------------------- */
#footer {
	clear: both;
	overflow: hidden;
	width: 100%;
}
	#footer .box_footer {
		width: 1040px;
		margin: 0 auto;
		clear: both;
		overflow: hidden;
	}
	#footer .footer_layout_top {
		clear: both;
		overflow: hidden;
		background-image: url(../images/footer/bg_footlogo.gif);
		background-repeat: repeat-y;
		border-bottom: 1px dotted #2f2f2f;
		background-position:center bottom;
		padding: 30px 0 30px 0;
	}
		#footer .footer_layout_top .flogo {
			float: left;
			width: 210px;
		}
		#footer .footer_layout_top #pagetop {
			float: right;
			width: 230px;
		}
	#footer .footer_layout_bot {
		clear: both;
		background: url(../images/footer/bg_layout_bot.gif) center top repeat-y;
		overflow: hidden;
		padding: 30px 0 20px 0;
	}
		#footer .footer_layout_bot .wrp_flink {
			clear: both;
			overflow: hidden;
			position: relative;
		}
			#footer .footer_layout_bot .wrp_flink .flink {
				float: left;
				width: 720px;
			}
				#footer .footer_layout_bot .wrp_flink .flink ul li {
					padding: 5px;
					background-image: url(../images/footer/bg_link.gif);
					background-repeat: repeat;
					background-position: top left;
					width: 129px;
					margin-bottom: 3px;
					margin-right: 1px;
				}
					#footer .footer_layout_bot .wrp_flink .flink ul li a {
						color: #FFF;
						font-size: 12px;
						background-image: url(../images/footer/ic_ar.gif);
						background-repeat: no-repeat;
						background-position: center left;
						padding-left: 10px;
					}
				#footer .footer_layout_bot .wrp_flink .flink ul li.fl {
					float: left;
				}
				#footer .footer_layout_bot .wrp_flink .flink ul li.owner {
					width: 235px;
				}
				#footer .footer_layout_bot .wrp_flink .flink ul li.info {
					width: 164px;
				}
			#footer .footer_layout_bot .wrp_flink .bn_contact {
				width: 225px;
				position: absolute;
				right: 0;
				bottom: 0;
			}
		#footer .footer_layout_bot .logo_jp {
			clear: both;
			margin-top: 20px;
		}
	#footer #copyright {
		color: #FFF;
		font-size: 0.6em;
		text-align: right;
		width: 1040px;
		margin: 10px auto 20px auto;
	}


/*======================================

	hack - 各種cssハック - for IE7

=======================================*/
*:first-child+html {}

}

@media screen and (max-width: 767px) {

option[value="1003"],
option[value="1004"],
option[value="1005"],
option[value="1006"],
option[value="1007"],
option[value="1008"],
option[value="1009"],
option[value="1010"],
option[value="1011"],
option[value="1012"],
option[value="1013"],
option[value="1014"],
option[value="1015"],
option[value="1016"] { display:none;}

/*----------------------------------------------------
	基本設定、リンクカラーなど
----------------------------------------------------*/
body {
	background-image: url(../sp/images/bg_body.png);
	background-repeat: repeat;
	background-position: top center;
	background-size:640px auto;
    color: #3c3c3c;
    font-size: 13px;
    line-height: 1.5;
    font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
    -webkit-text-size-adjust: none; /* 文字の拡大縮小を防ぐ */
    border-top:5px solid #7cb426;
}

/*タップ時のカラー指定*/
a {-webkit-tap-highlight-color: rgba(200,200,555,.6);}

a:link {color: #fff; text-decoration: none;}
a:visited {color: #fff; text-decoration: none;}
a:hover {color: #fff; text-decoration: none;}
a:active {color: #fff; text-decoration: none;}

.subtitle {
	background: #0b244d;
    color: #fff;
    font-size: 16px;
    padding: 0.8em 0.8em 0.6em 1em;
}

/*----------------------------------------------------
	汎用class
----------------------------------------------------*/

img{
	vertical-align:top;
	width: 100%;
}

/* フロート */
.img_l {float: left;}

.img_r {float: right;}

/* clearfix */
#hoge:after {
	content: "."; display: block; visibility: hidden; height: 0.1px; font-size: 0.1em; line-height: 0; clear: both;
}

#contents h2.h2type01{
	margin:0 0 10px;
	padding:0 0 0 1.6em; 
	font-size:16px;
	color:#9b854d;
	font-weight:normal;
	line-height:1.2;
}


/*----------------------------------------------------
	page
----------------------------------------------------*/
#page {
	margin: 0 auto;
	max-width: 100%;
	/*min-width: 320px;*/
	overflow: hidden;
}

/*----------------------------------------------------
	header
----------------------------------------------------*/
header{
	position:relative;
	display:table;
	width:100%;
	margin: 0 auto;
	padding:0;
	z-index:100;
}

header h1 {
	display:table-cell;
	width:100% !important;
	height:60px;
	vertical-align:middle;
	text-align:center;
	background: url(../sp/images/bg_header_01.png) top left repeat;
}

header h1 a{
	display:inline-block;
	padding:0 10px 0 60px;
}

header h1 img{
	margin:0 auto;
	width:100%;height:auto;max-width:none;
	vertical-align:top;
}

@media screen and (min-width: 480px) {

	header h1 a{
		display:inline;
		padding:0;
	}
	
	header h1 img{width:auto ;height:60%;}
}

header #menu_btn{
	position:absolute;
	left:0;
	top:0;
	z-index:102;
}
header #menu_btn div{
	width:51px;
	height:60px;
	background: url(../sp/images/nav_header_menu.png) left top no-repeat;
	background-size:100% auto;
	z-index:102;
}
header #menu_btn div.active{
	background: url(../sp/images/nav_header_menu_o.png) left top no-repeat;
	background-size:100% auto;
}

header #menu_btn span{
	display:none;
}

header #menu_list{
	display:none;
	width:100%;
	position:absolute;
	top:59px;
	left:0;
	z-index:101;
}

header #menu_list ul{
	display:block;
	margin:0 0 0;
	padding:18px 5% 20px;
	box-shadow: 0px 5px 6px rgba(0,0,0,0.75);
	border-top:solid 1px #51443a;
	background: url(../sp/images/bg_header_menu_01.png) top left repeat;
}

header #menu_list ul li{
	width:100%;
	margin:2px 0 0;
}

header #menu_list ul li a{
	display:block;
	border:0;
	padding:16px 20px;
	background: url(../sp/images/ic_arrow_right.png) right center no-repeat #51443a;
	background-size:auto 12px;
	color:#fff;
	font-size:16px;
}

header nav.active{
	z-index:101;
}

header nav#language{
	position:absolute;
	right:0;
	top:0;
	height:60px;
}

header #lang_btn span {
display: none;
}

header #lang_list {
	display: none;
	width: 100%;
	position: absolute;
	top: 59px;
	left: 0;
	z-index: 101;
}

header #lang_btn div {
	width: 51px;
	height: 60px;
	background: url(../sp/images/nav_header_lang_menu.png) right top no-repeat;
	background-size: 100% auto;
	z-index: 102;
}

header #lang_btn div.active {
	background: url(../sp/images/nav_header_lang_menu_o.png) left top no-repeat;
	background-size: 100% auto;
}

header #lang_list ul{
	display:block;
	margin:0 0 0;
	padding:18px 5% 20px;
	box-shadow: 0px 5px 6px rgba(0,0,0,0.75);
	border-top:solid 1px #51443a;
	background: url(../sp/images/bg_header_menu_01.png) top left repeat;
}

header #lang_list ul li{
	width:100%;
	margin:2px 0 0;
}

header #lang_list ul li span{
	background:#302823 !important;
	font-weight:bold;
	color:#DBCFC0;
	display:block;
	border:0;
	padding:16px 20px;
	font-size:16px;
}

header #lang_list ul li img{
	width:30px;
	vertical-align:text-bottom;
	margin-right:10px;
	
}

header #lang_list ul li a{
	display:block;
	border:0;
	padding:16px 20px;
	background: url(../sp/images/ic_arrow_right.png) right center no-repeat #51443a;
	background-size:auto 12px;
	color:#fff;
	font-size:16px;
}



/*----------------------------------------------------
	#contents
----------------------------------------------------*/
#contents {
	max-width: 100%;
	padding: 0 2%;
	color: #3C3C3C;
}

/*	.pagetitle
-----------------------------------------------------*/
#contents .pagetitle{
	border-bottom: 1px dotted #555555;
	border-top: 1px dotted #555555;
	color: #FFFFFF;
	font-size: 1.6em;
	margin: 20px auto;
	padding: 15px 0;
	text-align: center;
	width: 100%;
}

/*	.con_rsrv
-----------------------------------------------------*/
#contents .con_rsrv .btn_rsrv {
	/* Old browsers */
	background: -moz-linear-gradient(top, #132b5e 0%, #132b5e 50%, #062055 51%, #062055 100%);
	/* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #132b5e), color-stop(50%, #132b5e), color-stop(51%, #062055), color-stop(100%, #062055));
	/* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #132b5e 0%, #132b5e 50%, #062055 51%, #062055 100%);
	/* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #132b5e 0%, #132b5e 50%, #062055 51%, #062055 100%);
	/* Opera 11.10+ */
	background: -ms-linear-gradient(top, #132b5e 0%, #132b5e 50%, #062055 51%, #062055 100%);
	/* IE10+ */
	background: linear-gradient(to bottom, #132b5e 0%, #132b5e 50%, #062055 51%, #062055 100%);
	/* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#132b5e', endColorstr='#062055',GradientType=0 );
	/* IE6-9 */
	height: 50px;
	line-height: 50px;
	color: #ffffff;
	font-weight: bold;
	text-align: center;
	border: 3px solid #293f67;
	margin-bottom: 10px;
}

#contents .con_rsrv .btn_rsrv a {
	display: block;
	text-decoration: none;
	color: #ffffff;
	text-align: center;
}

#contents .con_rsrv .btn_rsrv a div {
	background: url(../sp/images/grouptop/ic_search.png) 0 center no-repeat;
	padding-left: 40px;
	display: inline-block;
}

#contents .con_rsrv .btn_rsrv a div p {
	font-size: 20px;
}

#contents .con_rsrv .btn_tel {
	height: 50px;
	color: #ffffff;
	line-height: 25px;
	font-weight: bold;
	border: 3px solid #293f67;
	margin-bottom: 20px;
	background: #335599; /* Old browsers */
	background: -moz-linear-gradient(top,  #335599 0%, #35589e 50%, #284c94 51%, #284c94 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#335599), color-stop(50%,#35589e), color-stop(51%,#284c94), color-stop(100%,#284c94)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #335599 0%,#35589e 50%,#284c94 51%,#284c94 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #335599 0%,#35589e 50%,#284c94 51%,#284c94 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #335599 0%,#35589e 50%,#284c94 51%,#284c94 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #335599 0%,#35589e 50%,#284c94 51%,#284c94 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#335599', endColorstr='#284c94',GradientType=0 ); /* IE6-9 */
	font-family:ArialMT,"Hiragino Kaku Gothic ProN","ヒラギノ角ゴ ProN W3",メイリオ,sans-serif;
}

#contents .con_rsrv .btn_tel a {
	display: block;
	text-decoration: none;
	color: #ffffff;
	text-align: center;
}

#contents .con_rsrv .btn_tel a div {
	background: url(../sp/images/grouptop/ic_tel.png) 0 center no-repeat;
	padding-left: 40px;
	overflow: hidden;
	display: inline-block;
}

#contents .con_rsrv .btn_tel a div .txt_info {
	font-size: 8px;
	padding-top: 2px;
}

#contents .con_rsrv .btn_tel a div .txt_tel {
	font-size: 26px;
	margin-top: -9px;
	padding-bottom: 9px;
}

#contents .con_rsrv .box_rsrv {
	background: #4d494b;
	color: #ffffff;
}


#contents .con_rsrv02{
	margin:0 0 30px;
}
#contents .con_rsrv02:after{
    content: ".";
    display: block;
    height: 0;
    font-size:0;
    clear: both;
    visibility:hidden;
}

#contents .con_rsrv02 h2{
	background: url(../sp/images/ic_stay.png) left center no-repeat;
	background-size:auto 100%;
}

#contents .con_rsrv02 h2{
	background: url(../sp/images/ic_stay.png) left center no-repeat;
	background-size:auto 100%;
}

#contents .con_rsrv02 .btn_Box:after {clear: both; content: "."; display: block; font-size:0; height: 0; visibility: hidden;}

#contents .con_rsrv02 .btn_Box .btn_rsrv01{
	display:inline-block;
	float:left;
/*	width:49.5%;*/
	width:32.5%;
	margin-right:1%;
}

#contents .con_rsrv02 .btn_Box .btn_rsrv02{
	display:inline-block;
/*	float:right;
	width:49.5%;*/
	float:left;
	width:32.5%;
	margin-right:1%;
}

#contents .con_rsrv02 .btn_Box .btn_rsrv05{
	display:inline-block;
	float:left;
	width:33%;
}

#contents .con_rsrv02 .btn_rsrv01 a{
	display:block;
	padding: 41px 0 9px;
	background: url(../sp/images/rsrv01_bg.gif) center 7px no-repeat #ca5012;
	background-size:28px auto;
	border:3px solid #db692f;
	text-align:center;
	font-size:16px;
}

#contents .con_rsrv02 .btn_rsrv02 a{
	display:block;
	padding:41px 0 9px;
	background: url(../sp/images/rsrv02_bg.gif) center 7px no-repeat #557815;
	background-size:28px auto;
	border:3px solid #639811;
	text-align:center;
	font-size:16px;
}

#contents .con_rsrv02 .btn_rsrv02-02 a{
	display:block;
	margin:5px 0 0;
	padding:20px 0 20px;
	background: url(../sp/images/ic_reservation_02.png) 32px center no-repeat #557815;
	background-size:28px auto;
	border:3px solid #639811;
	text-align:center;
	font-size:16px;
}

#contents .con_rsrv02 .btn_rsrv03 a{
	display:block;
	margin:5px 0 0;
	padding:13px 0;
	background: url(../sp/images/rsrv03_bg.gif) 32px center no-repeat #293414;
	background-size:28px auto;
	border:3px solid #30440c;
	text-align:center;
	font-size:16px;
}

#contents .con_rsrv02 .btn_rsrv04 a{
	display:block;
	margin:5px 0 0;
	padding:14px 0 15px;
	background: url(../sp/images/ic_reservation_03.png) 32px center no-repeat #293414;
	background-size:28px auto;
	border:3px solid #30440c;
	text-align:center;
	font-size:14px;
}

#contents .con_rsrv02 .btn_rsrv04 .txt_info{
	font-size:9.5px;
}

#contents .con_rsrv02 .btn_rsrv05 a{
	display:block;
	padding:41px 0 9px;
	background: url(../sp/images/rsrv05_bg.gif) center 7px no-repeat #557815;
	background-size:28px auto;
	border:3px solid #639811;
	text-align:center;
	font-size:16px;
}



/*	.con_search_list
-----------------------------------------------------*/

#contents .con_search_list{
	margin:0 0 15px;
}

#contents .con_search_list h2{
	background: url(../sp/images/ic_search_list.png) left center no-repeat;
	background-size:auto 100%;
	clear: both;
}

#contents .con_search_list select{
	width:100%;
	border:0;
	padding:16px 20px;
	/*height: 50px;*/
	background: url(../sp/images/ic_arrow_bottom.png) right center no-repeat #453e35;
	background-size:auto 7px;
	color:#fff;
	font-size:16px;
	border-radius: 0px;
	appearance: none;
	-moz-appearance: none;
	-webkit-appearancee: none;
	-o-appearance: none;
	-ms-appearance: none;
	text-indent: .01px;
	text-overflow: "";
	font-family: 'メイリオ',Meiryo,'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','ＭＳ Ｐゴシック',sans-serif;
}

/*----------------------------------------------------
	#main
-----------------------------------------------------*/
#contents #main {
	background: #f8f8f8;
	padding-top: 10px;
}

#main a,
#main a:visited,
#main a:hover,
#main a:active{color:#3C3C3C;}

/*	.con_main
-----------------------------------------------------*/
#contents #main .con_main {
	width: 95%;
	margin: 0 auto 20px auto;
	overflow: hidden;
}


/*	.con_menu
-----------------------------------------------------*/
#contents .con_menu {
	margin:0 0 34px;
	background: url(../sp/images/bg_body.png) top center repeat;
	background-size:640px auto;
}

#contents .con_menu li{
	margin:0 0 2px;
}

#contents .con_menu li a{
	display:block;
	border:0;
	padding:18px 18px;
	background: url(../sp/images/ic_arrow_right.png) right center no-repeat #453e35;
	background-size:auto 12px;
	color:#fff !important;
	font-size:16px;
}


#contents #main .con_menu {
	margin-bottom: 30px;
	padding-top: 10px;
	background:none;
}

#contents #main .con_menu h3 {
	background: url(../sp/images/grouptop/ic_menu.gif) 0 top no-repeat;
	padding-left: 30px;
	color: #21344A;
	font-size: 18px;
	margin: 0 0 10px 2%;
}

#contents #main .con_menu ul {
	overflow: hidden;
}

#contents #main .con_menu ul li {
	margin:0;
	background: #1e1e1e; /* Old browsers */
	background: -moz-linear-gradient(top,  #1e1e1e 1%, #292929 50%, #0f0f0f 51%, #0f0f0f 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,#1e1e1e), color-stop(50%,#292929), color-stop(51%,#0f0f0f), color-stop(100%,#0f0f0f)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #1e1e1e 1%,#292929 50%,#0f0f0f 51%,#0f0f0f 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #1e1e1e 1%,#292929 50%,#0f0f0f 51%,#0f0f0f 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #1e1e1e 1%,#292929 50%,#0f0f0f 51%,#0f0f0f 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #1e1e1e 1%,#292929 50%,#0f0f0f 51%,#0f0f0f 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1e1e1e', endColorstr='#0f0f0f',GradientType=0 ); /* IE6-9 */
	height: 50px;
	line-height: 50px;
	border-top: 1px dotted #6e6e6e;
	border-right: 1px dotted #6e6e6e;
	border-left: 1px dotted #6e6e6e;
}

#contents #main .con_menu ul li:last-child {
	border-bottom: 1px dotted #6e6e6e;
}

#contents #main .con_menu ul li a {
	display: block;
	padding: 0 0 0 5%;
	text-decoration: none;
	color: #eddbae !important;
	font-weight: bold;
	font-size: 16px;
	background: url(../sp/images/bg_angle2.png) right center no-repeat;
}

#contents .con_menu02 {
	margin:0 0 34px;
	background: url(../sp/images/bg_body.png) top center repeat;
	background-size:640px auto;
}

#contents .con_menu02 li{
	margin:0 0 2px;
}

#contents .con_menu02 li a{
	display:block;
	border:0;
	padding:18px 18px;
	background: url(../sp/images/ic_arrow_right.png) right center no-repeat #453e35;
	background-size:auto 12px;
	color:#fff !important;
	font-size:16px;
}


#contents #main .btn_style1 {
	width: 85%;
	background: #b32948;
	/* Old browsers */
	background: -moz-linear-gradient(top, #b32948 0%, #960d28 50%, #71001a 52%, #71001a 100%);
	/* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #b32948), color-stop(50%, #960d28), color-stop(52%, #71001a), color-stop(100%, #71001a));
	/* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #b32948 0%, #960d28 50%, #71001a 52%, #71001a 100%);
	/* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #b32948 0%, #960d28 50%, #71001a 52%, #71001a 100%);
	/* Opera 11.10+ */
	background: -ms-linear-gradient(top, #b32948 0%, #960d28 50%, #71001a 52%, #71001a 100%);
	/* IE10+ */
	background: linear-gradient(to bottom, #b32948 0%, #960d28 50%, #71001a 52%, #71001a 100%);
	/* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#b32948', endColorstr='#71001a',GradientType=0 );
	/* IE6-9 */
	height: 30px;
	border: 3px solid #7b0c26;
	line-height: 30px;
	text-align: center;
	font-weight: bold;
	margin: 0 auto;
}

#contents #main .btn_style1 a {
	display: block;
	text-decoration: none;
	font-size: 12px;
}

#contents #main .btn_style1 a span {
	background: url(../sp/images/ic_arrow.png) 0 center no-repeat;
	padding-left: 10px;
	color: #ffffff;
}


/* -----------------------------------------------------------
	table　テーブル
----------------------------------------------------------- */
#contents table.nomal {
	background: #FFF;
	color: #000;
	border: 1px solid #466e87;
	border-collapse: separate;
	border-spacing: 1;
}
	#contents table.nomal th {
		background: #466e87;
		color: #fff;
		text-align: center;
		padding: 0.3em;
	}
	#contents table.nomal td {
		background: #e0e2ed;
		text-align: center;
		padding: 0.3em;
	}
	#contents table.nomal td.bottomline {
		border-bottom: 1px solid #FFF;
	}
/* リスト風テーブル */
#contents table.listview {
	border-collapse: collapse;
	border-spacing: 0;
	width: 100%;
}
	#contents table.listview .border {
		border-top: 1px dotted #bbb8a5;
		padding: .2em;
		background: none;
	}
	#contents table.listview .space {
		padding: .2em;
		background: none;
	}
	#contents table.listview th {
		background-color: #d0cab4;
		color: #322e21;
		font-size: 0.9em;
		text-align: center;
		padding: 0.3em;
	}
	#contents table.listview td {
		font-size: 0.9em;
		padding: 0.3em;
		padding-left: 1em;
	}


/*----------------------------------------------------

	.con_search 検索フォームページ

-----------------------------------------------------*/
#search header{
	margin:0 0 20px;
}

#search #contents #main .con_search {
	clear: both;
	overflow: hidden;
	margin: 0 0 30px 0;
}
	#search #contents #main .con_search h3 {
		background: url(../sp/images/ic_search.gif) 0 top no-repeat;
		padding-left: 30px;
		color: #21344A;
		font-size: 18px;
		margin: 0 0 10px 2%;
		min-height: 30px;
	}
	#search #contents #main .con_search .box_form {
		width: 85%;
		margin: 0 auto;
		background-color: #FFF;
		padding: 10px;
		margin-bottom: 15px;
		border: 1px solid #EEE;
	}
		#search #contents #main .con_search .box_form  .btn_style2 {
			color: #FFF;
			width: 100%;
			background: #b32948;
			/* Old browsers */
			background: -moz-linear-gradient(top, #132b5e 0%, #132b5e 50%, #062055 51%, #062055 100%);
			/* FF3.6+ */
			background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #132b5e), color-stop(50%, #132b5e), color-stop(51%, #062055), color-stop(100%, #062055));
			/* Chrome,Safari4+ */
			background: -webkit-linear-gradient(top, #132b5e 0%, #132b5e 50%, #062055 51%, #062055 100%);
			/* Chrome10+,Safari5.1+ */
			background: -o-linear-gradient(top, #132b5e 0%, #132b5e 50%, #062055 51%, #062055 100%);
			/* Opera 11.10+ */
			background: -ms-linear-gradient(top, #132b5e 0%, #132b5e 50%, #062055 51%, #062055 100%);
			/* IE10+ */
			background: linear-gradient(to bottom, #132b5e 0%, #132b5e 50%, #062055 51%, #062055 100%);
			/* W3C */
			filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#132b5e', endColorstr='#062055',GradientType=0 );
			/* IE6-9 */
			height: 40px;
			border: 3px solid #293f67;
			text-align: center;
			font-weight: bold;
		}
		#search #contents #main .con_search .box_form  .btn_style3 {
			color: #FFF;
			width: 100%;
			background: #b32948;
			display: block;
			/* Old browsers */
			background: -moz-linear-gradient(top, #445e93 0%, #445e93 50%, #374f82 51%, #374f82 100%);
			/* FF3.6+ */
			background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #445e93), color-stop(50%, #445e93), color-stop(51%, #374f82), color-stop(100%, #374f82));
			/* Chrome,Safari4+ */
			background: -webkit-linear-gradient(top, #445e93 0%, #445e93 50%, #374f82 51%, #374f82 100%);
			/* Chrome10+,Safari5.1+ */
			background: -o-linear-gradient(top, #445e93 0%, #445e93 50%, #374f82 51%, #374f82 100%);
			/* Opera 11.10+ */
			background: -ms-linear-gradient(top, #445e93 0%, #445e93 50%, #374f82 51%, #374f82 100%);
			/* IE10+ */
			background: linear-gradient(to bottom, #445e93 0%, #445e93 50%, #374f82 51%, #374f82 100%);
			/* W3C */
			filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#445e93', endColorstr='#062055',GradientType=0 );
			/* IE6-9 */
			height: 25px;
			border: 3px solid #273e6b;
			text-align: center;
			font-weight: bold;
			margin: 0 auto;
			text-decoration: none;
			padding-top: 5px;
		}
		#search #contents #main .con_search .box_form .bt_area {
			margin-top: 20px;
		}
			#search #contents #main .con_search .box_form .bt_area .btn_rsv2 {
				margin-top: 5px;
			}
		#search #contents #main .con_search .box_form dl {
		}
			#search #contents #main .con_search .box_form dl dt {
				padding-top: 10px;
			}
		#search #contents #main .con_search .box_form dl.left {
			float: left;
		}
		#search #contents #main .con_search .box_form dl.left_last {
			float: left;
			margin-left: 10px;
		}
		#search #contents #main .con_search .box_form dl.none {
			clear: both;
		}
		#search #contents #main .con_search .box_close {
			clear: both;
			overflow: hidden;
			border-top: 1px dotted #CCC;
			width: 85%;
			margin: 10px auto 20px auto;
			padding-top: 10px;
		}
		#contents #main .btn_style4 {
			background-color: #DDD;
			width: 100%;
			display: block;
			padding: 10px;
			text-align: center;
			text-decoration: none;
			font-weight: bold;
			border-top: 1px solid #CCC;
		}
		#contents #main .btn_style1 {
			margin-bottom: 10px;
		}



/* -----------------------------------------------------------
	#footer
		フッター
----------------------------------------------------------- */
footer{
	margin:0;
	padding:0;
	color:#fff;
}

footer .con_footNav{
	padding:18px 0 18px;
	text-align:center;
	background: url(../sp/images/bg_footer_01.png) top left repeat;
}

footer .con_footNav .flogo{
	padding:0 3%;
	margin:0;
}

footer .con_footNav address{
	margin:10px 0 0;
	font-style:normal;
	font-size:11px;
	line-height:1.2;
}

footer .con_footNav .fnav{
	margin:18px 0 0;
}

footer .con_footNav .fnav li{
	display:inline-block;
	width:30.5%;
}

footer .con_footNav .fnav li a{
	display:block;
	padding:12px 0;
	background-color:#000;
	font-size:10px;	
}

footer .con_footNav .sns{
	text-align:center;
}

footer .con_footNav .sns li{
	margin:20px 0 0;
	display:inline-block;
}

footer .con_footNav .sns li.fbpage{
	display: none !important;
	height:19px;
}

footer .con_footNav .sns li.fbpage img{
	width:auto;
	height:100%;
	vertical-align:top;
}

footer .con_footNav .sns li.fb iframe{
	vertical-align:top;
}

footer .con_footNav .sns li.tw iframe{
	width:98px !important;
	vertical-align:top;
}

footer .con_footNav .device{
	margin:20px 0 0 ;
}

footer .con_footNav .device li{
	display:inline-block;
	width:30%;
	font-size:10px;
}

footer .con_footNav .device li a{
	display:block;
}

footer .con_footNav .device li.pc{
	background-color:#000;
	padding:6px 0;
}

footer .con_footNav .device li.sp{
	background-color:#403a35;
	padding:6px 0;
}

footer .page_top{
	margin:20px ;
}

footer .page_top p{
	width:64%;
	margin:0 auto;
}

footer .page_top p a{
	display:block;
	padding:10px 0;
	border:1px solid #362e27;
	background: url(../sp/images/ic_arrow_top.png) 15px center no-repeat #1f160f;
	background-size:auto 6px;
	font-size:14px;
	text-align:center;
}

footer .con_copyright p{
	margin:20px 0 3px;
	padding:0;
	text-align:center;
	color:#69655b;
	font-size:10px;
}
}