@charset "UTF-8";
/* CSS Document */
.nav_open {
  overflow: hidden;
}
.menu_ttl {
  text-align: center;
}
.menu_logo {
  width: 280px;
}
.sp_sub_menu {
  margin-top: 60px;
  text-align: left;
  padding-bottom:80px;
  padding-left:5%;
  padding-right:5%;
}
.sp_sub_menu .menu_list {
  display: block;
  text-align:left;
  background:#fff;
  padding:15px;
}
.sp_sub_menu li {
}
.sp_sub_menu li a {
  color: #333333;
  font-size: 2.2rem;
  font-weight: 700;
  display:block;
  border-bottom:dotted 1px;
    padding-top: 6px;
  padding-bottom:6px;
}

.sp_sub_menu li a:hover{
opacity:0.5 !important;
text-decoration:none !important; 
}

.last_none{
  border-bottom:none !important;
}

ul.under_list {
}
ul.under_list li a {
  padding-left: 30px;
  font-size: 1.6rem;
  font-weight: 600;
}


.menu_toi{
  text-align:center;
  margin:30px auto 10px;
}

.menu_toi{
width:300px;
}

.menu_toi img{
width:100%;
height:auto;
}


@media screen and (max-width: 767px){

.menu_toi{
  text-align:center;
  margin:5vw auto 1vw;
}

.menu_toi{
width:60vw;
}


	.menu_ttl{
		margin-top: 3vw;
	}
	.menu_logo{
		width: 50vw;
	}

.sp_sub_menu {
  margin-top: 5vw;
  text-align: center;
  padding-bottom:80px;
}


.sp_sub_menu li a {
  font-size: 3.8vw;
  font-weight: 600;
    padding-top: 1.2vw;
  padding-bottom:1.2vw;
}

ul.under_list li a {
  padding-left: 1em;
  font-size: 3.4vw;
  font-weight: 500;
}


}


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

.nav_open .sidemenu {
  overflow: auto !important;
  right: 0;
  height: 100%;
   /*  background:#dfca90; */
  background-image: linear-gradient(70deg, #fdf0a2 49%, #d0a942);
}
/*------------------------------------
ヘッダー 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;
}
@media screen and (min-width: 600px) {
  .sidemenu {
    padding: 20px 25%;
  }
}
.hamburger {
  cursor: pointer;
  height: 46px;
  position: absolute;
  right: 1.5%;
  top: 8px;
  width: 46px;
  z-index: 3;
  background: #333333;
  border-radius: 6px;
}
@media screen and (min-width: 768px) {
  .hamburger {
    cursor: pointer;
    height: 70px;
    position: absolute;
    right: 1.5%;
    top: 12px;
    width: 70px;
    z-index: 3;
    background: #333333;
    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: 28px;
}
.hamburger_linetop {
  top: 9px;
}
.hamburger_linecenter {
  top: 17px;
}
.hamburger_linebottom {
  top: 24px;
}
@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: "Outfit", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  position: absolute;
  color: #fff;
  top: 29px;
  font-weight: 500;
  font-size: 9px;
  left: 9.5px;
}
@media screen and (min-width: 768px) {
  .hamburger p {
    top: 41px;
    left: 18px;
    font-size: 11px;
    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;
}


.nav_open main{
  z-index: -1;
  /* position:fixed; */
  position:relative;
  }

.sidemenu{
height:100vh !important ;
  }