html, body, div, span, iframe, h1, h2, h3, h4, h5, p, a, img, ul, li, table, tr, th, td, tbody, footer, header, main, nav, section {
  margin: 0;
  padding: 0;
  border: 0;
  font-weight: normal;
  list-style: none;
  text-decoration: none;
}
body {
  background: #fbf8f3;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-family: "Sawarabi Gothic";
  line-height: 1.6rem;
  width: 100%;
}
main {
  color: #5d4837;
}
a:link{
  color: #d77d13;
  text-decoration: underline;
}
a:visited{
  color: #d77d13;
}
a:hover{
  color: #ff8a00;
}
a:active{
  color: #d77d13;
}
/*--------------メニューStyle---------------*/
/*PCの場合*/
header {
  height: 110px;
}
#header_inner {
  display: inline !important;
}
#headerSP {
  display: none !important;
}
/*タブレット、スマホの場合*/
@media screen and (max-width: 750px) {
  header {
    height: 50px;
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    display: block;
    z-index: 99999;
  }
  #header_inner {
    display: none !important;
  }
  #headerSP {
    display: block !important;
  }
  /*--------------SPメニュー---------------*/
  #headerSP #navi {
	color: #5d4837;
    transition: all .6s;
    overflow-y: auto;
    padding-top: 40px;
    width: 200px;
    height: 100vh;
    z-index: 200;
    top: -40px;
    right: -220px;
    background-color: #fff;
    position: fixed;
    padding-left: 1rem;
	}
  .logoSP {
    width: 100%;
    height: 50px;
    background: #FFFFFF;
  }
  .logoSP img {
    height: 50px;
    width: auto;
  }
  #headerSP .nav_btn {
    width: 44px;
    height: 44px;
    z-index: 300;
    top: 3px;
    right: 7px;
    cursor: pointer;
    position: absolute;
  }
  .hamburger_line {
    transition: all .6s;
    width: 34px;
    height: 3px;
    left: 5px;
    background-color: #5d4837;
    position: absolute;
  }
  .hamburger_line1 {
    top: 10px;
  }
  .hamburger_line2 {
    top: 21px;
  }
  .hamburger_line3 {
    top: 32px;
  }
  .nav_bg {
    opacity: 0;
    transition: all .6s;
    width: 100vw;
    height: 100vh;
    z-index: 100;
    top: 0;
    left: 0;
    visibility: hidden;
    background-color: #000;
    cursor: pointer;
    position: fixed;
  }
  /* 表示された時用のCSS */
  .nav_open #headerSP #navi {
    right: 0;
  }
  .nav_open .nav_bg {
    opacity: .8;
    visibility: visible;
  }
  .nav_open .hamburger_line1 {
    transform: rotate(45deg);
    top: 20px;
  }
  .nav_open .hamburger_line2 {
    width: 0;
    left: 50%;
  }
  .nav_open .hamburger_line3 {
    transform: rotate(-45deg);
    top: 20px;
  }
  #navi {
    list-style: none;
  }
  #navi li {
    width: 100%;
  }
  #navi li > p {
    font-weight: bold;
	margin-top: 1rem;
	height: 30px;
}
  }
	#navi li a {
    height: 40px;
    line-height: 40px;
    width: 100%;
    display: block;
    color: #5d4837;
    padding-left: 10px;
  }
