@charset "UTF-8";
/*Reset Style*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
  background: transparent;
  border: 0;
  margin: 0;
  padding: 0;
  vertical-align: middle;
}

body {
  line-height: 1;
  -webkit-text-size-adjust: 100%;
  position: relative;
      zoom: 0.9;
}

h1, h2, h3, h4, h5, h6 {
  /*	clear: both;*/
  font-weight: normal;
}

/*ol, */
ul {
  list-style: none;
}

blockquote {
  quotes: none;
}

blockquote:before, blockquote:after {
  content: '';
  content: none;
}

del {
  text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

a img {
  border: none;
}

* {
  box-sizing: border-box;
}

/*  clearfix  */
.clearfix:after {
  content: ".";
  /* 新しい要素を作る */
  display: block;
  /* ブロックレベル要素に */
  clear: both;
  height: 0;
  visibility: hidden;
}

.clearfix {
  min-height: 1px;
}

* html .clearfix {
  height: 1px;
  /*\*/
  /*/
	height: auto;
	overflow: hidden;
	/**/
}

body {
  background: none;
  color: #343426;

	/*font-family:"Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ",Meiryo,'ＭＳ Ｐゴシック',sans-serif;*/
	font-family: "メイリオ",Meiryo,"Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3",'ＭＳ Ｐゴシック',sans-serif;
}

img {
  max-width: 100%;
}

p {
  font-size: 14px;
  line-height: 1.8;
}

#mainvisual {
  z-index: 0;
}

#mainvisual h1 {
  font-size: 100%;
}

section {
    padding: 20px 0 !important;
}

section .inner{
	max-width:1000px;
	margin:0 auto;


}
section .inner h2{
	text-align: center;
	margin: 0px auto 50px;
}
section .inner h2::after{
  display: none !important;
}


#footer{
	padding: 30px 0 20px;
	background:#666666;
}
#footer .inner{
	max-width:1000px;
	width:100%;
}
.nav{
text-align:center;
}
#footer ul{
/*  overflow: hidden; */
/*  max-width: 60%; */
/*    max-width: 71%; */
    margin: 0 auto;
/*    width: 100%; */
    display:inline-block;
}
#footer ul + ul{
/*  overflow: hidden; */
/*  max-width: 83%; */
    margin: 10px auto;
/*  width: 100%; */
    display:inline-block;
}

#footer ul li{
	float:left;
	padding: 0 10px;
	border-left:1px solid #fff;
	border-right:1px solid #fff;
	font-size: 14px;
}
#footer ul li + li{
	border-left:none;
	border-right:1px solid #fff;
	font-size: 14px;

}
#footer ul li a{
	text-decoration: none;
	color:#fff;

}
#footer02{
	padding: 20px 0;
	overflow: hidden;
}
#footer02 div.logo p span{
	display: block;
}

#footer02 div.logo p {
    float: left;
    margin: 10px 10px 20px 10px;
    text-align: left;
    font-size: 11.95px;
    line-height: 1.4;
}

#footer02 div.logo p.ft_logo {
    text-align: left;
	font-size:14px;

}
#footer02 div.logo p.ft_logo span {
    margin-bottom:10px;

}

#footer02 div.logo p.contact_btn  {
    background: #777777;
    color: #fff;
    font-weight: bold;
    border-radius: 5px;
    width: 150px;
    height: 50px;
    text-align: center;
}
#footer02 div.logo p.contact_btn a{
    color: #fff;
    display: block;
    text-decoration: none;
    font-size: 14.94px;
    padding: 15px;
}

#footer02 div.logo p.ft_tel span{
	font-family: 'Century Gothic','ＭＳ ゴシック',"Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans","Osaka","Avenir", Meiryo,system-ui,sans-serif;
    font-size: 29.88px;
    background: url( https://orangeboard.re-ws.jp/app/uploads/sites/1135/2023/11/hd_tel.png)no-repeat left 8px;
    padding: 0 0 0 32px;
    display: block;
    line-height: 1.5;
    width: 223px;
}

#footer02 div.logo div{
	float:right;
}


