@charset "utf-8";

.headerArea{
	position: fixed !important;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100px;
	z-index: 1000;
	opacity: 0.9;
}
/*******************************************************************************************************************
*ロールオーバー
*******************************************************************************************************************/
.scale{
	width:297px;
	height:194px;
	overflow:hidden;
}
.scale img {
	transition: all 0.2s linear; //開く速さ
}
.scale img:hover {
	-webkit-transform: scale(2.4);
	-moz-transform: scale(2.4);
	-o-transform: scale(2.4);
	-ms-transform: scale(2.4);
	transform: scale(2.4); //拡大倍率
	z-index: 9999;
}

/*******************************************************************************************************************
*バナー
*******************************************************************************************************************/
#banner a:hover img{
	opacity: 0.8;
}

/*******************************************************************************************************************
*ブランド
*******************************************************************************************************************/
#brand{
	background: #e60012;
	padding: 0 0 20px;
	border-top: 1px solid rgba(0,0,0,0.1);
}
#brand figure{
	background: #fff;
	border-radius: 3px;
}
#brand p{
	color: #fff;
	font-weight: bold;
	line-height: 1.6;
	text-align: center;
	margin: 5px 0 0;
}
#brand small{
	display: block;
	font-size: 80% !important;
}
#brand a:hover img{
	opacity: 0.8;
}
#brand a:hover{
	color: #fff;
	text-decoration: underline;
}
@media (max-width: 991px){
	#brand p{
		font-size: 70%;
		line-height: 1.3;
	}
}
/*******************************************************************************************************************
*メインスライド
*******************************************************************************************************************/
#main{
	background: #b50000;/*
	padding: 1em 0;*/
}
#main p{
	color: #fff;
	font-weight: bold;
	line-height: 1.6;
	text-align: center;
	margin: 5px 0 0;
}
#main small{
	display: block;
	font-size: 80% !important;
}

	/* スライダー */
	.bx_container {
		overflow: hidden;
		background: #b50000;
	}
	.bx_container .bxslider {
		max-width: 940px;
		width: 100%;
		margin: 0 auto;
	}
	.bx_container ul li img {
		width: 100%;
		height: auto;
	}
	#main .bx_container ul li {
		opacity: 0.5;
	}
	#main .bx_container ul li.active {
		opacity: 1;
	}
	#main .bx-viewport {
		overflow: visible !important;
	}
	.bx-wrapper {
		margin: 0 auto 10px;
	}
	#bx-pager {
		display: table;
		width: 100%;
		margin: 0 0 20px;
	}
	#bx-pager > a {
		display: table-cell;
		border: 0.15em solid transparent;
	}
	#bx-pager img {
		display: block;
		width: 100%;
		border-radius: 4px;
	}
	.slide_img {
		background: #fff;
	}
@media (max-width: 991px){
	#main{/*
		padding-bottom: 20px;*/
	}
}


/*******************************************************************************************************************
*ナビ
*******************************************************************************************************************/
#nav{
	background: #e60012;
	padding: 2.5em 0 1.5em;
}
#nav a{
	color: #e50012 !important;
	text-decoration: none;
	display: block;
	padding: 20px 0;
}
#nav a:hover{
	text-decoration: underline;
}
#nav h3{
	font-weight: bold;
	text-align: center;
	margin: 0;
	border-radius: 6px;
	width: 100%;
	font-size: 18px;
}
#nav p{
	color: #ff9600;
	display: block;
	font-weight: bold;
	margin: 0;
	text-align: center;
}
#nav small{
	font-size: 70%;
}
#nav ul{
	margin: 0 auto;
	padding: 0;
	display: flex;
	justify-content: space-between;
}
#nav li{
	margin: 0 10px;
	list-style: none;
	background: #fff;
	width: 100%;
	border-radius: 4px;
	border-bottom: 3px #DBDBDB solid;
}
#nav .btn_top{
	background: #fff;
	border-radius: 4px;
	padding: 16px 0;
	border-bottom: 3px #DBDBDB solid;
}
@media (max-width: 991px){
	#nav{
		background: #e60012;
		padding: 1em 0;
	}
	#nav h3{
		font-weight: bold;
		text-align: center;
		margin: 0;
		border-radius: 6px;
		width: 100%;
		font-size: 1.0rem;
		line-height: 1.3;
	}
	#nav li{
		margin: 0 5px;
	}
	#nav small{
		display: block;
		margin: 0 0 0;
	}
	#nav a{
		padding: 10px 0;
	}
	
}


/*******************************************************************************************************************
*サービス一覧
CSSは以下に
header_footer/multi/css/default.css

*******************************************************************************************************************/

