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: #fffbf2;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-family: "Noto Sans JP";
  line-height: 1.6rem;
  width: 100%;
}
main {
  color: #644530;
}

.topLink {
	list-style-type: none;
	padding-left: 0;
}
.topLink li {
	width: 400x;
	padding: 10px;
	margin: 10px;
}
.topLink {
	text-align: center;
	margin-bottom: 40px;
}
.topLink li {
	display: inline-block;
}
.topLink img{
	width:400px;
	}

.LargeBtn{
	display: flex;
    justify-content: space-evenly;
    align-items: center;
	text-align: center;
	text-decoration: none;
	width: 200px;
	margin: 1rem auto;
	padding: 1rem;
    background: #ffffff;
    color: #634531;
    border-radius: 2px;
    position: relative;
    transition: 0.5s;
    border: solid 1px;
}
a.LargeBtn:hover {
	background: #7c0007;
	color: #fff;
}

.topBox{
	line-height: 2.0rem;
    margin: 0 auto;
    padding: 40px 20px;
	}
.topBox p{
	color: #7c0007;
    font-weight: bold;
    font-size: 1.4rem;
	margin-top: 1rem;
	}
/*--------------メニューStyle---------------*/
/*PCの場合*/
header {
  background: #fabd9b;
}
#header_inner {
  display: inline !important;
}
#headerSP {
  display: none !important;
}
#main_image {
	width: 100%;
	margin: 0 auto;
	max-height: 400px;
	overflow: hidden;
	position: relative;
}
#main_image img:nth-child(2) {
		position: absolute;
	top: 50%;
		left: 50%;
		width: auto;
		height: 160px;
		margin-top: -80px;
		margin-left: -460px;
	}	
/*タブレット、スマホの場合*/
@media screen and (max-width: 750px) {
  header {
    height: 50px;
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    display: block;
    z-index: 99999;
  }
  body{
	  padding-top: 50px;
	  }
  #naviPC {
    display: none !important;
  }
  #headerSP {
    display: block !important;
  }
 .gnav {
    display: none !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: #fabd9b;
		position: fixed;
		padding-left: 1rem;
	}
  .logoSP {
		width: 100%;
		height: 50px;
		background: #fabd9b;
  }
  .logoSP img {
		margin: 0 auto;
		width: 200px;
	}
	.logoSP a{
		margin-left: -100px;
		position: relative;
		left: 50%;
		top: 12px;
	}
  #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;
  }
	.topLink li {
		width: auto;
		padding: 0;
		margin: 0;
		margin-bottom:30px;
	}
	.topLink {
		text-align: center;
		margin-bottom: 40px;
	}
	.topLink li {
		display: inline-block;
	}
	.topLink img{
		width:80%;
		}
  }
/*--------------/SPメニューここまで---------------*/

#naviPC {
	list-style-type: none;
	padding-left: 0;
}
#naviPC li {
	width: 100x;
	padding: 10px;
	margin: 10px;
}
#naviPC {
	text-align: center;
}
#naviPC li {
	display: inline-block;
}
#naviPC a{
color:#644530;
	}
#naviPC a:hover, footer a:hover{
	text-decoration: underline;
}

main {
	max-width: 1000px;
    margin: 0 auto;
}
main > div {
  width: 100%;
  margin: 0 auto;
  box-sizing: border-box;
}
footer {
	width: 100%;
	box-sizing: border-box;
	background: #fabd9b;
	color:#41352d !important;
	padding: 10px;
}
footer a{
	color: #41352d !important;
}
.footcopy {
  text-align: center;
  font-size: 0.8rem;
  color: #41352d;
}

.ContactBtn{
	display: flex;
    justify-content: space-evenly;
    align-items: center;
	text-align: center;
	text-decoration: none;
	width: 200px;
	margin: 1rem auto;
	padding: 1rem;
    background: #463124;
	color:#FFF !important;
    border-radius: 2px;
    position: relative;
    transition: 0.5s;
	border:none;
}
a.ContactBtn:hover{
	background:#7c0007;
	color:#FFF !important;
	text-decoration: none !important;
	border:none;
	}
	
.footerBox{
	display: flex;
	flex-direction:row-reverse;
	justify-content: space-between;
	max-width: 1000px;
	margin: 0 auto;
	flex-wrap:wrap
	}

.footerBox li:last-child{
	margin-top:20px;
	}
.footdesc{
	font-size:.8rem;
    line-height: 1.2rem;
    padding-bottom:20px;
	}

.footdesc > a[href^="tel:"]{
		pointer-events: none;
	  }		
@media screen and (max-width: 750px) {
	/*★　ナビメニュー　★*/
	.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;
	}
	.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%;
	}
	
	.center_wrapper {
		text-align: center;
	}
	.center {
		display: inline-block;
		text-align: left;
	}
	
	  main {
		font-size: .9rem;
	  }
	#main_image img:nth-child(2){
		top: 50%;
		left: 0;
		width: auto;
		height: 100px;
		margin-top: -40px;
		margin-left: 4%;
		}	
	.topBox {
		line-height: 1.6rem;
		margin: 0 auto;
		padding: 20px;
			}
	.footerBox{
		flex-direction: column;
		}
	.footerBox li>last-child{
		margin:0 auto;
		}
	.footdesc > a[href^="tel:"]{
		pointer-events: auto;
	  }	

} /*750px以下ここまで*/


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