.copyright{
	text-align: center;
	border-top:2px solid #EDEEE6;
  line-height: 1;
  padding: 10px 0 0 0;
  margin: 0 auto 10px;
}


  header {
    width: 100%;
    background-size:100%;
    position: relative;
	z-index: 1;
  }
  header .inner {
    max-width: 1000px;
    margin: auto;
    padding: 0 0 0 0;
    width: 100%;
	overflow: hidden;
	position: relative;
  }
  header h1{
    font-size:12px;
    margin:8px auto;
    float:left;
}

  header .sns{
    float:right;
    width: 315px;
}

header .h1_sns{
	overflow: hidden;
}


  header .sns ul li{
	float: left;
    margin:5px 0 0 8px;
        width: 32px;
}

header .sns ul li.btn_to{
  width: 215px;
      margin: 2px 0 0 8px;
}

  header .inner .logo img{
	float:left;
  }
  header .inner .logo{
	margin: 10px auto;
	float:left;
  }

  header .inner .logo span{
	margin: 0px auto 0 10px;
    float: left;
    background: #BDBDAE;
    color: #fff;
    display: block;
    height: 50px;
    width: 50px;
    text-align: center;
    font-size: 13.94px;
    font-weight: bold;
    line-height: 1.3;
    padding: 8px 0 0 0;
}
  header .inner .logo span a{
    color: #fff;
	  text-decoration: none;
}
  header .inner .logo span a:visited{
    color: #fff;
	text-decoration: none;
}
  header .inner .logo span:nth-of-type(3){
      padding: 18px 0 0 0;


}
header .tel {
	float:right;
}
header .tel p{
	float:left;
	margin: 10px 0 20px 10px;
    text-align: left;
    font-size: 11.95px;
    line-height: 1.4;

}
header .tel p.contact_btn{
	background: #777777;
	color:#fff;
	font-weight:bold;
	border-radius: 5px;
	width:120px;
	height:50px;
	text-align: center;
	display:none;

}
header .tel p.contact_btn a{
	color:#fff;
	display: block;
	text-decoration: none;
	font-size:14.94px;
        padding: 15px 0;
}
header .tel p.hd_tel span{
	font-family: 'Century Gothic','ＭＳ ゴシック',"Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans","Osaka","Avenir", Meiryo,system-ui,sans-serif;
    font-size: 29.88px;
    background: url( https://orangeboard.re-ws.jp/app/uploads/sites/1135/2023/11/hd_tel.png)no-repeat left 8px;
    padding: 0 0 0 32px;
    display: block;
    line-height: 1.5;
	width: 223px;

}


	nav{
  font-family: 'メイリオ',Meiryo,'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','ＭＳ Ｐゴシック',sans-serif;
}

nav ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
      max-width: 1100px;
	margin: 0 auto;
	padding: 10px 5px;

  }
  nav ul li {
	  width:14.2857%;
    line-height: 25px;
	      color:#fff;
	  		background:#FF8000;
	}
  nav ul li + li{
	margin-left:1%;
	}
  nav ul li:hover {
	}
  nav ul li a, nav ul li span {
    text-decoration: none;
	font-size: 14px;
	display:block;
	color:#fff;
    margin: 0 auto;
	    width: 100%;
  }
	nav ul li a{
	padding: 10px 0;
    margin: 0 auto;
	width: 100%;
    display: block;
    text-align: center;
	font-weight: bold;
	}

  nav ul li a:hover {
    text-decoration: none;
	/*color:#1A093A;
	background:#E2DFE9;*/
  }

#store h2.tit img{
    display: block;
	margin: 0 auto;
}
#store h2.tit span{
    display: block;
    font-size: 22px;
	margin: 5px auto;
	    position: inherit;
    top: inherit;
    left: inherit;
    transform: inherit;
}


#store .store{
		display: flex;
    justify-content: space-between;
    align-items: center;
	margin: 0 auto 30px;

}
#store .store_detail{
	width:32%;
	border:solid 1px #C8C8C8;
	padding: 1%;
}
#store .store_detail p{
	margin:0;
	line-height:1.5;
}

