@charset "utf-8";

*{
	margin:0;
	padding:0;
}

body{
	background-color: #fff;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

/*---top---*/

.top-wrap{
	background:#083266;
	height:162px;
	width:100%;
	min-width:960px;
}

.logo{
	background:#1491c1;
	height:162px;
	width:290px;
}

/*---header---*/

.header-wrap{
	width:100%;
	min-width:960px;
	background-image:url(images/bengal_bg.jpg);
	background-position:right top;
	background-size:contain;
	background-repeat:no-repeat;
}

header{
	width:100%;
	margin-left:auto;
	margin-right:auto;
}

.slider{
	padding: 0;
	margin: 0;
	border: 0px;
}
.bx-wrapper .bx-viewport {
	border: 0;
}


/*---layout---*/


.wrapper{
	width:100%;
	min-width:960px;
}

.article{
	width:960px;
	margin-left:auto;
	margin-right:auto;
}

.content{
	width:90%;
	font-size:16px;
	text-align: justify;
	margin-left: auto;
	margin-right: auto;
}


h2{
	text-align:center;
	font-size:24px;
	font-weight:bold;
  text-shadow    : 
       2px  2px 1px #fff,
      -2px  2px 1px #fff,
       2px -2px 1px #fff,
      -2px -2px 1px #fff,
       2px  0px 1px #fff,
       0px  2px 1px #fff,
      -2px  0px 1px #fff,
       0px -2px 1px #fff;        /* 文字の影 */	
	   margin:10px 0;
}

h2 img{
	width: 100%;
}

h3{
	color: #000;
	border-bottom:1px solid #85c4ff;
	font-size: 2em;
	text-align: center;
	margin:20px 0;
}

.tom h3{
	border-bottom:1px solid #85c4ff;
}

/*h3:after {
	content:"";
	display:block;
	margin-top:20px;
	height:1px;
	width:100%;
	background:-webkit-gradient(linear, left top, right bottom, from(#cb924f), to(#cc9b58));
	background:-moz-linear-gradient(left, #ffbf5b, #cc9b58);
	background:linear-gradient(left, #ffbf5b, #cc9b58);
}
*/
h5{
	text-align:center;
	font-size:32px;
	font-weight:bold;
	margin:32px;
}

.hedder-box{
	position:relative;
}

.button-box{
	position:absolute;
	right:10%;
	bottom:0%;
	width:25%;
}

.yosoukabox{
	width: 720px;
	margin: 0 auto;
}

.yosouka{
	width:360px;
	float: left;
}

.yosouka img{
	width:80%;
}

.appbox{
	width: 48%;
	float:left;
	padding:0 1%;
}

/*---テーブル部分---*/

table{
	width:80%;
	margin-left:auto;
	margin-right:auto;
}

tr{
	text-align:center;
}

.icon{
	width:100px;
	padding-left:20px;
}

.icon img{
	width:100%;
}

.btn{
	text-align:center;
	vertical-align:bottom;
}

/*---サロン部分---*/

.rgba{
	background-color:rgba(255,255,255,0.7);
}

.salon{
	background-image:url(images/salon.jpg);
	background-size:cover;
	background-position:center;
}

.tournament{
	background-image:url(images/tournament.png);
	background-size:100%;
	background-position:bottom;
	background-repeat:no-repeat;
}
/*
.suisen{
	border:1px solid #000000;
	padding:5%;
}

.suisenbun{
	float:left;
	width:80%;
}

.suisenimage{
	float:right;
	width:10%;
	position:absolute;
	right:0;
	bottom:0;
}
*/
.suisenimage img{
	width:100%;
}

.tournament p{
	margin:0 auto;
	width:70%;
	color:#fff;

}

/*---メニュー部分---*/


/*
.yellow{
	background-color:#fef471;
}
*/

h4{
	font-size: 16px;
	text-align: center;
	border-bottom:1px solid #999;
	margin-bottom:10px;
}

.container{
	display:flex;
	flex-wrap:wrap;
	justify-content:center;
	width:100%;
	margin:0px auto;
}

.box{
	width:200px;
	margin:20px 10px;
	padding:10px;	
	box-shadow:2px 2px 5px 1px #999;
}

.meshiumabox{
	width:400px;
}

.cp_gaiyou{
	width:60%;
	margin:0 auto;
	line-height:1.5;
}

.cp_box{
	background-color:#d8edff;
	padding:20px;
}

.box p{
	font-size:12px;
	text-align:start;
}

.timer{
	margin-bottom:6px;
}

h6{
	font-size:16px;
	font-weight:bold;
	margin-bottom:4px;
	text-align:center;
}

.centerbox{
	width: 50%;
	clear:both;
	margin:0 auto;
}

.bakuana{
	background-color:#fef471;
}

/*---メシ馬部分---*/

.count{
	text-align:center;
}

/*
.floatbox{
	width: 50%;
	float:left;
}

.centerbox{
	width: 50%;
	clear:both;
	margin:0 auto;
}

.button{
	width:150px;
	background-color:#ec424f;
	border-radius:10px;
}
*/



/*---共通部分---*/


.center{
	text-align:center;
}

.right{
	text-align:right;
}

strong{
	font-weight:bold;
}

.small{
	font-size:14px;
}

.cancell{
	text-decoration:line-through;
}

.name{
	font-size:18px;
	font-weight:bold;
	text-align:center;
}

.leftbox{
	float:left;
}

.rightbox{
	float:right;
}

/*---footer---*/

.blue{
	width:100%;
	min-width:960px;
	background-color:#051827;
	padding:10px 0 20px 0;
}

.blue section{
	width: 864px;
	margin: 0 auto;
}

.blue p{
	color:#fff;
	margin:10px 0;
}

.copyright-wrap{
	width:100%;
	min-width:960px;
	background-color:#fff
}

.copyright{
	width:960px;
	margin-left:auto;
	margin-right:auto;
	padding:20px 0;
}

.copyright p{
	text-align: center;
	font-size:14px;
	color:#1491c1;
}


/*--ページトップへ戻るボタン--*/

#page_top {
	position: fixed;
	bottom: 15%;
	right: 5%;
	z-index: 999;
}

