@charset "UTF-8";

.clear:after{content: ".";display:block;height:0;font-size:0;clear: both;visibility:hidden;}
.clear {display: inline-block;} 
* html .clear {height: 1%;}
.clear {display:block;}

.img-responsive-max{width: 100%;}

.mb-0{margin-bottom: 0px !important;}
.mb-10{margin-bottom: 10px !important;}
.mb-13{margin-bottom: 13px !important;}
.mb-15{margin-bottom: 15px !important;}
.mb-20{margin-bottom: 24px !important;}
.mb-30{margin-bottom: 32px !important;}
.mb-40{margin-bottom: 48px !important;}
.mt-0{margin-top: 0px !important;}
.mt-10{margin-top: 10px !important;}
.mt-20{margin-top: 24px !important;}
.m-center{margin-left: auto !important;margin-right: auto !important;}

.font-xsmall{font-size: 12px !important;}
.font-small{font-size: 14px !important;}
.font-default{font-size: 16px !important;}
.font-big{font-size: 18px !important;}
.font-xbig{font-size: 22px !important;}

ul.font-xsmall li{font-size: 12px !important;}
ul.font-small li{font-size: 14px !important;}
ul.font-default li{font-size: 16px !important;}
ul.font-big li{font-size: 18px !important;}
ul.font-xbig li{font-size: 22px !important;}


/* ====================================
共通　全体
==================================== */
#premierecontents{
	font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
	font-weight: 500;
	margin-bottom: 48px;
}
.container-sp-max{
	width: 100%;
	max-width: 1140px;
	margin-right: auto;
	margin-left: auto;
}
.text-center-pc{
	text-align: center;
}



/* ====================================
共通　タイトル装飾パーツ
==================================== */
.title-h2,
.title-h3{
	font-size: 22px;
	font-weight: bold;
	margin-top: 48px;
	margin-bottom: 48px;
	line-height: 1.4;
}
.title-h2-small,
.title-h3-small{
	font-size: 18px;
	font-weight: bold;
	margin-top: 36px;
	margin-bottom: 36px;
	line-height: 1.4;
}
.title-box{
	background: #140b02;
	color: #fff;
	margin-left: auto;
	margin-right: auto;
	padding: 8px 24px 6px 24px;
	display: inline-block;
	position: relative;
}
.title-box:before{
	content: "";
	border: 8px solid transparent;
	border-top: 8px solid #140b02;
	position: absolute;
	left: 50%;
	bottom: -15px;
	margin-left: -8px;
	z-index:1;
}


/* ====================================
共通　テキスト装飾パーツ
==================================== */
.text-base{
	font-size: 16px;
	line-height: 1.6;
	margin-top: 24px;
	margin-bottom: 24px;
}
.text-base-first{
	font-size: 16px;
	line-height: 1.8;
	margin-top: 0;
	margin-bottom: 30px;
}
.text-big{
	font-size: 22px;
	font-weight: bold;
}
.text-bold{
	font-weight: bold;
}
.text-red{
	color: #b91b16;
	font-weight: bold;
}
.text-orange{
	color: #f6bb42;
	font-weight: bold;
}
.text-blue{
	color: #4fc3f6;
	font-weight: bold;
}
.text-pink{
	color: #f53d7e;
	font-weight: bold;
}
.text-gold{
	color: #714514;
}
.text-price{
	text-align: right;
	font-weight: bold;
	color: #f53d7e;
	font-size: 22px;
	margin-top: 20px;
	margin-bottom: 20px;
}
.text-price small{
	font-size: 16px;
}



/* ====================================
共通　リスト装飾パーツ
==================================== */
.base-ul{
	margin-top: 24px;
	margin-bottom: 24px;
}
.base-ul > li{
	font-size: 16px;
	line-height: 1.6;
	margin-bottom: 3px;
	position: relative;
	padding-left: 18px;
}
.base-ul > li:last-child{
	margin-bottom: 0px;
}
.base-ul > li:before{
	content: "・";
	position: absolute;
	top: 0;
	left: 0;
}

