@media screen and (max-width:1120px){

/***************** 共通 *****************************/
div#container{
	width: 100%;
	padding:0;
	margin:0;
}
div#wrapper {
	width: 100%;
	padding:0;
	margin:60px 0 0;
}

.hundred{
	width:100%;
}
.hundred img{
	width:100%;
	height:auto;
}
.pc{
	display:none;
}
.sp{
	display:inherit;
}
.sphundred img{
	width:100%;
	height:auto;
}
	
.fixbox{
	width:100%;
}
.iframe-content {
	position: relative;
	width: 100%;
	padding: 75% 0 0 0;
}
.iframe-content iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}




/***************** header *****************************/
div#header{
	background:rgba(255,255,255,0.9);
	position:fixed;
	top:0;
	height:60px;
	z-index:9999;
	width:100%;
}

div.headbox{
	position:relative;
}
div.headbox-sns{
	width:150px;
	float:left;
	margin-top: 0;
	margin-left: 70px;
}

#logo{
	margin:0 ;
	text-align:center;
	position:absolute;
	top:4px;
	left:2px;
}
#logo img{
	width:54px;
}
div.headbox-info{
	display:none;
}

div#header .open,
div#header .close {
	width: 40px;
	height: 40px;
	display: block;
	position: absolute;
	right: 5px;
	top: 6px;
}
div#header .open {
	background: rgba(255,255,255,0.8) url(../images/common/header_menu_open.png) no-repeat center center;
	background-size: 40px 40px;
}
div#header .close {
	background: #000 url(../images/common/header_menu_close.png) no-repeat center center;
	background-size: 40px 40px;
}
div#header .open:hover,
div#header .close:hover {
	cursor: pointer;
}
div#header .menuBox {
  width: 100%;
	height: 100vh;
	padding: 58px 0 0;
	position:absolute;
	left: 0;
	top: 0;
	background: rgba(0,0,0,0.8);
	z-index: 9999;
	display: none;
}
div#menu{
	position:absolute;
	top:60px;
	left:0;
	right:0;
	margin:0 auto;
	width:100%;
	background:none;
	z-index:9;
}
div#menu ul{
	display:inherit;
	border-collapse:inherit;
	border-spacing:inherit;
}
div#menu ul li{
	display:inherit;
	float:left;
	width:48%;
	margin:0.5% 1%;
	text-align:center;
	box-sizing:border-box;
}
div#menu ul li a{
	display:block;
	background:#ff3131;
	color:#fff;
	text-decoration:none;
	padding:8px 4px 0;
	font-size:14px;
}

div#menu ul#pri{
	display:inherit;
	padding-bottom:5px;
}
div#menu ul#pri li{
	display:inherit;
	width:48%;
	margin:0.5% 1%;
	border:none;
}
div#menu ul#pri li a{
	padding:35px 0 5px;
	height:60px;
}
div#menu ul#pri li:nth-child(1) a{background:rgba(7,118,36,0.9) url(../images/common/nav_about.png) no-repeat 50% 25%; background-size:40px;}
div#menu ul#pri li:nth-child(2) a{background:rgba(7,118,36,0.9) url(../images/common/nav_reserve.png) no-repeat 50% 25%; background-size:40px;}
div#menu ul#pri li:nth-child(3) a{background:rgba(7,118,36,0.9) url(../images/common/nav_event.png) no-repeat 50% 25%; background-size:40px;}
div#menu ul#pri li:nth-child(4) a{background:rgba(7,118,36,0.9) url(../images/common/nav_personal.png) no-repeat 50% 20%; background-size:40px;}
div#menu ul#pri li:nth-child(5) a{background:rgba(7,118,36,0.9) url(../images/common/nav_league.png) no-repeat 50% 20%; background-size:35px;}
div#menu ul#pri li:nth-child(6) a{background:rgba(7,118,36,0.9) url(../images/common/nav_junior.png) no-repeat 50% 20%; background-size:35px;}
div#menu ul#pri li:nth-child(7) a{background:rgba(7,118,36,0.9) url(../images/common/nav_service.png) no-repeat 50% 20%; background-size:30px;}
div#menu ul#pri li:nth-child(8) a{background:rgba(7,118,36,0.9) url(../images/common/nav_staff.png) no-repeat 50% 20%; background-size:35px;}
div#menu ul#pri li a:hover{
	background-color:#1f8032 !important;
}
div#menu ul#pri li.here a{
	background-color:rgba(0,0,0,0.6);
	border:1px solid #555;
}
div#menu ul#pri.fixed {
  position: inherit;
  top: auto;
	left:auto;
  width: inherit;
}
div#menu ul#spnav{
	clear:both;
}
div#menu ul#spnav li:nth-child(3),
div#menu ul#spnav li:nth-child(5),
div#menu ul#spnav li:nth-child(4){
	width:98%;
}
div#menu ul#spnav li:nth-child(5) a,
div#menu ul#spnav li:nth-child(4) a{
	background:#ff3131;
	padding:10px 6px 10px 20px;
	color:#fff;
	text-decoration:none;
	width:100%;
}
div#menu ul#spnav li:nth-child(4) a:before,
div#menu ul#spnav li:nth-child(5) a:before{
	content:url(../images/icons/icon_01.png);
	margin-right:8px;
}