/*******************************************************************************************************************
*主要項目
*******************************************************************************************************************/
#primary{
	background: #e60012;
	padding: 20px 0 30px;
}
#primary figure{
	background: #fff;
	border-radius: 3px;
}
#primary p{
	color: #fff;
	font-weight: bold;
	line-height: 1.6;
	text-align: center;
	margin: 5px 0 0;
}
#primary small{
	display: block;
	font-size: 80% !important;
}
#primary a:hover img{
	opacity: 0.8;
}
#primary a:hover{
	color: #fff;
	text-decoration: underline;
}
@media (max-width: 991px){
	#primary p{
		font-size: 70%;
		line-height: 1.3;
	}
}
/*******************************************************************************************************************
*キャンペーン・お知らせ・割引情報
*******************************************************************************************************************/
#news{
	margin: 4rem 0;
}
#news .container{
	background: #fff;
	border-radius: 4px;
	position: relative;
	padding: 0 40px;
	
}
#news h1{
	color: #e50012;
	font-size: 220%;
	font-weight: bold;
	text-align: center;
	margin-bottom: 0;
}
#news .sub{
	font-size: 110%;
	font-weight: bold;
	text-align: center;
}
#news p{
}
#news ul {
    margin: 0 auto;
    padding: 0;
    display: flex;/*
    justify-content: space-between;*/
}
#news li {
    list-style: none;
    background: #fff;
    width: 100%;
    border-radius: 4px;
    padding: 10px 0;
}

#news li.swiper-slide a {
    display: block;
	color: #333;
}

#news li.swiper-slide img {
    display: block;
    margin: 0 0 5px;
    width: 100%;
    height: auto;
	border-radius: 4px;
}
#news li.swiper-slide a:hover img {
	opacity: 1.0;
	/*-webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -o-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);*/
}
#news li.swiper-slide p {
    text-align: left;
	line-height: 1.43;
	padding: 0 0.8rem;
}

/*矢印*/
#news .swiper-button-next_news, #news .swiper-button-prev_news{
	position: absolute;
	top: 250px;
}
#news .swiper-button-next_news{
	position: absolute;
	right: -60px;
	cursor: pointer;
}
#news .swiper-button-prev_news{
	position: absolute;
	left: -60px;
	cursor: pointer;
}
#news .swiper-button-next_news, #news .swiper-button-prev_news{
	width: 24px;
	height: 72px;
}
#news .swiper-button-prev_news{
	background: url(/images/common/ic_arrow_prev.png) no-repeat !important;
}
#news .swiper-button-next_news{
	background: url(/images/common/ic_arrow_next.png) no-repeat !important;
}
#news .swiper-button-next_news.swiper-button-disabled, #news .swiper-button-prev_news.swiper-button-disabled{
	opacity: 1.0 !important;
}

@media (max-width: 991px){
	#news{
		margin: 0;
		padding: 1.0rem;
	}
	#news .container{
		background: #fff;
		border-radius: 4px;
		position: relative;
		padding:  0 15px;
	}
	#news h1{
		font-size: 160%;
	}
	#news li.swiper-slide p {
		line-height: 1.3;
		padding: 0 0.5rem;
	}
	#news .sub{
		line-height: 1.3;
	}
}

/*******************************************************************************************************************
*メディア掲載一覧
*******************************************************************************************************************/
#media{
	margin: 4rem 0;
}
#media .container{
	background: #fff;
	border-radius: 4px;
	padding: 0 40px 20px;
}
#media ul{
	margin: 0;
	padding: 0;
}
#media li{/*
	margin: 0 0 20px;*/
	padding: 15px 0;
	list-style: none;
	border-top: 1px dotted #333333;
}
#media dl{
	margin-bottom: 0;
}
#media .dl-horizontal dd{
	margin-left: 120px;/*
	margin-bottom: 5px;*/
}
#media .dl-horizontal dt{
	width: 100px;
	text-align: left;
}

#media h1{
	color: #e50012;
	font-size: 220%;
	font-weight: bold;
	text-align: center;
	margin-bottom: 0;
}
#media .sub{
	font-size: 110%;
	font-weight: bold;
	text-align: center;
}
#media h2{
	font-size: 1.1rem;
    font-weight: normal;
	text-align: left;
	line-height: 1.43;
	margin: 10px 0;
}
#media .date{
	opacity: 0.6;
	font-size: 14px;
	font-weight: bold;
}
#media .bd{
    border-radius: 4px;
	padding: 20px 20px 10px;
}
#media .btn-media {
    color: #fff;
    background-color: #e60012;
    border-color: none;	
}
#media img {
	border-radius: 4px;
}
#media a {
	display: block;
}
@media (max-width: 991px){
	#media{
		margin: 0;
		padding: 1.0rem;
	}
	#media .container{
		background: #fff;
		border-radius: 4px;
		position: relative;
		padding:  0 25px;
	}
	#media h1{
	font-size: 160%;
	}
	#media li.swiper-slide p {
		line-height: 1.3;
		padding: 0 0.5rem;
	}
	#media .dl-horizontal dt{
		margin-bottom: 5px;
	}
	#media .dl-horizontal dd{
		margin-left: 0;
		margin-bottom: 8px;
	}
	#media .sub{
		line-height: 1.3;
	}
	
}
/*******************************************************************************************************************
*他業態
*******************************************************************************************************************/
#pr{
	background: url(/header_footer/multi/img/bg_02.jpg) repeat;
	padding: 1.0em 0 2.5em;
	
}
#pr h1{
	color: #e50012;
	font-size: 220%;
	font-weight: bold;
	text-align: center;
	
}
#pr p{
	text-align: center;
	line-height: 1.4;
	font-size: 12px;
	margin-top: 5px;
}
#pr a:hover{
	text-decoration: underline;
}
#pr ul{
	margin: 0 auto;
	padding: 0;
	display: flex;
	justify-content: space-between;
}
#pr li{
	margin: 0 10px;
	list-style: none;
	width: 100%;
}
#pr img{
		opacity: 1.0 !important;
	}

