@charset "UTF-8";
/* -----------------------------------
共通
-------------------------------------*/
html {
  font-size: 92%;
}
body{
	font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
	color: #3f3f3f;
	font-smoothing:antialiased;
}
a{
color: #3f3f3f;
text-decoration: none;
}
a:hover{
opacity: 0.8;
transition: .4s;
}

html,body{height: 100%;}

/* -----------------------------------
全体
-------------------------------------*/
#container{
	max-width: 960px;
	margin: 0 auto;
	}

/* -----------------------------------
header
-------------------------------------*/
.mv{
	position: relative;
}

.mv img{
	width:100%;
}
.mv1_pic{
	position: relative;
}
.mv1_catchcopy{
	position: absolute;
	width: 90%;
	top: 50%;
    left: 50%;
    -ms-transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    margin:0;
    padding:0;
	}

.navbar{
	display: flex;
	background: #20432d;
	white-space: nowrap;
	height: 52px;
}
.navbar img{
	width:65%;
	margin-left: 20%;
}
.nav_menu{
	display: flex;
	list-style: none;
	color: #fff;
	margin: 3% 0 3% 20%;
	}
.nav_menu li{
	padding-left: 30%;
	}
.nav_menu a{
	color: #fff;
}




/* -----------------------------------
TOPへ戻るBTN
-------------------------------------*/
#page-top {
  position: fixed;
  bottom: 20px;
  right: 20px;
  font-size: 14px;
  line-height: 1;
  z-index: 99;
}
#page-top a {
  background: #c2c39f;
  text-decoration: none;
  color: #fff;
  width: 70px;
  padding: 32px 5px;
  text-align: center;
  display: block;
  border-radius: 90px;
  opacity: 0.9;
  transition: all .3s ease;
}
#page-top a:hover {
  text-decoration: none;
  opacity: .5;
}




/* -----------------------------------
main
-------------------------------------*/
.article{
	text-align: center;
}

h2.article_title {
    margin-bottom: 5%;
}


.article_title{
	font-size: 1.8rem;
	padding-top: 10%;
	padding-bottom: .8%;
	display:inline-block;
	border-bottom: solid 1px #c5c6a1; 
}
.item_section{
	display: flex;
	justify-content: space-around;
	padding-top: 5%;
}
.section p{
	/*width: 90%;*/
	display: block;
	padding: 0 8%;
}
.section{
	width:33%;
}

.bxslider img{
	height: 250px;
	width: 300px;
		
}

.article_btn a{
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  margin: 0 auto;
  padding: 1% 2%;
  width: 180px;
  color: #333;
  font-size: 16px;
/*  font-weight: 700;*/
  background-color: #c2c39f;
  transition: 0.3s;
	margin-top: 5%;
}

.article_btn a::after {
  content: '';
  width: 5px;
  height: 5px;
  border-top: 1px solid #333333;
  border-right: 1px solid #333333;
  transform: rotate(45deg);
}

.article_btn a:hover {
  text-decoration: none;
  background-color:#DAD6CE;
}

/* -----------------------------------
催事スケジュール
-------------------------------------*/
article iframe{
	display: block;
	margin: 0 auto;
	padding-top: 5%;
}

/* -----------------------------------
お知らせ
-------------------------------------*/
.news{
	padding-top: 5%;
	width:80%;
	margin: auto;
}
.news li{
	list-style: none;
	padding: 2% 0 2% 3%;
	text-align: left;
	border-bottom: solid 1px #AFAFAE;
	display: flex;
	align-items: center;
}
.news_category{
	display: block;
	width: 10%;
	border: solid 1px #D8D8D8;
	margin: .3%;
	text-align: center;
}
.news_date{
	display: block;
	width: 13%;
}
.news_place{
	display: block;
	width: 20%;
}
.news_content{
	display: block;
	width: 60%;
}

/* -----------------------------------
お客様のお声
-------------------------------------*/
.voice_box{
	padding: 5% 0 10%;
}
/*.voice_box img{
	background-color: rgba(0,0,0,0.6);
	width:300px;
	height: 50px;
}*/
.voice_content{
	position: relative;
}
.voice_content img{
	width: 100%;
}


.voice_content p{
	background-color: rgba(0,0,0,0.4);
	width:250px;
	height: 70px;
	color: #fff;
	position: absolute;
	top:63%;
	left:0%;
	font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
	font-size: .9rem;
	
}
.voice_box1{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-evenly;
	padding-bottom: 4%;
}
.voice_box2{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-evenly;
}

/* -----------------------------------
footer
-------------------------------------*/
.footer_bg{
	background-image: url("../images/footer_bg.jpg")
}
.logo_footer{
	margin: 1% 0 0 1%;
}
.footer_content{
	display: flex;
	margin: 2% 0 0 10%;
	line-height: 2;
	padding-bottom: 2%;
	position: relative;
}
.address{
	display: block;
	border-right: solid 2px #BEBDBC;
	padding-right:8%;
	width:33%;
}
.address a{
		margin-left: 8%;
}
/*.footer_menu ul{
		display: flex;
}*/
.footer_menu{
	width:33%;
	padding-left: 5%;
}
.footer_menu li{
	list-style: none;
	white-space: nowrap;
}
.footer_menu .arrow{
	margin-right: 5%;
}
/*.footer_menu1{
	padding-left: 20%;
	
}*/
/*.footer_menu2{
	padding-left: 45%;
}*/

.sns{
	position: absolute;
	/*margin-left: 8%;
	margin-top: 8%;*/
	bottom: 10%;
	right:10%;
	width:33%;
	
}
.sns_item{
	margin-left:10px; 
}

.copyright{
	background-color: #20432d;
	color: #fff;
	text-align: center;
	padding: .5% 0;
}