@charset "utf-8";

/*--------------------------------------
  PCでの表示
--------------------------------------*/

/* font-family */
/* ----------------------------------------------------- */
body{
  font-family:'Lucida Grande',
  'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3',
  Meiryo, メイリオ, sans-serif;
}

/* link */
a:link{
	color:inherit;
	text-decoration:none;
}
a:visited{
	color:inherit;
	text-decoration:none;
}
a:hover{
	color:inherit;
	text-decoration:none;
}

/* 簡便のために全要素のマージンとパディングを0に */
* {
margin:0;
padding:0;
}

p,dt,dd,li,th,td,textarea{
  vertical-align:middle;
  line-height:1.5;
}

/* 画像をサイズ幅に合わせる */	
* img{
	max-width:100%;
	height:auto;
}

/* padding と border を要素の幅と高さに含める */
div,dl,dt,dd,ul,ol,li{
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
-o-box-sizing: border-box;
-ms-box-sizing: border-box;
box-sizing: border-box;
}

/* トップに戻るボタン フローティング */
#toPageTop{
	height:70px;
	width:70px;
	position:fixed;
	bottom:20px;
	right:100px;
	z-index:1;
}
#toPageTop img{
	max-width:100%;
	max-height:auto;
}
#toPageTop img a:hover{
	opacity:0.7;
	-webkit-opacity:0.7;
	-moz-opacity:0.7;
}

/* スマホの時だけ非表示 */
.no-sp{
	display: block !important;
}
/* パソコンの時だけ非表示 */
.no-pc{
	display: none !important;
}

/* コンテンツ */
#contents {
	width:100%;
	margin:0 auto 35px;
	text-align:left;
	background:inherit;
}
#contents .category {
	width:960px;
	display:block;
	margin:auto;
	background-color:#ffffff;
}

/* 挨拶 */
.greeting{
	width: 100%;
	background-color: #ffffff;
	padding: 60px 55px 0;
}
p.g_goodbye{
	font-size: 14px;
	line-height: 1.8;
	text-align: center;
}
p.g_text{
	font-size: 14px;
	line-height: 1.8;
}
p.g_right{
	font-size: 14px;
	text-align: right;
	padding-top: 12px;
}
ul.business{
	font-size: 14px;
	line-height: 1.8;
	margin-top: 10px;
}
ul.business dl{
	margin-bottom: 10px;
}
ul.business dt{
	font-weight: bold;
}

/* イベント */
#event{
	width: 100%;
	background-color: #ffffff;
	padding: 60px 10px;
}
h2.e_title{
	width:100%;
	color:#000000;
	font-size:24px;
	text-align:center;
	display:block;
	margin:0 auto 15px;
	font-weight: normal;
	line-height: 1.3;
}
a.tel{
	font-size: 18px;
	color: #1a73e8;
	font-weight: bold;
}
a.tel:hover{
	text-decoration: underline;
}

/* 特典用テキスト設定 */		
h4.privilege_lead{	
	font-size: 18px;
	line-height: 1.5;
	color: #333333;
}

/* キャプション */
.caption_white{
	color: #FFFFFF;
	padding-top: 4px;
	font-size: 14px;
}
.caption_black{
	color: #000000;
	font-size: 14px;
}
.caption_gray{
	color: #666666;
	font-size: 14px;
}
.caption_vermilion{
	color: #C6000B;
	font-size: 14px;
}

/* BOXサイズを半分にする*/
.herf-box-left{
	width: 49%;
	margin-right: 2%;
	float: left;
}
.herf-box-right{
	width: 49%;
	float: left;
}