div#menu ul.innerNav{
	margin:0;
	width:100%;
	z-index:998;
	clear:both;
}
div#menu ul.innerNav li{
	float:left;
	width:48%;
	margin:0.5% 1%;
	border-right:none;
}
div#menu ul.innerNav li a{
	display:block;
	background-color:rgba(0,0,0,0.6);
	border:1px solid #555;
	color:#fff;
	text-decoration:none;
	padding:8px 4px;
	font-size:10px;
}

div#content ul.innerNav{
	margin:0 0 30px;
	padding-bottom:30px;
	width:100%;
	clear:both;
}
div#content ul.innerNav li{
	float:left;
	width:48%;
	margin:0.5% 1%;
	text-align:center;
}
div#content ul.innerNav li a{
	display:block;
	background-color:rgba(0,0,0,1.0);
	color:#fff;
	text-decoration:none;
	padding:4px 2px 5px;
	font-size:11px;
}


/***************** top page *****************************/
.top-01{
	max-width:inherit;
}

.top-02{
	height:80px;
	margin:-60px auto 0;
	padding:15px 0 5px;
}
.top-03{
	float:inherit;
	width:100%;
	margin:50px 0 30px;
}
.top-03-box{
	height:500px;
}
div#content .top-03 h2{
	background:url(../images/bg/h2-top.gif) no-repeat center top;
	background-size:20px;
	padding-top:26px;
	font-size:24px;
}
.top-03-first{
	padding:15px;
}
div#content .top-03 h3{
	line-height:100% !important;
}
div#content .top-03 h3 a{
	font-size:14px;
	line-height:100% !important;
}
.top-03-first p.img{
	width:100%;
}
.top-03-first p.img img{
	width:100%;
	height:auto;
}
.top-03-second p.img{
	width:80px;
	margin-right:10px;
}

.top-04{
	float:inherit;
	width:100%;
	margin:30px 0;
}
.top-04 iframe{
	width: 104%;
	margin-left:-2%;
	height: 500px;
}

.top-05{
	width:100%;
	padding:100px 0;
}
.top-05 img{
	width:90%;
	height:auto;
	margin:0 -20%;
}
.top-06{
	padding-bottom:50px;
}
div#content .top-06 h2{
	font-size:30px;
	padding:30px 0;
}
div#content .top-06 h2 small{
	font-size:12px;
}


/***************** content *****************************/
div#content{
	width:100%;
	float:inherit;
	padding:0 1%;
}
div#content.fixbox{
	width:100%;
}
div#content h1{
	background:url(../images/bg/h2-top.gif) no-repeat center top;
	background-size:20px;
	padding-top:26px;
	font-size:24px;
	clear:both;
	margin-top:30px;
}
div#content h2{
	font-size:22px;
}
div#content p.catchcopy{
	font-size:18px;
}
div#content p.rightImg{
	float:none;
	width:80%;
	margin:0 auto;
	text-align:center;
}
div#content p.rightImg img{
	width:100%;
	height:auto;
}
div#content p.leftImg{
	float:none;
	width:80%;
	margin:0 auto;
	text-align:center;
}
div#content p.leftImg img{
	width:100%;
	height:auto;
}