#navi li > #btn_contact{
	border: 2px solid #c3b6a6;
	background:#FFFFFF;
	color: #c3b6a6;
	padding: 1.5rem;
	width: 100px;
	height: 0;
	line-height: 0;
	margin-top: 1rem;
	border-radius: 0.4rem;
}
/*--------------/SPメニューここまで---------------*/
#header_inner {
  height: 110px;
}
#main_image {
  width: 100%;
  max-width: 1000px;
  height: 400px;
  margin: 0 auto;
}
#main_image_inner {
  width: 100%;
  height: 400px;
  background-image: url(http://npo-jcs.boy.jp/img/main.jpg);
  background-size: 100% auto;
}
#main_image_inner h1 {
  color: #FFF;
  text-shadow: 1px 1px 10px #000, 1px 1px 5px #000;
  text-align: center;
  width: 100%;
  position: relative;
  top: 60%;
  transition: opacity 3s;
}
main {
  max-width: 1000px;
  margin: 0 auto;
}
main > div {
  width: 100%;
  margin: 0 auto;
  padding: 2rem;
  box-sizing: border-box;
}
.top_btn {
  flex: 1 1 auto;
  padding: 14px;
  border: 2px solid #c3b6a6;
  text-align: center;
  position: relative;
  overflow: hidden;
  width: 160px;
  color: #c3b6a6;
  border-radius: 5px;
  background: #FFFFFF;
  display: inline-block;
}
.top_btn:after {
  position: absolute;
  transition: .3s;
  content: '';
  width: 0;
  left: 50%;
  bottom: 0;
  height: 3px;
  background: #c3b6a6;
}
.top_btn:hover {
  cursor: pointer;
}
.top_btn:hover:after {
  width: 100%;
  left: 0;
}
@media screen and (max-width: 750px) {
  .top_btn {
    font-weight: bold;
    width: 200px;
    margin-bottom: 5px;
  }
  .top_btn:hover {
    transition: none;
  }
  .top_box > h2 > img {
    width: 180px;
    height: auto;
  }
  .top_btn:active {
    background: #CFC0AA;
  }
  .top_btn:after {
    background: none;
  }
  main > div {
    padding: 0.8rem;
  }
}
.top_box a {
  -webkit-transition: opacity 0.3s ease-out;
  -moz-transition: opacity 0.3s ease-out;
  -ms-transition: opacity 0.3s ease-out;
  -o-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;
}
.top_box > h2 {
  display: block;
  text-align: center;
  font-weight: bold;
  border-bottom: 1px dotted #bfb9ad;
  margin-bottom: 1rem;
}
.top_box ul img {
  width: 100%;
  height: auto;
  border-radius: 10px;
  margin: 0 auto;
}
.top_box > ul {
  list-style: none;
  width: 100%;
}
.top_box > ul > li {
  display: inline-block;
  width: 49%;
  vertical-align: top;
}
.top_box p {
  display: block;
  text-align: right;
  padding-top: 0.5rem;
}
/*★　ナビメニュー　★*/
.gnav_logo > a > img {
  position: relative;
  top: -38px;
  left: -20px;
  height: 104px;
}
.gnav {
  z-index: 9999;
  display: flex;
  height: 2rem;
  margin: 0 auto;
  width: 100%;
  max-width: 1000px;
  padding: 40px 0 0;
}
.gnav > li { /*親階層のみ幅を25%にする*/
  z-index: 9999;
  width: 25%;
}
/*全てのリスト・リンク共通*/
.gnav li {
  list-style: none;
  position: relative;
	text-align: center;
}
.gnav li a {
  background: #fbf8f3;
  border-right: 1px solid rgba(0, 0, 0, 0);
  color: #222222;
  display: block;
  height: 3rem;
  line-height: 3rem;
  text-align: center;
  text-decoration: none;
  width: 100%;
}
.gnav li li {
  height: 0;
  opacity: 0;
  overflow: hidden;
  transition: opacity .5s;
}
.gnav li li a {
  border-top: 1px dotted rgba(0, 0, 0, 0.1);
}
.gnav li:hover > ul > li {
  height: 3rem;
  opacity: 1;
  overflow: visible;
}
.gnav li ul li ul {
  left: 100%;
  position: absolute;
  top: 0;
  width: 100%;
}
/*aの背景色を指定*/
.gnav li:hover a { /*親階層*/
  background: rgba(251, 248, 243, 1);
}
.gnav li li a { /*子階層*/
  background: rgba(197, 143, 54, 0.6);
  font-size: 0.8rem;
}
.gnav li li:hover a {
  color: rgba(119, 81, 54, 1.00);
  background: #FFF;
}
footer {
  width: 100%;
  background: #6b635e;
}
#fnav {
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 2rem;
  box-sizing: border-box;
  color: #FFFFFF;
}
#fnav li {
  box-sizing: border-box;
  display: inline-block;
  vertical-align: top;
  padding: 20px 10px;
  min-width: 120px;
}
#fnav li:first-child {
  padding: 20px 20px 20px 0;
  width: auto;
}
#fnav>li:nth-child(4) {
  display: none;
}
#fnav li a {
  display: block;
  color: #FFFFFF;
  text-decoration: underline;
}
#fnav li a:hover {
  text-decoration: none;
}
#fnav li p {
  font-weight: bold;
  font-size: 1.2rem;
}
.footdesc {
  font-size: 0.8rem;
}
.footcopy {
  text-align: center;
  font-size: 0.8rem;
  color: rgba(255, 255, 255, 0.50);
}
.center_wrapper {
	text-align: center;
}
.center {
	display: inline-block;
	text-align: left;
}
/*---------------750px以下のStyle---------------*/
@media screen and (max-width: 750px) {
  main {
    margin-top: 50px;
	font-size: .9rem;
  }
  #main_image {
    width: 100%;
    height: 240px;
    margin: 50px auto 0;
  }
  #main_image_inner {
    width: 100%;
    height: 240px;
    background-size: 100% auto;
  }
  .top_box > ul > li {
    display: inline-block;
    width: 100%;
    vertical-align: top;
  }
  .top_box p {
    display: block;
    text-align: center;
  }
  #fnav {
    padding: 0 0.5rem;
  }
  #fnav li {
    min-width: 48%;
  }
  #fnav li:first-child {
    padding: 20px 20px 20px 0;
    width: 100%;
  }
} /*750px以下ここまで*/


/*会員募集一時停止*/
.gnav > li:nth-child(4) {
  pointer-events: none;
	opacity: 0;
}
.gnav > li:nth-child(4)>ul {
  display: none;
}
#navi li:nth-child(7),#navi li:nth-child(8),#navi li:nth-child(9),#navi li:nth-child(10){
  display: none;
}