#store .store_detail div {
	overflow: hidden;
	margin: 10px auto 0;
}
#store .store_detail div p{
	float:left;
	width:50%;
}
#store .store_detail div div{
	float:left;
	width:50%;
    padding: 0 0 0 0;
}
#store .store_detail div div p{
	float:none;
	width:100%;
}
#store .store_detail div div p:first-child {
	font-weight:bold;
	font-size:18px;
}
#store .store_detail div div p.tel{
	background:url(" https://orangeboard.re-ws.jp/app/uploads/sites/1135/2023/11/store_tel.jpg") no-repeat left center;
	padding-left: 13%;
	margin:0 0 5px 0;
}
#store .store_detail div div p.tel a {
	color:#000;
	font-size:18px;
	text-decoration: none;
}
#store .store_detail div div p.btn{
	font-size:18px;
	background:#FF8000;
	border-radius: 5px;
	text-align: center;

}
#store .store_detail div div p.btn a{
	color:#fff;
	text-decoration: none;
    padding: 10px 0;
    display: block;

}
#bnr {
    clear: both;
}
#bnr .nishiogi{
	position:relative;
}
#bnr .nishiogi span{
	position:absolute;
	display: block;
	width:100%;
	text-align: center;
	color:#fff;
	line-height: 1.2;
    top: 10%;
	font-size: 13px;
    transform: translateY(-10%);
}
#bnr .nishiogi span a{
	text-decoration: none;
	color:#fff;
}
#bnr .nishiogi span.detail{
    bottom: 10%;
	text-decoration: underline;
    top: inherit;
    transform: translateY(-10%);

}
#bnr .nishiogi span.detail a{
	text-decoration: underline;
	color:#fff;
}

#contact{
	background:
  url(https://www.orangeboard.co.jp/app/uploads/sites/1135/2023/11/bg_ft02.png) no-repeat bottom right,
  url(https://www.orangeboard.co.jp/app/uploads/sites/1135/2023/11/bg_ft01.jpg) no-repeat;
  background-size: auto,100% 100%;
	color:#fff;
	text-align:center;
  padding: 40px 0 10px;
	margin: 50px auto 0;
}
#contact .inner h2{
  padding-top: 17px;
  font-size: 24px !important;
  color: #fff;
}
#contact h3{
  margin-bottom: 13px !important;
	font-weight:bold;
	line-height:1.5;
	font-size: 22px;
  color: #fff;
}
#contact p{
	line-height:1.5;
	font-size: 16px;
}
#contact p:nth-of-type(3){
	max-width:244px;
	margin:0 auto;
}


#pagetop {
    position: fixed;
    right: 10px;
    bottom: 40px;
  }
  #pankuzu {
    padding: 4px 0;
  }
  #pankuzu ul {
    max-width: 1000px;
    margin: auto;
    display: flex;
  }
  #pankuzu ul li {
    color: #666666;
    font-size: 12px;
    line-height: 19px;
  }
  #pankuzu ul li:after {
    content: ">";
    margin: 0 7px;
  }
  #pankuzu ul li:last-child:after {
    display: none;
  }
  #pankuzu ul li img {
    vertical-align: middle;
  }
  #pankuzu ul li a {
    color: #666666;
    line-height: 19px;
  }
  #pagetitle {
    position: relative;
  }
  #pagetitle .inner {
    max-width: 1000px;
    height: 240px;
    margin: auto;
    display: flex;
    align-items: center;
  }
  #pagetitle h1 {
    font-weight: bold;
    font-size: 28px;
    color: #23201f;
    line-height: 1.5;
  }
  #pagetitle div {
    color: #23201f;
    font-size: 16px;
    line-height: 1.5;
  }
  .sp {
    display: none;
  }
  .pc {
    display: inherit;
  }

