@charset "utf-8";

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


		全ページ共通


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

body{
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 16px;
	color: #271300;
	-webkit-text-size-adjust: none;
	background: url(../img/common/site_bg.jpg) repeat left top;
}


/* =================================================================
		フルードイメージ
================================================================= */

img {
	height: auto;
	max-width: 100%;
	vertical-align: bottom;
}

/* =================================================================
		ボックス
================================================================= */


.inner {
	max-width: 1000px;
	margin: 0 auto;
	padding: 0 10px;
}

.clear_box {
	overflow: hidden;
	zoom: 1;
}


/* スマートフォン以外の指定：481px～ */

@media print, screen and (min-width: 481px) {

	.inner {
		padding: 0 20px;
	}

}


/* =================================================================
		タイトル
================================================================= */


/* TOPページに使用 */

.title01 {
	font-family: "Times New Roman", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "メイリオ", Meiryo, serif;
	font-size: 125%;
	line-height: 140%;
	color: #674521;
	border-bottom: solid 1px #674521;
	-moz-box-shadow: 0 1px #FFF;
	-webkit-box-shadow: 0 1px #FFF;
	box-shadow: 0 1px #FFF;
}


/* 施設概要ページに使用 */

.title02 {
	font-family: "Times New Roman", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "メイリオ", Meiryo, serif;
	font-size: 113%;
	line-height: 140%;
	color: #66451F;
}


/* アクセスページ・各テナントタイトルに使用 */

.title03 {
	font-family: "Times New Roman", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "メイリオ", Meiryo, serif;
	font-size: 113%;
	line-height: 140%;
	color: #A77234;
}


/* 各ページのメインタイトル */

.page_title {
	font-family: "Times New Roman", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "メイリオ", Meiryo, serif;
	color: #66451F;
	border-bottom: solid 2px #A38D7A;
	margin: 0 0 20px 0;
}
.page_title h2 {
	font-size: 138%;
	line-height: 140%;
}
.page_title p {
	font-size: 125%;
	line-height: 140%;
}





/* =================================================================
		ページのトップに戻るボタン
================================================================= */

#page_top {
    position: fixed;
	z-index: 10000;
    bottom: 10%;
    right: 2%;
}
#page_top a {
    display: block;
    width: 30px;
    height: 30px;
    background: url(../img/common/page_top.png) no-repeat left top;
}

/* 高解像度用メディアクエリー */

@media print, screen and (-webkit-min-device-pixel-ratio: 1.5) {

#page_top a {
    background: url(../img/common/page_top@2x.png) no-repeat left top;
	background-size: 30px;
}

}


/* ページネーション
----------------------------------------------- */

.pagenation {
	overflow: hidden;
	zoom: 1;
}

/* ビュジュアルエディタ用クラス
----------------------------------------------- */
img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}
img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.alignright {
	float: right;
	}

.alignleft {
	float: left
	}
#news_details_box_con ol li{
	list-style-type: decimal;
	list-style-position: inside;
	line-height: 180%;
}
#news_details_box_con ul li{
	list-style-type: disc;
	list-style-position: inside;
	line-height: 180%;
}
#news_details_box_con strong{
	font-weight: bold;
}

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

		wrapper

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


#wrapper {
}


#top_bg {
	position: absolute;
	top: 0;
	clear: both;
	width: 100% !important;
	height: 100% !important;
}


#top_bg #slide1 {
	width: 100% !important;
	height: 1400px;
	background: url(../img/main_bg/image1.jpg) no-repeat center top;
	background-size: cover;
}
#top_bg #slide2 {
	width: 100% !important;
	height: 1400px;
	background: url(../img/main_bg/image2.jpg) no-repeat center top;
	background-size: cover;
}
#top_bg #slide3 {
	width: 100% !important;
	height: 1400px;
	background: url(../img/main_bg/image3.jpg) no-repeat center top;
	background-size: cover;
}
#top_bg #slide4 {
	width: 100% !important;
	height: 1400px;
	background: url(../img/main_bg/image4.jpg) no-repeat center top;
	background-size: cover;
}


@media print, screen and (min-width: 769px) {

	#top_bg #slide1 {
		width: 100% !important;
		height: 1000px;
		background: url(../img/main_bg/image1.jpg) no-repeat center top;
	}
	#top_bg #slide2 {
		width: 100% !important;
		height: 1000px;
		background: url(../img/main_bg/image2.jpg) no-repeat center top;
	}
	#top_bg #slide3 {
		width: 100% !important;
		height: 1000px;
		background: url(../img/main_bg/image3.jpg) no-repeat center top;
	}
	#top_bg #slide4 {
		width: 100% !important;
		height: 1000px;
		background: url(../img/main_bg/image4.jpg) no-repeat center top;
	}

}





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

		header

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

#header {
	position: relative;
	z-index: 100;
	background: rgba(244,243,238,0.8);
	background: #F4F3EE\9;
	margin: 0 0 30px 0;
}
#header_left {
	width: 60%;
}
#header_left h1 {
	padding: 20px 0;
}
#header_left h1 img {
	width: 180px;
}


