@media screen and (min-width:768px) {
.------------------------------------min-768 {
}
* {
	margin: 0;
	padding: 0;
	font-size: 13px;
	color: #000;
	line-height: 35px;
	letter-spacing: 0.1em;
	font-weight: 600;
}
.br-sp {
	display: block;
}
#sp {
	display: block;
}
#sp-pad  {
	display: block;
}
#pc  {
	display: none;
}

.------------------------------------header-navi {
}
.sp-header {
	margin: 0%;
	padding: 0%;
	height: 60px;
}
.sp-header-rogo {
	margin: 0%;
	width: 30%;
	padding-top: 0%;
	padding-right: 0%;
	padding-bottom: 0%;
	padding-left: 3%;
}
.top-doc  {
	position: absolute;
	left: 40px;
	top: 80%;
	margin: 0%;
	padding: 0%;
	width: 70%;
}
.top-doc h2 {
	font-size: 1.9em;
	line-height: 20px;
	color: #FFF;
	margin-bottom: 20px;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 600;
	letter-spacing: 0em;
}
.top-doc h2 span {
	font-size: 0.6em;
	color: #FFF;
	margin: 0px;
	padding: 0px;
	line-height: 15px;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 600;
}

#header {
	background-repeat: no-repeat;
	background-position: center bottom;
	background-size: cover;
	height: 80vh;
	width: 94%;
	display: block;
	margin-top: 3%;
	margin-right: 3%;
	margin-bottom: 0%;
	margin-left: 3%;
	border-radius: 20px;
	padding-top: 3%;
	padding-right: 0%;
	padding-bottom: 0%;
	padding-left: 0%;
	background-image: url(../images/00-main.png);
}

.header-navi  {
	width: 100%;
	margin: 0%;
	padding: 0%;
	height: 210px;
}
.header-rogo {
	margin: 0%;
	height: 160px;
	width: 160px;
	padding: 25px;
	position: absolute;
	z-index: 100;
	left: 0px;
	top: 0px;
	background-color: #FFF;
	display: none;
}
.header-navi-menu {
	background-color: #FFF;
	margin: 0px;
	padding: 0px;
	width: 100%;
}
.nav {
	right: 0px; /* 右から出てくる */
	top: 0px;
	z-index: 1000; /* メニューが多くなったらスクロールできるように */
	display: block;
	height: 80px;
	padding: 0%;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	width: 43%;
  }
.nav_list {
	height: 80px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	padding: 0%;
	text-align: center;
	left: 0%;
	margin-left: 0px;/* liのmarginの半分をネガティブマージン（しないと右にずれる） */
	width: 100%;
  }
.nav_item {
	float: left;
	margin: 0px;
	height: 80px;
	padding: 0%;
	width: 20%;
}
.nav_item a {
	text-decoration: none;
	line-height: 80px;
	text-align: center;
	font-size: 1.1em;
	padding-top: 0%;
	padding-right: 30px;
	padding-bottom: 0%;
	padding-left: 30px;
	font-family: 'Noto Sans JP', sans-serif;
	margin: 0%;
  }
.nevi-info {
	margin: 0%;
	padding-top: 0%;
	padding-right: 0%;
	padding-bottom: 0%;
	padding-left: 0%;
}

.navi-info p {
	text-align: center;
}
.nevi-info-01 {
	padding: 5%;
	margin-top: 0%;
	margin-right: 0%;
	margin-bottom: 0%;
	margin-left: 0%;
}
.nevi-info-02 {
	padding: 5%;
	margin-top: 0%;
	margin-right: 0%;
	margin-bottom: 0%;
	margin-left: 0%;
}
.nevi-info-02 p {
	text-align: center;
	font-size: 1.2em;
	line-height: 20px;
}

  .Nav {
    position: relative;
  border-top:none;
  }
  .Nav .navbtn {
	display: block;
	position: absolute;
	top: -100px;
	right: 20px;
	z-index: 1100;
  }
  .Nav .navbtn a,
  .Nav .navbtn a.close {
	display: block;
	position: relative;
	width: 40px;
	height: 40px;
	background-color: #66B0CD;
  }

  .Nav .navbtn a::before,
  .Nav .navbtn a.close::before {
    position: absolute;
    top:10px;
    left:10px;
    content:"";
    width: 20px;
    height: 3px;
    background-color: #FFF;
   transition: .2s;
  }
  .Nav .navbtn a.open::before {
    top:19px;
    transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  }
  .Nav .navbtn a::after,
  .Nav .navbtn a.close::after {
    position: absolute;
    bottom:10px;
    left:10px;
    content:"";
    width: 20px;
    height: 3px;
    background-color: #FFF;
    transition: .2s;
  }
  .Nav .navbtn a.open::after {
    bottom:18px;
    transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
  }
  .Nav .navbtn a.open {
  }
 
  .Nav .navbtn a span {
    display: block;
    overflow: hidden;
    width: 1px;
    height: 1px;
  }
  .Nav .navbtn a span::after,
  .Nav .navbtn a.close span::after {
    position: absolute;
    top:18px;
    left:10px;
    content:"";
    width: 20px;
    height: 3px;
    background-color: #FFF;
  }
  .Nav .navbtn a.open span::after {
    display: none;
  }
  .Nav > ul {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 9;
    background-color: #FFF;
  }
  .Nav > ul > li {
    display: block;
    border-bottom: solid 1px #dddddd;
  }
