@charset "utf-8";
/* CSS Document */


/*=============================================
ここからスマホ用のナビ
=============================================*/

.sp_header{
    position: fixed;
    z-index: 100;
    top: 0;
    left: 0;
    width: 100%;
    height: 60px;
    background: #fff;
    padding: 0 95px 0 10px;
}
.sp_header{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.sp_header .sp_logo{
    width: 60%;
	padding-left: 20px;
}
.menu_in{
    position: fixed;
    top: 0;
    right: 0;
    background: #FFFCF2;
    width: 62px;
    height: 60px;
    z-index: 100;
	border-left: 1px solid #141414;
}
.menu{
    position: fixed;
    width: 35px!important;
    height: 25px!important;
    display: block;
    transition: all .4s;
    box-sizing: border-box;
    z-index: 200;
    top: 17px;
    right: 15px;
}
.menu.active{
	background: none;
	height: 25px;
}
.menu_txt{
	position: absolute;
	top: 85%;
	right: -3px;
}
.menu__line{
    display: inline-block;
    transition: all .4s;
    box-sizing: border-box;
    position: absolute;
    left: 0;
    width: 100%;
    height: 3px;
    background-color: #3c302a;
    border-radius: 4px;
}
.menu__line.active{
	background: #3c302a;
}
.menu__line--top{
	top: 0;
}
.menu__line--center{
    top: 44%;
}
.menu__line--bottom{
    bottom: 0;
}
.menu__line--top.active{
    -webkit-transform: translateY(11px) rotate(-315deg);
    transform: translateY(11px) rotate(-315deg);
}
.menu__line--center.active{
    opacity: 0;
}
.menu__line--bottom.active{
    -webkit-transform: translateY(-12px) rotate(315deg);
   transform: translateY(-12px) rotate(315deg);
}

/*.menu__line--top.active{
	-webkit-transform: rotate(-315deg);
    transform: rotate(-315deg);
    top: 11px;
}
.menu__line--center.active{
    opacity: 0;
}
.menu__line--bottom.active{
    -webkit-transform: rotate(315deg);
    transform: rotate(315deg);
    bottom: 12px;
}*/

.gnav{
  /*	background-color:rgba(255,232,162,0.9);*/
	background-color:rgba(255,252,242,0.9);
    display: none;
    height: 100%;
    position: fixed;
	top: 60px;
    width: 100%;
    z-index: 140;
	overflow-y: scroll;
    border-top: 1px solid #141414;
}
.gnav__wrap{
    height: 100%;
    width: 100%;
	overflow-y: scroll;
}
.gnav__menu{
	margin: 0 0 30px 0;
}
.gnav__menu li{
    position: relative;
    border-bottom: 1px solid #3c302a;
}
.gnav__menu li:nth-of-type(2) p{
	color: #ff8787;
}
.gnav__menu li:nth-of-type(3) p{
	color: #43bfff;
}
.gnav__menu li:first-child::before,
.accordion-content li::before{
    content: '';
    position: absolute;
    top: 50%;
    right: 20px;
    width: 20px;
    height: 20px;
	background: url("../images/common/sp_link01.png") no-repeat center / 20px;
    transform: translateY(-50%);
	z-index: 1;
}
.gnav__menu li a,
.accordion-title{
	display: block;
	padding: 13px 0 10px 20px;
	font-size: 1.8rem;
	text-decoration: none;
	transition: .5s;
	text-align: center;
	font-weight: bold;
}
.gnav__menu li a span{
	display: block;
	text-align: center;
	font-size: 1.2rem;
}
.sp_sub_nav{
	text-align: center;
}
.sp_sub_nav{
	margin-bottom: 10px;
}
.sp_ads_txt{
	font-size: 1.5rem;
	font-weight: bold;
	margin-bottom: 20px;
}
.sp_logo02{
	margin-bottom: 20px;
}
.sp_ads{
	width: 300px;
	margin: 0 auto;
}
.sp_ads p{
	color: #fff;
	background: #ffa030;
	font-size: 1.6rem;
	font-weight: bold;
	border-radius: 10px 10px 0 0;
	padding: 5px 0;
}
.sp_ads a{
	display: block;
	background: url("../images/common/h_tel.png") no-repeat left 30px center,#ffebd4;
	font-weight: bold;
	font-size: 2.0rem;
	border-radius: 0 0 10px 10px;
	padding: 5px 0;
}

/*=====================================================
追加CSS
=====================================================*/

/*
@keyframes fade_in {
    0% {
     opacity: 0;
     transform: translateX(-100%);
    }
 100% {
    opacity: 1;
     transform: translateX(0);
     } 
}
.gnav__menu a{
	transform: translateX(-100%);
    animation-name: fade_in;
    animation-duration: 1s;
    animation-fill-mode: forwards;
}
.gnav__menu li:nth-child(1) a{ 
    animation-delay: 0.1s;
}
.gnav__menu li:nth-child(2) a{ 
    animation-delay: .3s; 
}
.gnav__menu li:nth-child(3) a{ 
    animation-delay: .4s; 
}
.gnav__menu li:nth-child(4) a{ 
    animation-delay: .5s; 
}
.gnav__menu li:nth-child(5) a{ 
    animation-delay: .6s; 
}
.gnav__menu li:nth-child(6) a{ 
    animation-delay: .7s; 
}
.gnav__menu li:nth-child(7) a{ 
    animation-delay: .8s; 
}
.gnav__menu li:nth-child(8) a{ 
    animation-delay: .9s; 
}
*/






.accordion-container .accordion-title {
  position: relative;
  cursor: pointer;
}
.accordion-container .accordion-title:hover,
.accordion-container .accordion-title:active,
.accordion-title.open { 
  background-color: transparent;
}

.accordion-container .accordion-title::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 20px;
  width: 20px;
  height: 20px;
  /*縦線に*/
  transform: translateY(-50%) rotate(90deg);
  background: url("../images/common/sp_link02.png") no-repeat center / 20px;
  transition: all .3s;
}
.gnav__menu li:nth-of-type(3) .accordion-title::before {
	background: url("../images/common/sp_link03.png") no-repeat center / 20px;
}

/*
.accordion-container .accordion-title::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 15px;
  width: 15px;
  height: 2px;
  background: #450000;
  transition: all .2s ease-in-out;
}*/

.accordion-container .accordion-title.open::before {
  transform: translateY(-50%) rotate(270deg);
}
.accordion-container .accordion-title.open::after {
  opacity: 0;
}
.accordion-content li{
	border-bottom: none;
}
#accordion::before{
	content: none;
}

.accordion-content li a{
	position: relative;
	font-size: 1.6rem;
}
/*.accordion-content li a::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 20px;
    transform: translateY(-50%);
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #688e0c;
}*/
.sp_nav_now{
	background-color:rgba(255,232,162,0.6)!important;
}

