@charset "utf-8";
/* CSS Document */


/*ナビゲーションが開いた時スクロールを止める*/

.sp_menu_ov {
	overflow: hidden;
}

.sp_h_in {
	display: flex;
	align-items: center;
}


/*=============================================
ここからスマホ用のナビ
=============================================*/

.sp_h_in {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 100;
	height: 55px;
	background: #2a2a2a;
	z-index: 5000;
}

.sp_logo {
	display: flex;
	flex: 1;
	padding-left: 15px;
}

.sp_logo a{
	display: flex;
}

.sp_logo a img{
	height: 22px;
}

.h_app_btn{
	display: block;
	width: 105px;
	margin-left: auto;
}

.sp_h_in .fa-phone-volume {
	font-size: 1.8em;
	color: #fff;
	transform: rotate(-27deg);
	transition: .5s;
}

.menu_in {
	position: relative;
	width: 50px;
	height: 55px;
	z-index: 100;
	margin-left: 10px;
	margin-right: 10px;
}

.sp_menu {
	position: absolute;
	width: 30px !important;
	height: 23px !important;
	display: block;
	transition: all .4s;
	box-sizing: border-box;
	z-index: 200;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.sp_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: 2px;
	background-color: #fff;
}

/*
.menu__line.active {
	background: #024fa2;
}
*/

.menu__line--top {
	top: 0;
}

.menu__line--center {
	top: 44%;
}

.menu__line--bottom {
	bottom: 0;
}

.menu__line--top.active {
	transform: translateY(-50%) rotate(-315deg);
	top: 50%;
}

.menu__line--center.active {
	opacity: 0;
}

.menu__line--bottom.active {
	transform: translateY(-50%) rotate(315deg);
	top: 50%;
	bottom: auto;
}

/*.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 {
	display: none;
	background-color: #fff;
	height: 100%;
	position: fixed;
	top: 55px;
	width: 100%;
	z-index: 140;
	overflow-y: scroll;
	padding-bottom: 40%;
	text-align: center;
	box-shadow: 2.5px 4.33px 9px 1px rgb(58 58 58 / 15%);
}

.gnav__boxs {
	height: 100%;
	width: 100%;
	overflow-y: scroll;
}

.gnav__menu {
	margin-bottom: 30px;
}

.gnav__menu li {
	position: relative;
}

.gnav__menu li::before{
	content: '';
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	width: 75px;
	height: 1px;
	background: url(../images/common/gnav__menu_line.png) no-repeat center / contain;
}

/*.gnav__menu li::before {
	content: '';
	position: absolute;
	top: 50%;
	right: 20px;
	width: 5px;
	height: 5px;
	border-bottom: 2px solid;
	border-right: 2px solid;
	transform: translateY(-50%) rotate(-45deg);
}*/

.gnav__menu li a {
	display: block;
	color: inherit;
	padding: 12px 0;
	font-size: 1.5rem;
	text-decoration: none;
	transition: .5s;
}

.gnav__menu li a span {
	display: block;
	text-align: center;
	font-size: 1.2rem;
}

.sp_nav_tel a{
	position: relative;
	display: inline-block;
	color: #0e0e0e;
	font-size: 2.1rem;
	padding-left: 23px;
	margin-bottom: 23px;
}

.sp_nav_tel a::before{
	content: '';
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	width: 18px;
	height: 18px;
	background: url(../images/common/sp_nav_tel_icon.png) no-repeat center / contain;
}

.sp_nav_info {
	color: #0e0e0e;
	line-height: 1;
	font-size: 1.2rem;
}

.sp_nav_info p:not(:last-child) {
	margin-bottom: 15px;
}

.sp_nav_info p span {
	display: inline-block;
	padding: 0 5px;
	margin-right: 5px;
	border-right: 1px solid;
	border-left: 1px solid;
}

.sp_nav_clause{
	position: relative;
	width: 35px;
	height: 35px;
	margin-left: auto;
	margin-right: 20px;
}

.sp_nav_clause span{
	display: inline-block;
	box-sizing: border-box;
	position: absolute;
	left: 0;
	width: 100%;
	height: 2px;
	background-color: #313131;
}

.sp_nav_clause span:first-child {
	transform: translateY(-50%) rotate(-315deg);
	top: 50%;
}

.sp_nav_clause span:last-child {
	transform: translateY(-50%) rotate(315deg);
	top: 50%;
	bottom: auto;
}


/*=========================
下スライドでヘッダーを隠す
===========================*/

.sp_h_in {
	transition: .5s;
}

header .scrollDown {
	transform: translateY(-110%);
}

header .scrollTop {
	transform: translateY(0);
}



/*=========================
横から開け閉めの場合コメントを消す
===========================*/


.gnav {
	position: fixed;
	top: 0;
	right: 0;
	max-width: 450px;
	min-width: 265px;
	width: 70%;
	height: 100%;
	border-top: none;
	padding-top: 15px;
	z-index: 6000;
	background: #525252;
}