#header_menu_btn {
	position: absolute;
	top: 20px;
	right: 8px;
	display: block;
	width: 50px;
	height: 38px;
	cursor: pointer;
}



/* 文字サイズ変更ボタン
----------------------------------------------- */

#header_text {
	display: none;
}


@media print, screen and (min-width: 481px) {

	#header_left {
		width: 30%;
	}
  #header_left h1 img {
    width: 240px;
  }

}


@media print, screen and (min-width: 1000px) {

	#header {
		position: relative;
		z-index: 100;
		background: url(../img/common/header_bg.png) repeat-x left top;
		height: 104px;
		margin: 0 0 30px 0;
	}

	#header_left {
		width: 23%;
		float: left;
	}
	#header_left h1 {
		padding-top: 24px;
	}



	#header_right {
		float: right;
	}



	/* 文字サイズ変更ボタン
	----------------------------------------------- */

	#header_text {
		display: block;
		max-width: 102px;
		overflow: hidden;
		zoom: 1;
		float: right;
		margin: 0 0 22px 0;
		padding: 8px 0 0 0;
	}
	* html #header_text {
		margin-bottom: 15px;
	}
	#header_text p {
		float: left;
		padding-top: 3px;
	}
	#header_text ul {
		float: left;
	}
	#header_text ul li {
		float: left;
		padding-left: 6px;
	}
	#header_text ul li img {
		vertical-align: bottom;
	}


	#header_menu_btn {
		display: none;
	}

}





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

		container

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


#contents {
	position: relative;
	clear: both;
	max-width: 1000px;
	margin: 0 auto 30px;
	z-index: 101;
	padding: 0 10px;
}

/* TOPページのみ */
.home #contents {
	margin: 0 auto;
}




@media print, screen and (min-width: 481px) {

	#contents {
		margin: 0 auto 60px;
		padding: 0 20px;
	}

}






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

		footer

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


#footer {
	position: relative;
	z-index: 6;
	clear: both;
	overflow: hidden;
	zoom: 1;
	padding: 6px 0 0 0;
	background: url(../img/common/footer_bg.png) repeat-x left top;
}
#footer_bg {
	padding: 25px 0;
	background-color: #F3F2EA;
}
#footer_inner {
	max-width: 1000px;
	overflow: hidden;
	zoom: 1;
	margin: 0 auto;
	padding: 0 10px;
}

/* スマートフォン以外の指定：481px～ */

@media print, screen and (min-width: 481px) {

	#footer_inner {
		padding: 0 20px;
	}

}


/* アクセス
----------------------------------------------- */

#footer_access {
	width: 100%;
	overflow: hidden;
	zoom: 1;
}
#footer_access h3 {
	margin: 0 0 20px 0;
}
#footer_access_l {
	width: 100%;
	font-size: 82%;
	line-height: 150%;
	clear: both;
	margin: 0 0 20px 0;
}
#footer_access_l_title {
	overflow: hidden;
	zoom: 1;
	margin: 0 0 10px 0;
}
#footer_access_l_title .title {
	font-size: 106%;
	font-weight: bold;
	color: #261300;
	margin: 0 5% 0 0;
	padding: 4px 0 0 0 0;
}
#footer_access_l_title .btn {
	margin-top: 8px;
}
#footer_access_r {
	width: 100%;
}


@media print, screen and (min-width: 481px) {

	#footer_access {
		width: 48%;
		float: left;
	}

}

@media print, screen and (min-width: 769px) {

	#footer_access {
		width: 48%;
		float: left;
	}
	#footer_access h3 {
		margin: 0 0 20px 0;
	}
	#footer_access_l {
		float: left;
		width: 58%;
		margin: 0;
	}
	#footer_access_r {
		float: right;
		width: 40%;
	}

}


/* ニュース
----------------------------------------------- */

#footer_news {
	width: 100%;
	overflow: hidden;
	zoom: 1;
	margin: 0 0 30px 0;
}
#footer_news_title {
	position: relative;
	margin-bottom: 20px;
}
#footer_news_title p {
	position: absolute;
	top: 3px;
	right: 0;
}

#footer_news_list dl {
	overflow: hidden;
	zoom: 1;
	font-size: 82%;
	line-height: 150%;
}
#footer_news_list dt {
	font-weight: bold;
	margin: 0 0 5px 0;
}
#footer_news_list dd {
	word-wrap: break-word;
	margin: 0 0 15px 0;
}
#footer_news_list dd:last-child {
	margin: 0;
}

#footer_news_list dd a:link,
#footer_news_list dd a:visited {
	text-decoration: none;
}
#footer_news_list dd a:hover {
	text-decoration: underline;
}


