@charset "utf-8";

/*------------------------------------------------------------
	共通
------------------------------------------------------------*/

.subtxt{
	font-size: 60%;
}

.bar{
	background:linear-gradient(transparent 60%, #ff6 60%);
}



/*------------------------------------------------------------
	全体
------------------------------------------------------------*/
#container{
	border: 1px solid y_ellow;
	background: url(../img/back_check.png);
}

header{
	border:3px solid r_ed;
	height: 85vh;
	max-height: 800px;
	position: relative;
}
header h1{
	border:2px solid r_ed;
	position: absolute;
	z-index: 2;
	width: 810px;
	left: 0;right: 0;
	margin: 150px auto 0;
}
header h1 img{
	height: 22px;
}
header h1 .space{
	margin-right: 15px;
}


header .scrollbox{
	border-right:3px solid #fff;
	position: absolute;
	z-index: 2;
	bottom: -10px;
	right: 25px;
	writing-mode: vertical-rl;
	font-weight: 400;
	font-size: 95%;
	letter-spacing: 2px;
	color: #fff;
	padding-bottom: 1.8em;
	padding-right: 3px;
}
header .backpanorama{
	height: 100%;
	width: 400vw;
	border: 4px solid g_reen;
	position: absolute;
	background-image: url(../img/goshoura_main.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	z-index: 0;
	border: 2px solid r_ed;
	box-shadow:0px -8px 108px -1px rgba(15,0,0,0.5) inset;
	animation: backpanorama 32s ease-in-out infinite alternate-reverse;
}
@keyframes backpanorama {
	0%{
		transform: translateX(-300vw);
	}
	100%{
		transform: translateX(0vw);
	}
}
header .backpanorama img{
	height: 100%;
	width: 200%;
}
/***/

.titlebox {
	border: 3px solid b_lue;
	width: 920px;
	margin: 30px auto 0;
	position: relative;
}
.titlebox h2{
	width: 65%;
	position: relative;
	top: 30px;
}
.titlebox .mapbox{
	width: 45%;
	border: 3px solid r_ed;
	position: absolute;
	top: 0;
	right: -25px;
	height: 300px;
}
.titlebox .mapbox img{
	position: absolute;
}
.titlebox .mapbox .wave1{
	animation: wave1 3s .5s infinite;
}
@keyframes wave1{
	0%{
		transform: translateY(0px);
	}
	
	50%{
		transform: translateY(6px);
	}
	100%{
		transform: translateY(0px);
	}
}
.titlebox .mapbox .wave2{
	animation: wave2 3s .5s infinite;
}
@keyframes wave2{
	0%{
		transform: translateY(0px);
	}
	
	50%{
		transform: translateY(3px);
	}
	100%{
		transform: translateY(0px);
	}
}

.subtitle{
	border: 4px solid #000;
	background: #fff;
	border-radius: 25px;
	width: 670px;
	margin: 180px auto 0;
	font-weight: 900;
	font-size: 145%;
	letter-spacing: 2px;
	padding: 5px 20px 6px;
	position: relative;
	text-align: center;
}



@media all and (max-width: 750px) {

	header{
		border:3px solid r_ed;
		height: 85vh;
		max-height: 800px;
		position: relative;
	}
	header h1{
		border:2px solid r_ed;
		position: absolute;
		z-index: 2;
		width: 100%;
		left: 0;right: 0;
		margin: 60px auto 0 5vw;
	}
	header h1 img{
		height: 4vw;
	}
	header h1 .space{
		margin-right: 15px;
	}
	
	header h1 .h1lineheight{
		border: 2px solid b_lue;
		margin-bottom: 10px;
	}
	
	header .scrollbox{
		border-right:3px solid #fff;
		position: absolute;
		z-index: 2;
		bottom: -10px;
		right: 15px;
		writing-mode: vertical-rl;
		font-weight: 400;
		font-size: 95%;
		letter-spacing: 2px;
		color: #fff;
		padding-bottom: 1.8em;
		padding-right: 3px;
	}
	header .backpanorama{
		height: 100%;
		width: 600%;
		border: 4px solid g_reen;
		position: absolute;
		background-image: url(../img/goshoura_main.jpg);
		background-repeat: no-repeat;
		background-size: cover;
		box-shadow:0px -8px 108px -1px rgba(0,0,0,0) inset;
		z-index: 0;
	}
	@keyframes backpanorama {
		0%{
			transform: translateX(-500vw);
		}
		100%{
			transform: translateX(0vw);
		}
	}
	/***/
	
	.titlebox {
		border: 3px solid b_lue;
		width: 90%;
		margin: 30px auto 0;
		position: relative;
	}
	.titlebox h2{
		width: 100%;
		position: relative;
		top: 0px;
	}
	.titlebox .mapbox{
		width: 100%;
		border: 3px solid r_ed;
		position: relative;
		top: 0;
		right: 0px;
		height: 70vw;
	}
	.titlebox .mapbox img{
		position: absolute;
	}
	
	
	.subtitle{
		border: 4px solid #000;
		background: #fff;
		border-radius: 25px;
		width: 670px;
		margin: 150px auto 0;
		font-weight: 900;
		font-size: 145%;
		letter-spacing: 2px;
		padding: 5px 20px 6px;
		position: relative;
		text-align: center;
	}
}



/***/


.maintxtbox{
	border: 3px solid r_ed;
	width: 880px;
	margin: 30px auto 0;
	display: flex;
	justify-content: space-between;
}
.maintxtbox .imgbox{
	border: 2px solid b_lue;
	width: 470px;
}

.maintxtbox .imgbox iframe{
	width: 100%;
	height: 260px;
}
.maintxtbox .imgbox .columnbox{
	border: 4px solid #000;
	background-color: #fff;
	border-radius: 20px;
	margin-top: 80px;
	width: 90%;
	position: relative;
	left: 40px;
	text-align: center;
}
.maintxtbox .imgbox .columnbox .tit{
	border: 4px solid #000;
	background: #fff;
	border-radius: 25px;
	font-weight: 900;
	font-size: 130%;
	letter-spacing: 2px;
	padding: 3px 15px 4px;
	text-align: center;
	display: inline-block;
	position: relative;
	top: -1.2em;
}
.maintxtbox .imgbox .columnbox .inner{
	display: flex;
	justify-content: space-around;
}

.maintxtbox .imgbox .columnbox .inner .innerimgbox{
	display: flex;
	border: 1px solid r_ed;
	width: 40%;
	position: relative;
	left: 20px;
	top: -15px;
}
.maintxtbox .imgbox .columnbox .inner .innerimgbox img{
	width: 100%;
	position: absolute;
}

.maintxtbox .imgbox .columnbox .inner .innertxtbox{
	text-align: left;
	font-weight: 900;
	font-size: 115%;
	line-height: 2.0;
	width: 42%;
	margin-bottom: 2em;
}
.maintxtbox .txtbox{
	border: 2px solid b_lue;
	width: 350px;
}

.maintxtbox .txtbox p{
	font-weight: 700;
	font-size: 105%;
	line-height: 2;
	margin-bottom: 1.5em;
	letter-spacing: normal;
}


.link_blc{
	display: inline-block;
	margin-top: 5px;
}
.link_blc::before{
	content: '';
	position: relative;
	display: inline-block;
	background: url(../img/arrow.svg) no-repeat;
	background-size: contain;
	width: .8em;
	height: .8em;
	margin-left: 10px;
	margin-right: 7px;
}
.link_blc a{
	background: #000;
	color: #fff;
	font-size: 110%;
	font-weight: 500;
	padding: 2px 10px;
	transition: .5s;
	border: 2px solid #000;
}
.link_blc a:hover{
	background: #fff;
	color: #000;
	border: 2px solid #000;
}



.link_line{
	display: inline-block;
	margin-top: 5px;
	width: 100%;
	text-align-last: left;
}
.link_line::before{
	content: '';
	position: relative;
	display: inline-block;
	background: url(../img/arrow.svg) no-repeat;
	background-size: contain;
	width: .8em;
	height: .8em;
	margin-left: 10px;
	margin-right: 1px;
}
.link_line a{
	font-size: 100%;
	font-weight: 500;
	padding: 2px 5px;
	transition: .5s;
	border-bottom: 2px solid #000;
}
.link_line a:hover{
	background: #fff;
	color: #000;
}



@media all and (max-width: 750px) {

	.maintxtbox{
		border: 3px solid r_ed;
		width: 100%;
		margin: 30px auto 0;
		display: block;
		justify-content: space-between;
	}
	.maintxtbox .imgbox{
		border: 2px solid b_lue;
		width: 100%;
	}
	.maintxtbox .imgbox iframe{
		width: 100%;
		height: 260px;
	}
	.maintxtbox .subtitle{
		width: 80%;
		margin: 5vw auto 0;
		border-radius: 50px;
		font-size: 130%;
		text-align: center;
	}
	.columnbox{
		border: 4px solid #000;
		background-color: #fff;
		border-radius: 20px;
		margin: 80px auto 0;
		width: 90%;
		position: relative;
		left: 0px;
		text-align: center;
	}
	.columnbox .tit{
		border: 4px solid #000;
		background: #fff;
		border-radius: 25px;
		font-weight: 900;
		font-size: 130%;
		letter-spacing: 2px;
		padding: 3px 15px 4px;
		text-align: center;
		display: inline-block;
		position: relative;
		top: -1.2em;
	}
	.columnbox .inner{
		display: flex;
		justify-content: space-around;
	}
	
	.columnbox .inner .innerimgbox{
		display: flex;
		border: 1px solid r_ed;
		width: 40%;
		position: relative;
		left: 20px;
		top: -15px;
	}
	.columnbox .inner .innerimgbox img{
		width: 100%;
		position: absolute;
	}
	
	.columnbox .inner .innertxtbox{
		text-align: left;
		font-weight: 900;
		font-size: 115%;
		line-height: 2;
		width: 42%;
		margin-bottom: 2em;
	}
	.maintxtbox .txtbox{
		border: 2px solid b_lue;
		width: 90%;
		margin: 5vw auto 0;
	}
	
	.maintxtbox .txtbox p{
		font-weight: 700;
		font-size: 105%;
		line-height: 2;
		margin-bottom: 1.5em;
		letter-spacing: normal;
	}
	
	
	.link_blc{
		display: inline-block;
		margin-top: 5px;
	}
	.link_blc::before{
		content: '';
		position: relative;
		display: inline-block;
		background: url(../img/arrow.svg) no-repeat;
		background-size: contain;
		width: .8em;
		height: .8em;
		margin-left: 10px;
		margin-right: 7px;
	}
	.link_blc a{
		background: #000;
		color: #fff;
		font-size: 110%;
		font-weight: 500;
		padding: 2px 10px;
		transition: .5s;
		border: 2px solid #000;
	}
	.link_blc a:hover{
		background: #fff;
		color: #000;
		border: 2px solid #000;
	}
}


/***/
.tenuguitxt{
 font-weight: 400;
}


.planbox_outer{
	border: 4px solid #000;
	border-radius: 20px;
	background-color: #fff;
	margin: 100px auto 0;
	width: 790px;
	position: relative;
	left: 20px;
}
.planbox_outer .tit{
	border: 4px solid #000;
	background: #fff;
	border-radius: 25px;
	font-weight: 900;
	font-size: 130%;
	letter-spacing: 2px;
	padding: 3px 25px 4px;
	text-align: center;
	display: inline-block;
	position: relative;
	top: -1.2em;
	left: 4em;
}

.planbox_outer .planbox{
	border: 3px solid r_ed;
	display: flex;
	align-items: flex-start;
	width: 90%;
	margin: 0 auto;
	position: relative;
}
.planbox_outer .planbox .plantxt{
	border: 2px solid b_lue;
	width: 520px;
	position: relative;
	top: 20px;
	z-index: 2;
}
.planbox_outer .plan_tit{
	background: #000;
	color: #fff;
	font-weight: 700;
	font-size: 115%;
	display: inline-block;
	padding: 2px 20px;
}
.planbox_outer .planbox .plantxt .price{
	font-weight: 700;
	font-size: 190%;
	margin: .7em 0 2em .8em;
}
.btn_goast{
	border: 2px solid #000;
	background: #fff;
	border-radius: 25px;
	font-weight: 700;
	font-size: 100%;
	letter-spacing: 1px;
	padding: 3px 15px 4px;
	text-align: center;
	display: inline-block;
	position: relative;
	transition: .5s;
	top: -1em;
}
.btn_goast::after{
	content: '';
	display: inline-block;
	width: .8em;
	height: .8em;
	position: relative;
	left: 0.1em;
	background: url(../img/arrow.svg) no-repeat;
	background-size: contain;
}
.btn_goast:hover{
	border: 2px solid #000;
	background: #000;
	color: #fff;
}

.planbox_outer .planbox .plan_img{
	width: 280px;
	position: absolute;
	top: 0;
	right: -60px;
	z-index: 1;
}


.planbox_outer .cyclebox{
	border: 3px solid g_reen;
	display: flex;
	align-items: flex-start;
	width: 90%;
	margin: 0 auto;
	position: relative;
}

.planbox_outer .cyclebox .txtbox{
	border: 2px solid b_lue;
	width: 520px;
	position: relative;
	top: 60px;
	z-index: 2;
	
}

.planbox_outer .cyclebox .txtbox .price{
	font-weight: 700;
	font-size: 190%;
	margin: .7em 0 0em .8em;
}
.planbox_outer .cyclebox .txtbox p{
	font-weight: 700;
	font-size: 130%;
	margin: .7em 0 2em .8em;
}
.planbox_outer .cyclebox .txtbox p span{
	border: 1px solid #000;
	padding: 1px 4px 2px 7px;
	font-size: 85%;
}
.planbox_outer .cyclebox .txtbox .cyclelink{
	font-weight: 600;
	font-size: 100%;
	line-height: 2;
	position: relative;
	top: -1.5em;
	left: 2.5em;
	text-decoration: underline;
}
.planbox_outer .cyclebox .txtbox .cyclelink::before{
	content: '';
	display: inline-block;
	width: .8em;
	height: .8em;
	position: relative;
	left: -.3em;
	background: url(../img/arrow.svg) no-repeat;
	background-size: contain;
}


.planbox_outer .cyclebox .txtbox .address{
	font-weight: 600;
	font-size: 100%;
	line-height: 2;
	margin: .7em 0 0 .8em;
	border-left: 4px solid #000;
	padding-left: 1.3em;
}
.planbox_outer .cyclebox .imgbox {
	width: 155px;
	position: relative;
	top: 10px;
	margin-bottom: 50px;
}


@media all and (max-width: 750px) {

	.planbox_outer{
		border: 4px solid #000;
		border-radius: 20px;
		background-color: #fff;
		margin: 100px auto 0;
		width: 90%;
		position: relative;
		left: 0px;
		text-align: center;
		padding-top: 40px;
	}
	.planbox_outer .tit{
		border: 4px solid #000;
		background: #fff;
		border-radius: 50px;
		font-weight: 900;
		font-size: 130%;
		letter-spacing: 2px;
		padding: 3px 25px 4px;
		text-align: center;
		display: inline-block;
		position: relative;
		top: -4.2em;
		left: 0;
		margin: 0 auto;
	}
	
	.planbox_outer .planbox{
		border: 3px solid r_ed;
		display: block;
		align-items: flex-start;
		width: 90%;
		margin: 0 auto;
		position: relative;
	}
	.planbox_outer .planbox .plan_img{
		width: 80%;
		position: relative;
		top: -7vw;
		right: -0vw;
		margin: 0 auto;
		z-index: 1;
	}
	.planbox_outer .planbox .plantxt{
		border: 2px solid b_lue;
		width: 100%;
		position: relative;
		top: 0px;
		margin-top: -11vw;
		z-index: 2;
		text-align: left;
	}
	.planbox_outer .plan_tit{
		background: #000;
		color: #fff;
		font-weight: 700;
		font-size: 115%;
		display: inline-block;
		padding: 2px 20px;
	}
	.planbox_outer .planbox .plantxt .price{
		font-weight: 700;
		font-size: 190%;
		margin: .7em 0 2em .8em;
	}
	.tenugui_sp{
		display: inline-block;
		margin-bottom: 30px;
	}
	.btn_goast{
		border: 2px solid #000;
		background: #fff;
		border-radius: 25px;
		font-weight: 700;
		font-size: 120%;
		letter-spacing: 1px;
		padding: 3px 15px 4px;
		text-align: center;
		display: inline-block;
		position: relative;
		transition: .5s;
		top: -1em;
		width: 90%;
	}
	.btn_goast::after{
		content: '';
		display: inline-block;
		width: .8em;
		height: .8em;
		position: relative;
		left: 0.1em;
		background: url(../img/arrow.svg) no-repeat;
		background-size: contain;
	}
	.btn_goast:hover{
		border: 2px solid #000;
		background: #000;
		color: #fff;
	}
	
	.planbox_outer .cyclebox{
		border: 3px solid g_reen;
		display: block;
		width: 90%;
		margin: -10vw auto 0;
		position: relative;
		text-align: left;
	}
	
	.planbox_outer .cyclebox .txtbox{
		border: 2px solid b_lue;
		width: 100%;
		position: relative;
		top: 60px;
		z-index: 2;
		margin-bottom: 100px;
	}
	
	.planbox_outer .cyclebox .txtbox .price{
		font-weight: 700;
		font-size: 190%;
		margin: .7em 0 0em .8em;
	}
	.sp_tenugui{
		width: 100%;
		margin-top: 15px;
		filter: drop-shadow(11px 8px 6px rgba(0,0,0,0.09));
	}
	.planbox_outer .cyclebox .txtbox p{
		font-weight: 700;
		font-size: 130%;
		margin: .7em 0 2em .8em;
	}
	.planbox_outer .cyclebox .txtbox p span{
		border: 1px solid #000;
		padding: 1px 4px 2px 7px;
		font-size: 85%;
	}
	.planbox_outer .cyclebox .txtbox .cyclelink{
		font-weight: 600;
		font-size: 120%;
		line-height: 2;
		position: relative;
		top: -1.5em;
		left: 2.5em;
		text-decoration: underline;
	}
	.planbox_outer .cyclebox .txtbox .cyclelink::before{
		content: '';
		display: inline-block;
		width: .8em;
		height: .8em;
		position: relative;
		left: -.3em;
		background: url(../img/arrow.svg) no-repeat;
		background-size: contain;
	}
	
	
	.planbox_outer .cyclebox .txtbox .address{
		font-weight: 600;
		font-size: 100%;
		line-height: 2;
		margin: .7em 0 0 .8em;
		border-left: 4px solid #000;
		padding-left: 1.3em;
	}
	.planbox_outer .cyclebox .imgbox {
		width: 155px;
		position: relative;
		top: 10px;
		margin-bottom: 50px;
	}
	
}

/***/

.pointbox_outer{
	width: 660px;
	border: 2px solid r_ed;
	margin: 100px auto 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.pointbox_outer .pointbox{
	border: 2px solid b_lue;
	width: 280px;
	text-align: center;
}
.pointbox_outer .pointbox .tit{
	background: #000;
	color: #fff;
	font-weight: 700;
	font-size: 115%;
	display: inline-block;
	padding: 2px 20px;
	position: relative;
	top: -1em;
}
.pointbox_outer .pointbox .tit_tenugui{
	background: #000;
	color: #fff;
	font-weight: 700;
	font-size: 115%;
	display: inline-block;
	padding: 2px 20px;
	position: relative;
	top: -3.5em;
	left: 4em;
}

.pointbox_outer .pointbox .txt{
	font-weight: 700;
	font-size: 105%;
	line-height: 1.9;
	margin: 0 auto 1.5em;
	letter-spacing: normal;
	text-align:left;
	width: 90%;
}


@media all and (max-width: 750px) {

	.pointbox_outer{
		width: 95%;
		border: 2px solid r_ed;
		margin: 60px auto 0;
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	
	.pointbox_outer .pointbox{
		border: 2px solid b_lue;
		width:80%;
		text-align: center;
		margin: 0 auto;
	}
	.pointbox_outer .pointbox .tit{
		background: #000;
		color: #fff;
		font-weight: 700;
		font-size: 115%;
		display: inline-block;
		padding: 2px 20px;
		position: relative;
		top: -1em;
	}
	.pointbox_outer .pointbox .tit_tenugui{
		background: #000;
		color: #fff;
		font-weight: 700;
		font-size: 115%;
		display: inline-block;
		padding: 2px 20px;
		position: relative;
		top: -3em;
		left: 3em;
	}
	
	.pointbox_outer .pointbox .txt{
		font-weight: 700;
		font-size: 105%;
		line-height: 1.9;
		margin: 0 auto 1.5em;
		letter-spacing: normal;
		text-align:left;
		width: 90%;
	}

}




/***/

.modelplanbox{
	border: 3px solid r_ed;
	width: 600px;
	margin: 100px auto 0;
}

.modelplanbox .tit {
	font-weight: 700;
	font-size: 200%;
	position: relative;
	top: -1.2em;

}
.modelplanbox .tit span{
	border: 4px solid #000;
	background: #fff;
	border-radius: 25px;
	font-weight: 900;
	font-size: 75%;
	letter-spacing: 2px;
	padding: 3px 20px 4px;
	text-align: center;
	display: inline-block;
	margin-right: 10px;
}

.modelplanbox .plantxt{
	width: 90%;
	margin: 0 auto;
	font-weight: 700;
	font-size: 105%;
	line-height: 1.9;
	margin: 0 auto 1.5em;
	letter-spacing: normal;
}


@media all and (max-width: 750px) {

	.modelplanbox{
		border: 3px solid r_ed;
		width: 95%;
		margin: 100px auto 0;
		text-align: center;
	}
	
	.modelplanbox .tit {
		font-weight: 700;
		font-size: 200%;
		position: relative;
		top: -1.2em;
		line-height: 1.7;
	}
	.modelplanbox .tit span{
		border: 4px solid #000;
		background: #fff;
		border-radius: 25px;
		font-weight: 900;
		font-size: 75%;
		letter-spacing: 2px;
		padding: 3px 20px 4px;
		text-align: center;
	}
	
	.modelplanbox .plantxt{
		width: 90%;
		margin: 0 auto;
		font-weight: 700;
		font-size: 105%;
		line-height: 1.9;
		margin: 0 auto 1.5em;
		letter-spacing: normal;
		text-align: left;
	}
	
	.modelplanbox iframe{
		height: 70vw;
	}

}



/*------------------------------------------------------------
	開閉details   
------------------------------------------------------------*/

.js-summary {
	position: relative;
	display: block; /* 矢印を消す */
	padding: 25px 0 0 15px;
	cursor: pointer; /* カーソルをポインターに */
	transition: 0.2s;
	border: 2px solid #000;
	transition: .9s;
	font-weight: 500;
	font-size: 110%;
	color: #fff;
	background-color: #000;
	border-radius: 25px;
	padding: 5px 25px;
	display: inline-block;
	margin: 1em 0 0 3em;
}


.js-summary:hover {
	color: #fff;
	background-color: #888;
}


.js-click:before,
.js-summary:after {
	content: '';/*何も入れない*/
	display: inline-block;/*忘れずに！*/
	width: .8em;/*画像の幅*/
	height: .8em;/*画像の高さ*/
	background-image: url(../img/arrow2.svg);
	background-size: contain;
	background-repeat: no-repeat;
	position: relative;
	left: .5em;
	top: .0em;
	transform: rotate(90deg);
	transition: .1s;
}



.js-click.open:before,
.js-summary.open:before {
	content: ""
}


.js-click.open:before,
.js-summary.open:after {
	content: '';/*何も入れない*/
	display: inline-block;/*忘れずに！*/
	width: .8em;/*画像の幅*/
	height: .8em;/*画像の高さ*/
	background-image: url(../img/arrow.svg);
	background-size: contain;
	background-repeat: no-repeat;
	position: relative;
	left: 2.5em;
	top: 0.1em;
	transform: rotate(-20deg);
}


.js-containerr {
	display: none;
	font-weight: 600;
	font-size: 105%;
	border: 4px solid #000;
	background-color: #fff;
	border-radius: 25px;
	margin-top: 1.3em;
	padding: 30px 70px;
	line-height: 2;
	text-align: left;
}


@media all and (max-width: 750px) {

	.js-summary {
		position: relative;
		display: block; /* 矢印を消す */
		padding: 25px 0 0 15px;
		cursor: pointer; /* カーソルをポインターに */
		transition: 0.2s;
		border: 2px solid #000;
		transition: .9s;
		font-weight: 500;
		font-size: 125%;
		color: #fff;
		background-color: #000;
		border-radius: 25px;
		padding: 5px 25px;
		display: inline-block;
		margin: 1.3em auto 0;
	}
	
	
	.js-summary:hover {
		color: #fff;
		background-color: #888;
	}
	
	
	.js-click:before,
	.js-summary:after {
		content: '';/*何も入れない*/
		display: inline-block;/*忘れずに！*/
		width: .8em;/*画像の幅*/
		height: .8em;/*画像の高さ*/
		background-image: url(../img/arrow2.svg);
		background-size: contain;
		background-repeat: no-repeat;
		position: relative;
		left: .5em;
		top: .0em;
		transform: rotate(90deg);
		transition: .1s;
	}
	
	
	
	.js-click.open:before,
	.js-summary.open:before {
		content: ""
	}
	
	
	.js-click.open:before,
	.js-summary.open:after {
		content: '';/*何も入れない*/
		display: inline-block;/*忘れずに！*/
		width: .8em;/*画像の幅*/
		height: .8em;/*画像の高さ*/
		background-image: url(../img/arrow2.svg);
		background-size: contain;
		background-repeat: no-repeat;
		position: relative;
		left: .5em;
		top: 0.1em;
		transform: rotate(-0deg);
	}
	
	
	.js-containerr {
		display: none;
		font-weight: 600;
		font-size: 105%;
		border: 4px solid #000;
		background-color: #fff;
		border-radius: 25px;
		margin-top: 1.3em;
		padding: 30px 70px;
		line-height: 2;
	}

}





footer{
	width: 900px;
	margin: 120px auto 0;
	border-top: 4px solid #000;
	text-align: center;
}
footer .sitename{
	width: 370px;
	margin-top: 20px;
}
footer .gosyologo{
	width: 150px;
	margin-top: 20px;
	margin-bottom: 20px;
}



@media all and (max-width: 750px) {
	footer{
		width: 90%;
		margin: 120px auto 0;
		border-top: 4px solid #000;
		text-align: center;
	}
	footer .sitename{
		width: 370px;
		margin-top: 20px;
	}
	footer .gosyologo{
		width: 150px;
		margin-top: 20px;
		margin-bottom: 20px;
	}	

}

