html{
    scroll-behavior: smooth;
}
*, 
*:before, 
*:after {
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;
}
#container:after,
#contents:after,
nav:after,
footer:after {
    content: ""; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

body {
	margin: 0;
	padding: 0;
	font-family:'Lucida Grande',
 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3',
  Meiryo, メイリオ, sans-serif;
}
img {
	max-width:100%;
	}
.clearfix:after {
	    visibility: hidden;
	    display: block;
	    font-size: 0;
	    content: " ";
	    clear: both;
	    height: 0;
}
.clearfix{
	    display: inline-block;
	}
/* clearfix for ie7 */
.clearfix {
	    display: block;
}

#container {
	padding: 0;
	float: none;
	height: auto;
	width: 100%;
	clear: both;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-color: #fff;
}

header /*h1 部分のみ sectionのheader #header とは別要素　間違って消さない！*/
{	background-color: #030037;
	width: 100%;
	}

#headerRapper{
	width: 100%;
	float:left;
	background: #4f99d0; /* Old browsers */
background: -moz-linear-gradient(-45deg,  #4f99d0 0%, #ffffff 45%, #ffffff 55%, #4f99d0 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(-45deg,  #4f99d0 0%,#ffffff 45%,#ffffff 55%,#4f99d0 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(135deg,  #4f99d0 0%,#ffffff 45%,#ffffff 55%,#4f99d0 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4f99d0', endColorstr='#4f99d0',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}

#header{
	width: 100%;
	padding: 0;
	float: none;
	margin: 0 auto;
	position: relative;
	clear: both;
	max-width: 960px;
}
#header #logo {
	margin: 10px 0 0 0;
	padding: 0;
	float: left;
	width: 75px;
}
#header #contact {
	float: left;
	width: 550px;
}
.header-text{
	color: #030037;
	font-weight:bold;
	float:left;
	width: 550px;
	}
#header #reservaiton {
	margin: 6px 10px auto auto;
	width: 140px;
	height: 65px;
	font-weight: bold;
	font-size: 18px;
	border-radius: 5px;
	
	/*text の上下左右中央ぞろえ*/
	display:flex;
	align-items: center;
	justify-content: center;	

		
	background: #ff99cc; /* Old browsers */
background: -moz-linear-gradient(top, #ff99cc 0%, #ff0033 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, #ff99cc 0%,#ff0033 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, #ff99cc 0%,#ff0033 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff99cc', endColorstr='#ff0033',GradientType=0 ); /* IE6-9 */
	}
#header #reservaiton a{
	text-decoration:none;
	color: #ffffff;
}
#header #reservaiton:hover {
	background: #ff0033; /* Old browsers */
	background: -moz-linear-gradient(top, #ff0033 0%, #ff99cc 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #ff0033 0%,#ff99cc 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #ff0033 0%,#ff99cc 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff0033', endColorstr='#ff99cc',GradientType=0 ); /* IE6-9 */
}
#header #english{
	text-align:right;
	margin: 10px;
	}
#header #english a{
	color: #fff;
	font-weight: bold;
	text-decoration:none;
	}
#contents {
	padding: 0 10px 10px 10px;	
	width: 100%;
	max-width: 960px;
	font-size: 12px;
	line-height: 2em;
	font-weight: normal;
	color: #333333;
	margin: 0 auto;
	float: none;
	height:auto;
}

#pankuzu {
	text-align: left;
	width: 100%;
	margin: 10px 0;
	font-size: 9px;
	padding: 0;
	list-style-type: none;
	display: inline-block
}
#pankuzu li {
	background: url(../images/bullet.png) no-repeat left center;
	display: inline;
	padding-left: 10px;
	padding-right: 5px;
	margin-left: 5px;
	float: left;
}

/*--------------------------------------------------------------------------------
mainmenu
--------------------------------------------------------------------------------*/

#menuOpen{
	display:none;
	}

nav {
	width: 100%;
	background: #4f99d0;
}