.footer_news_list_wrap {
  font-size: 82%;
  line-height: 1.5;
  margin: 0 0 20px 0;
}
.footer_news_list_wrap::after {
  content: "";
  display: block;
  clear: both;
}
.footer_news_list_meta {
  margin: 0 20px 0 0;
}
.footer_news_list_meta .term {
  color: #A87235;
  border: solid 1px #A87235;
  padding: 4px 10px;
  margin: 0 10px 0 0;
  font-size: 82%;
  display: inline-block;
}
.footer_news_list_meta .date {
  display: inline-block;
  padding: 5px 0;
}
.footer_news_entry_title {
  margin: 5px 0 0 0;
}



@media print, screen and (min-width: 481px) {

	#footer_news {
		width: 48%;
		float: right;
		margin: 0;
	}

}
@media print, screen and (min-width: 769px) {

	#footer_news {
		width: 48%;
		float: right;
		margin: 0;
	}

	#footer_news_list dl dt {
		float: left;
		width: 7em;
		overflow: hidden;
		zoom: 1;
		margin: 0 0 5px 0;
	}
	#footer_news_list dl dd {
		overflow: hidden;
		zoom: 1;
		margin: 0 0 5px 0;
	}

}






/* =================================================================
		下層ページのフッター
================================================================= */


#footer2 {
	clear: both;
	background: url(../img/common/footer2_bg.png) repeat-x left top #F3F2E9;
	padding: 30px 0;
}
#footer2_inner {
	max-width: 1000px;
	overflow: hidden;
	zoom: 1;
	margin: 0 auto;
	padding: 0 10px;
}
#footer2_logo {
	width: 80%;
	margin: 0 auto 30px;
}

#footer2_navi {
	overflow: hidden;
	zoom: 1;
	margin: 0 0 20px 0;
}
#footer2_navi ul {
	border-bottom: solid 1px #D6CEB6;
}
#footer2_navi li {
	font-size: 88%;
	line-height: 160%;
	text-align: center;
}

#footer2_navi li a {
	display: block;
	border: solid 1px #D6CEB6;
	border-bottom: none;
	padding: 10px 4%;
	transition: 0.3s linear;
	-webkit-transition: 0.3s linear;
	-moz-transition: 0.3s linear;
	-o-transition: 0.3s linear;
	-ms-transition: 0.3s linear;
}
#footer2_navi li a:hover {
	text-decoration: none;
	background: #FFF;
}



@media print, screen and (min-width: 481px) {

#footer2_inner {
	position: relative;
	padding: 0 20px;
}

#footer2_logo {
	width: 30%;
	margin: 0 0 20px 0;
}
#footer2_navi {
	overflow: hidden;
	zoom: 1;
	margin: 0;
}
#footer2_navi ul {
	border: none;
}
#footer2_navi li {
	float: left;
	font-size: 82%;
	line-height: 150%;
	padding: 0 1em 0 0;
}
#footer2_navi li a {
	border: none;
	padding: 10px 6px;
}

#footer2_sekisuihouse {
	position: absolute;
	top : 0;
	right: 20px;
}



}

@media print, screen and (min-width: 769px) {


#footer2_inner {
	padding: 0 20px;
}

#footer2_logo {
	float: left;
	width: 18%;
	margin: 0;
}
#footer2_navi {
	float: left;
	width: 63%;
	overflow: hidden;
	zoom: 1;
	margin: 0;
	padding: 0 0 0 4%;
}
#footer2_navi ul {
	border: none;
}
#footer2_navi li {
	float: left;
	font-size: 82%;
	line-height: 150%;
	padding: 0 2em 0 0;
}
#footer2_navi li a {
	border: none;
	padding: 10px 6px;
}

#footer2_sekisuihouse {
	float: right;
	width: 6.6%;
	padding-right: 4%;
}

}

/* =================================================================
		コピーライト
================================================================= */

#footer_copy {
	clear: both;
	text-align: center;
	background: #271300;
}
#footer_copy p {
	font-size: 63%;
	color: #FFF;
	padding: 12px 0;
}
@charset "utf-8";



/* =================================================================
    グローバルナビゲーション
================================================================= */


#g_navi {
  display: none;
  clear: both;
  overflow: hidden;
  zoom: 1;
}
#g_navi ul {
  overflow: hidden;
  zoom: 1;
  margin: 10px 0 0 0;
  border-top: solid 1px #D6CEB6;
}
#g_navi li {
  font-size: 88%;
  line-height: 150%;
  border-bottom: solid 1px #F4F3EA;
  text-align: center;
}
#g_navi li:last-child {
  border: none;
}
#g_navi li a {
  display: block;
  padding: 14px 0;
  border-bottom: solid 1px #D6CEB6;
}
#g_navi li:first-child a {
  border-top: solid 1px #F4F3EA;
}
#g_navi li:last-child a {
  border: none;
}

#g_navi li a:hover {
  background-color: #F4F3EA;
}






