/*▼ ハンバーガーメニュー  ここから▼*/

#header-sp{ width:100%; height:80px; z-index: 999; top:0; transition: 0.7s ease; position: fixed; transition:.5s; transition-timing-function:cubic-bezier(.4,0,.2,1);}
#header-sp #logo-sp{ padding:13px 10px 0;}
#header-sp #logo-sp .left { display:inline-block;}
#header-sp #logo-sp .left a{ width: 170px; height: 45px; display:inline-block; text-decoration:none; transition:0.5s ease-out; transition-timing-function:cubic-bezier(.4,0,.2,1); position: relative;}
#header-sp #logo-sp .left img{ height:45px; transition:0.5s ease-out; position: absolute; left:0; top:0;}
#header-sp #logo-sp .left img.bl{ opacity:0;}


/*切り替え*/
#header-sp.black { background:rgba(255,255,255,.3); backdrop-filter:blur(4px); -webkit-backdrop-filter:blur(4px);}
#header-sp.black #logo-sp .left img.bl{ opacity:1;}
#header-sp.black #logo-sp .left img.wh{ opacity:0;}
#header-sp.black .toggle_btn span{ background:#2c2c2c;}


/*ヘッダー*/
/*
#home #header-sp.white{ }
#home #header #hmid .left a p{ color:#fff;}
#home #navi ul li a{ color:#fff;}

#home #header.black #hmid .left a{ background:url(../images/common/logo-b.png)left 4px no-repeat;}
*/

/*============
ナビ
#navArea
=============*/
#navArea{ position:relative; z-index:999;}
#navArea .h2-01{ font-size:22px; margin-bottom:0px;}
#navArea .h2-01 span { background: url(../images/common/h2-icon.png) left 18px no-repeat; background-size:22px auto; padding-left:35px;}
#navArea .inner{ position:relative; z-index:999; padding:80px 20px 120px; overflow:scroll;}


#navArea .inner .area-01{ text-align:center; padding-top:20px;}
#navArea .inner .area-01 h2{ font-size:18px; font-weight:900; color:#2c2c2c; padding-bottom:10px; margin:0 0px 0px; font-family:'Zen Old Mincho', serif;}
#navArea .inner .area-01 .p-tel{ font-size:36px; font-weight:bold; line-height:1em; display:inline-block;}
#navArea .inner .area-01 .p-tel a{ background:url(../images/common/ico-tel2.png)left 5px no-repeat; background-size:28px auto; color:#012b64; padding-left:35px; display:block; text-decoration:none; font-family:'Zen Old Mincho', serif;}
#navArea .inner .area-01 .p-01{ font-size:14px; font-weight:500; color:#2c2c2c; letter-spacing:normal; margin:5px 0 30px;}

#navArea .inner .fixd{ background:#fff; width: 100%; text-align: center; padding:20px; position:fixed; left:0; bottom:0; box-sizing:border-box;}
#navArea .inner .fixd a{ background:#520a7c; font-size:16px; color:#fff; padding:18px 0 15px; text-decoration:none; display:block; font-family:"Noto Serif JP", serif;}
#navArea .inner .fixd a span{ font-size:13px; color:#fff; letter-spacing:2px; line-height: 1.5em; display: block;}



nav {
  display: block;
  position: fixed;
  top:0px;/*上からの距離*/
  right:0px;/*左から出すか右から出すか*/
  bottom: 0;
  width:100%;
  background: #fff9ef;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  transition: all .5s;
  transition-timing-function:cubic-bezier(.4,0,.2,1);
  z-index: 20;
  opacity: 0;
  pointer-events: none;
}
.open nav {
  right: 0;  /*左から出すか右から出すか*/
  opacity: 1;
  top:0px;
  pointer-events:auto;
}
nav .inner ul {
  list-style: none;
  margin:30px 0 15px;
  padding: 0;
}
nav .inner ul li {
   font-family:'Zen Old Mincho', serif;
   padding-left:20px;
   margin-bottom:15px;
}
nav .inner ul li a {
  display:block;
  color: #2c2c2c;
  font-size:14px;
  font-weight:600;
	line-height:1.5;
  text-decoration: none;
}
nav .inner .ul-01 {
  margin-top: 0;
}
nav .inner .ul-01 li {
  position: relative;
	border-bottom:1px dashed #C9C9C9;
  padding-left:0;
  margin-bottom: 0;
}
nav .inner .ul-01 li a {
  font-size:16px;
  font-weight:600;
	line-height:1.5;
	padding:13px 0 13px 1.5em;
  transition-duration: 0.2s;
  position:relative;
}
nav .inner .ul-01 li a span{
font-size:13px;
font-weight:500;
color:#6ba23c;
line-height:2em;
letter-spacing:2px;
display: block;
}
  

/*============
メニュー（3本線）
.toggle_btn
=============*/
.toggle_btn {
  display: block;
  position: fixed;
  top: 0px;
  right: 0px;
  width: 80px;
  height: 80px;
  transition: all .5s;
  cursor: pointer;
  z-index: 3;
}
.toggle_btn span {
  display: block;
  position: absolute;
  left: 25px;
  width:36px;
  height:1px;
  background:#2c2c2c;
  transition:.5s;
}
.toggle_btn span:nth-child(1) {
  top:35px;
}
.toggle_btn span:nth-child(2) {
  top: 47px;
  width:25px;
}
.open .toggle_btn span {
background: #2c2c2c;
}
.open .toggle_btn span:nth-child(1) {
  -webkit-transform: translateY(5px) rotate(-45deg);
  transform: translateY(5px) rotate(-45deg);
}
.open .toggle_btn span:nth-child(2) {
  -webkit-transform: translateY(-7px) rotate(45deg);
  transform: translateY(-7px) rotate(45deg);
  width:36px;}

.open #header-sp{ background: none;}
.open #header-sp #logo-sp{ display: none;}

/*============
背景（マスク）
#mask
=============*/
#mask {
  display: none;
  transition: all .5s;
}
.open #mask {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  opacity: .7;
  z-index: 2;
  cursor: pointer;}