#mainmenu {
	list-style-type: none;
	padding: 0;
	margin: 0 auto;
	width: 100%;
	float:none;
	display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
	}


#mainmenu li,
#menuOpen {
	float:left;
	text-align:center;
}
#mainmenu li a:hover{
color: #ffffff;
}
#mainmenu li a {
	text-decoration: none;
	margin: 0;
	padding:10px 1em;
	color: #030037;
	font-weight: bold;
	font-size:12px;
	width: 100%;
	height: 100%;
	display:block;
	/*\*/
	overflow:hidden;
	/**/
}
#mainmenu .reservation{
	width: 121px;}

/*--------------------------------------------------------------------------------
Header Image
--------------------------------------------------------------------------------*/
#title_banner{
display:none;
}
#map #title_banner{
	background-image:url(../images/header_image_access.jpg)
}
#inquiry #title_banner{
	background-image:url(../images/header_image_inquiry.jpg)
}

#kids #title_banner{
	background-image:url(../images/header_image_kids.jpg)
}
#figure_boxing #title_banner{
	background-image:url(../images/header_image_figure.jpg)
}

#special #title_banner{
	height: 0;
}

figure{
	margin: 0;
}

#articles{
	width:	100%;
	font-size: 14px;
	float:left;
	margin:0;
}
#articles img{
	float: left;
	margin: 0 10px 10px 0;
	max-width: 100%;
		clear:none;!important

	}
#articles .wide img{

	float:none;
	display: table;
	margin: 0 auto 10px auto;
	width: 80%;
}
#articles img.img-center{
	float:none;
	margin: 1rem auto;
	display: block;
	}

#articles golink img{
	float: none;
	margin: 0;
	}
.article{
	margin-bottom: 50px;
	display:block;
	float: left;
	width: 100%;
}

