@charset "utf-8";

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


#main {
	margin-top: 42px;
}
.scroll-tab-menu-sp {
	position: fixed;
	top: 45px;
	width: 100%;
	z-index: 99;
	background-color: white;
}

.scroll-tab-menu-sp .tab__head {
	position: relative;
	margin-top: 10px;
}


.scroll-tab-menu-sp .tab__head:after {
	position: absolute;
	left: -30px;
	bottom: 0;
	display: block;
	content: '';
	/* width: 150%; */
	height: 1px;
	background: #ec6081;
}

.scroll-tab-menu-sp .tab .nav-wrap {
	overflow-x: scroll;
	-webkit-overflow-scrolling: touch;
	-webkit-user-select: none;
	margin-bottom: 0px;
}


.scroll-tab-menu-sp .tab .nav {
display: flex;
width: 100%;
margin: 0 !important;
padding: 0 !important;
}


.scroll-tab-menu-sp .tab .nav .sp-tab-btn.current {
	position: relative;
	z-index: 2;
	color: #ec6081;
	border-color: #ec6081;
	background: #FFF7F9;
	border-bottom: 1px solid #FFF7F9 !important;
	background-color: #F09BA5;
	color: white;
	border: 1px solid #F09BA5!important;

}

.scroll-tab-menu-sp .tab .nav li {
	/* margin-right: 6px; */
	color: #000000;
	/* background: #FFF7F9; */
	background-color: white;
	border: 1px solid #CCCCCC;
	/* border-bottom: 1px solid transparent; */
	list-style-type: none !important;
	border-right: none;
}

.scroll-tab-menu-sp .tab .nav li:last-of-type {
	border-right: 1px solid #CCCCCC;
}

.scroll-tab-menu-sp .tab .nav a {
	display: flex !important;
	align-items: center;
	justify-content: center;
	height: 35px;
	padding: 0 12px !important;
	font-size: 13px;
	color: inherit;
	letter-spacing: .05rem;
	white-space: nowrap;
	border-bottom: none !important;
}


}