@media print, screen and (min-width: 1000px) {

  #g_navi {
    display: block;
    clear: both;
    overflow: hidden;
    zoom: 1;
  }
  #g_navi ul {
    margin: 0;
    padding: 0;
    border: none;
    margin-left: auto;
  }
  #g_navi li {
    float: left;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    border: none;
  }
  #g_navi li a {
    height: 40px;
    text-decoration: none;
    padding: 0;
    border: none;
    background-color: none;
  }

  #g_navi li:first-child a {
    border-top: none;
  }



  /* HOME */

  #menu-item-43 a:link,
  #menu-item-43 a:visited {
    width: 127px;
    background: url(../img/common/g_navi_home.png) no-repeat left top;
  }
  #menu-item-43 a:hover {
    width: 127px;
    background: url(../img/common/g_navi_home.png) no-repeat left bottom;
  }

  #menu-item-43.current-menu-item a {
    width: 127px;
    background: url(../img/common/g_navi_home.png) no-repeat left bottom;
  }



  /* 施設概要 */

  #menu-item-42 a:link,
  #menu-item-42 a:visited {
    width: 125px;
    background: url(../img/common/g_navi_facilities.png) no-repeat left top;
  }
  #menu-item-42 a:hover {
    width: 125px;
    background: url(../img/common/g_navi_facilities.png) no-repeat left bottom;
  }
  #menu-item-42.current-menu-item a {
    width: 125px;
    background: url(../img/common/g_navi_facilities.png) no-repeat left bottom;
  }


  /* ショップ＆レストラン */

  #menu-item-41 a:link,
  #menu-item-41 a:visited {
    width: 195px;
    background: url(../img/common/g_navi_s_r.png) no-repeat left top;
  }
  #menu-item-41 a:hover {
    width: 195px;
    background: url(../img/common/g_navi_s_r.png) no-repeat left bottom;
  }
  #menu-item-41.current-menu-item a,
  #menu-item-41.current-page-ancestor a {
    width: 195px;
    background: url(../img/common/g_navi_s_r.png) no-repeat left bottom;
  }


  /* アクセス */

  #menu-item-40 a:link,
  #menu-item-40 a:visited {
    width: 116px;
    background: url(../img/common/g_navi_access.png) no-repeat left top;
  }
  #menu-item-40 a:hover {
    width: 116px;
    background: url(../img/common/g_navi_access.png) no-repeat left bottom;
  }
  #menu-item-40.current-menu-item a {
    width: 116px;
    background: url(../img/common/g_navi_access.png) no-repeat left bottom;
  }


  /* ニュース */

  #menu-item-39 a:link,
  #menu-item-39 a:visited {
    width: 107px;
    background: url(../img/common/g_navi_news.png) no-repeat left top;
  }
  #menu-item-39 a:hover {
    width: 107px;
    background: url(../img/common/g_navi_news.png) no-repeat left bottom;
  }
  #menu-item-39.current-menu-item a,
  #menu-item-39.current-menu-parent a,
  .date #menu-item-39 a {
    width: 107px;
    background: url(../img/common/g_navi_news.png) no-repeat left bottom;
  }




}



/* =================================================================
    テナントナビゲーション
================================================================= */



@media print, screen and (min-width: 769px) {


  #tenant_navi {
    width: 26%;
    float: left;
  }

}


#tenant_navi h3 {
  font-family: "Times New Roman", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "メイリオ", Meiryo, serif;
  font-size: 100%;
  line-height: 140%;
  color: #FFF;
  margin: 0 0 1px 0;
  padding: 10px 10px;
  background: #A38D7A;
}


#tenant_navi_s_r {
  margin: 0 0 10px 0;
}
#tenant_navi_s_r li {
  margin: 0 0 1px 0;
  position: relative;
}
#tenant_navi_s_r li span {
  display: block;
  font-family: "Times New Roman", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "メイリオ", Meiryo, serif;
  font-size: 10px;
  font-weight: normal;
  margin-bottom: 4px;
  order: -1;
}


#tenant_navi_s_r li a {
  display: grid;
  font-size: 14px;
  font-weight: bold;
  padding: 15px 10px 15px;
  text-decoration: none;
  background: #BAAA9B;
  line-height: 1.6;
  transition: 0.3s linear;
  -webkit-transition: 0.3s linear;
  -moz-transition: 0.3s linear;
  -o-transition: 0.3s linear;
  -ms-transition: 0.3s linear;
}
#tenant_navi_s_r li a:hover {
  background: #EBE7E2;
}
#tenant_navi_hotel li a {
  font-size: 14px;
  font-weight: bold;
  padding: 15px 10px;
  display: block;
  text-decoration: none;
  background: #BAAA9B;
  transition: 0.3s linear;
  -webkit-transition: 0.3s linear;
  -moz-transition: 0.3s linear;
  -o-transition: 0.3s linear;
  -ms-transition: 0.3s linear;
}
#tenant_navi_hotel li a:hover {
  background: #EBE7E2;
}

/* カレント */
#tenant_navi_s_r li.current-menu-item a {
  background: #EBE7E2;
}
@charset "UTF-8";
/* =================================================================================


    TOPページ


================================================================================= */
#index h2 {
  width: 100%;
  margin: 0 auto 30px;
  padding: 30px 0 0 0;
}

