
html{
  width: 100%;
  height: 100%;
}

body{
  width: 100%;
  height: 100%;
  margin: 0 auto;
  -webkit-text-size-abjust:100%;/*safariでもちゃんと見れる*/
  font-family: 'ヒラギノ角ゴシック', 'Hiragino Sans', 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', 'Osaka', 'メイリオ', 'Meiryo', 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}


header {
  width: 100%;
  height: 100%;
}

header,
.overlay:before {
  background: url(images/top-image.jpg) no-repeat fixed 0 0/cover;
}

header {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.overlay {
  max-height: 200px;
  margin: 0 auto;
  max-width: 768px;
  overflow: hidden;
  padding: 50px;
  position: relative;
  color: white;
 /* font-family: 'Lato';*/
  position: relative;
  text-align: center;
  z-index: 0;
}
.overlay:before {
  content: '';
  -webkit-filter: blur(20px);
          filter: blur(20px);
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}
.overlay h1{
font-family: 'Sacramento', cursive;
font-size: 45px;
color: #fff;
margin-bottom: 0px;
}

.overlay p{
  color: #f19292;
  margin: 5px;
}
.background{
  background-image: url(images/news-background2.jpg);
}

/*NEWS*/


#news{
  margin: 0 auto;
  height: 500px;
  padding-top: 150px;
  font-size: 14px;
  background-image: url(images/news-background2.jpg)
}

.news-logo{
  margin: 0 auto;
  margin-bottom: 30px;
  text-align: center;
  font-family: 'Sacramento', cursive;
  font-weight: none;
  font-size: 30px;
/*  color: #f19292;*/
color:#e67b75;
}

#news ul a:link{
  color: #544545;
}

#news ul a:visited{
  color: #544545;
}

#news ul a:hover{
  color: #544545;
  text-decoration: none;
}

#news ul a:active{
  color: #544545;
}

#news ul{
  /*padding: 30px 0 0 40px;*/
  /*width: 65%;*/
  max-width: 1000px;
  min-width: 360px;
  width: 60vw;

  list-style-type: none;
  margin: 0 auto;
  padding: 0 ;
}

#news li{
  padding:10px 0 4px 0;
  margin-bottom: 7px;
  border-bottom: 1px solid #aaa;
}

#news .date{
  margin-right: 15px;
  padding: 0px 15px;
  /*color: #544545;*/
}

#news .list{
  text-align: right;
  margin-top: 30px;
  margin-right: 80px;

}


.container {
  text-align: center;
  margin: 0 auto;
  max-width: 1000px;
  min-width: 360px;
  width: 60vw;
  list-style-type: none;
  padding: 0 ;
  margin-top: 50px;
}
.button {
  display: inline-block;
  width: 200px;
  height: 54px;
  text-align: center;
  text-decoration: none;
  line-height: 54px;
  outline: none;
}
.button::before,
.button::after {
  position: absolute;
  z-index: -1;
  display: block;
  content: '';
}
.button,
.button::before,
.button::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .3s;
  transition: all .3s;
}
.button {
  /*background-color: #fff;*/
  background-color: rgba(225,225,225,0);
  /*opacity: 0;*/
  border: 2px solid #666;
  color: #666;
  line-height: 50px;
  font-size: 16px;
}
.button:hover {
  background-color: #b6a4bf;
  border-color: #b6a4bf;
  color: #fff;
}

/*MENU*/

#menu ul{
  font-size: 0; /*liの隙間をなくす*/
  padding: 0;
}

#menu li{
  display: inline-block;
  width: 33.33333%;
  font-size: 14px;
}

#menu li img{
  width: 100%;
}

#menu .figcaption h3{
text-align:center;
color: #fff;
font-size: 30px;
font-family: 'Bubbler One', sans-serif;
vertical-align:middle;
}

.figure {
  position: relative;
  overflow: hidden;
  /*width: 300px;*/
}
.figcaption {
  position: absolute;
  top: -60px;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 60px;
  background: rgba(150,81,77,.6);
  -webkit-transition: .3s;
  transition: .3s;
  }
.figure:hover .figcaption {
  top: 0;
  padding-bottom: 30px;
}


/*ACCESS*/

#access{
  margin-top: 200px;
  margin-bottom: 200px;
}
/*
.access-logo{
  margin: 0 auto;
  margin-bottom: 30px;
  text-align: center;
}*/
.access-logo{
  margin: 0 auto;
  margin-bottom: 30px;
  text-align: center;
  font-family: 'Sacramento', cursive;
  font-weight: none;
  font-size: 30px;
 /*color: #666;*/
/*  color: #f19292;*/
color:#e67b75;

}
.ggmap {
position: relative;
padding-bottom:300px;
padding-top: 30px;
height: 0;
overflow: hidden;
}

.ggmap iframe,
.ggmap object,
.ggmap embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}

#access-address{
  margin: 0 auto;
  margin-top:30px;
  text-align: center;
  width: 200px;
}



/*FOOTER*/

#footer{
  background-image: url(images/footer-background.jpg);
  height: 400px;
}

#footer-inner{
  text-align: center;
  padding-top:50px;
}

#footer-contents{
  margin: 0 auto;
  width: 280px;
  height: 160px;
  background-color: rgba(255,255,255,0.3);/*白*/
  font-weight: bold;
}

#footer-title{
  font-size: 22px;
  color: #6d2525;
  margin : 0 ;
  padding-top: 28px;
}

#footer-tell{
  font-size: 30px;
  color: #d56868;
  margin: 0;
}

#footer-open{
  font-size: 16px;
  color: #6d2525;
  margin: 0;
}