/* 基本BOX */
.item-box {
	width:100%;
	margin:0 auto 20px;
}
.item-box ul {
	width:100%;
	padding: 4px;
	margin:auto;
	display:block;
	list-style:none;
}
.item-box ul li {
	width:50%;
	padding:10px;
	background-color:#ffffff;
	display:block;
	float:left;
}
.item-box ul li.bg_transparent0 {
	width:50%;
	padding:0;
	background-color: transparent;
	display:block;
	float:left;
}
.item-box ul li.full_transparent0 {
	width:100%;
	padding:0;
	background-color: transparent;
}
.item-box ul li.leftbox_space {
	width:49.8%;
	margin-right: 0.2%;
	margin-top: 3px;
	padding: 0;
	background-color: #FFFFFF;
	display:block;
	float:left;
}
.item-box ul li.rightbox_space {
	width:49.8%;
	margin-left: 0.2%;
	margin-top: 3px;
	padding: 0;
	background-color: #FFFFFF;
	display:block;
	float:left;
}
.item-box ul li.three {
	width:33.3333%;
	padding:0;
	background-color: transparent;
	display:block;
	float:left;
}
.item-box ul li.caption {
	width:100%;
	padding:14px;
	background-color:#FFFFFF;
}
.item-box ul li p.lead{
	font-size: 14px;
	padding-top: 7px;
	color: #000000;
}

.item-box ul li.full {
	width:100%;
	padding:10px;
	background-color: #ffffff;
}

/* セレクトBOX 横3アイテム2or */
.item-box ul li.set {
	width:100%;
	padding: 0;
	display:block;
	background-color:#FFFFFF;
}
.item-box ul.center-or {
	width:100%;
	padding: 0;
}
.item-box ul.center-or li.img_item {
	width:33.3333%;
	float: left;
}
.item-box ul.center-or li.img_or {
	width:61px;
	padding: 154px 10px;
	float: left;
}
/* plus */
.item-box ul.plus {
	width:100%;
	padding: 0;
	margin:auto;
	display:block;
	list-style:none;
}

/* 特典枠設定変更用クラス */
.bg_goodbye {
	background-color:#0a6eb4;
}
.text_red {
	color:#910A2D;
}
.text_vermilion {
	color:#C6000B;
}
.text_white {
	color:#ffffff;
}
.text_black {
	color:#000000;
}
.bt_dott{
	border-top: 1px dotted #000000;
}
.bt_solid{
	border-top: 1px solid #000000;
}

/* 画像置換用BOX */
#mv-linkbox{
	width:100%;
	height:auto;
	display:block;
	margin:auto;
}
#sp_mv-linkbox{
	width:100%;
	height:auto;
	display:none;
	margin:auto;
}

/* 交通規制告知リンク */
.traffic_text{
	color: #C6000B;
	font-size: 16px;
	line-height: 1.5;
	text-align: center;
	padding: 10px;
	font-weight: bold;	
}
.traffic_btn{
	display: block;
	width: 50%;
	margin: 0 auto;
	padding: 12px 10px;
	color: #ffffff;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	background-color: rgba(198,0,11,1);
	border-radius: 5px;
}
.traffic_btn:link{
	color: #ffffff;
}
.traffic_btn:visited{
	color: #ffffff;
}
.traffic_btn:hover{
	color: #ffffff;
	background-color: rgba(198,0,11,0.7);	
}

/* 仮設店舗情報 */
.temporary{
	width: 100%;
	background-color: #FFFFFF;
	padding: 30px;	
}

/* 店舗情報*/
.dealer_wrap{
	width: 100%;
	background-color: #FFFFFF;
	padding: 20px;
}
p.d_title{
	font-size: 20px;
	padding: 20px 0;
}
div.d_detail{
	float: left;
	width: 460px;
	padding: 10px;
}
div.d_detail ul{
	width: 100%;
	padding: 10px 0;
}
div.d_detail li{
	width: 440px;
	padding-bottom: 10px;
}
div.d_detail li dl{
	width: 100%;
}
div.d_detail li dl dt{
	width: 70px;
	border: 1px solid #CCCCCC;
	padding: 5px;
	font-size: 14px;
	float: left;
}
div.d_detail li dl dd{
	width: 370px;
	padding: 6px 10px;
	font-size: 14px;
	float: left;
}
div.map{
	float: left;
	width: 460px;
	padding: 10px;
}
div.map iframe{
	width: 440px;
	height: 380px;
}