/*text and layout style--*/
h1 {
	font-size: 11px;
	line-height: 120%;
	text-align: left;
	padding: 0 0 0 10px;
	float: none;
	height: auto;
	width: 100%;
	color: #fff;
	font-weight:normal;
	clear: both;
	margin: 0 auto;
	text-align:center;
}
h2{
	width: 100%;
	padding: 10px 0 5px 10px;
	margin: 0 0 15px 0;	
	font-weight: bold;
	font-size: 14px;
    color: #030037; 
background: #4f99d0; /* Old browsers */
background: -moz-linear-gradient(left,  #4f99d0 0%, #ffffff 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(left,  #4f99d0 0%,#ffffff 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right,  #4f99d0 0%,#ffffff 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4f99d0', endColorstr='#ffffff',GradientType=1 ); /* IE6-9 */
}

h3 {
	font-size: 14px;
	font-weight: bold;
	color: #030037;
	margin: 0 0 20px 0;
	padding: 0;
	line-height: 120%;
	float: left;
	width: 100%;
	clear:both;
}
h3:before{
	content: url(../images/icon_logo.png) "  ";
	}
h4 {
	font-size: 12px;
	font-weight: bold;
	color: #4F99D0;
	padding: 0;
	display: inline;
	line-height: 120%;
	margin: 0;
}
h5 {
	font-size: 12px;
	font-weight: bold;
	color: #4F99D0;
	padding: 0;
	display: inline;
	line-height: 120%;
	margin: 0;
}
strong,.important{
	color: #4F99D0;
}
em {
	font-style: normal;
	font-weight: bold;
	color: #4F99D0;
}
.text-orange{
	font-weight: bold;
	color: #FF9900;
	}
.clear {
	clear: both;
}
p {
	padding: 0;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 25px;
	margin-left: 0;
}
.nine {
	font-size: 9px;
}
.left {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}
#article .right {
	float: right;
	margin-bottom: 10px;
	margin-left: 10px;
}
.right:after{
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
.tel {
	font-size: 16px;
	font-weight: bold;
	color: #FF9900;
	margin: 10px 0;
	padding: 0;
	float: right;
}
.tel p{
	clear:both;
	}
.telTime {
	font-size: 10px;
}
.telNo {
	font-size: 18px;
}
.tel:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
a:link { color: #0044cc;}
a:visited { color: #0044cc;}
a:hover { color: #FF6600;}

.noMarginBottom{
margin-bottom: 0;
}
.no_margin_top{
margin-top: 0;
}
.noMarginleft{
margin-left: 0;
}
.no_margin_right{
margin-right: 0;
}

.noPaddingBottom{
padding-bottom: 0;
}
.noPaddingTop{
padding-top: 0;
}
.noPaddingLeft{
	padding-left:0;
	}
.noPaddingRight{
	padding-right:0;
	}
.margin-top{
	margin-top: 1em;
	}
.no_bullet{
list-style:none;
}
#articles .normalList{
	list-style:outside;
	padding-left: 20px;
	}
.inline_list{
margin-left: 0;
}
.inline_list li{
display: inline;
float:left;
width: 300px;
margin-right: 20px;
}
.golink {
text-align: right;
    margin: 0;
    padding: 0 0 30px;
    width: 100%;
    float: left;
	}

#fightersTitles
{
margin-bottom: 2em;
}
.records {
	margin-left: 5px;
	font-weight: bold;
	color: #030037;
	width: 100%;
}
.text-center{
	text-align: center;
	}
.textRight{
	text-align: right;
	}
.pagenation{
	width: 100%;
	display: table;
	background-color: #030037;
	padding: 3px;
	}
.pagenation a {
	display: table-cell;
	width: 50%;
	color: #fff;
	text-decoration:none;
	}
.pagenation a:first-child{
	padding-right: 5px;
	}
.pagenation a:last-child{
	text-align:right;
	padding-left: 5px;
	}
video{
	width: 80%;
	}
.video{
  position:relative;
  width:100%;
  padding-top:56.25%;
  margin-bottom:2em;
}
.video-small{
	width: 300px;
	padding-top: 24%;
	float: left;
	margin: 0 10px 10px 0;
	}

.video iframe{
  position:absolute;
  top:0;
  right:0;
  width:100%;
  height:100%;
	display:block;
	margin: 0 auto;
}
/*--text and layout style*/

/*banners--*/
#articles .campaign_banner{
	margin: 0;
	padding: 0;
	display:block;
	clear:both;
}
#articles .campaign_banner_small img{
	margin: 10px 0 0 0;
	padding: 0;
	display:block;
	float:left;
	}

#articles .campaign_banner img:hover,
#articles .campaign_banner_small img:hover
{	-webkit-filter:brightness(1.2);
    -moz-filter:brightness(1.2);
    -ms-filter:brightness(1.2);
    filter:brightness(1.2);
}

#articles .banner,
#articles .banner img{
padding:0;
margin:0;
}
/*--banner*/

/*--background color*/
.bg-dark-blue{
	background-color:#030037;
	}
/*background color--*/

/*icons--*/
.icon_tel {
	background-image: url(images/icon_tel.gif);
	margin: 0;
	width: 310px;
	background-repeat: no-repeat;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 30px;
	font-size: 16px;
	font-weight: bold;
	float: left;
	color: #CB735C;
}
.goTop {
	width: 52px;
	height: 52px;
	background-color:#70ADD9;
	float:right;
	text-align:center;
	clear:both;
}
.goTop a{
	width: 100%;
	height: 100%;
	display:block;
	}
#articles .goTop img,
.goTop img{
	width: 19px;
	margin:19px auto 0 auto!important;
	float:none;
	}
.iconTriangle:after{
	content:" " url(../images/icon_triangle.gif);
	}
.iconTriangle2:before{
	content: url(../images/icon_triangle2.gif) " ";
}
.iconMail:before{
content: url(../images/icon_mail.gif);
position: relative;
bottom: -.5em;
margin-right: 0.1em;
}
.iconTel:after{
	content: url(../images/icon_tel.gif);
position: relative;
bottom: -.5em;
margin-right: 0.1em;
}
/*--icons*/


