@charset "utf-8";


.pcNone { display:none; }

.note {
	margin:1em 0 0 1em;
	  }



main#stripeBg {
    background: none !important;
}

#main_top {
	padding:40px 0 20px;
	}
#main_top .main_top {
	}
#main_top .main_top_in {
	margin-left:290px;
	}
#main_top .main_top_in h1 {
    margin: 0 0 20px 0;
    max-width: 603px;
}
#main_top .main_top_in p {
	margin: 40px 0;
    color: #003168;
    font-size: 18px;
    font-weight: bold;
    line-height: 1.4;
	/* font-style: italic; */
}
#main_top .main_top_in small {
	font-weight:normal;
}


#main_bottom {
	background-image:url(../img/bg_main_bottom.png);
	background-repeat:no-repeat;
	background-color:#003168;
	padding:20px 0 40px;
	background-position:center bottom;
	}
#main_bottom .main_bottom {
	position:relative;
	}
#main_bottom .main_bottom_in {
	margin-left: 290px;
	}

#main_bottom .main_bottom h2 {
	display:inline-block;
	margin-bottom:0;
	}
#main_bottom .main_bottom p {
	color:#b8fff7;
	}
#main_bottom .main_bottom h3 {
	color:#fff;
	font-size:18px;
	}
    
@media (min-width: 770px) {
    #main_bottom .main_bottom .dartslive2{
        position: absolute;
        top: -450px;
        left: 10px;
    }

    #main_bottom .main_bottom .dartslive2 img{
        max-width: 90%;
    }
}
@media (min-width: 992px) {
    #main_bottom .main_bottom .dartslive2{
        position: absolute;
        top: -500px;
        left: 10px;
    }

    #main_bottom .main_bottom .dartslive2 img{
        max-width: 85%;
    }
}

/*ポイント*/
#point {
	padding: 4em 0;
}
#point h1 {
	max-width:565px;
	margin: 0 auto 0.5em;
}
#point h2 {
	margin: 0 0 0.5em;
	font-weight: 800;
}
.txt_btn {
	margin-top: 1.3em;
}
.txt_btn a {
	display: block;
	text-align: center;
	text-decoration: none;
	outline: none;
	padding: 0.7em 0 0.8em;
	border: 1px solid #003168;
	color: #003168;
}
.txt_btn a:hover {
	color: #fff;
	text-decoration: none;
	background-color: #003168;
}
.txt_btn a::before,
.txt_btn a::after {
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
}
.txt_btn a,
.txt_btn a::before,
.txt_btn a::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s;
	transition: all .3s;
}
.btn {
	border-radius: 0;
	font-size: 125%;
}
.btn:hover {
	opacity: 1;
}

.flexcontainer{
  display: flex;
  flex-wrap: wrap;
}
.flexitem{
  width: 50%;
  padding:20px;
}
.flexitem img{
}
.flexitem h2 {
	font-size:30px;
	color: #003168;
}
.flexitem p {
    font-size: 16px;
    line-height: 1.65;
}
.item1{
  order: 1;
}
.item2{
  order: 2;
}
.item3{
  order: 4;
}
.item4{
  order: 3;
}
.item5{
  order: 5;
}
.item6{
  order: 6;
}

/*料金テーブル*/
#intro h1 {
	text-align: center;
}
#intro h1 img {
	max-width: 650px;
}

.s_price_table,
.n_price_table{
    width: 100%;
    margin: 30px 0 0;
}
.s_price_table caption,
.n_price_table caption{
    margin: 0 0 10px;
    color: #333;
    font-size: 30px;
    font-weight: bold;
    text-align: center;
}
.s_price_table td,
.s_price_table th,
.n_price_table td,
.n_price_table th{/*
    width: 14%;*/
    height: 57px;
    vertical-align: middle;
    border: 1px dotted #CCC;
    text-align: center;
	font-weight:bold;
}
.s_price_table .price_title{
    background: #EB6120;
    color: #FFF;
}
.s_price_table .attribute{
    background: #eea442;
	width:128px;
}
.n_price_table .price_title{
    background: #0054A7;
    color: #FFF;
}
.n_price_table .attribute{
    background: #61B7F0;
	width:128px;
}
.s_price_table .price_time{
    color: #eb6120;
    font-weight: bold;
	font-size:130%;
	width:20%;
}
.s_price_table .price_time span{
	display:block;
    font-weight: normal;
	font-size:60%;
}
.n_price_table .price_time{
    color: #0054a7;
    font-weight: bold;
	font-size:130%;
	width:20%;
}
.n_price_table .price_time span{
	display:block;
    font-weight: normal;
	font-size:60%;
}
.s_price_table .wd,
.n_price_table .wd{
    background: #ffc498;
    font-weight: bold;
}
.s_price_table .hd,
.n_price_table .hd{
    background: #ff98a0;
    font-weight: bold;
}