/* footer */
/* ----------------------------------------------------- */
#footer{
}
#footer div.inner{
  position:relative;
  width:960px;
  margin:0 auto;
  text-align:left;
}
/* copy-wrap */
#footer div.copy-wrap{
}
#footer div.copy-wrap p.catch{
  float:left;
}
#footer div.copy-wrap p.copy{
  float:right;
}

/* float clear */
/* ----------------------------------------------------- */
/* modern borwser */
.clx:after
{
  content:'';
  display:block;
  clear:both;
  height:0;
}

/*--------------------------------------
  スマホでの表示
--------------------------------------*/

/*media Queries 599px以下
----------------------------------------------------*/
@media (max-width: 599px){
body {
	background:#FFFFFF;
}	

/* 戻るボタン フローティング　スマホ */
#toPageTop{
	height:55px;
	width:55px;
	bottom:15px;
	right:15px;
}
	
/* スマホの時だけ非表示 */
.no-sp{
	display: none !important;
}
/* パソコンの時だけ非表示 */
.no-pc{
	display: block !important;
}
	
/* 挨拶 */
.greeting{
	padding: 50px 25px 0;
}
p.g_goodbye{
	font-size: 14px;
	line-height: 1.8;
	text-align: left;
}	

/* 店舗情報*/
.dealer_wrap{
	width: 100%;
	background-color: #FFFFFF;
	padding: 20px;
}
p.d_title{
	font-size: 20px;
	padding: 20px 0 30px;
}
div.d_detail{
	float: none;
	width: 100%;
}
div.d_detail li{
	width: 100%;
}
div.d_detail li dl dt{
	width: 100%;
	float: none;
}
div.d_detail li dl dd{
	width: 100%;
	padding: 6px 0;
	font-size: 14px;
	float: left;
}
div.map{
	float: none;
	width: 100%;
}
div.map iframe{
	width: 100%;
	height: 380px;
}	
	
/* コンテンツ */
#contents {
	width:100%;
	background:#FFFFFF;
}

#contents .category {
	width:100%;
}
	
/* BOXサイズを半分にする*/
.herf-box-left{
	width: 95%;
	margin: 0 auto 20px;
	float: none;
}
.herf-box-right{
	width: 95%;
	margin: 0 auto 20px;
	float: none;
}
	
/* 基本BOX */
.item-box {
	width:95%;
	margin:0 auto 20px;
}
.splr0 {
	width:100%;
}	
.item-box ul {
	width:100%;
}
.item-box ul li {
	width:100%;
	float:none;
}
.item-box ul li.bg_transparent0 {
	width:100%;
	float:none;
}
.item-box ul li.three {
	width:100%;
	float:none;
}
.item-box ul li.leftbox_space {
	width:100%;
	float:none;
	margin-right: 0;
}
.item-box ul li.rightbox_space {
	width:100%;
	float:none;
	margin-left: 0;
}	
.caption_white,.caption_black,.caption_vermilion,.caption_gray {
	font-size: 11px;
}
	
/* セレクトBOX */
.item-box ul.center-or li.img_item {
	width:100%;
	float: none;
}
.item-box ul.center-or li.img_or {
	width:100%;
	padding: 10px;
	text-align: center;
	float: none;
}
.item-box ul li.ev_tit {
	width:100%;
	height:auto;
	display:none;
	margin:auto;
	background-color: #ffffff;
}
.item-box ul li.sp_ev_tit {
	width:100%;
	height:auto;
	display:block;
	margin:auto;
	background-color: #ffffff;
}
/* 特典用テキスト設定 */
h4.privilege_lead {	
	font-size: 16px;
}	
	
/* 画像置換用BOX */
#mv-linkbox{
	display:none;
}
#sp_mv-linkbox{
	display:block;
}
	
/* 交通規制告知リンク */
.traffic_text{
	font-size: 14px;
}	
	
}

@media screen and (max-width:480px) {

}