@charset "utf-8";


body , html {
	font-family: "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
	font-size: 16px;
	margin: 0px;
	height: 100%;
	color: #000;
	box-sizing:border-box;
}

* html body{
	padding-left:1px;
	text-align: center;
}

*+html body{padding-left:1px;}
body, nav, ul, li, a  {margin: 0; padding: 0;}

a:link { color:#333333; text-decoration: underline;}
a:visited { color:#333333; text-decoration: none;}
a:hover { color:#CC0000; text-decoration:underline;}

li {
	list-style-type: none;
}
img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

.visible-phone {
  display: none !important;
}
@media (max-width: 620px) {
.visible-phone {
  display: block !important;
}
}

/*アニメ―ションする要素を非表示にする*/
.invisible {
    visibility: hidden;
}
.small {font-size:0.85em;}
.bold {
	font-weight: bold;
}
.boldinboxtxt {
	font-size: 1.1em;
	font-weight: normal;
	color: #FFF;
	background-color: #39C;
	margin-right: 10px;
	text-align: left;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
}

.boldbig {
	font-weight: bold;
	font-size: 1.3em;
}
.boldbigbig {
	font-weight: bold;
	font-size: 1.8em;
}
@media (max-width: 620px) {
	.boldbigbig {
	font-weight: bold;
	font-size: 1.5em;
}}
.boldbigred {
	font-weight: bold;
	color: #F00;
	font-size: 1.1em;
}
.boldblue {
	font-weight: bold;
	color: #69C;
}
.boldorange {
	font-weight: bold;
	color: #F60;
}
.boldbigorange {
	font-weight: bold;
	color: #F60;
	font-size: 1.2em;
}
.boldred {
	font-weight: bold;
	color: #F00;
}
.orange {
	color: #F60;
}
.gold {
	color:#C90;
}
.green {
	color:#277850;
}
.pink {
	color:#FF3366;
}
.bg_black {
	background-color:#000;}
.bg_grn {
	background-color:#669900;}
.bg_pink {
	background-color:#CC6699;}
.bg_gld {
	background-color:#CC9900;}
.bg_blue {
	background-color:#E1F0F0;}
.bg_beige {background-color:#F9F3EC;}
.bg_gray {background-color:#F3F3ED;}


	
/*リンクのテキストあとのアイコン */
.linkicon:after {
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	content: " \f0a9";
	z-index:100;
}
.pdficon:after {
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	content: "\f1c1";
	margin-left: 10px;
	z-index:100;
}
.icon_gaibu:after {
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	content: "\f35d";
	margin-left: 10px;
	z-index:100;
}
.youtubeicon:after {
	font-family: "Font Awesome 5 Free";
	font-weight: 400;
	content: "\f167";
	margin-left: 10px;
	z-index:100;
}
.mp{
	display:none;	
	}
@media only screen and (max-width: 750px) {
.mp {
	display:inline-block;
	}}
.pc{
	display:inline-block;	
	}
@media only screen and (max-width: 750px) {
.pc {
	display:none;
	}}
span {dislay:inline-block;}
.pt350 {
	padding-top:350px;}

/************************************************************
 * contents
************************************************************/


#wrap {
	width: 100%;
	height: auto !important;
	height: 100%;
	min-height: 100%;
}

/*別ページへの丸長黒のリンクボタン*/
.linkbtn {
	background-color:#000000;
	color:#000;
	padding:15px 50px;
	margin:0 auto 20px auto;
	border-radius:100vh;
	transition:background-color .5s;
	width:fit-content;
	font-weight:700;
	font-size:1.1em;}
.linkbtn a {
	color:#FFFFFF;
	text-decoration:none;}	
.linkbtn:hover {
	background-color:#CC0000;}
	


/*おりたたみコンテンツ*/
/*ボックス全体*/
.accbox {
	padding: 0;
	max-width: 1200px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	width: 100%;
}
.accbox:last-child {
	margin-bottom: 100px;
}
@media only screen and (max-width: 690px) {
.accbox {
	width: 100%;
}}


/*ラベル*/
.accbox label {
	display: block;
	color: #FFF;
	font-weight: bold;
	cursor :pointer;
	transition: all 0.5s;
	background-color: #000;
	font-size: 1.2em;
	margin-top: 1.5px;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 0;
	padding-top: 13px;
	padding-right: 12px;
	padding-bottom: 13px;
	padding-left: 20px;
}

@media only screen and (max-width: 690px) {
/*ラベル*/
.accbox label {
	padding-top: 8px;
	padding-right: 12px;
	padding-bottom: 8px;
	padding-left: 12px;
}
}

/*アイコンを表示*/
.accbox label:before {
    content: '\f107';
    font-family: "Font Awesome 5 Free";
    padding-right: 20px;
}

/*ラベルホバー時*/
.accbox label:hover {
    background :#CC0000;
}

/*チェックは隠す*/
.accbox input {
    display: none;
}

/*中身を非表示にしておく*/
.accbox .accshow {
    height: 0;
    padding: 0;
    overflow: hidden;
    opacity: 0;
    transition: 0.8s;
}

/*クリックで中身表示*/
.cssacc:checked + label + .accshow {
    height: auto;
    padding: 25px 40px 10px 40px;
    border:1px solid #DED5BA;
    opacity: 1;
	line-height:1.6;
	margin-bottom:30px;
}
@media (max-width: 600px) {
.cssacc:checked + label + .accshow {
    padding: 25px 15px 10px 15px;
	margin-bottom:30px;
}}



/*アイコンを入れ替える*/
.cssacc:checked + label:before {
    content: '\f105';
}



	
/*===========
.scroll-box
===========*/
.scroll-box {
  overflow-x: auto;
  padding-bottom: 10px;
  -webkit-overflow-scrolling: touch;
}
.scroll-box img {
  max-width: 100%;
  min-width: 900px;
  vertical-align: top;
}
 
/*===========
scrollbar
===========*/
/*スクロールバー全体の高さ*/
.scroll-box::-webkit-scrollbar {
  height: 4px;
}
/*スクロールバー全体の背景*/
.scroll-box::-webkit-scrollbar-track {
  background: #eee;
}
/*スクロールバーの動く部分*/
.scroll-box::-webkit-scrollbar-thumb {
  background: #aaa;
  border: none;
}
/*スクロールバーの動く部分のホバー（マウスオーバー）*/
.scroll-box::-webkit-scrollbar-thumb:hover {
  background: #999;
}


/*youtube*/
.youtube {
  width: 80%;
  aspect-ratio: 16 / 9;
	margin:20px auto 0 auto;
}
.youtube iframe {
  width: 100%;
  height: 100%;
}



/*ページ下部スポンサーバナー群*/
.bnrwrap {
	width:100%;
	height:auto;
	margin:30px auto 70px auto;
	display:flex;
	flex-wrap:wrap;
	justify-content:center;}
.bnrbox_syozoku {
	border:#CCCCCC 1px solid;
	width:65%;
	height:auto;
	max-width:450px;
	margin:0 auto;}
.bnrbox_head {
	border:#CCCCCC 1px solid;
	width:65%;
	height:auto;
	max-width:348px;
	margin:0 auto;}
.bnrbox_koenkai {
	border:#CCCCCC 1px solid;
	width:65%;
	height:auto;
	max-width:348px;
	margin:0 auto;}
	
.bnrbox_sponsor {
	border:#CCCCCC 1px solid;
	width:45%;
	margin:0 2% 20px 2%;
	height:auto;
	max-width:278px;}
.bnrbox_management {
	width:65%;
	height:auto;
	max-width:348px;}
.bnrbox_sup {
	border:#CCCCCC 1px solid;
	width:28%;
	margin:0 1.5% 20px 1.5%;
	height:auto;
	max-width:251px;}	
.bnrbox_syozoku img, .bnrbox_koenkai img, .bnrbox_head img, .bnrbox_management img, .bnrbox_sponsor img, .bnrbox_sup img {
	width:100%;
	height:auto;} 	

/*ページ上部ボタンへ*/
.backtop {
	position: absolute;
	top:-39px;
	right:0;
	font-size: 9pt;
}
.backtop a {
	text-decoration: none;
	font-weight:bold;
	color: #fff;
	width: 250px;
	padding: 10px 20px;
	text-align: right;
	display: block;
	background-color: #000000;
}
.backtop a:hover {
	text-decoration: none;
	background-color: #CC0000;
	color: #FFF;
}


/*HONMEへ戻るボタンへ*/
.backhome {
	position: absolute;
	top:0;
	right:0;
	font-size: 9pt;
}
.backhome a {
	text-decoration: none;
	font-weight:bold;
	color: #fff;
	width: 250px;
	padding: 10px 20px;
	text-align: right;
	display: block;
	background-color: #000000;
}
.backhome a:hover {
	text-decoration: none;
	background-color: #CC0000;
	color: #FFF;
}

/*footer*/
footer {
	padding-top:80px;
	padding-bottom:10px;
	width:90%;
	margin:100px auto 0 auto;
	border-top:#CCC 1px solid;
	position:relative;
	}
.footlogo {
	width:90px;
	height:auto;
	margin-bottom:20px;}
.footlogo img {
	width:100%;
	height:auto;}
footer h2 {
	font-weight:700;
	line-height:1.3;
}
footer span {
	line-height:1.3;}
#copyr {
	font-size: 0.75em;
	text-align: right;
	width: 100%;
	margin-top:35px;
}




/*下層ページヘッダー*/
#pageheadwrap {
	width:100%;
	max-width:1300px;
	margin-left:auto;
	margin-right:auto;
	position:relative;}
.pagename {
	width:100%;
	color:#C00;
	font-size:15em;
	font-weight:800;
	z-index:0;
	position:absolute;
	top:-76px;/*上辺からの調整*/
	left:0;
	letter-spacing:-0.07em;	
	overflow:hidden;}
.pagelogo {
	position:absolute;
	z-index:2;
	width:calc(100%- 22px);
	top:115px;/*ロゴの上辺からの調整*/
	left:22px;/*ロゴと文字の左編を合わせる*/
	font-weight:700;
	font-size:1.5em;
	line-height:1.2;}
.pagelogo .logobox {
	max-width:147px;
	width:20%;
	height:auto;
	margin-bottom:8px;}
.pagelogo .logobox img {
	width:100%;
	height:auto;
}
.pagelogo h1 {
	font-size:1.5em;
	font-weight:bold;
	}
.pagelogo h1 span {
	font-size:0.7em;}	
@media (max-width: 700px) {
.pagename {
	font-size:10em;
	font-weight:800;
	z-index:0;
	position:absolute;
	top:-50px;
	left:0;
	letter-spacing:-0.07em;}
.pagelogo {
	top:80px;/*ロゴの上辺からの調整*/
	left:15px;/*ロゴと文字の左編を合わせる*/
	font-weight:700;
	font-size:1.3em;
	line-height:1.2;}
.pagelogo .logobox {
	max-width:147px;
	width:25%;
	height:auto;
	margin-bottom:8px;}}