@charset "utf-8";

/*
共通
*/

img.w100{	width:100%;	}
img.w90{	width:90%;	}
img.w80{	width:80%;	}
img.w70{	width:70%;	}
img.w60{	width:60%;	}
img.w50{	width:50%;	}
img.w40{	width:40%;	}
img.w30{	width:30%;	}
img.w20{	width:20%;	}
img.w15{	width:15%;	}
img.w10{	width:10%;	}

@media screen and (max-width: 900px) {
	img.spw100{	width:100%;	}
	img.spw90{	width:90%;	}
	img.spw80{	width:80%;	}
	img.spw70{	width:70%;	}
	img.spw60{	width:60%;	}
	img.spw50{	width:50%;	}
	img.spw40{	width:40%;	}
	img.spw30{	width:30%;	}
	img.spw20{	width:20%;	}
	img.spw15{	width:15%;	}
	img.spw10{	width:10%;	}
	}

.mt50{	margin-top: 50px !important;	}
.mt40{	margin-top: 40px !important;	}
.mt30{	margin-top: 30px !important;	}
.mt20{	margin-top: 20px !important;	}
.mt10{	margin-top: 10px !important;	}

@media screen and (max-width: 900px) {
	.spmt50{	margin-top: 50px !important;	}
	.spmt40{	margin-top: 40px !important;	}
	.spmt30{	margin-top: 30px !important;	}
	.spmt20{	margin-top: 20px !important;	}
	.spmt10{	margin-top: 10px !important;	}
	}

.bold{
	font-weight: 700;
	}

.red{
	color: #A72D2A;
	}

.aka{
	color: #ff0000;
	}


.sizems{
	font-size: 1.1em !important;
	}

.sizem{
	font-size: 1.2em !important;
	}

.sizel{
	font-size: 1.3em !important;
	}

.fw300{
	font-weight: 300;
	}

li.bold::marker {
	font-weight: bold;
	}

.borderline{
	width: 100%;
	height: 1px;
	overflow: hidden;
	border-top: 1px solid #ccc;
	display: block;
	}

img.marginauto{
	margin: 0 auto;
	display: block;
	}

.textaligncenter{
	text-align: center;
	}
@media screen and (max-width: 900px) {
.textaligncenter{
	text-align: left;
	}
	}

/*
パンクズ
*/

#breadcam{
	width: 100%;
	height: auto;
	border-bottom: 1px solid #ccc;
	padding: 10px 20px;
	}
@media screen and (max-width: 900px) {
#breadcam{
	display: none;
	}
	}

#breadcam p{
	font-size: .8em;
	}

#breadcam p a{
	font-weight: 500;
	}

#breadcam p a:hover{
	color: #A72D2A;
	}


/*
枠
*/

.sub{
	width: 100%;
	height: auto;
	display: flex;
	align-items: stretch;
	justify-content: center;
	flex-direction: row;
	}

.sub > div:first-child{
	width: calc(100% - 160px);
	height: auto;
	border-right: 1px solid #ccc;
	overflow-x: hidden;
	}
@media screen and (max-width: 900px) {
.sub > div:first-child{
	width: 100%;
	border-right: none;
	overflow-x: auto;
	}
	}


/*
sidebar
*/


.sub > div:last-child{
	width: 160px;
	height: auto;
	display: flex;
	align-items: flex-start;
	justify-content: center;
	padding:20px 0;
	}
@media screen and (max-width: 900px) {
.sub > div:last-child{
	display: none;
	}
	}

.sub > div:last-child > div{
	width: 130px;
	display: flex;
	align-items: flex-start;
	justify-content: center;
	flex-direction: column;
	}

.sub > div:last-child > div .officialpartners {
	position: relative;
	width: 100%;
	}

.sub > div:last-child > div .officialpartners p{
	display: none;
	}

.sub > div:last-child > div .officialpartners_detail{
	display: flex;
	align-items: flex-start;
	justify-content: center;
	flex-direction: column;
	}

.sub > div:last-child > div .officialpartners_detail > p{
	width:100%;
	font-size: .8em;
	font-weight: 500;
	text-align: center;
	margin-top: 30px;
	padding-bottom: 5px;
	border-bottom: 1px solid #ccc;
	}

.sub > div:last-child > div .officialpartners_detail > a{
	width:100%;
	margin-top: 15px;
	border: 1px solid #ccc;
	}

.sub > div:last-child > div .officialpartners_detail > a img{
	width:100%;
	}


/*
ページコンテンツ
*/

.pagecontents{
	width: 100%;
	max-width: 1300px;
	height: auto;
	margin: auto;
	text-align: center;
	padding: 50px 0 80px;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	}
@media screen and (max-width: 900px) {
.pagecontents{
	padding: 40px 0 60px;
	}
	}

.pagecontents > h3{
	color:#A72D2A;
	font-weight: 700;
	font-size: 1.8em;
	}

.pagecontents > p{
	font-weight: 500;
	margin-top: 15px;
	}

.pagecontents > .innercontents{
	width: 80%;
	margin-top: 20px;
	}
@media screen and (max-width: 900px) {
.pagecontents > .innercontents{
	width: 90%;
	margin-top: 0;
	}
	}

.titileline{
	border-bottom: 1px solid #ccc;
	width: 100%;
	height: 50px;
	overflow: hidden;
	}
@media screen and (max-width: 900px) {
.titileline{
	height: 30px;
	}
	}


/*
botan
*/

div.btn{
	display: block;
	width: auto;
	}

div.btn a{
	display: flex;
	align-items: center;
	justify-content: center;
	width: 215px;
	height: 35px;
	background-color:#A72D2A;
	border-radius: 9999px;
	-webkit-border-radius: 9999px;
	-moz-border-radius: 9999px;
	}

div.btn a:hover{
	background-color:#8D1916;
	}

div.btn a p{
	color:#fff !important;
	line-height: 35px;
	}





