/* 画面の横幅が641px以上　Portrait tablet to landscape and desktop */
@media screen and (min-width: 768px){

.PC{
	display:block;
}
.SP{
	display:none;
}
.PC-inline{
	display:inline;
}
.SP-inline{
	display:none;
}


/* コンテンツ基本
------------------------------------------------------------ */		
/*コンテンツ幅*/
.contents__inner{
	width:84%;
	margin:0 auto;
	text-align:left;
}

.topicPath{
	font-weight: 400;
	text-align: left;
	height: auto !important;
	margin: 15px 0 -15px 68px;
	transform-origin: top left;
	text-align: left !important;
	color: #000;
}
.suwaroka-contents .topicPath{
	display: none !important;
}



/**/

#suwaroka-contents-wrapper main{
	max-width: 1500px;
	min-width: 1180px;
	margin: 0 auto;
}

.PC-kv,
.PC_kv__img,
.PC-kv__footer{
	max-width: 1125px;
	min-width: 805px;
	margin: 0 auto;

}

.PC-kv{
	z-index: 2;
}
.PC_kv__img img{
	display: none;
}

.PC-kv-bottom-cover{
	position: fixed;
	z-index: 1;
	display: block;
	left: 0;
	bottom: 0px;
	width: 100%;
	height: auto;
	background-color: #e7f5ff;
}


.pagetop{
	width: 100%;

}

/* ページトップ 
------------------------------------------------------------ */
.pagetop{
	position:fixed;
	bottom:50px;
	left: inherit;
	display:none;
	z-index:10;

	width: 100%;
}
.pagetop__inner{
	max-width: 1500px;
	min-width: 1180px;
	margin: 0 auto;
	text-align: right;
}
.pagetop a,
.pagetop span{
	display: inline-block;
	text-indent: -9999px;
	width: 100px;
	height: 120px;
	background: url(../../assets/img/btn_pagetop.png) center center no-repeat;
	background-size: 100px auto;
	cursor: pointer;
}

/**/
.suwaroka-contents{
	position: relative;
	z-index: 3;
	background-color: #fff;
}


/*loading*/
#loadingSP{
	display: none !important;
}

#loadingPC{
	display: none;
}
#loadingPC.show{
	display: flex;	
	align-items: center;
	position: absolute;
	top:42px;
	left: 0;
	width:100%;
	height:100%;
	margin: 0;
	padding: 0;
	z-index: 10;
}

#loadingPC .loading__txt{
	background-color: #fff;
	border: solid #00499f 2px;
	border-radius: 6px;
	padding: 0;
	text-align: center;
	width: 100%;
	height: 440px;
	margin: 0 auto;
	position: relative;
}
#loadingPC .loading__txt p{
	padding-top: 130px;
	font-size: 1.8rem;
	line-height: 150%;
}

#loadingPC .loading__txt span{
	display: block;
	width: 30px;
	margin: 35px auto 0 auto;
}

.shadow{
	display: none;
	
}
.shadow.show{
	display: block;
	position: fixed;
	top:0;
	left: 0;
	width:100%;
	height:100%;
	margin: 0;
	padding: 0;
	z-index: 5;
	background-color:rgba(255, 255, 255, 0.85);
}
	
	
}