#page_top a {
	width:100%;
	text-decoration: none;
}

#page_top img:hover {
	opacity:0.7;
}

/*--ここからスマホ用レイアウト---------------------------------*/

@media screen and (max-width:480px) {

.top-wrap{
	
	min-width:100%;
	height:auto;
}

.logo{
	width:31.25%;
	height:auto;
}

.logo img{
	width:100%;
}

.header-wrap{
	min-width:100%;
	height:auto;
}

header{
	width: 100%;
}

header img{
	width:100%;
}

.wrapper{
	min-width:100%;
}

.article{
	width:100%;
}

h2{
	font-size: 18px;
	width:95%;
	padding:20px 2.5% 20px 2.5%;
}

h2 img{
	width: 100%;
}

h3{
	font-size: 16px;
	width:95%;
	padding:10px 2.5% 10px 2.5%;
}

h4{
	font-size: 14px;
}

h5{
	font-size:22px;
	margin:12px;
}

p{
	font-size:16px;
}

.yosoukabox{
	width: 100%;
	margin: 0 auto;
}

.appbox p img{
	width:100%;
}

.floatbox{
	width:100%;
	float:none;
}

.yosouka{
	width: 100%;
	float: none;
}

.yosouka img{
	width: 50%;
}

.content{
	font-size:13px;
}

.small{
	font-size:12px;
}

.name{
	font-size:16px;
}

.cp_gaiyou{
	width:100%;
	margin:0 auto;
	line-height:1.5;
}

/*---テーブル部分---*/

table{
	width:100%;
	margin-left:auto;
	margin-right:auto;
	font-size:12px;
}

.icon{
	width:20%;
	padding-left:0;
}

.icon img{
	width:100%;
}

.btn{
	text-align:center;
}

.tournament{
	background-image:url(images/tournament.png);
	background-size:cover;
	background-position:bottom;
	background-repeat:no-repeat;
}

.tournament p{
	width:100%;

}

.box{
	width:38%;
	margin:20px 4%;
	padding:2%;	
	box-shadow:2px 2px 5px 1px #999;
}

.meshiumabox{
	width:66%;
}

.box p{
	font-size:12px;
}

.blue{
	min-width:100%;
}

.blue section{
	width:90%;
	margin: 0 auto;
}

.pconly{
	display: none;
}

.copyright-wrap{
	min-width:100%;
}

.copyright{
	width:100%;
	font-size:14px;
}

#page_top img{
	opacity:0.7;
}

#page_top img:hover {
	opacity:0.7;
}


}

/*clearfix-------------------------------*/

.clearfix {
	zoom:1;
}
.clearfix:after {
	content:"";
	display:block;
	clear:both;
}


