@charset "utf-8";


/* ipad Pro ここから*/
@media screen and (max-width: 1024px) {
	
.smp_none {
	display: none;
}
/*メインビジュアル*/
#main_logo {
    padding-top: 5%;
	padding-bottom: 0%;
}
#main_logo img {
    width: 35%;
    max-width: 500px;
}
#main_copy {
    padding-bottom: 6%;
}
#bumper {
    right: 2%;
    margin-top: 30px;
}
	
/*トップバンパー*/
#bumper img {
	width: 80%;
}
/*トップボーる*/
#ball_top {
	margin-left: 20px;
    margin-top: 0px;
}

/*レイアウト共通*/
.inbox {
	width: 95%;
    max-width: 1000px;
} 
	
/*ピンボール*/
/*ピンボール台*/
#pinball_dai {
    right: 0%;
    margin-top: -40px;
}
#pinball_dai img {
	width: 65%
}
	
/*グッズ*/
#goods {
    background-position: center center;
}		
/*トラック*/
#track {
	margin-left: 0px;
    margin-top: 120px;
}
#track img {
	width: 80%;
}
/*瓶コーラ*/
#coke {
    right: 0%;
    margin-top: -230px;
}
#coke img {
	width: 80%;
}
#instagram iframe {
	width: 20%;
	max-width: 900px;
}

/*フェイスブックボタン*/
#facebook_btm img {
	width: 60%;
}

/*フッター 右*/
#footer_right {
    float: none;
    width: 100%;
    font-size: 16px;
    line-height: 25px;
    clear: both;
    text-align: center;
}
#footer_right img {
	display: none;
}


}
/* ipad Pro ここまで*/








/* ipad ここから*/
@media screen and (max-width: 768px) {
#bumper {
    margin-top: 30px;
    text-align: right;
    margin-right: 10px;
}
#bumper img {
	width: 60%;
}
/*トップボーる*/
#ball_top img {
	width: 60%;
}
	
/*レイアウト共通*/
.inbox {
	padding: 40px 0;
} 
	
/*ニュース*/
#news {
    max-width: 90%;
}
#news h2 {
    font-size: 2em;
    line-height: 1.5em;
}
#news Marquee  {
    line-height: 2em;
}
	
/*コンセプト*/
#concept h2 {
    font-size: 2em;
    line-height: 1.5em;
    width: 30%;
    margin-bottom: 10px;
}
#concept_copy {
    font-size: 1.4em;
    line-height: 1.1em;
}
#concept p {
    font-size: 0.9em;
    line-height: 1.2em;
}

/*コンセプト 背景８角形*/
#octagon_01 {
    padding: 5px 10px;
}
/*コンセプト 背景８角形　共通*/
#octagon_01::before,#octagon_01::after,#octagon_02::before,#octagon_02::after {
  border: 25px solid transparent;
}
/*コンセプト 背景８角形　左上*/
#octagon_01::before {
  border-top-color: #E8E6DB;
  border-left-color: #E8E6DB;
  top: 0;
  left: 0;
}
/*コンセプト 背景８角形　右上*/
#octagon_01::after {
  border-top-color: #E8E6DB;
  border-right-color: #E8E6DB;
  top: 0;
  right: 0;
}
/*コンセプト 背景８角形　左下*/
#octagon_02::before {
  border-bottom-color: #E8E6DB;
  border-left-color: #E8E6DB;
  bottom: 0;
  left: 0;
}
/*コンセプト 背景８角形　右下*/
#octagon_02::after {
  border-bottom-color: #E8E6DB;
  border-right-color: #E8E6DB;
  bottom: 0;
  right: 0;
}

/*共通タイトル*/
#pinball h2 img,#goods h2 img,#access h2 img {
	width: 40%;
}
h3 {
    font-size: 0.8em;
}

/*ピンボール*/
/*ピンボール台*/
#pinball_dai {
	text-align: right;
}
#pinball_dai img {
	width: 50%
}
/*ピンボール　コピー*/
.font35 {
    font-size: 23px;
    font-weight: bold;
}
/*ピンボール ポイント*/
.pinball_point img {
	width: 70%;
}	
.pinball_point_line img {
    width: 100%;
}
/*ニューアライバルと営業時間*/
.font60 {
	font-size: 45px;
}

/*ピンボール マシンリスト*/
#machinelist {
    background-size: 80% auto;
}
.font70 {
	font-size: 50px;
}
/*トラック*/
#track img {
	width: 60%;
}
	
/*アクセス*/
#map  {
	height: 306px;
}
#map iframe {
	height: 300px;
}
/*瓶コーラ*/
#coke {
    margin-top: -150px;
}
#coke img {
	width: 50%;
}
/*大会バナー*/
#taikai_banner img {
	width: 80%;
}
#instagram img {
	width: 30%;
}
#instagram iframe {
	max-width: 600px;
}

/*フレーム　フリッパー*/
.contact-fix-left img {
	width: 80%;
}
.contact-fix-right {
    text-align: right;
}
.contact-fix-right img {
    width: 80%;
}
.contact-fix-center {
    position: fixed;
    left: 46%;
}
	
/*フッター 左 コピーライト*/
#copylight {
    height: auto;
    font-size: 14px;
    margin-bottom: 40px;
	width: 8%;
}
/*フッター センター*/
#footer_center {
    font-size: 1.3em;
    line-height: 1.5em;
    width: 75%;
    background-size: 100% auto;
    height: auto;
}
	
	

}