div#content ul.sixColumns{
	margin:0 -0.5%;
}
div#content ul.sixColumns li{
	width:24%;
	margin:0.5%;
}
div#content ul.fiveColumns{
	margin:0 -0.5%;
}
div#content ul.fiveColumns li{
	width:32%;
	margin:0 0.5%;
}
div#content ul.fourColumns{
	margin:0 -0.5%;
}
div#content ul.fourColumns li{
	width:32%;
	margin:1% 0.5% 2%;
	font-size:12px;
}

div#content ul.threeColumns{
	list-style:none;
	margin:1% -0.5%;
}
div#content ul.threeColumns li{
	float:left;
	width:48%;
	margin:1%;
}
div#content ul.twoColumns{
	list-style:none;
	margin:1% -1%;	
}
div#content ul.twoColumns li{
	float:left;
	width:48%;
	margin:1%;
}
div#content ul.twoColumns li img{
	width:100%;
	height:auto;
}

p#breadcrumb{
	font-size:9px;
}
p#breadcrumb a{
	font-size:9px;
}


dl.table dt{
  width:auto;
  float:inherit;
  padding:15px 0 0;
	color:#666;
}
dl.table dd{
  border-bottom: 1px solid #ddd;
  padding:5px 0 15px;
}


table.data tr td,
table.data tr td a{
	font-size:12px;
}

div.scroll table{
	width:100%;
}
div.scroll{
	overflow: auto;
	white-space: nowrap;
}
div.scroll::-webkit-scrollbar{
	height: 5px;
}
div.scroll::-webkit-scrollbar-track{
	background: #F1F1F1;
}
div.scroll::-webkit-scrollbar-thumb {
	background: #BCBCBC;
}
div.tiny img{
	width:100%;
	height:auto;
}

.leftColumn,
.rightColumn{
	float:inherit;
	width:100%;
}

ul.view-link{
	list-style:none;
	margin:0;
}
ul.view-link li{
	width:100%;
	float:inherit;
}



/***************** 施設案内 *******************/
ul.about-01{
	margin:0 -2%;
}
ul.about-01 li{
	width:46%;
	margin:1% 2% 4%;
	padding-top:46%;
}
ul.about-01 li strong{
	font-size:16px;
}

.maps-01 iframe{
	width:100%;
	height:400px;
}

p.signature{
	text-align:right;
}

.time-00{
	margin:0 auto;
}
.time-00 img{
	width:100%;
	height:auto;
}
.time-01{
	margin:0;
}
.time-01-box{
	float:inherit;
	width:100%;
	margin:1% 0 3%;
}

ul.terms li{
	font-size:14px;
	list-style:none;
	border:1px solid #ccc;
	padding:7px 0 7px 100px;
}
ul.terms li br{
	display:none;
}



/******* reserve *********************************************/
.reserve-box{
	border-bottom:10px solid #fff;
}
table.reserve tr th{
	font-size:12px;
	font-weight:normal;
}
table.reserve tr td {
  padding: 4px 8px;
  text-align:center;
	font-size:10px;
	width:29%;
}
table.reserve tr td a{
	font-size:10px;
}
table.reserve tr td:first-child{
	font-size:11px;
	width:13%;

}
table.reserve tr td:first-child small{
	font-size:10px;
	display:block;
}
table.reserve tr {
  background: #fff;
}


ul.reserve-type{
	margin:0 -1%;
}
ul.reserve-type li{
	width:48%;
	margin:1%;
}
ul.reserve-type li strong{
	font-size:14px;
	padding:4% 1%;
	margin-bottom:5px;
}
ul.reserve-type li a{
	color:#fff;
	font-size:12px;
}



/***************** 大会 *****************************/
.scheduleBut ul{
	margin:0 -1%;
}
.scheduleBut ul li{
	float:inherit;
	width:98%;
	margin:1%;
}
.scheduleBut ul li small{
	font-size:10px;
}
.scheduleBut ul li a{
	padding:15px 0;
	font-size:20px;
}
p.backtoindex{
	width:100%;
	margin:10px 0;
	padding:10px;
}



/******************* 大会結果 **********************/
p.result_1stImg{
	width:90%;
	margin:0 auto;
}
p.result_1stName{
	font-size:24px;
}

