@charset "UTF-8";


/***

SPメニュー内　アコーディオン

***/
.details {
/*
	border-top: 2px solid #00a5a0;
	border-left: 2px solid #00a5a0;
	border-right: 2px solid #00a5a0;
	&:last-of-type {
		border-bottom: 2px solid #00a5a0;
	}
*/
	background: rgba(33,60,0,1.00);
	background: rgba(224,131,132,1.00);
}
.details-summary {
	clear: both;
	width: 100%;
	height: 60px;
	height: 50px;
	height: 44px;
	position: relative;
	display: block;
	padding: 0 20px;
	color: #213c00;
	font-size: 14px;
	font-size: 2.8vw;
	font-size: 3.3vw;
	font-size: 3.15vw;
	line-height: 115%;
	font-weight: normal;
	text-align: left;
	background-color: #fff;
	display: flex;
	align-items: center;

	.btn {
		position: absolute;
		top: 23.75px;
		top: 18.8px;
		top: 18.8px;
		top: 15.75px;
		right: 30px;
		
/*		display: inline-block;*/
		width: 21px;
		height: 12.5px;
  
		transform-origin: center center;
		transition-duration: 0.2s;
		/* マウスイベントを無効化 */
		pointer-events: none;
		
/*		background: rgba(120,159,206,0.2);*/

		&:before,
		&:after {
		content: "";
		position: absolute;
		bottom: 0;
		left: calc(50% - 0.5px);
		width: 1px;
		height: 16px;
		border-radius: 9999px;
		background-color: #000000;
		transform-origin: 50% calc(100% - 0.5px);
		}

		&:before {
		  transform: rotate(45deg);
		}

		&:after {
		  transform: rotate(-45deg);
		}


	}
	&.is-active {
		.btn {
			-webkit-transform: rotate(180deg);
			transform: rotate(180deg);
			
		}
	}
}
.details-summary.on1{
	background-color: #213c00;
	color: #fff;
	.btn {
		&:before,
		&:after {
		background-color: #fff;
		}
	}
}
.details-summary.on1 .details_border1bg{
	display: none;
}



/*
.details-summary::-webkit-details-marker {
	display: none;
}
*/

/*
.details-content {
	padding: 0 20px;
	p {
		margin: 0 0 20px;
		color: #000;
		font-size: 18px;
		text-align: left;
		&:last-of-type {
			margin: 0 0 0;
		}
	}
}
*/


/***

SPメニュー内　アコーディオンではないボタン

***/
.details_btn1{
	clear: both;
	width: 100%;
	height: 60px;
	height: 50px;
	height: 44px;
	margin: 0;
	padding: 0;
	position: relative;
	background-color: #fff;
}
.details_btn1.inner1{
	background-color: #f7f7f5;
}
.details_btn1 a{
	clear: both;
	width: 100%;
	height: 60px;
	height: 50px;
	height: 44px;
	position: relative;
	display: block;
	padding: 0 20px;
	display: flex;
	align-items: center;
}
.details_btn1.inner1 a{
	padding: 0 20px 0 40px;
}
.details_btn1 a span{
	clear: both;
	width: 100%;
	height: auto;
	position: relative;
	margin: 0;
	padding: 0;
	color: #213c00;
	font-size: 14px;
	font-size: 2.8vw;
	font-size: 3.3vw;
	font-size: 3.15vw;
	line-height: 115%;
	font-weight: normal;
	text-align: left;
	
}
.details_border1bg {
	clear: both;
	width: 100%;
	height: 1px;
	margin: 0;
	padding: 0;
	background: none;
	border: none;
	position: absolute;
	bottom: 0;
	left: 0;
}
.details_border1bg .details_border1 {
	clear: both;
	width: calc( 100% - 40px );
	height: 1px;
	margin: 0 auto;
	padding: 0;
	background: #ccc;
	border: none;
}
.details_btn1.on1{
	background-color: #213c00;
}
.details_btn1.on1 a span{
	color: #fff;
}
.details_btn1.on1 .details_border1bg{
	display: none;
}

.menu_border1 {
	clear: both;
	width: 100%;
	height: 1px;
	margin: 0;
	padding: 0;
	background: #ccc;
	border: none;
}