@media (max-width: 1000px) and (min-width: 769px) {
  header {
    width: 100%;
    /* background: url("https://www.orangeboard.co.jp//common/img/head_bg.png") no-repeat bottom center;
    background-size:100%; */
    position: relative;
	      z-index: 1;
  }


header h1 {
    font-size: 12px;
    margin: 8px auto;
    float: left;
}
header .inner .tel {
	    width: 44%;
}
header .inner .tel p{
	    width: 28%;
}
header .inner .tel p:nth-of-type(2n){
	    width: 40%;
}
header .inner .tel p:nth-of-type(3n){
	    width: 51%;
}

  header .inner .logo{
      width: 56%;
}
header .sns ul li {
      /*width: 47%;*/
    margin: 5px 0 0 3%;
    width: 32px;
}
	nav {
}
nav ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
      max-width: 1000px;
	margin: 0 auto;
	padding: 10px 5px;

  }
  nav ul li {
    line-height: 36px;
	      color:#fff;
	}
  nav ul li + li{
	}
  nav ul li + li a{
	}
  nav ul li:hover {
	}
  nav ul li a, nav ul li span {
    text-decoration: none;
	font-size: 16px;
	display:block;
	color:#fff;
  }
	nav ul li a{
	}

  nav ul li a:hover {
  }
  footer {
    background: #0e77a9;
    color: #fff;
    padding: 0 20px;
  }
  footer .inner {
    width: 100%;
    margin: auto;
  }
  footer .catch {
    font-size: 11px;
    line-height: 1.5;
    margin: auto;
    border-bottom: 1px solid #fff;
    padding: 18px 0;
    text-align: center;
    margin-bottom: 25px;
  }
  footer nav {
    display: flex;
    justify-content: space-between;
    padding-bottom: 20px;
    border-bottom: 1px solid #fff;
    flex-wrap: wrap;
  }
  footer nav .box {
    font-size: 16px;
    font-weight: bold;
    width: 48%;
    margin-bottom: 30px;
  }
  footer nav .box ul {
    margin-top: 20px;
  }
  footer nav .box ul li {
    font-size: 14px;
    margin-bottom: 12px;
    padding-left: 20px;
    background: url(https://www.orangeboard.co.jp//common/top_img/f_icon.png) no-repeat 0 50%;
  }
  footer nav .box ul li a {
    color: #fff;
    font-weight: normal;
    text-decoration: none;
  }
  footer .description {
    font-weight: bold;
    font-size: 16px;
    padding: 10px 0;
    line-height: 1.5;
  }
  footer .description small {
    font-size: 14px;
    font-weight: normal;
    display: block;
  }

  #pagetop {
    position: fixed;
    right: 10px;
    bottom: 10px;
  }
  .sp {
    display: none;
  }
  .pc {
    display: inherit;
  }

#contact {
    background-size: 0,100% 100%;
}



}