p.result_1stRank,
div#content div.twoColumns ul li.result_2ndName img.result_2ndRank,
div#content div.twoColumns ul li.result_3rdName img.result_3rdRank{
	width:80px;
}

div#content div.twoColumns{
	margin:0 -10px;
}

div#content div.twoColumns ul li{
	float:inherit;
	width:95%;
	padding:1% 5% 0;
	box-sizing:border-box;
	font-size:14px;
	margin-bottom:10px;
}
div#content div.twoColumns ul li img{
	width:100%;
	height:auto;
}
div.youtube{
	text-align:center;
	background:#eee;
	padding:10px 0;
}
div.youtube iframe{
	width:100%;
	height:auto;
}

.discount{
	margin:150px 0 -100px;
}
.discount p.img{
	margin-top:-100px;
}
.discount div{
	width:100%;
	float:inherit;
	margin:0 0.5% 110px;
}


.class-01 dl dt{
	width:100%;
	float:inherit;
	padding:10px 0;
	margin-bottom:0;
}
.class-01 dl dd{
	padding:15px 0 10px;
	font-size:20px;
	background:#f5f5f5 url(../images/icons/icon_02x.png) no-repeat 50% -15px;
	margin-bottom:15px;
	font-size:14px;
	height:auto;
	text-align:center;
}
.class-01 dl dd em{
	font-size:16px;
}
.class-01 dl dd strong{
	font-size:18px;
}

.class-02 dl dt{
	width:100%;
	float:inherit;
	padding:10px 0;
	margin-bottom:0;
}
.class-02 dl dd{
	padding:15px 0 10px;
	font-size:20px;
	background:#f5f5f5 url(../images/icons/icon_03x.png) no-repeat 50% -15px;
	margin-bottom:15px;
	font-size:14px;
	height:auto;
	text-align:center;
}
.class-02 dl dd em{
	font-size:16px;
}
.class-02 dl dd strong{
	font-size:18px;
}


/***************** personal *****************************/
.personal-01{
	margin:0 auto;
	flex-direction:column;
}
.personal-01-box{
	width:80%;
	margin:1% auto;
}
.personal-01-box h3{
	font-size:20px !important;
}
.personal-01-box img{
	width:100%;
	height:auto;
}
.personal-01-box p.desc{
	font-size:14px;
}

.ind-01 li{
	float:inherit;
	width:100%;
	margin:0 0 10px;
}

.school-01 li{
	float:inherit;
	width:100%;
	margin:0 0 10px;
}




/***************** onecoin *****************************/
.onecoin-01 li{
	width:100%;
	padding:3% 0;
	float:inherit;
	margin:1% 0;
	font-size:18px;
}
.onecoin-01 li strong{
	font-size:26px;
}

.onecoin-02{
	clear:both;
	width:100%;
	background:url(../images/img/onecoin_04.jpg) no-repeat;
	background-size:contain;
	padding-bottom:50px;
	margin-top:30px;
	min-height:240px;
}
div#content .onecoin-02 h2{
	color:#20993b;
	font-size:24px;
	text-align:center;
	padding:10px 0;
}
div#content .onecoin-02 h2 small{
	font-size:12px;
}



/***************** junior *****************************/
div.junior-01{
	background:rgba(0,0,0,0.8) url(../images/img/junior_01.jpg) no-repeat;
	background-size:contain;
	min-height:inherit;
}
div.junior-01 p{
	width:100%;
	padding-top:100px;
	margin-bottom:100px;
}
div.junior-01 p img{
	width:100%;
	height:auto;
}
div.junior-01 ul{
	padding:20% 1% 0;
}
div.junior-01 ul li{
	float:left;
	margin:2%;
	width:46%;
	padding-top:50%;
}
div.junior-01 ul li:nth-child(1),
div.junior-01 ul li:nth-child(2),
div.junior-01 ul li:nth-child(3),
div.junior-01 ul li:nth-child(4){background-size:contain;}

.junior-02 li{
	width:47%;
	margin:1.5% 1.5% 3%;
	font-size:12px;
}