/*グッズ*/
#goods {
	padding: 4em 0;
}
#goods h1 {
	max-width:700px;
	margin: 0 auto 0.5em;
}
#goods p {
	margin:0 0 0 1em;
	text-indent:-1em;
	padding-left:1em;
}
#goods p:first-child {
	margin-top: 1em;
}


/*キャンペーン*/
#campaign {
    margin: 50px 0 0;
    background-image: url(../img/bg_cp.jpg);
    background-repeat: repeat;
    /* border: 10px solid; */
    border-radius: 30px;
    padding: 10px;
}
#campaign .box {
    background: #fff;
    border-radius: 20px;
    margin: 0;
    padding: 5px 30px;
}
#campaign .description_contents p {
    margin: 10px 0 10px !important;
}
#campaign h2{
    margin: 0;
	font-size:280%;
}
#campaign ul {
    padding: 15px;
    /* margin: 30px 0; */
    background: #ffe2d8;
    border-radius: 10px;
}
#campaign li{
    margin: 0 0 1em 2em;
    text-indent: -3em;
    padding-left: 3em;
}
#campaign li:last-child{
	margin-bottom:0;
}
#campaign dl{
    padding: 10px 0;
    margin: 0 0 10px;
    border-top: 1px solid #666;
    border-bottom: 1px solid #666;
}
#campaign dt{
    display: inline;
    width: 25%;
    padding: 5px 30px 5px 0;
    font-size: 16px;
    font-weight: bold;
}
#campaign dd{
    display: inline;
    width: 75%;
    padding: 5px 0;
    font-size: 16px;
}


/* ==============================================================
 Less than TABLET
================================================================= */
@media screen and (max-width: 979px) {
	#main_bottom {
	background-image:url(../img/bg_main_bottom.png);
	background-repeat:no-repeat;
	background-color:#003168;
	padding:20px 0 40px;
	background-position:center top;
	}
}


/* ==============================================================
 Less than 769px
================================================================= */
@media screen and (max-width: 769px) {
	
	.spNone { display:none; }
	.pcNone { display:block; }
	
	#main_top {
	padding:0px 0 20px;
	}
	#main_top .main_top {
		}
	#main_top .main_top_in {
		margin:0;
		}
	#main_top .main_top_in h1 {
		margin: 0 0 20px 0;
		max-width: 603px;
	}
	#main_top .main_top_in p {
		color: #003168;
		font-size: 18px;
		font-weight: bold;
		line-height: 1.4;
		/* font-style: italic; */
	}
	#main_top .main_top_in small {
		font-weight:normal;
		font-size:75%;
	}
	
	
	#main_bottom {
		background-image:url(../img/bg_main_bottom.png);
		background-repeat:no-repeat;
		background-color:#003168;
		padding:0 0 40px;
		}
	#main_bottom .main_bottom {
		position:relative;
		}
	#main_bottom .main_bottom_in {
		margin:0;
		}
	
	#main_bottom .main_bottom h2 {
		display:inline-block;
		margin:0;
		}
	#main_bottom .main_bottom p {
		color:#b8fff7;
		}
	#main_bottom .main_bottom h3 {
		color:#fff;
		font-size:18px;
		}
	#main_bottom .main_bottom .dartslive2 {
		display:none;
		}
	
	
	section#point div.flexcontainer { display:block; }
	section#point div.flexcontainer div.flexitem { width:auto; }
	
	
	.flexcontainer{
	  display: flex;
	  flex-wrap: wrap;
	}
	.flexitem{
	  width: 50%;
	  padding:20px;
	}
	.flexitem img{
	}
	.flexitem h2 {
		font-size:28px;
		color: #003168;
	}
	.flexitem p {
		font-size: 16px;
		line-height: 1.65;
	}
	.item1{
	  order: 1;
	}
	.item2{
	  order: 2;
	}
	.item3{
	  order: 4;
	}
	.item4{
	  order: 3;
	}
}
@media screen and (max-width:991px){
    .s_price_table td,
    .s_price_table th,
    .n_price_table td,
    .n_price_table th{
        width: calc(100% / 3);
    }
}

/* ==============================================================
 Less than SP-LANDSCAPE
================================================================= */
@media screen and (max-width:568px) {
	#campaign h2{
	font-size:180%;
	}
}

/* ==============================================================
 SP-LANDSCAPE
================================================================= */
@media screen and (min-width:480px) and (max-width:767px) {
}


/* ==============================================================
 SP-PORTRAIT
================================================================= */
@media screen and (min-width:0px) and (max-width:479px) {
}

/* ==============================================================
 Less than SP-PORTRAIT
================================================================= */
@media screen and (max-width:479px) {	 
}

/* ==============================================================
 Less than SP-PORTRAIT / iPhone5
================================================================= */
@media screen and (max-width:320px) {
}