/* ※印 */
.kome-ul{
	margin-top: 24px;
	margin-bottom: 24px;
}
.kome-ul li{
	font-size: 14px;
	line-height: 1.6;
	margin-bottom: 3px;
	position: relative;
	padding-left: 18px;
}
.kome-ul li:last-child{
	margin-bottom: 0px;
}
.kome-ul li:before{
	content: "※";
	position: absolute;
	top: 0;
	left: 0;
}
.kome-ul + .base-ul,
.base-ul + .kome-ul{
	margin-top: -12px;
}
.text-base + .kome-ul{
	margin-top: -24px;
}


/* ====================================
共通　ボックス装飾パーツ
==================================== */
.box-bg{
	background: #f2f2f2;
	padding: 40px 40px;
}
.box-bg-small{
	background: #f2f2f2;
	padding: 20px 20px;
}
.box-bg-xsmall{
	background: #f2f2f2;
	padding: 5px 5px;
}
.box-bg h2,
.box-bg h3,
.box-bg-small h2,
.box-bg-small h3{
	margin-top: 0;
}
.box-bg p:first-child{
	margin-top: 0;
}
.box-bg p:last-child,
.box-bg ul:last-child,
.box-bg-small p:last-child,
.box-bg-small ul:last-child{
	margin-bottom: 0;
}

/* ボックスの色付け */
.bg-gray{
	background: #efefef;
}
.bg-yellow{
	background: #fffbef;
}
.bg-blue{
	background: #f0f8ff;
}
.bg-blue-coupon{
	background: #e0ecff
}
.bg-pink{
	background: #ffecf3;
}
.bg-gold{
	background: #ffedd8;
}

/* ボックス内の調整 */
.bg-gold .text-base{
	margin-top: 5px;
	margin-bottom: 12px;
}
.bg-gold h3{
	margin-top: 0;
	margin-bottom: 24px;
	color: #714514;
}
.text-base + ul{
	margin-top: 0;
}

.box-card{
	border:solid 1px #eeeeee;
	padding: 20px 20px;
	margin-bottom: 24px;
}




