body {
	margin: 0;
	padding: 0;
	font-family:"Noto Sans JP", "Yu Gothic", YuGothic, "�q���M�m�p�S Pro", "Hiragino Kaku Gothic Pro", "���C���I", "Meiryo", sans-serif;
	font-size:16px;
	line-height:180%;
	color: #151515;
	min-width:1200px;
	position: relative;
	-webkit-text-size-adjust: 100% ;/* iPhone�t�H���g�T�C�Y�g��΍� */
}
img {
	border: none;
	vertical-align:bottom;
}
div, p, ul, ul li, h1, h2, h3, h4, h5, dl, dt, dd {
	font-size:100%;
	margin: 0;
	padding: 0;
	list-style:none;
	box-sizing:border-box;
}
div, p, ul, ul li, h1, h2, h3, h4, h5, dl, dt, dd, ol, ol li, table, th, td {
	background-image:url(../image/spacer.gif); /* Android�y�[�W��P�v�f�̌��ԑ΍� */
}
a:link {color:#06F; outline:none; }
a:visited {color:#06F;}
a:hover {color: #333;}
a:hover img { opacity: 0.7; filter: alpha(opacity=70); -moz-opacity: 0.7;}
#wrapper {}
#base { position:relative; }

.pc {display:block;}
.sm {display:none;}

/*====================================================================================================
  HEADER
====================================================================================================*/
#header { width:100%; background: rgba(25, 33, 38, .7); padding: 20px 0; position: absolute; z-index: 99999; }
#header .h_box { max-width: 1200px; width: 1000%; margin: auto; }
#header a { text-align: center; text-decoration: none; display: block; color: #fff; line-height: 110%; }

/*** LOGO ******************************************************************/
#header h1 { margin-bottom: 20px; }
#header h1,
#header h1 a { display: block; width: 344px; height: 33px; }
#header h1 a {
	color: #222;	
	text-indent: -9999px;
	
	/* �� �u�_�����v�����Ȃ� */
	background: url(/hirohata/judo/common/image/h_logo_def.svg) no-repeat;
	/* �� �u�_�����v�������� */
	/*background: url(/hirohata/judo/common/image/h_logo.svg) no-repeat;*/
}

/*** NAVIGATION ************************************************************/
#Nav ul {
	display:grid;
	grid-template-columns:repeat(8, auto);
	justify-content:unset;
	align-items:unset;
}
#Nav ul li { width:auto; }
#Nav ul li {
	color: #fff;
	text-align: center; 
	font-weight: 700; 
	line-height: 110%;
	font-weight: 700; 
}
#Nav ul li#nav2 p {
	cursor: pointer;
	padding-right:1em;
	background: url(/hirohata/judo/common/image/arrow_down.svg) no-repeat 70% center;
}
#Nav > ul > li { border-left:1px solid #fff; }
#Nav > ul > li:last-child { border-right:1px solid #fff; }
#Nav ul li#nav2 p:hover,
#Nav ul li a:hover { opacity: 0.7; }

#Nav ul li .box_main { 
	display: block; 
	position: absolute;
	top: 110px;
	left: 0;
	right: 0;
	margin: auto;
	width: 100%;
	background: #000;
	height:0%;
	overflow:hidden;
	transition:all 0.5s;
	
}
#Nav ul li .nav_drop:hover + .box_main,
#Nav ul li .box_main:hover { height:100%;}
#Nav ul li ul {
	max-width: 1000px;
	margin: auto;
	width: 100%;
	display: flex;
	justify-content: space-between;
	padding: 20px 70px 20px 135px;
}
#Nav ul li ul li {
	width: auto;
}
#Nav ul li ul li a { display: flex; align-items: center; }
#Nav ul li ul li b { font-weight: 700; margin-left: 40px; position: relative; }
#Nav ul li ul li b::before {
	content: "";
	top: 50%;
	left: -25px;
	width: 16px;
	height: 16px;
	background: #FFF;
	border-radius: 50%;
	position: absolute;
	transform: translateY(-50%);
}
#Nav ul li ul li b::after {
	content: "";
	top: 50%;
	left: -19px;
	position: absolute;
	display: inline-block;
	width: 0;
	height: 0;
	transform: translateY(-50%);
	border-style: solid;
	border-width: 3.5px 0 3.5px 5px;
	border-color: transparent transparent transparent #151515;
}


/*====================================================================================================
  CONTENT
====================================================================================================*/

#content { clear:both; width:100%; }

.box_main { max-width: 1200px; width: 100%; margin: auto; }

/* SECTION TITLES */
h3 {
text-align:center;
}

h3 b {
color:#FFF;
display: block;
font-size: 250%;
font-weight: 700;
line-height: 100%;
position:relative;
}
h3 b:before{
	content:"";
	position:absolute;
	display:block;
	background:url(/hirohata/judo/common/image/h3_bgtitle.svg)no-repeat center;
	width:60px;
	height:4px;
	bottom:-22px;
	left:50%;
	translate:-50% 0;
}
h3 small {
color:#FFF;
display: block;
font-size: 112.5%;
font-weight: 500;
line-height: 100%;
margin-top: 40px;
}