#index h2 img {
  width: 396px;
}

#index_tenant {
  background: url(../img/index/bg_s_r.png) repeat left top;
  width: 86%;
  margin: 0 auto 20px;
  padding: 4%;
}

#index_tenant h3 {
  margin: 0 0 20px 0;
}

#index_tenant_list {
  overflow: hidden;
  zoom: 1;
  margin: 0 -1% 0 0;
}

#index_tenant_list a {
  text-decoration: none;
}

#index_tenant_list .loop {
  float: left;
  width: 48%;
  margin: 0 2% 4% 0;
}

#index_tenant_list .name {
  display: block;
  text-align: center;
  font-size: 10px;
  line-height: 1.4;
  padding: 10px 0 0 0;
}

@media print, screen and (min-width: 481px) {
  #index h2 {
    width: 100%;
    margin: 0 auto 10%;
    padding: 10% 0 0 0;
    /* text-align: center; */
  }
  #index_tenant_list {
    margin: 0 -2% 0 0;
  }
  #index_tenant_list .loop {
    width: 31.333%;
    margin: 0 2% 2% 0;
  }
}
@media print, screen and (min-width: 769px) {
  #index h2 {
    width: 100%;
    margin: 0 0 20%;
    /* padding: 8% 0 0 4%; */
    text-align: left;
  }
  #index_tenant {
    width: 100%;
    padding: 2%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  #index_tenant_list {
    margin: 0 -1% 0 0;
  }
  #index_tenant_list .loop {
    width: 10.1%;
    margin: 0 1% 0 0;
  }
}
/* =======================================================================
  アニバーサリー
======================================================================= */
a#anniversary_5th {
  width: 85%;
  display: block;
  font-family: "Times New Roman", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "メイリオ", Meiryo, serif;
  font-size: 14px;
  line-height: 140%;
  color: #fff;
  margin: 0 auto 10%;
  padding: 70px 5% 20px;
  background: url(../img/index/5th_anniversary.png) no-repeat center 20px rgba(128, 97, 59, 0.9);
  background: url(../img/index/5th_anniversary_ie.png) no-repeat center 20px #80613B \9 ;
  background-size: 50px;
  text-decoration: none;
  -webkit-transition: 0.3s linear;
  transition: 0.3s linear;
}

a#anniversary_5th:hover {
  background: url(../img/index/5th_anniversary.png) no-repeat center 20px rgb(128, 97, 59);
  background: url(../img/index/5th_anniversary_ie.png) no-repeat center 20px #80613B \9 ;
  background-size: 50px;
}

#anniversary_5th .text01 {
  margin: 0 0 10px 0;
}

@media print, screen and (min-width: 481px) {
  a#anniversary_5th {
    text-align: center;
    margin: 0 auto 6%;
    background: url(../img/index/5th_anniversary.png) no-repeat center 20px rgba(128, 97, 59, 0.9);
    background: url(../img/index/5th_anniversary_ie.png) no-repeat center 20px #80613B \9 ;
    background-size: 50px;
    text-decoration: none;
  }
  a#anniversary_5th:hover {
    background: url(../img/index/5th_anniversary.png) no-repeat center 20px rgb(128, 97, 59);
    background: url(../img/index/5th_anniversary_ie.png) no-repeat center 20px #80613B \9 ;
    background-size: 50px;
  }
}
@media print, screen and (min-width: 769px) {
  a#anniversary_5th {
    width: 40%;
    font-size: 16px;
    text-align: left;
    margin: 0 0 10%;
    padding: 20px 2% 20px 14%;
    background: url(../img/index/5th_anniversary.png) no-repeat 4% center rgba(128, 97, 59, 0.9);
    background: url(../img/index/5th_anniversary_ie.png) no-repeat 4% center #80613B \9 ;
    background-size: 90px;
    text-decoration: none;
  }
  a#anniversary_5th:hover {
    background: url(../img/index/5th_anniversary.png) no-repeat 4% center rgb(128, 97, 59);
    background: url(../img/index/5th_anniversary_ie.png) no-repeat 4% center #80613B \9 ;
    background-size: 90px;
  }
}
/* =================================================================================


    施設概要


================================================================================= */
#facilities_con01 {
  overflow: hidden;
  zoom: 1;
  border-bottom: 5px solid #efece9;
  margin: 0 0 30px 0;
  padding: 0 0 30px 0;
}

#facilities_con01_left {
  margin: 0 0 20px 0;
}

#facilities_con01_right h3 {
  margin: 0 0 20px 0;
}

#facilities_con01_right p {
  font-size: 82%;
  line-height: 150%;
}

#facilities_con02 {
  clear: both;
  overflow: hidden;
  zoom: 1;
}

#facilities_con02_left {
  margin: 0 0 20px 0;
}

#facilities_con02_left h3 {
  margin: 0 0 20px 0;
}

#facilities_con02_left p {
  font-size: 82%;
  line-height: 150%;
}