.Nav > ul > li.parent.open > a::before {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
  .Nav > ul > li.parent.open {
    border-bottom: none;
  }
  .Nav > ul > li.parent.open > a {
    color: #FFF;
  }
 
 
  .Nav > ul > li > ul {
    background-color: #fbfbfb;
    position: static;
  }
 
  .Nav > ul > li > ul li a {
    border-bottom: solid 1px #dddddd;
    background-color: #EEE;
  }

 
  .Nav > ul > li > ul li a:hover {
    background-color: #FFF;
  }

.------------------------------------navi {
}
.header-navi-menu {
	background-color: #FFF;
	margin: 0px;
	padding: 0px;
	width: 100%;
}

  .nav {
	position: fixed;
	right: -320px; /* 右から出てくる */
	top: 0;
	width: 300px; /* スマホに収まるサイズ */
	height: 100vh;
	padding-top: 60px;
	background-color: #fff;
	transition: all .6s;
	z-index: 200;
	overflow-y: auto; /* メニューが多くなったらスクロールできるように */
  }


  .hamburger {
	position: fixed;
	right: 15px;
	top: 15px;
	width: 30px; /* クリックしやすい幅 */
	height: 25px; /* クリックしやすい高さ */
	cursor: pointer;
	z-index: 1200;
	margin: 5px;
	padding: 15px;
  }
  .nav_list {
	margin: 0;
	padding: 0;
	list-style: none;
  }
  .nav_item {
	text-align: center;
	padding-top: 5px;
	padding-right: 5%;
	padding-bottom: 5px;
	padding-left: 5%;
	width: 90%;
	height: 50px;
  }
  .nav_item a {
	display: block;
	border-bottom: 1px solid #eee;
	text-decoration: none;
	color: #333;
	font-size: 16px;
	margin: 0px;
	height: 50px;
	line-height: 50px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
  }
  .nav_item a:hover {

  }
  .hamburger_border {
	position: absolute;
	height: 2px;
	background-color: #937960;
	transition: all .6s;
	margin-right: auto;
	margin-left: auto;
  }
  .hamburger_border_top {
	top: 15px;
	width: 55%;
  }
  .hamburger_border_center {
	top: 25px;
	width: 55%;
  }
  .hamburger_border_bottom {
	top: 35px;
	width: 55%;
  }
  .black_bg {
    position: fixed;
    left: 0;
    top: 0;
    width: 100vw;
    height: 100vh;
    z-index: 100;
    background-color: #333;
    opacity: 0;
    visibility: hidden;
    transition: all .6s;
    cursor: pointer;
  }

  /* 表示された時用のCSS */
  .nav-open .nav {
    right: 0;
  }
  .nav-open .black_bg {
    opacity: .8;
    visibility: visible;
  }
  .nav-open .hamburger_border_top {
	transform: rotate(45deg);
	top: 25px;
	background-color: #937960;
  }
  .nav-open .hamburger_border_center {
	width: 0;
	left: 25%;
	background-color: #937960;
  }
  .nav-open .hamburger_border_bottom {
	transform: rotate(-45deg);
	top: 25px;
	background-color: #937960;
  }

.------------------------------------sub-botton {
}

.sumabottom {
	position: fixed;
	left: 0;
	bottom: 0;
	z-index: 800;
	background-color: #FFF;
	box-shadow: 3px -3px 10px 3px #CCCCCC;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCC;
	display: none;

}

.bottom-navi {
	margin: 0px;
	padding: 0px;
	display: none;
}


.------------------------------------ {
}

.------------------------------------ {
}

.------------------------------------ {
}

.------------------------------------ {
}


}