@media (max-width: 768px) {
  .sp {
    display: inherit;
  }
  .pc {
    display: none;
  }
  html {
    height: 100%;
  }
  .ovfw {
    height: 100%;
  }
  header {
    width: 100%;
    /* background: url(https://www.orangeboard.co.jp//common/img/head_bg.png) no-repeat bottom center;
    background-size: 100%; */
    position: relative;
    z-index: 1;
	  padding: 0 0 15px;
  }
header .h1_sns {
    width:90%;
	margin:0 auto;
}

header h1 {
    font-size: 10px;
    margin: 10px auto;
    float: none;
	text-align: center;
}
header .sns {
    float: none;
    /*max-width: 120px;*/
    margin: 0 auto;
    overflow: hidden;
    width: 315px;
}
header .inner .tel {
    display: none;
	}

  header .inner .logo{
	/*margin: 10px auto 0;
    width: 95%;
    float: none;
    text-align: center;*/
	  float: none;

	     display: flex;
    justify-content: space-between;
    align-items: center;
	max-width: 1000px;
    margin: 0 auto;
    padding: 10px 5px;

}

	header .inner .logo img {
        float: none;
    display: block;
    margin: 0 auto;
    width: 60%;
}
	header .inner .logo span {
		padding: 9px 0 0 0;
	    margin: 0px auto 0 1%;
		width: 70px;
}
header .inner .logo span:nth-of-type(3) {
    padding: 16px 0 0 0;
}

  nav {
    width: 250px;
    z-index: 2;
    background-size: 10px;
    padding: 0;
    box-sizing: border-box;
    height: 100%;
  }
  nav > ul {
    height: 100%;
    display: block;
    padding: 0;

  }
  nav ul li {
    display: block;
    margin: 0;
    width: 100%;
  }
nav ul li + li {
    margin-left: 0;
}

  nav ul li:first-child {
    background: none;
    padding-left: 0;
  }
  nav ul li:last-child {
    border-bottom: none;
  }
  nav ul li a, nav ul li span {
    display: block;
    color: #fff;
    text-decoration: none;
	padding: 10px;

	}
  nav ul li a.otoiawase, nav ul li span.otoiawase {
    background: rgba(109, 96, 145, 0.9);    background-size: 16px;
  }
  nav ul li span {
  }
  nav ul li span.open {
  }
  nav ul ul.childnavi {
    display: none;
  }
  nav ul ul.childnavi li a {
    background: rgba(109, 96, 145, 0.9);
    padding-left: 30px;
  }
  nav ul.sp {
    margin-left: 15px;
  }
  nav ul.sp li {
    background: url(https://www.orangeboard.co.jp//common/img/icon_arrow_wihte.png) no-repeat 0 50%;
    background-size: 5px;
    padding-left: 10px;
    border-bottom: none;
  }
  nav ul.sp li:first-child {
    background-position: 0 2px;
  }
  nav ul.sp li:first-child a {
    padding-top: 0;
  }
  nav ul.sp li a {
    border-bottom: 1px solid #fff;
  }
  nav .navOpen {
        width: 40px;
    height: 56px;
    background: url( https://orangeboard.re-ws.jp/app/uploads/sites/1135/2023/11/naviopen.png) no-repeat;
    background-size: cover;
    position: absolute;
    top: 0;
    left: -40px;
  }
  .ul_open_h {
    -webkit-transition: .35s ease-in-out;
    -moz-transition: .35s ease-in-out;
    transition: .35s ease-in-out;
    position: fixed;
    z-index: 1000;
  }
  .open {
    right: -250px;
    top: 0;
  }
  .open.active {
    right: 0px;
  }
  .move-1.on.btn {
    position: fixed;
    right: 25px;
    top: 10px;
  }

#store .store {
    display: block;
}
#store .store_detail {
    width: 95%;
    margin: 0 auto 3%;
}



  #pagetitle {
    position: relative;
  }
  #pagetitle .inner {
    height: 120px;
    padding: 0 20px;
  }
  #pagetitle h1 {
    font-weight: bold;
    font-size: 20px;
    color: #23201f;
    line-height: 1.5;
  }
  #pagetitle div {
    color: #23201f;
    font-size: 14px;
    line-height: 1.5;
  }
  footer {
    background: #0e77a9;
    color: #fff;
    padding: 0 20px;
  }
  footer .inner {
    width: 100%;
    margin: auto;
  }
  footer .catch {
    font-size: 11px;
    line-height: 1.5;
    margin: auto;
    padding: 18px 0;
    text-align: center;
  }
  footer nav {
    flex-wrap: wrap;
  }
  footer nav .box {
    font-size: 8px;
    font-weight: bold;
    width: 100%;
    margin-bottom: 10px;
  }
  footer nav .box ul {
    margin-top: 10px;
  }
  footer nav .box ul li {
    font-size: 8px;
    margin-bottom: 7px;
    padding-left: 10px;
    background: url(https://www.orangeboard.co.jp//common/top_img/f_icon.png) no-repeat 0 50%;
    background-size: 8px 7px;
    display: inline-block;
    margin-right: 10px;
  }
  footer nav .box ul li a {
    color: #fff;
    font-weight: normal;
    text-decoration: none;
  }
  footer .description {
    font-weight: bold;
    font-size: 8px;
    padding: 10px 0;
    line-height: 1.5;
    text-align: center;
  }
  footer .description small {
    font-size: 7px;
    font-weight: normal;
    display: block;
  }


  #pankuzu {
    padding: 4px 10px;
  }
  #pankuzu ul {
    max-width: 1000px;
    margin: auto;
    display: flex;
  }
  #pankuzu ul li {
    color: #666666;
    font-size: 12px;
    line-height: 19px;
  }
  #pankuzu ul li:after {
    content: ">";
    margin: 0 7px;
  }
  #pankuzu ul li:last-child:after {
    display: none;
  }
  #pankuzu ul li img {
    vertical-align: middle;
  }
  #pankuzu ul li a {
    color: #666666;
    line-height: 19px;
  }


  #pagetop {
    position: fixed;
    right: 10px;
    bottom: 60px;
  }
}