div.rs-01{
	background:rgba(0,0,0,0.9) url(../images/img/rs_01.jpg) no-repeat top;
	background-size:contain;
	min-height:inherit;
	padding-bottom:15px;
}
div.rs-01 ol{
	padding:50px 0 0;
}
div.rs-01 ol li{
	font-size:18px;
}
div.rs-01 ol li:before {
	font-size:36px;
}

	
.coach{
	padding:20px 5px 1px 5px;
	min-height:inherit;
	margin-bottom:50px;
}
.okano{
	background:url(../images/img/coach_01.jpg) no-repeat right top;
	background-size:200%;
}
.maeda{
	background:url(../images/img/coach_02.jpg) no-repeat right top;
	background-size:200%;
}
.ishibe{
	background:url(../images/img/coach_03.jpg) no-repeat right top;
	background-size:200%;
}
.kimura{
	background:url(../images/img/coach_04.jpg) no-repeat right top;
	background-size:200%;
}
.coach .name{
	margin:10px 0 0px 0px;
	font-size:40px;
}
.coach .name small{
	font-size:14px;
	display:block;
	margin-top:-35px;
}

.coach .msg{
  padding: 15px;
	width:100%;
	margin:100px 0 0 0;
	font-size:18px;
	border-radius:20px;
	color:#fff;
}
.coach .msg::before{
  left: 34px;
  top: -34px;
  border-bottom: 20px solid rgba(32,153,59,0.8);
  border-top: 15px solid transparent;
	border-left: 15px solid transparent;
  border-right: 15px solid transparent;
}
.coach dl{
  margin:0px 0 15px 0px;
	list-style:none;
	background:;
	overflow:auto;
}
.coach dl dt{
	clear:both;
	width:auto;
	font-size:16px;
	float:inherit;
	padding:10px 0 0;
	margin-right:0px;
	text-indent:0px;
	margin-bottom:0;
}
.coach dl dd{
	padding:10px 0;
	padding:5px 0;
	width:100%;
}

.coach-01{
	flex-direction: column-reverse;
	margin-bottom: 30px;
}
.coach-01 p.img{
	margin-right: 0px;
	text-align: center;
}
.coach-01 p.img img{
	width: 70%;
	height: auto;
	margin:0 auto;
}
.coach-01 p.msg{
	font-size:18px;
}
.coach-01 dt{
	font-size: 14px;
}
.coach-01 dd{
	font-size: 16px;
}

dl.faq dt{
	font-size:16px;
}
dl.faq dd{
	font-size:16px;
}





/***************** staff *****************************/
.staff-01{
	background:url(../images/bg/staff.jpg) repeat top;
	padding:20px 0;
	min-height:inheritx;
}
.staff-01 p.img{
	float:inherit;
	margin:0 auto;
	width:70%;
	position:inherit;
	text-align:center;
}
/*
.staff-01 p.img::before{
	width:68.5%;
	height:68.5%;
	background-size:contain;
}
*/
.staff-01 p.img img{
	margin:0 auto;
	text-align:center;
	width:100%;
	height:auto;
}
.staff-01 p.name{
	font-size:40px;
	text-align:center;
}
.staff-01 .msg{
  margin:0 auto;
	width:90%;
	font-size:18px;
}
.staff-01 .msg::before{
  left: 20px;
  top: -35px;
  border-bottom: 20px solid rgba(255,255,255,0.6);
  border-right: 15px solid transparent;
	border-top: 15px solid transparent;
  border-left: 15px solid transparent;
}
.staff-01 .msg strong{
	font-size:20px;
}

ul.staff-02{
	margin:20px 0 0;
}
ul.staff-02 li{
	width:49%;
	margin:5% 0.5%;
	font-size:12px;
	padding:4% 0.5% 2.5%;
}
ul.staff-02 li strong{
	display:block;
	font-size:18px;
	margin:-40px auto 10px;
	width:auto;
	text-align:center;
}
ul.staff-02 li:last-child{
	text-align:left;
}

ul.staff-03{
	margin:0 auto;
}
ul.staff-03 li{
	width:150px;
	height:173px;
	margin:16px 16.5px 24px;
	animation: inherit;
}
ul.staff-03 li:nth-child(odd){
	animation: inherit;
}
ul.staff-03 li a:after{
	width:150px;
	height:178px;
}
ul.staff-03 li a span{
	font-size:16px;
}
ul.staff-03 li a:hover span{
	font-size:16px;
}
ul.staff-03 li img{
	margin:0 auto -80px;
}
ul.staff-03 li img.dum{
	margin:-40px auto -40px;
}



