body{
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "Osaka", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color:#171717;
	line-height:25px;
	background-color:#F6F6F6;
	}

span{
	display: inline-block;
	}

img{
	width: 100%;
	}

a:hover{
	text-decoration:none;
}

/* パソコンで見たときは"pc"のclassがついた画像が表示される */
.pc { display: block !important; }
.sp { display: none !important; }
/* スマートフォンで見たときは"sp"のclassがついた画像が表示される */
@media only screen and (max-width: 992px) {
.pc { display: none !important; }
.sp { display: block !important; }
}

.navbar-brand {
  background: url("../img/sports_logo-new-1.png") no-repeat left center;
  background-size: contain;
  height: 50px;
  width: 300px;
  margin-left:10px;
}

.pnameeng{
	font-family: 'Roboto', sans-serif;
	font-size:2.3em;
	line-height:1em;
	letter-spacing: 0.05em;
	text-align: center;
	font-weight: bold;
	margin-top:70px;
	margin-bottom: 10px;
	color:#171717;
}

.pnamejp{
	font-size:0.8em;
	line-height:1.4em;
	text-align: center;
	margin-bottom:50px;
	color:#171717;
}

.mnameeng{
	font-family: 'Roboto', sans-serif;
	font-size:1.6em;
	line-height:1em;
	letter-spacing: 0.05em;
	text-align: left;
	margin-top: 60px;
	margin-bottom: 20px;
	color:#171717;
}

.catch_main{
	text-align: center;
	font-family:serif;
	font-size:2.4rem;
	font-weight: bold;
	line-height:1.7em;
	color:#171717;
}

@media screen and (max-width:992px){
.catch_main{
	font-size:1.5rem;
}
}

.setsu_main{
		margin-top: 20px;
	text-align: center;
	font-size: 0.9em;
	line-height: 1.9em;
	color:#171717;
}

.catch{
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-size:1.4em;
	font-weight: bold;
	line-height:1.5em;
	letter-spacing: 0.06em;
	margin-bottom: 20px;
	color:#004CAE;
}

table{
	font-size:0.7em;
}

.note {
  padding-left: 1em;
  text-indent: -1em;
	font-size:0.7em;
	line-height: 1.5em;
  color: #787474;
}

.note4 {
  padding-left: 4em;
  text-indent: -4em;
}

footer{text-align: center;}

.container-fluid .yoko{
    padding-right: 0px;
    padding-left: 0px;
   }

.setsu{
	font-size: 0.9em;
	line-height: 1.9em;
	color:#171717;
}

.nvhead{
	background: rgba(255,255,255,0.9);
}

@media screen and (min-width:992px){
.hakooya{
	position:relative;
}

.hako-r{
	position: absolute;
	background: white;
	top:50px;
	left:-40px;
	right:40px;
	z-index: 1;
	padding:40px;
	border: 0.5px solid #CCCCCC;
	box-shadow: 5px 5px 20px 0px rgba(0,0,0,0.2);
}

.hako-l{
	position: absolute;
	background: white;
	top:50px;
	left:40px;
	right:-40px;
	z-index: 1;
	padding:40px;
	border: 0.5px solid #CCCCCC;
	box-shadow: 5px 5px 20px 0px rgba(0,0,0,0.2);
}
}

/***********四方八方ゆっくり表示スクリプト************/
/*左から*/
.box-l div {
  -webkit-transition: all 1s;
  -webkit-transform: translate(0, 0);
  opacity: 1;
}
.box-l div.move {
  -webkit-transform: translate(-10px, 0);
  opacity: 0;
}

/*右から*/
.box-r div {
  -webkit-transition: all 1s;
  -webkit-transform: translate(0, 0);
  opacity: 1;
}
.box-r div.move {
  -webkit-transform: translate(10px, 0);
  opacity: 0;
}

/*下から*/
.box-b div {
  -webkit-transition: all 1s;
  -webkit-transform: translate(0, 0);
  opacity: 1;
}
.box-b div.move {
  -webkit-transform: translate(0, -10px);
  opacity: 0;
}

/***********四方八方ゆっくり表示スクリプトの終わり************/

.shop img{
	margin-bottom: 30px;
}

@media screen and (max-width:576px){
.tan50 img{
	width:50%;
	display: inline-block;
}
}

.alvelmida{
	font-family:'Noto Sans JP', sans-serif;
	font-size:1em;
	margin-top:30px;
	position:relative;
	width:100%;
}

.alvelbo{
	border-bottom: solid 1px #000000;
	margin:10px 0;
  position:absolute;
 top: 0;
  right: 15px;
  bottom: 0;
  left: 15px;
overflow:hidden;
	height:auto;
}

.alvelbo2{
	border-bottom: solid 1px #000000;
	margin-top:5px;
	margin-bottom: 10px;
}

.navbar{
	box-shadow: 5px 5px 20px 0px rgba(0,0,0,0.2);
}

.zure{
	margin-top:-20px;
	padding-top:20px;
}

.modoru{
	text-align: right;
	display: inline-block;
	margin-top:30px;
}

.img-box {
  position: relative;
}
.img-box .active {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  transition: 0.4s;
  
}
.img-box:hover .active {
  opacity: 1;
  padding:0 15px 15px 15px;

}

.img-box p{
	font-size:0.9em;
	line-height: 1.2em;
	margin-top:7px;
	color:#171717;
}

@media screen and (max-width:768px){
.img-box p{
	font-size:0.8em;
}
}

.ico-al{
	background-color:#0006FF;
}

.ico-vel{
	background-color:#FF7700;
}

.ico-al,.ico-vel{
	float: right;
	border-radius: 3px;
	color:white;
	font-size:0.5em;
	padding:3px;
	margin-top: -5px;
	border:solid 1px white;
}
@media screen and (max-width:576px){
.ico-al,.ico-vel{
	float: left;
	margin-top:10px;
}
}

.linetit{
	font-family:'Noto Sans JP', sans-serif;
	text-align: center;
	margin:50px 0 30px;
	font-size:1.5em;
}