@charset "utf-8";


/* ============================================================================================== */
/* page-header                                                                                    */
/* ============================================================================================== */

.page-header {
	background: url(../images/kigan/page_header_img.jpg) no-repeat 25% center;
	background-size: cover;
}


/* ============================================================================================== */
/* goma-container                                                                                 */
/* ============================================================================================== */

.goma-container {
	position: relative;
	top: -60px;
	margin-bottom: -60px;
}

.goma-container:before {
	content: "";
	z-index: 100;
	position: absolute;
	top: -150px;
	left: -60px;
	width: 355px;
	height: 355px;
	background: url(../images/kigan/character.png) no-repeat left top;
	background-size: 355px auto;
}


@media screen and (max-width: 800px) {
	
	.goma-container {
		top: -90px;
		margin-bottom: -90px;
	}
	
	.goma-container:before {
		width: 210px;
		height: 210px;
		background-size: 210px auto;
		top: -105px;
		left: -30px;
	}
	
}


@media screen and (max-width: 500px) {
	
	.goma-container {
		top: 0;
		margin-bottom: 0;
	}
	
	.goma-container:before {
		width: 150px;
		height: 150px;
		background-size: 150px auto;
		left: -5px;
	}
	
}


@media screen and (max-width: 320px) {
	
	.goma-container:before {
		width: 130px;
		height: 130px;
		background-size: 130px auto;
	}
	
}


/* ============================================================================================== */
/* Layout                                                                                         */
/* ============================================================================================== */

.list-disc {
	margin-top: 20px;
	margin-bottom: 30px;
}

.list-disc span {
	font-weight: 600;
}

.list-disc span:after {
	content: "：";
}

.ghost-btn a,
.ghost-btn a:hover{
	padding-left: 30px;
}

.ghost-btn span {
	background: url(../images/common/icon_pdf_32.png) no-repeat left center;
	background-size: auto 24px;
	padding-left: 30px;
	display: inline-block;
}

.fotorama__caption__wrap {
	background-color: rgba(255,255,255,.6) !important;
}

.fotorama__caption {
	font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "Meiryo", "メイリオ", sans-serif !important;
}

.link-banner {
	margin: 20px 0;
	display: block;
}

.link-banner img {
	width: 100%;
	vertical-align: bottom;
}

.setsubune-container .link-banner {
	margin: 40px 0 0;
}

.yakubarai-container .txt-note {
	margin-top: 20px;
}

#yakubarai .list-disc,
#jichinsai .list-disc,
#shogan .list-disc {
	margin-bottom: 0;
}


@media screen and (max-width: 500px) {
	
	.ghost-btn a,
	.ghost-btn a:hover {
		padding-left: 50px;
	}

}