.slick-prev, .slick-next {
  width: 40px !important;
  height: 125px !important;
}

.slick-prev:before, .slick-next:before {
  display: none;
}

.slick-prev {
  left: 0 !important;
  z-index: 1;
}

.slick-next {
  right: 0 !important;
  z-index: 1;
}


#nav2 {
	font-size: 100%;
	font-weight: bold;
	list-style: none;
}
#nav2 li {
	margin-bottom: 0.8em;
}
#nav2 li a {
    background-position: 31px center;
    background-repeat: no-repeat;
    color: #fff;
    display: block;
    height: 64px;
    line-height: 64px;
    padding-left: 90px;
    position: fixed;
    text-decoration: none;
}
#nav2 li a span {
	font-family: 'ＭＳ Ｐゴシック',sans-serif !important;
	    width: 100px;
    display: block;
}

#nav2 li a:hover {
	color: #fff;
}


.float_contact{
	background-image:url(https://www.orangeboard.co.jp//common/img/float-contact.png);
	top:120px;
	    right: -109px;

}
.float_voice{
	background-image:url(https://www.orangeboard.co.jp//common/img/float-voice.png);
	top: 180px;
        right: -109px;
}
.float_insta{
	background-image:url(https://www.orangeboard.co.jp//common/img/float-insta.png);
	top: 240px;
        right: -109px;
}

@media (max-width: 768px){
#contact {
    background: url( https://orangeboard.re-ws.jp/app/uploads/sites/1135/2023/11/bg_ft01.jpg) no-repeat;
    background-size:100% 100%;
}
#footer {
    padding: 1px 0 1px;
}
#contact h3 {
    font-size: 14px;
}
#contact p {
    font-size: 12px;
}

#footer ul {
    max-width: 100%;
	display: block;
}
#footer ul + ul {
    max-width: 100%;
	margin: 1px auto;
}

#footer ul li {
    float: left;
    width:50%;
    text-align: center;
	margin: 0 auto 1px;
    border: none;
    font-size: 12px;
    padding: 0 1px;
	}
#footer ul li + li {
    border: none;
    font-size: 12px;
}
#footer ul li a {
    display: block;
    padding: 10px 0;
    border: 1px solid #fff;
	}


#footer02 div.logo p {
    float: none;
    margin-right: 0;
	text-align: center;
}

#footer02 div.logo div {
    float: none;
}

#footer02 div.logo p.ft_logo {
	text-align: center;
    font-size: 14px;
}
#footer02 div.logo p.contact_btn {
    margin: 20px auto 0;
	}

#footer02 div.logo p {
    float: none;
    margin-right: 0;
    text-align: center;
    margin: 20px auto 0;
}

#footer02 div.logo p.ft_tel span {
    font-family: 'Century Gothic';
    font-size: 29.88px;
    background: url( https://orangeboard.re-ws.jp/app/uploads/sites/1135/2023/11/hd_tel.png)no-repeat left 8px;
    padding: 0 0 0 1.2em;
    display: inline-block;
    width: auto;
    line-height: 1.5;
    margin: 20px auto 0;

}

#bnr .nishiogi span {
    position: relative;
    display: block;
    width: 100%;
    text-align: center;
    color: #000;
    line-height: 1.2;
    top: auto;
    font-size: 15px;
    transform: inherit;
	margin-bottom:5px;

}
#bnr .nishiogi span br {
    display: none;
}

#bnr .nishiogi span.detail {
    bottom: auto;
    text-decoration: underline;
    top: inherit;
    transform: inherit;
	margin-top:5px;
}







}
#pageWrap #header {
	display: none;
}
#pageWrap #header + nav {
	display: none;
}
#pageWrap + #contact {
	display: none;
}
#pageWrap + #contact + #footer {
	display: none;
}
#pageWrap + #contact + #footer + #footer02 {
	display: none;
}
#pageWrap + #contact + #footer + #footer02+ .copyright {
	display: none;
}