@media print, screen and (min-width: 481px) {
  #facilities_con01_left {
    float: left;
    width: 49%;
    margin: 0;
  }
  #facilities_con01_right {
    float: right;
    width: 44%;
  }
  #facilities_con02_left {
    float: left;
    width: 45%;
    margin: 0;
  }
  #facilities_con02_left_p01 {
    text-align: center;
  }
  #facilities_con02_right {
    float: right;
    width: 47.5%;
  }
}
/* =================================================================================


    アクセス


================================================================================= */
#access a:link,
#access a:visited {
  color: #a77234;
}

#access a:hover {
  color: #a77234;
  text-decoration: underline;
}

#access h3 {
  margin: 0 0 20px 0;
}

#access_con01 p,
#access_con02 p {
  font-size: 82%;
  line-height: 180%;
}

#access_con01 {
  overflow: hidden;
  zoom: 1;
  margin: 0 0 30px 0;
  padding: 0 0 30px 0;
  border-bottom: solid 5px #efece9;
}

/* お車でお越しの方
----------------------------------------------- */
#access_car {
  margin: 0 0 30px 0;
}

#access_car .map {
  margin: 0 0 16px 0;
}

#access_car .up {
  float: right;
  margin: 4px 0 20px 0;
  padding: 0 0 0 10px;
  background: url(../img/access/list_01.jpg) no-repeat left center;
}

#access_car .btn {
  float: left;
  margin: 4px 0 20px 0;
}

/* 電車でお越しの方
----------------------------------------------- */
#access_train .map {
  margin: 0 0 20px 0;
}

#access_train .up {
  margin: 0 0 20px 0;
  padding: 0 10% 0 10px;
  background: url(../img/access/list_01.jpg) no-repeat left center;
}

/* 住所　印刷用ページボタン
----------------------------------------------- */
#access_con02 {
  padding: 0 0 0 2%;
}

#access_con02 h3 {
  font-size: 100%;
  font-weight: bold;
  margin-bottom: 10px;
}

#access_con02 .print_link {
  display: none;
}

@media print, screen and (min-width: 481px) {
  #access_car {
    float: right;
    width: 45%;
    padding: 0 2% 0 0;
    margin: 0;
  }
  #access_train {
    float: left;
    width: 42%;
    margin: 0;
    padding: 0 2%;
    border-right: dotted 1px #685a4d;
  }
  #access_train .up {
    float: right;
    margin: 0 0 20px 0;
    padding: 0 10% 0 10px;
  }
}
@media print, screen and (min-width: 769px) {
  #access_con02 .print_link {
    display: block;
    margin: 15px 0 0 0;
  }
}
/* =================================================================================


    ショップ&レストラン


================================================================================= */
#s_r {
  overflow: hidden;
  zoom: 1;
}

#s_r_main {
  margin: 0 0 50px 0;
}

#s_r_main a {
  color: #a87235;
}

@media print, screen and (min-width: 769px) {
  #s_r_main {
    width: 68%;
    float: right;
    margin: 0;
  }
}
.s_r_floor {
  overflow: hidden;
  zoom: 1;
  border-bottom: dotted 1px #685a4d;
  margin: 0 0 30px 0;
}

#s_r_floor_4f {
  background: url(../img/s_r/floor_4f.jpg) no-repeat left top;
}

#s_r_floor_2f {
  background: url(../img/s_r/floor_2f.jpg) no-repeat left top;
}

#s_r_floor_1f {
  background: url(../img/s_r/floor_1f.jpg) no-repeat left top;
}

#s_r_floor_b1f {
  background: url(../img/s_r/floor_b1f.jpg) no-repeat left top;
}

#s_r_floor_b2f {
  background: url(../img/s_r/floor_b2f.jpg) no-repeat left top;
  border-bottom: solid 5px #efece9;
  margin: 0 0 10px 0;
}

/* 高解像度用メディアクエリー */
@media print, screen and (-webkit-min-device-pixel-ratio: 1.5) {
  #s_r_floor_2f {
    background: url(../img/s_r/floor_2f@2x.jpg) no-repeat left top;
    background-size: 40px 30px;
  }
  #s_r_floor_1f {
    background: url(../img/s_r/floor_1f@2x.jpg) no-repeat left top;
    background-size: 38px 30px;
  }
  #s_r_floor_b1f {
    background: url(../img/s_r/floor_b1f@2x.jpg) no-repeat left top;
    background-size: 70px 30px;
  }
  #s_r_floor_b2f {
    background: url(../img/s_r/floor_b2f@2x.jpg) no-repeat left top;
    background-size: 70px 30px;
    border-bottom: solid 5px #efece9;
    margin: 0 0 10px 0;
  }
}
/* 各店舗名
----------------------------------------------- */
.s_r_floor_list {
  padding: 30px 0 0 0;
}

@media print, screen and (min-width: 481px) {
  .s_r_floor_list {
    width: 56%;
    padding: 80px 0 0 0;
  }
}
.s_r_floor_list h3 {
  font-size: 88%;
  font-weight: bold;
  padding: 0 0 15px 40px;
  line-height: 1.6;
}