/* ====================================
メイン画像の部分
==================================== */
#Hero{
}
.header-news{
	position: relative;
	top: 5px;
	background: rgba(116,15,12,1);
	background: -moz-linear-gradient(left, rgba(116,15,12,1) 0%, rgba(185,27,22,1) 100%);
	background: -webkit-gradient(left top, right top, color-stop(0%, rgba(116,15,12,1)), color-stop(100%, rgba(185,27,22,1)));
	background: -webkit-linear-gradient(left, rgba(116,15,12,1) 0%, rgba(185,27,22,1) 100%);
	background: -o-linear-gradient(left, rgba(116,15,12,1) 0%, rgba(185,27,22,1) 100%);
	background: -ms-linear-gradient(left, rgba(116,15,12,1) 0%, rgba(185,27,22,1) 100%);
	background: linear-gradient(to right, rgba(116,15,12,1) 0%, rgba(185,27,22,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#740f0c', endColorstr='#b91b16', GradientType=1 );
	color: #fdeab5;
	text-align: center;
	padding: 16px 5px;
	font-size: 16px;
	font-weight: bold;
}
.header-news a{
	color: #fdeab5;
	text-decoration: underline;
}
.page-title{
	display: inline;
	font-size: 16px;
	margin-right: 5px;
	font-weight: bold;
}
.page-title:after{
	content: "｜";
}


/* ====================================
会員特典の部分
==================================== */
.col-benefits{
	padding-right: 15px;
}
.row .col-benefits:nth-child(even){
	padding-right: 0px;
	padding-left: 15px;
}

.label-red{
	background: #b91b16;
	padding: 2px 8px;
	color: #feec96;
	font-size: 14px;
}
.label-red + ul{
	margin-top: 12px;
}


/* ====================================
注意事項の部分
==================================== */
.table-kikan{
	width: 100%;
	background: #e0ecff;
}
.box-kikan .table-kikan tr:last-child{
	width: 100%;
	background: #e8f1ff;
	border-top: 2px dotted #fff;
}
.table-kikan th,
.table-kikan td{
	padding: 10px 10px;
}
.table-kikan th{
	border-right: 2px dotted #fff;
	color: #0e2b58;
	font-weight: bold;
	width: 30%;
}
.table-kikan td .table-dl:first-child{
	border-top:none;
	border-bottom:1px solid #fff;
}
.table-kikan td .table-dl:last-child{
	border-bottom:none;
	border-top:1px solid #fff;
}
.table-kikan td .table-dl dt{
	background:#0e2b58;
	color: #fff;
}


/* ====================================
ページ下部のナビゲーションの部分
==================================== */
#Othernavi{
	margin-top: 40px;
}
.other-ul li{
	float: left;
	width: 33.33%;
	font-size: 12px;
	margin-bottom: 10px;
}
.other-ul li a:before{
	content: "\f054";
	font-family: 'FontAwesome';
	margin-right: 5px;
	font-weight: normal;
	font-size: 10px;
}


@media(max-width:767px) { 
/* スマホ用 */

/* ====================================
共通　全体
==================================== */
.container-sp-max{
	width: 100%;
    max-width: 100%;
}
.text-center-pc{
	text-align: left;
}
.text-big{
	font-size: 18px;
}

/* ====================================
共通　タイトル装飾パーツ
==================================== */
.title-box{
	font-size: 18px;
	display: block;
}
.container-sp-max .title-h2{
	padding-left: 15px;
	padding-right: 15px;
}

.box-bg h2,
.box-bg h3,
.box-bg-small h2,
.box-bg-small h3{
	margin-top: 48px;
}


/* ====================================
共通　ローカルナビパーツ
==================================== */
.local-navi{
	border-bottom:2px solid #bb7c20;
}
.local-navi li{
	width: 50%;
}
.local-navi li a{
	padding:12px 3px;
	font-weight: normal;
	font-size: 12px;
}
.local-navi li.navi-001 a{
	border-bottom:1px solid rgba(0,0,0,0.5);
}
.local-navi li.navi-002 a{
	border-top:1px solid rgba(255,255,255,0.1);
}
.local-navi li:last-child a{
	border-right: none;
}


/* ====================================
共通　ボックス装飾パーツ
==================================== */
.box-bg{
	padding: 20px 20px;
}
.box-bg-small{
	padding: 10px 10px;
}

.box-registration{
	margin-bottom: 24px;
}
.box-registration h3{
	margin-top: 0;
}

/* ボックス内の調整　 */
.box-card{
	border:none;
	border-bottom: 1px dotted #ccc;
	padding: 0px 5px 5px 5px;
	margin-bottom: 24px;
}


.btn-half{
	max-width: 96%;
	margin-left:auto;
	margin-right: auto;
}


/* ====================================
共通　表デザイン装飾パーツ
==================================== */
.table-dl dt{
	width: 100%;
	font-size:12px;
	float:none;
}
.table-dl dd{
	width: 100%;
	float:none;
}
.table-dl dd,
.table-dl dd ul li{
	font-size:14px;
}




/* ====================================
メイン画像の部分
==================================== */
#Hero{
	background: none;
}
.hero-inner{
	background: none;
	height: initial;
}
.header-news{
	top: 0;
	padding: 5px 5px;
	font-size: 16px;
}
#hero .container{
	width: 100%;
	padding:0;
	margin:0;
}
.header-news a{
	color: #fdeab5;
}
.page-title{
	display: inline;
	font-size: 12px;
	margin-right: 0px;
	font-weight: bold;
	margin-bottom: 5px;
}
.page-title:after{
	display: none;
}
.obi-info a{
	font-size: 14px;
}


/* ====================================
会員特典の部分
==================================== */
.col-benefits{
	padding-right: 0px;
}
.row .col-benefits:nth-child(even){
	padding-right: 0px;
	padding-left: 0px;
}



/* ====================================
注意事項の部分
==================================== */
.table-kikan{
	width: 100%;
}
.table-kikan th,
.table-kikan td{
	display: block;
	width: 100%;
	border-right: none;
}
.table-kikan td .table-dl{
	border:none !important;
	padding: 0 0 5px 0;
}




/* ====================================
ページ下部のナビゲーションの部分
==================================== */
.other-ul{
	border-top: 1px dotted #ccc;
}
.other-ul li{
	float: none;
	width:100%;
	font-size: 12px;
	margin-bottom: 0px;
}
.other-ul li a{
	padding: 10px 0;
	display: block;
	border-bottom: 1px dotted #ccc;
}



}