/*buttons*/
.btnreservation a,
.btnreservation_s a {
	margin: 0 0 10px 0;
	padding: 0;
	width: 100%;
	float: left;
}
.btnreservation a:hover,
.btnreservation_s a:hover {
-webkit-filter:brightness(1.2);
    -moz-filter:brightness(1.2);
    -ms-filter:brightness(1.2);
    filter:brightness(1.2);
	}
.btnreservation_s a {
	width: 275px;
	float: right;
}
.btn-blue{
background: #8bbee5; /* Old browsers */
background: -moz-linear-gradient(top,  #8bbee5 0%, #4689c3 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  #8bbee5 0%,#4689c3 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  #8bbee5 0%,#4689c3 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8bbee5', endColorstr='#4689c3',GradientType=0 ); /* IE6-9 */
}
.btn-dark-blue{
background: #030037;
}
.btn a{
	text-decoration:none;
	font-weight:bold;
	color:#fff;
	}
.btn:hover{
	opacity: 80%;
}
#articles .btnreservation img{
	float:right;
}
.icon-sma a, .icon-sma a span, icon-sma span a {
	background: url(../images/icon_sma.png) no-repeat 0 0;
	width: 48px;
	height: 48px;
	text-indent: -9999px;
display: block;
float: left;}

/*--buttons*/


/*--------------------------------------------------------------------------------
social media
--------------------------------------------------------------------------------*/
/*likeボタンのみ*/
.facebook{
float:right;
}

/*social media area*/
.social_media {
	height: 48px;
	margin: 0 0 10px 0;
	padding: 0;
	list-style-type: none;
}


#articles .social_media li {
	height: 48px;
	float: right;
	margin: 0;
	padding: 0;
	border:none;
}
.social_media li a, .social_media li span {
    display: block;
    float: right;
    height: 48px;
    margin: 0 7px 0 0;
    overflow: hidden;
    padding: 0;
    text-decoration: none;
}
.social_media .icon_twitter a, .social_media .icon_twitter span {
	width: 48px;
}
.social_media .icon_facebook a, .social_media .icon_facebook span {
	width: 48px;
}

.social_media .icon_ameba a, .social_media .icon_ameba span {
	background-image: url(../images/icon_ameba.png);
	width: 48px;
}
.social_media .icon_sma a, .social_media .icon_insta span {
	width: 48px;
}
.menuMobile{
	display:none;
}

/*--------------------------------------------------------------------------------
social media end
--------------------------------------------------------------------------------*/

/*--------------------------------------------------------------------------------
media list
--------------------------------------------------------------------------------*/

#media_list ul{
	list-style:none;
	}
#media_list li{
	display:block;
	margin-bottom: 3em;
	clear:both;
	}

/*--------------------------------------------------------------------------------
media list end
--------------------------------------------------------------------------------*/


/*--------------------------------------------------------------------------------
footer
--------------------------------------------------------------------------------*/

#footer{
	width: 100%;
	font-size: 9px;
	font-weight: normal;
	color: #000034;
	text-align:center;
	float: none;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 15px;
	padding-left: 5px;
	clear: both;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
/*	background-image: url(../images/footer.jpg);
	background-repeat: repeat-y;*/
	background: #4f99d0; /* Old browsers */
background: -moz-linear-gradient(-45deg,  #4f99d0 0%, #ffffff 45%, #ffffff 55%, #4f99d0 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(-45deg,  #4f99d0 0%,#ffffff 45%,#ffffff 55%,#4f99d0 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(135deg,  #4f99d0 0%,#ffffff 45%,#ffffff 55%,#4f99d0 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4f99d0', endColorstr='#4f99d0',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */

}
#footer ul{
	padding-top: 5px;
	padding-bottom: 15px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	padding-right: 0;
	padding-left: 0;
	margin-left: 0;
	float:right;
}
#footer li {
	list-style-type: none;
	display: inline;!important
	text-decoration: none;
	margin: 0;
	padding: 0 5px;
	overflow: hidden;
	color: #000034;
	float:left;
	/**/
}
#footer li a{
	text-decoration: none;
	color: #000034;
}
#footer a{
	text-decoration: none;
	color: #000034;
}
#footer a:hover{
	text-decoration: none;
	color: #FF6600;
}
#footer a:visited{
	text-decoration: none;
	color: #000034;
}
#footer p{
	width: 100%;
	float:left;
	}

