.nav_open{
overflow: hidden;
}
@media screen and (min-width: 1025px) {
.nav_open{
overflow: auto;
}
}

.nav_open .sidemenu {
overflow: auto !important;
  right: 0;
height: 100%;
}


/*------------------------------------
ヘッダー a hover:下線アンダーライン ↓
------------------------------------*/
header ul li a {
  position: relative;
  display: inline-block;
  text-decoration: none;
}

/*------------------------------------
ヘッダー spハンバーガーメニュー ↓
------------------------------------*/

.sidemenu {
  padding: 10px 5%;
  position: fixed;
  right: -100%; /*メニュー幅*/
  transition: all 0.5s;
  top: 0;
  width: 100%; /*メニュー幅*/
  z-index: 2;
background:#f1d8bb;
  }
@media screen and (min-width: 600px) {
.sidemenu {
padding: 20px 25%;
}
}

.hamburger {
  cursor: pointer;
  height: 50px;
  position: absolute;
  right: 2%;
  top: 10px;
  width: 50px;
  z-index: 3;
  background:#4a2211;
  border-radius:6px;
}

@media screen and (min-width: 768px) {
.hamburger {
  cursor: pointer;
  height: 70px;
  position: absolute;
  right: 1.0%;
  top: 12px;
  width: 70px;
  z-index: 3;
  background:#4a2211;
  border-radius:6px;
}
}



.hamburger span {
  background-color: #fff;
  height: 2px;
  transform: scaleY(0.5) translateY(2px);
  left: 9px;
  position: absolute;
  transition: all 0.6s;
  width: 32px;
}

.hamburger_linetop {
  top: 10px;
}
.hamburger_linecenter {
  top: 18px;
}
.hamburger_linebottom {
  top: 26px;
}

@media screen and (min-width: 768px) {
.hamburger span {
  height: 4px;
  left: 16px;
  width: 38px;
}

.hamburger_linetop {
  top: 12px;
}
.hamburger_linecenter {
  top: 22px;
}
.hamburger_linebottom {
  top: 33px;
}
}


.hamburger p {
font-family: 'Jost', sans-serif;
position:absolute;
color:#fff;
top:30px;
font-weight:500;
font-size:10px;
left:11px;
}

@media screen and (min-width: 768px) {
.hamburger p {
top:41px;
left:16px;
font-size:12px;
letter-spacing:0.06em;
}
}


/*------------------------------------
メニュークリックした後 ↓
------------------------------------*/
.nav_open .hamburger_linetop {
  height: 2px;
  top: 23px;
  transform: rotate(45deg);
}
.nav_open .hamburger_linecenter {
  left: 50%;
  width: 0;
  }
.nav_open .hamburger_linebottom {
  height: 2px;
  top: 23px;
  transform: rotate(-45deg);
}
.nav_open .overlay {
  opacity: 0.8;
  visibility: visible;
}

@media screen and (min-width: 768px) {
.nav_open .hamburger_linetop {
  height: 3px;
  top: 26px;
  transform: rotate(45deg);
}
.nav_open .hamburger_linecenter {
  left: 50%;
  width: 0;
  }
.nav_open .hamburger_linebottom {
  height: 3px;
  top: 26px;
  transform: rotate(-45deg);
}
.nav_open .overlay {
  opacity: 0.8;
  visibility: visible;
}
}


.nav_open .hamburger p {
display:none;
}
@media screen and (min-width: 768px) {
.nav_open .hamburger p {
display:block;
}
}

/*------------------------------------
メニュークリック後メニュー外の背景 ↓
------------------------------------*/
.overlay {
  background-color: #000;
  cursor: pointer;
  height: 100vh;
  left: 0;
  opacity: 0.5 !important;
  position: fixed;
  top: 0;
  transition: all 0.6s;
  visibility: hidden;
  /*   width: 100vw; */
  width: 0;
  z-index: 1;
}

/*------------------------------------
サイドメニューレイアウト
------------------------------------*/

.m_ttl{
font-size:20px;
font-weight:500;
}


.sidemenu li a:hover{
text-decoration:none;
opacity:0.6;
}

/*------------------------------------
メニュー
------------------------------------*/
.sp_sub_menu ul{
margin-top:20px;
display:flex;
flex-wrap:wrap;
justify-content:space-between;
margin-bottom:15px;
}


.sp_sub_menu li{
width:100%;
border:solid 1px #ccc;
margin-bottom:8px;
}

@media screen and (min-width: 1025px) {
.sp_sub_menu li{
width:48%;
}
}



.sp_sub_menu a{
background:#fff !important;
color:#333;
width:100%;
display:inline-block;
position:relative;
text-align:left;
  padding: 8px 18px;
font-weight:500 !important;
font-size:1.4rem;
}

@media screen and (min-width: 1025px) {
.sp_sub_menu a{
font-size:1.6rem;
padding: 12px 18px;
}
}

.sp_sub_menu a:hover{
text-decoration:none;
background-color:#4a2211 !important;
opacity:1 !important;
color:#fff;
}

.sp_sub_menu a:before{
  font-size:20px;
  position: absolute;
  content:"\f105";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  top:50%;
  right:4%;
  transform:translatey(-50%);
}


/*------------------------------------
エリアメニュー↓
------------------------------------*/
.area_menu{
padding:8px 0 15px 0;
border-bottom:solid 1px #ccc;
border-top:solid 1px #ccc;
margin-bottom:18px;
}

.area_menu h2{
font-size:1.8rem;
}

.area_ul_menu li{
width:46%;
padding-left:1%;
padding-right:1%;
}

@media screen and (min-width: 1025px) {
.area_ul_menu li{
width:33%;
padding-left:1%;
padding-right:1%;
}
}


.area_ul_menu li img{
width:auto;
height:auto;
max-width:100%;
margin-top:15px;
}

.menu_ttl{
width:190px;
margin-left:auto;
margin-right:auto;
}

@media screen and (min-width: 1025px) {
.menu_ttl{
width:300px;
margin-left:auto;
margin-right:auto;
}
}

.menu_ban{
margin-top:20px;
}

.menu_ban li{
margin-left:auto;
margin-right:auto;
width:80%;
margin-bottom:15px;
}

@media screen and (min-width: 1025px) {
.menu_ban li{
width:48%;
}
}

.menu_insta_ban{
padding-top:15px;
padding-bottom:15px;
width:98%;
margin-left:auto;
margin-right:auto;
text-align:center;
}