@media (max-width: 991px){
	#pr .container{
		border-radius: 0px !important;
	}
	#pr h1{
		font-size: 160%;
	}
	#pr ul{
		display: block;
	}
	#pr li{
		padding: 0 10px;
		margin: 0 ;
		max-width: 50%;
	}
	#pr .pr_bxslider {
		margin: 0 auto;
		
	}	
	.pr_bxslider .bx-viewport {
		overflow: hidden !important;
	}
	
}


/*******************************************************************************************************************
*お知らせ
*******************************************************************************************************************/
.pcNone { display:none; }
div#newsTicker {
	background-color: #fff;
	-moz-border-radius: 100px;
	-webkit-border-radius: 100px;
	border-radius: 100px;
	width: 940px;
	margin: 10px auto;
	padding: 4px;
}
div#newsTicker h2 {
	display: inline;
	float: left;
	width: 12%;
	-moz-border-radius: 100px;
	-webkit-border-radius: 100px;
	border-radius: 100px;
	color: #fff;
	font-size: 100%;
	background: url("/index/img/bg_stripe.png") repeat center top;
	-webkit-background-size: 28px auto;
	-moz-background-size: 28px auto;
	-ms-background-size: 28px auto;
	-o-background-size: 28px auto;
	background-size: 28px auto;
	text-align: center;
	margin: 0;
	padding: 0.4em 0;
}
div#newsTicker h2:before {
    content: "\f0f3 ";
    font-family: FontAwesome;
	font-size: 91%;
	padding-right: 5px;
}
div#newsTicker ul {
	height: 30px;
	line-height: 30px;
	overflow: hidden;
	list-style: none;
	display: inline;
	float: right;
	width: 85%;
	margin: 0;
	padding: 0;
}
div#newsTicker ul li {
}
div#newsTicker ul li dl {
	display: table;
	width: 100%;
	margin: 0;
	padding: 0.4em 0 0 0;
}
div#newsTicker ul li dl dt {
	display: table-cell;
	width: 12%;
	font-weight: normal;
}
div#newsTicker ul li dl dd {
	display: table-cell;
	width: 88%;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
div#newsTicker ul li a {
	color: #333;
}
/* Less than 939px
-------------------------------------- */
@media screen and (max-width: 939px) {
	div#newsTicker { width:96%; }
}
/* Less than SP-LANDSCAPE
-------------------------------------- */
@media screen and (max-width:568px) {
	.pcNone { display:block; }
	div#newsTicker { padding:5px 5px 0 6px; }
	div#newsTicker h2 { font-size:68%; }
	div#newsTicker h2:before { display:block; font-size:175%; content:"\f0f3"; padding-right:0; }
	div#newsTicker ul { line-height:50px; height:50px; }
	div#newsTicker ul li.line-1 { line-height:3em; }
	div#newsTicker ul li dl { padding-top:0.3em; }
	div#newsTicker ul li dl dt,
	div#newsTicker ul li dl dd { display:block; width:auto; }
	
}
/* Less than SP-PORTRAIT / iPhone5
-------------------------------------- */
@media screen and (max-width:320px) {
	div#newsTicker h2 { font-size:50%; }
	div#newsTicker h2:before { display:block; font-size:200%; }
	div#newsTicker ul { height:40px; }
	div#newsTicker ul li.line-1 { line-height:140%; }
	div#newsTicker ul li { font-size:81%; }
}


/*******************************************************************************************************************
*メディア掲載一覧
*******************************************************************************************************************/
div#mediaTopics {}
a.mediaTopicsBtn {
	text-align: right;
	padding: 0 20px;
	outline: none;
}
a.mediaTopicsBtn i {
	padding-right: 0.3em;
}
/* Less than SP-LANDSCAPE
-------------------------------------- */
@media screen and (max-width:568px) {
	a.mediaTopicsBtn { padding-bottom:20px; }
}