.s_r_floor_list .no01 {
  background: url(../img/s_r/floor_list_01.jpg) no-repeat left top;
}

.s_r_floor_list .no02 {
  background: url(../img/s_r/floor_list_02.jpg) no-repeat left top;
}

.s_r_floor_list .no03 {
  background: url(../img/s_r/floor_list_03.jpg) no-repeat left top;
}

.s_r_floor_list .no04 {
  background: url(../img/s_r/floor_list_04.jpg) no-repeat left top;
}

.s_r_floor_list .no05 {
  background: url(../img/s_r/floor_list_05.jpg) no-repeat left top;
}

.s_r_floor_list .no06 {
  background: url(../img/s_r/floor_list_06.jpg) no-repeat left top;
}

.s_r_floor_list .no07 {
  background: url(../img/s_r/floor_list_07.jpg) no-repeat left top;
}

.s_r_floor_list p {
  line-height: 150%;
  font-size: 82%;
  padding: 0 0 0 40px;
  margin: 0 0 40px 0;
}

/* フロアマップ
----------------------------------------------- */
.s_r_floor_map {
  width: 90%;
  padding: 50px 0 0 0;
  margin: 0 auto;
  text-align: center;
}

@media print, screen and (min-width: 481px) {
  .s_r_floor_map {
    width: inherit;
    float: right;
    text-align: right;
    margin: 0 0 0 4%;
    padding: 40px 0 30px 0;
  }
}
.s_r_floor_access {
  padding-top: 70px;
  line-height: 1.6;
  font-size: 82%;
  margin-left: 1em;
}

@media print, screen and (min-width: 481px) {
  .s_r_floor_access {
    width: inherit;
    float: right;
    margin-left: 4%;
    padding-top: 80px;
  }
}
/* フロアマップ アイコン
----------------------------------------------- */
#s_r_floor_ico {
  overflow: hidden;
  zoom: 1;
  clear: both;
}

#s_r_floor_ico ul li {
  float: left;
  padding: 0 20px 0 0;
}

#s_r_floor_ico ul li:last-child {
  padding: 0;
}

@media print, screen and (min-width: 481px) {
  #s_r_floor_ico ul {
    float: right;
  }
  #s_r_floor_ico ul li {
    float: left;
    padding: 0 40px 0 0;
  }
  #s_r_floor_ico ul li:last-child {
    padding: 0;
  }
}
/* =================================================================
    各テナント
================================================================= */
#s_r_tenant_con01 {
  overflow: hidden;
  zoom: 1;
  border-bottom: dotted 1px #685a4d;
  margin: 0 0 50px 0;
  padding: 0 0 50px 0;
}

#s_r_tenant_con01 h3 {
  margin: 0 0 20px 0;
}

.floor-title {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "メイリオ", Meiryo, serif;
  font-size: 42px;
  font-weight: 600;
  margin: 0 0 20px 0;
  color: #66451f;
}

.floor-title .f-text {
  font-size: 32px;
}

/* テナントイメージ
----------------------------------------------- */
#s_r_tenant_image {
  margin: 0 0 20px 0;
}

#s_r_tenant_image li {
  margin: 0 0 10px 0;
  text-align: center;
}

@media print, screen and (min-width: 481px) {
  #s_r_tenant_image {
    float: left;
    width: 38%;
    margin: 0;
  }
}
/* テナント詳細情報
----------------------------------------------- */
@media print, screen and (min-width: 481px) {
  #s_r_tenant_details {
    float: right;
    width: 56%;
  }
}
#s_r_tenant_details h4 {
  margin: 0 0 10px 0;
}

#s_r_tenant_details p {
  font-size: 82%;
  line-height: 150%;
}

#s_r_tenant_details .p01 {
  color: #8b7561;
  margin: 0 0 30px 0;
}

#s_r_tenant_details .p02 {
  margin: 0 0 50px 0;
}

#s_r_tenant_details .p03 {
  margin: 0 0 30px 0;
}

#s_r_tenant_details .p04 {
  margin: 0 0 20px 0;
  line-height: 180%;
}

#s_r_tenant_details .link {
  background: url(../img/s_r/list_01.jpg) no-repeat left center;
  padding: 0 0 0 12px;
}

/* テナント フロアマップ
----------------------------------------------- */
#s_r_tenant_con02 {
  overflow: hidden;
  zoom: 1;
  margin: 0 0 10px 0;
  padding: 0 0 20px 0;
  border-bottom: solid 5px #efece9;
}

#s_r_tenant_con02 .explanation {
  margin: 0 0 20px 0;
}

#s_r_tenant_con02 .explanation h3 {
  margin: 0 0 30px 0;
}

#s_r_tenant_con02 .explanation p {
  font-size: 82%;
  line-height: 180%;
}

#s_r_tenant_con02 .floor_map {
  text-align: center;
}

