@charset "UTF-8";
/* CSS Document */

@media screen and (max-width:767px) {

.menu_pc_menu {
	display: none;	
}

.br_sp {
	display: block;
}

/*会員用メニューボックス*/
nav.MemberPcSp{
	display:block;
	width:100%;
	margin:0 auto;
	font-size:0.94em;
	padding-left:10px;
	padding-right:10px;
	padding-top:10px;
	position: fixed; /* ウィンドウを基準に画面に固定 */
    top: 0; /* 上下の固定位置を上から0pxにする */
    left: 0; /* 左右の固定位置を左から0pxにする */
	z-index:100;
	padding-bottom:20px;
}
.GnavPcSp{
	display:none;
	clear:both;
	/*margin-top:30px;*/
	padding-top:0;
	padding-bottom:0;
}
.BackW{
	background:url(../img/menu-back.png) top left repeat;
}
/*オープンメニュ－*/
ul.OpenMenu1{
	width:auto;
	margin:80px auto 10px auto;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}
ul.OpenMenu1 li{
	width:200px;
	margin-left:5px;
	margin-right: 5px;
	margin-bottom: 8px;
}

ul.OpenMenu1 li a{
	display:block;
	background-color:#F7F7F4;
	color:#393939;
	text-align:center;
	height:40px;
	border:1px #E3E3DD solid;
	border-radius:8px;
	line-height:40px;
	text-decoration: none;
	font-weight: bold;
}
ul.OpenMenu1 li a:hover {
	color: #FF4245;
	transition: .4s;
}

/*ハンバーガーメニュー*/
.header__hamburger {
  width: 80px;
  /*height: 100%;*/
  margin-left:2.0%;
  position:absolute;
  top:0px;
  right:0px;
  cursor:pointer;
}
.hamburger {
  background-color: #fff;
  border-color: transparent;
	padding: 25px 19px;
}

/* ハンバーガーメニューの線 */
.hamburger span {
  width: 100%;
  height: 3px;
  background-color: #68411e;
  position: relative;
  transition: ease .4s;
  display: block;
}

.hamburger span:nth-child(1) {
  top: 0;
}

.hamburger span:nth-child(2) {
  margin: 8px 0;
}

.hamburger span:nth-child(3) {
  top: 0;
}

/* ハンバーガーメニュークリック後のスタイル */
.header__nav.active {
  transform: translateX(0);
}

.hamburger.active span:nth-child(1) {
  top: 12px;
  transform: rotate(45deg);
}

.hamburger.active span:nth-child(2) {
  opacity: 0;

}

.hamburger.active span:nth-child(3) {
  top: -10px;
  transform: rotate(-45deg);
}

/* トップタイトル枠 */
.top_title {
	/*要素の配置*/
    position:absolute;
    /*要素を天地中央寄せ*/
    top: 35%;
	left: 15%;
	width: 280px;
	background-color: rgba(13,13,13,0.86);
	padding: 20px 23px;
	color: #fff;
	font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
}
	.top_title1 {
	text-align: center;
	font-size: 24pt;
	font-weight: bold;
	border-bottom: solid 1px #fff;
	padding-bottom: 8px;
}

/*トップコンテンツ用レイアウト*/
.container1 {
	background:#fff;
	padding:60px 0;
}

.container2 {
	background: #f7f3f0;
	padding:60px 0;
}

.container_map {
	background: #f7f3f0;
	padding:50px 0 0 0;
	margin: 0;
}

.container_inner {
	width: auto;
	margin: 0 20px;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.container_inner2 {
	width: auto;
	margin: 0 20px;
}

.container_footer {
	width: auto;
	margin: 0 20px;
	display: flex;
	flex-wrap: wrap;
	justify-content: normal;
	color: #fff;
	font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
}

/*トップコンテンツ用タイトル*/
.contents_title {
  position: relative;
  display: inline-block;
  padding: 0 85px;
  font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
  font-size: 22pt;
	color: #7c6955;
	margin-bottom: 3px;
	line-height: 1.1em;
}

.contents_title:before, .contents_title:after {
  content: '';
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 70px;
  height: 1px;
  background-color: #7c6955;
}

/*トップ_お知らせ*/
.top_news {
	width: auto;
	margin-bottom: 40px;
}
.top_news_con {
	padding: 20px 0;
	border-bottom: solid 1px #d8c9ba;
	display: flex;
	flex-wrap: wrap;
}

/*トップ_設備紹介*/
.top_guide_banner {
	width: auto;
	margin: 40px 15px 0 15px;
}


/*フッター*/
footer {
	margin: 0;
	width: auto;
	background: #773412;
	padding:60px 0;
}

.footer_copy {
	width: 100%;
	font-size: 11.5pt;
	text-align: right;
}

}