/************************** form ***************************/
div#content .ssl p{
	font-size:10px;
}
form dl {
	border: none;
}
form dl dt {
	float: none;
	width: auto;
	padding: 10px 0 0;
}
form dl dd {
	padding: 10px 0 10px 0;
	border-bottom:1px dotted #aaa;
}
form dl dd:last-child {
	border:none;
}
form abbr.attention,
form abbr.ayl{
	float:left;
	margin-right:5px;
}
form abbr.ayl{
	background:#ccc;
	color:#000;
}
form dl input{
	width:94%;
}
form dl select{
	width:98%;
}
form dl textarea{
	ime-mode:active;
	padding:5px;
	width:98%;
	height:150px;
	box-sizing:border-box;
}
form dl label input{
	width:22px;
}


div#content p.conversion a{
	padding:35px 5px 30px;
	font-size:24px;
}








/******************* gallery ************************/
div#media ul li img {
  max-width: inherit;
  max-height: inherit;
	width:32%;
	height:auto;
}
div.directories div.directory {
  float:inherit;
	width:100%;
	margin:0 1% 20px;
}
div.directories div.directory p a {
  width: 100%;
}
div.directories div.directory p a img {
  width:100%;
	height:auto;
	max-width: auto;
  max-height: auto;
}



/****************** button reset **********************/

input[type="button"],
input[type="submit"],
input[type="text"],
input[type="number"],
input[type="tel"],
select,
textarea{
  border-radius: 0;
	padding:10px;
	width:99%;
	box-sizing:border-box;
}
input[type="button"],
input[type="submit"],
input[type="text"],
input[type="number"],
input[type="tel"],
textarea{
  -webkit-appearance: none;
}

/***************** utility *****************************/
div#utility{
	width:100%;
	margin:20px 0;
	padding:0;
	float:inherit;
	clear:both;
}




/***************** footer *****************************/
div#footer {
	padding-bottom:30px;
}
div#footer p.footer-01{
	margin:20px 10px;
}
div#footer p.footer-02{
	margin:0 auto 30px;
	width:50%;
}
div#footer p.footer-02 img{
	width:100%;
	height:auto;
}
div#footer div.footer-left-box{
	width:100%;
	float:inherit;
	margin-right:0px;
}
div#footer div.footer-left-box iframe{
	width:98%;
	margin:0 1%;
}
div#footer div.footer-left-box p{
	display:none;
}
div#footer div.footer-left-box dl.table{
	width:98%;
	margin:0 1%;
}
div#footer div.footer-left-box dl.table dt{
	width:100px;
	font-size:11px;
	float:left;
	padding:5px 1%;
}
div#footer div.footer-left-box dl.table dd{
	font-size:11px;
	padding:5px 0 5px 100px;
}
div#footer div.footer-right-box{
	width:98%;
	margin:20px 1% 0;
	float:inherit;
	text-align:inherit;
}
.fb-page{
	width:100%;
}

div#footer ul{
	display:none;
	width:100%;
	padding:30px 0;
}
div#footer address{
	font-size:10px;
}
div#footer p.contigo,
div#footer p.contigo a{
	font-size:8px;
}

/*************************** html ***********************/
.team-02 ul{
	display: flex;
	justify-content: center;
}
.team-02 ul li{
	width: 100px;
	height: 100px;
	font-size: 24px;
}

.trial-02 section div.fixbox,
.trial-02 section:nth-child(odd) div.fixbox{
	flex-direction: column-reverse;
}
.trial-02 div.img{
	text-align: center;
}
.trial-02 div.img img{
	width:80%;
	height: auto;
}

.flow-section-container{
	background:none;
}
.flow-section-container section,
.flow-section-container section:nth-child(odd){
    width:100%;
    flex-direction:column;
}
.flow-section-container section:not(:last-child){
	background: url(../images/icons/flow-bottom-start-gray.svg) no-repeat center bottom;
	padding-bottom:5rem;
	background-size:15rem;
}
.flow-section-container section:nth-child(odd){
	margin-left:0;
}
.flow-section-container h3::before{
    width: 3rem;
    padding:0.3rem 0;
    color:#fff;
    margin-right: 0.3rem;
}
.flow-section-container div.img{
    width: 150px;
}

}