/* BUTTONS */
.b_more { width:270px; height:50px; margin: auto; background:#D35151; }
.b_more a,
.b_more .b_span{
	color: #FFF;
	width: 100%;
	height: 100%;
	display: flex;
	font-size: 112.5%;
	font-weight: 700;
	position: relative;
	align-items: center;
	text-decoration: none;
	justify-content: center;
}
.b_more a::before,
.b_more .b_span::before {
	content: "";
	top: 50%;
	right:12px;
	width: 16px;
	height: 16px;
	background: #FFF;
	border-radius: 50%;
	position: absolute;
	transform: translateY(-50%);
}
.b_more a::after,
.b_more .b_span::after{
	content: "";
	top: 50%;
	right:17px;
	position: absolute;
	display: inline-block;
	width: 0;
	height: 0;
	transform: translateY(-50%);
	border-style: solid;
	border-width: 3.5px 0 3.5px 5px;
	border-color: transparent transparent transparent #D35151;
}

.b_more.skewed {
	right: 0;
	bottom: 0;
	width: 220px;
	height: 60px;
	overflow: hidden;
	background: none;
	position: absolute;
}
.b_more.skewed::before {
	content: "";
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	position: absolute;
	background: #151515;
	transform-origin: bottom;
	transform: skewX(-25deg);
}
.b_more.skewed a,
.b_more .b_span { z-index: 2; /*text-indent: 60px;*/padding-left:60px; justify-content: unset; }
.b_more.skewed a::before { right:63px; }
.b_more.skewed a::after { right:68px; border-color: transparent transparent transparent #151515; }
.b_more:hover { opacity:0.8; }
.b_more:hover a { opacity:0.8;}


/*====================================================================================================
  FOOTER
====================================================================================================*/

#footer {
	clear:both;
	width:100%;
	color: #FFF;
	text-align:center;
	padding-block: 60px 40px;
	background: linear-gradient(to bottom, #192126 0%, rgba(25, 33, 38, 0.85) 50%, #192126 100%),
						url(/hirohata/judo/common/image/footer_bg.jpg) no-repeat;
	background-size: cover;
}
#footer .logo small { display:block; font-size:187.5%; font-weight:700; margin-top:10px; }
#footer dl { display:flex; flex-wrap:wrap; justify-content:center; margin-top:50px; }
#footer dl dt { flex-basis:100%; font-size:87.5%; font-weight:700; }
#footer dl dd { margin:15px 20px 0; }
#footer ul {
	width: 100%;
	display: flex;
	max-width: 1200px;
	margin:160px auto 50px;
	justify-content: space-between;
}
#footer dl+ul { margin-top:45px; }
#footer ul li a {
	color: #FFF;
	display: block;
	font-size: 100%;
	font-weight: 700;
	line-height: 120%;
	position: relative;
	text-decoration: none;
}
#footer ul li a::before {
	content: "";
	top: 50%;
	left: -22px;
	width: 16px;
	height: 16px;
	background: #FFF;
	border-radius: 50%;
	position: absolute;
	transform: translateY(-50%);
}
#footer ul li a::after {
	content: "";
	top: 50%;
	left: -16px;
	position: absolute;
	display: inline-block;
	width: 0;
	height: 0;
	transform: translateY(-50%);
	border-style: solid;
	border-width: 3.5px 0 3.5px 5px;
	border-color: transparent transparent transparent #192126;
}
#footer ul li a:hover { opacity:0.7; }
#footer .copy { font-size: 87.5%; }



/*====================================================================================================
  PAGE
====================================================================================================*/

#page,
#page a { display:block; width:40px; height:40px;}
#page { position: fixed; bottom:0; right: 0; z-index:10000;}
#page a {
	text-indent: -9999px;
	background:url(/hirohata/judo/common/image/page_top.svg) no-repeat;
}


/*====================================================================================================
  COLOR eto.. [No Touch]
====================================================================================================*/
.light-blue { color: #40A6DD;}
.blue { color: #0000FF;}
.dark-blue { color: #000099;}
.purple { color: #660099;}
.pink { color: #FF6699;}
.red { color: #FF0000;}
.orange { color: #FF6600;}
.yellow { color: #FFCC00;}
.white { color: #FFFFFF;}
.gray { color: #666666;}
.brown { color: #663300;}
.green { color: #339900;}
.italic { font-style: italic;}
.strong { font-weight: bold;}
.large { font-size: 115%; line-height: 140%;}
.small { font-size: 80%;}
.underline { text-decoration: underline;}
.line-through { text-decoration: line-through;}
.left { text-align: left;}
.center { text-align: center;}
.right { text-align: right;}