/*--------------------------------------------------------------------------------
//footer
--------------------------------------------------------------------------------*/

/*戦歴折りたたみクリック文字*/
#more{
		cursor: pointer;
		color: #0044cc;
		text-decoration:underline;
}
@media screen and (max-width: 1100px)  {
	#mainmenu{
		display:block;
		}

@media screen and (max-width: 832px) {
	#container,
	.contents, 
	h1{
		width: 100%;
		text-align:left;
		}
	#header{
		width: 100%;
		background: #4f99d0;
		display:inline;
	background: #4f99d0; /* Old browsers */
	background: -moz-linear-gradient(-45deg,  #4f99d0 0%, #ffffff 45%, #ffffff 55%, #4f99d0 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(-45deg,  #4f99d0 0%,#ffffff 45%,#ffffff 55%,#4f99d0 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(135deg,  #4f99d0 0%,#ffffff 45%,#ffffff 55%,#4f99d0 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4f99d0', endColorstr='#4f99d0',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */

	}
	#header #contact{
	display: none;
	}
	#header .header-text{
		width: auto;
		font-size:12px;
		}
	#title_banner{
		display:none;
	}
	/*menu*/
	#nav{
	float: none;
	margin: 0;
	}
	
	#menuOpen{
	cursor:pointer;
	font-weight: bold;
	color:#fff;
	line-height: 1em;
	}
	#mainmenu{
	float: none;
	background:#4f99d0;
	max-width: 823px;
	}
	#menuOpen,
	#mainmenu li,
	#mainmenu .reservation{
	display: block;
	border-right:none;
	border-bottom: solid 1px #fff;
	width: 100%;
	background:#4f99d0;
	padding: .5em;
	margin:0;
	}
	#mainmenu li:hover{
	background:#999;
		}
	#mainmenu li a{
	display: block;
	text-align:left;
	color: #fff;
	}
	#icon-bars{
	float: left;
	margin-right: 10px;
	}
	.icon-bar {
		display: block;
		width: 22px;
		height: 2px;
		border-radius: 1px;
		background-color: #fff;
		line-height: 20px;
	}
	.icon-bar + .icon-bar {
		margin-top: 4px;
	}
	
	
	#pankuzu{
		padding-bottom: 0;
		}
	
	#contents {
	display:block;
	}
	#articles{
	width:	90%;
	}
	#articles img{
		float: none;
		margin: 0 auto 10px auto;
		display: block;
		}
	#articles .wide img{
	width: 100%;
	}
	.article{
		margin-bottom: 30px;
		display:block;
	}
	h2{
		width: 100%;
		}
	.campaign_banner{
		float:none;
		margin: 10px auto;
		}
	#articles .icon-left{
		float: left;
		margin:0;
	}
	#articles .menuMobile,
	.menuMobile{
		display: table;
		list-style:none;
		margin:0;
		padding:10px 0 0 0;
		width: 100%;
	}
	.menuMobile li{
		display: table-cell;
		padding: 0 10px;
		}
	#articles .menuMobile img,
	.menuMobile img{
		width: 50px
	}
	#footer ul{
		width: 100%;
	}
	#media_list{
		float: left;
		}
	#media_list ul{
		padding: 0;
		}
	video{
	width: 100%;
	}
	.video-small{
	  float:none;
	  width:100%;
	  padding-top:56.25%;
		}
	.mobile_no_display{
		display:none;
		}
}
