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

body {
	margin: 0;
	padding: 0;
	font-size: 100%;
	color: #292929;
	font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
}

ul {
	list-style:none;
}

a {
	color: #001B87;
	font-weight: bold;
	text-decoration: none;
}
a:hover {
	color: #6583FF;
	transition: .4s;
}

a:hover img {
  opacity: 0.4;
  filter: alpha(opacity=40);
	transition: .4s;
}

.imgsize {
  width:100%;
  max-width: 100%;
  height: auto;
}

.br_sp {
	display: none;
}


.menu_pc {
	position: fixed;
	z-index: 9999;
	width: 100%;
}
.menu_pc_menu {
	display: flex;
	justify-content: flex-end;
}
.menu_pc_menu img {
	height: 90px;
}

nav.MemberPcSp {
	display: none;
}

.top_title {
	/*要素の配置*/
    position:absolute;
    /*要素を天地中央寄せ*/
    top: 35%;
    left: 30%;
	width: 500px;
	background-color: rgba(13,13,13,0.86);
	padding: 20px 30px;
	color: #fff;
	font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
}
.top_title1 {
	text-align: center;
	font-size: 30pt;
	line-height: 1.2em;
	font-weight: bold;
	border-bottom: solid 1px #fff;
	padding-bottom: 8px;
}
.top_title2 {
	text-align: center;
	font-size: 11pt;
	margin-top: 16px;
}


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

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

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

.container_inner {
	width: 980px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
}

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

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

/*トップコンテンツ用タイトル*/
.contents_title_wrap {
	text-align: center;
}
.contents_title {
  position: relative;
  display: inline-block;
  padding: 0 110px;
  font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
  font-size: 24pt;
	color: #7c6955;
	margin-bottom: 3px;
}
.contents_title:before, .contents_title:after {
  content: '';
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 95px;
  height: 1px;
  background-color: #7c6955;
}
.contents_title:before {
  left:0;
}
.contents_title:after {
  right: 0;
}

.contents_title2 {
	text-align: center;
	font-size: 12pt;
	font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
	margin-bottom: 20px;
}


/*トップ_お知らせ*/
.top_news {
	width: 577px;
}

.top_news_con {
	padding: 20px 0;
	border-bottom: solid 1px #d8c9ba;
	display: flex;
}

.top_news li:nth-child(1) {
	border-top: solid 1px #d8c9ba;
}

.top_news_data {
	color: #897a6d;
	font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
	line-height: 1.3em;
}
.top_news_txt {
	margin-left: 25px;
	line-height: 1.3em;
}

.top_news_button_wrap {
	margin-top: 25px;
	text-align: center;
}
.top_news_button {
	display: inline-block;
  padding: 10px 90px;
  text-decoration: none;
  color: #fff;
	background-color: #773412;
  border: solid 1px #d8c9ba;
  transition: .4s;
}
.top_news_button:hover {
	background-color: #AC5E36;
}

.top_insta {
	width: 337px;
}

/*トップ_設備紹介*/
.top_guide_photo {
	display: flex;
	justify-content: space-around;
	flex-wrap: wrap;
}
.top_guide_photo li {
	margin-bottom: 12px;
}
.top_guide_photo img {
	width: 310px;
	height: 290px;
	object-fit: cover;
}

.top_guide_banner {
	width: 400px;
	margin: 50px auto 0 auto;
}


/*トップ_アクセス*/
.access_map {
	width: 100%;
}
.access_map iframe {
	width: 100%;
	height: 350px;
}


/*フッター*/
footer {
	margin: 0;
	width: 100%;
	background: #773412;
	padding:80px 0;
}

footer a {
	color: #fff;
	text-decoration: none;
	transition: .4s;
}
footer a:hover {
	color: #DE282B;
}

.footer_title {
	font-size: 22pt;
	border-bottom: 1px solid #fff;
	display: inline-block;
	margin-bottom: 15px;
}

.footer_copy {
	font-size: 11.5pt;
}











