@charset "utf-8";
/* CSS Document */
body {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif !important;
  font-weight: bold !important;
  font-size: 0.9em !important;
  line-height: 1.8 !important;
}

header a, footer a {
  color: #000;
}
header .logo a:hover {
  text-decoration: none;
}
header a:hover, footer a:hover {
  color: #000;
  text-decoration: underline;
}
header {
  position: fixed;
  z-index: 999;
  top: 0;
  left: 0;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.7);
  padding: 12px 10px;
}
header img {
  display: inline-block;

}
.top_title {
  width:65% !important;
}
logo_size{
	  max-width: 15% !important;
}
header h1 {
  font-size: 1.4em !important;
  text-align: left;
}
header nav ul {
  display: none;
}
footer {
    background-color: #f9f9f9;
  text-align: center;
  padding: 3rem 0 0;
  margin-top: 100px;
}
footer nav ul {
  line-height: 2;
}
footer .copy {
  color: #fff;
  background-color:#caa77d;
  margin-top: 1rem;
	font-size:0.8rem !important;	
}

.pagetop2 {
  transition: 1s;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
  box-sizing: content-box;
  width: 60px;
  height: 63px;
  position: fixed;
  right: 10px;
  bottom: 80px;
}
/*
.pagetop2:hover {
  transform: translateY(-20px);
}*/

@media screen and (min-width:992px) {
	
	
  body {
    font-size: 1.2em !important;
  }
  header {
    padding: 35px 8px 0px;
  }
  header nav {
    display: flex;
    justify-content: flex-end;
    align-items: center;
  }
  header nav ul li {
    border-right: 1px solid #000;
    padding: 0 10px;
  }
  footer nav ul li {
    border-right: 1px solid #000;
    padding: 0 30px;
  }
  header nav ul li:last-child, footer nav ul li:last-child {
    border-right: none;
  }
  footer nav ul {
    display: flex;
    justify-content: center;
    line-height: 1;
  }
  .pagetop2 {
    width: 132px;
    height: 138px;
    right: 10px;
    bottom: 120px;
  }

	
	
	
}
@media screen and (min-width:1100px) {
  header nav ul {
    display: flex;
    justify-content: flex-end;
    align-items: center;
  }
  header nav ul li {
    font-size: 0.8em;
    padding: 0 10px;
  }
}
@media screen and (min-width:1200px) {
  header nav ul li {
    font-size: 1em;
  }

  header nav ul li {
    padding: 0 10px;
  }

	header nav ul li:last-child{
		padding-right:100px;
		
	}
}

/*お知らせ*/
.container {
    max-width: 1140px;
    margin-bottom: 150px;
    margin-top: 50px;
}
/*//お知らせ*/