@media print, screen and (min-width: 481px) {
  #s_r_tenant_con02 .explanation {
    float: left;
    width: 56%;
    margin: 0;
  }
  #s_r_tenant_con02 .floor_map {
    float: right;
    width: 40%;
    text-align: right;
  }
}
/* =================================================================================


    ニュース


================================================================================= */
#news {
  overflow: hidden;
  zoom: 1;
}

.news-main__title {
  margin: 0 0 30px 0;
  padding: 0 0 15px 0;
  border-bottom: solid 1px #efece9;
}

@media print, screen and (min-width: 481px) {
  .news-main__title img {
    width: 84%;
  }
}
@media print, screen and (min-width: 481px) {
  #side {
    float: left;
    width: 22%;
  }
  #news_main {
    width: 74%;
    float: right;
  }
}
/* =================================================================
    共通
================================================================= */
.post_head {
  margin: 0 0 10px 0;
}

.post_entry_title {
  line-height: 1.5;
  font-weight: bold;
  color: #a87235;
  font-size: 1.2em;
  margin-bottom: 1em;
}

@media print, screen and (min-width: 481px) {
  .post_entry_title {
    font-size: 1.5em;
  }
}
.post_entry_title a {
  color: #a87235;
}

.post_meta {
  margin: 0 0 20px 0;
}

.post_meta::after {
  content: "";
  display: block;
  clear: both;
}

.post_term {
  color: #a87235;
  border: solid 1px #a87235;
  padding: 4px 10px;
  margin: 0 10px 0 0;
  font-size: 82%;
  display: inline-block;
}

.post_date {
  display: inline-block;
  font-size: 82%;
  color: #796553;
  padding: 5px 0 3px 20px;
  background: url(../img/news/ico_01.jpg) left center no-repeat;
}

/* =================================================================
    アーカイブ
================================================================= */
.news_list {
  clear: both;
  overflow: hidden;
  zoom: 1;
  border-bottom: solid 5px #efece9;
  margin: 0 0 30px 0;
  padding: 0 0 30px 0;
}

.news_list_contents {
  clear: both;
  overflow: hidden;
  zoom: 1;
}

.news_list_contents .thumbnail {
  margin: 0 0 10px 0;
  /* border: 1px solid #c8bbac; */
}

.news_list_post {
  font-size: 82%;
  line-height: 180%;
  margin: 0 0 20px 0;
}

@media print, screen and (min-width: 481px) {
  .news_list {
    margin: 0 0 50px 0;
  }
  .news_list_contents .thumbnail {
    float: right;
    width: 30%;
    margin: 0 0 0 5%;
  }
  .news_list_post {
    font-size: 82%;
    line-height: 180%;
    margin-bottom: 20px;
  }
  .news_list_contents .btn {
    text-align: right;
  }
}
/* =================================================================
    詳細
================================================================= */
.news_details .thumbnail {
  clear: both;
  width: 99%;
  margin: 0 0 30px 0;
}

/* .news_details .thumbnail img {
  border: 1px solid #c8bbac;
} */
.news_details_contents {
  overflow: hidden;
  zoom: 1;
  font-size: 87.5%;
  border-bottom: solid 5px #efece9;
  margin-bottom: 20px;
  padding-bottom: 40px;
  line-height: 2;
}
@media print, screen and (min-width: 744px) {
  .news_details_contents {
    font-size: 100%;
    padding-bottom: 80px;
  }
}

/* リンク装飾 */
.news_details_contents a:link,
.news_details_contents a:visited {
  text-decoration: underline;
}

.news_details_contents a:hover {
  text-decoration: none;
}

.news_details_adjacent {
  overflow: hidden;
  zoom: 1;
  font-size: 82%;
}

.news_details_adjacent .left {
  float: left;
  padding: 10px 0 0 0;
}

.news_details_adjacent .right {
  float: right;
  padding: 10px 0 0 0;
}

.news_details_adjacent .center {
  clear: both;
  text-align: center;
  padding: 15px 0 0 0;
}

@media print, screen and (min-width: 769px) {
  .news_details_head h4 {
    float: left;
    margin: 0;
  }
  .news_details_head .date {
    float: right;
  }
  .news_details_adjacent {
    overflow: hidden;
    zoom: 1;
    position: relative;
    height: 30px;
  }
  .news_details_adjacent .center {
    position: absolute;
    top: 0;
    left: 38%;
    padding: 0;
  }
}
/* =================================================================
    サイドバー
================================================================= */
#news_archive {
  padding: 20px 0 0 0;
}

#news_archive h3 {
  margin: 0 0 10px 0;
}

#news_archive ul li {
  font-size: 82%;
  line-height: 150%;
  background: url(../img/news/list_01.jpg) no-repeat left center;
  margin: 0 0 5px 0;
  padding: 0 0 0 12px;
}

#news_archive ul li a:link,
#news_archive ul li a:visited {
  text-decoration: none;
}

#news_archive ul li a:hover {
  text-decoration: underline;
}