@charset "utf-8";
/*
==========================================================================================================================================================================================================
	
	baseLayout.css
	
	CSS basic layput setting
	全ページに適用
	
==========================================================================================================================================================================================================
*/

body{
	background:#f4f4f4;
}

/*====================header====================*/

#headerBody{
	height:52px;
	padding:3px 0px 4px 0px;
	background:#fff;
	position: fixed;
	z-index: 9999;
	top: 0;
	left: 0;
	width:100%;
}
#header{
	width:960px;
	margin:0 auto;
}
#headRight{
	float:right;
	margin-top:5px;
}

/*====================navi====================*/
#navi{
	float:left;
	margin-right:3px;
}
#navi li{
	float:left;
}
/*
#fixleftnavi{
	position:fixed;
	top:92;
}
/

/*====================search====================*/
#search{
	width:102px;
	float:left;
	background:#C3C4C4;
	margin:3px 0 0 0;
	padding:7px 2px;
}
#searchBtn{
	background:url(../img/header/btn.jpg) 0 0 no-repeat;
	width:26px;
	height:23px;
	border:none;
}




#mainContentsBody{
	padding:0 30px;
	margin-top:72px;
}


.nsvall #mainContentsBody{
	padding:0 30px;
	margin-top:10px;
}

#mainContents{
	width:960px;
	margin:0 auto;
}

/*====================news====================*/
#news{
	height:76px;
	background:#fff;
	margin:10px 0;
}
#title01{
	width:112px;
	float:left;
}
#newsDl{
	width:530px;
	float:left;
	padding:10px 15px 0px 10px;
	background:url(../img/top/line.gif) no-repeat right;
	min-height:70px;
}
#newsDl dt{
	clear:both;
	float:left;
	padding-left:40px;
	line-height:13px;
	margin-bottom:7px;
}
#newsDl dt.new{
	background:url(../img/top/new01.gif) no-repeat;
}
#newsDl dd{
	line-height:13px;
	float:right;
	color:#999A9A;
	margin-bottom:7px;
}
#newBnr{
	width:285px;
	float:right;
	padding:3px 0 0 0;
}

#shadow{
	background: url("../img/header/shadow.png") repeat-x left top;
	height:5px;
	width:100%;
	position: fixed;
	z-index: 999;
	top: 60px;
	left: 0;
}

/*====================global navi====================*/

#Global_but{
	background-color:#FFF;
    border-bottom: 1px solid #E8E8E8;
    width: 100%;
    z-index: 998;
	margin-top: 60px!important;
	}
	
#Global_but ul {
    height: 82px;
    margin: 0 auto;
    width: 960px;
}

#Global_but li {
    float: left;
    list-style-type: none;
	margin-left:5px;
}

#Global_but li:first-child {
	margin-left:0px;
}

#Global_but ul .ml4 {
	margin-left:4px;
}

/* ナビ固定用 */

.fixed3 {
	position:relative;
}


.fixed {
  position: fixed !important;
  top: 128px;
}

.fixed2 {
  position: fixed !important;
  top: -50px;
}



/*====================mainV====================*/
#mainBody{
	margin:0 0 10px 0;
}
#mainV{
	width:719px;
	float:left;
	background:#fff;
	height:374px;
	overflow:hidden;
	position:relative;
}

/*====================mainV_springCP2017====================*/
#mainV_spring{
	position: relative;
	width:719px;
	float:left;
	background:#fff;
	height:374px;
	overflow:hidden;
	position:relative;
}

div.springcp{
	position: absolute;
	display: block;
	height: 346px;
	width: 718px;
	top: 0;
	left:0;
	
}

div.springcp_nyukai{
	position: absolute;
	display: block;
	/*border: 3px solid #f00;*/
	height: 19px;
	width: 140px;
	top: 304px;
	left: 237px;
	
}

/*====================bnrBox01====================*/
#bnrBox01{
	clear:both;
	margin:0 0 10px 0;
}
#bnrBox01 div{
width:230px;
height:93px;
float:left;
margin-right:13px;
position: relative;
}

#bnrBox01 div a{
display: block;
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}

#bnr01{
	background:url(../img/top/bgs_01.gif) 0 0 no-repeat;
}
#bnr02{
	background:url(../img/top/bgs_02.gif) 0 0 no-repeat;
}
#bnr03{
	background:url(../img/top/bgs_03.gif) 0 0 no-repeat;
}
#bnr04{
	background:url(../img/top/bgs_04.gif) 0 0 no-repeat;
}
.bnrIn{
	padding:45px 0 0 10px;
}




/*====================BottomBnr====================*/
#BottomBnr{
	clear:both;
	margin:0 0 30px 0;
}
#BottomBnr li{
	float:left;
	margin-right:13px;
}

/*====================#BottomLink====================*/
#BottomLink{
	clear:both;
	margin:0px auto 0px;
	width:650px;
}
#BottomLink01{
	float:left;
	margin-right:10px;
	padding-top:10px;
	padding-left:115px;
}
#BottomLink02{
	float:left;
}
.btnC{
	display:block;
	text-align:center;
}


/*====================footerBody====================*/
#footerBody{
	padding:0 30px 10px;
	background:#fff url(../img/footer/line.gif) 0 50px repeat-x;
}
#footer{
	width:960px;
	margin:0 auto;
	padding:5px 0 0px 0;
	background:#fff url(../img/footer/line.gif) 0 50px repeat-x;
}

#footer #titleBox{
	margin-bottom:30px;
}


/*====================List====================*/
#List .division{
	margin:0 0 10px 0;
}
#List .division h5 {
	width: 60px;
	display: block;
	padding: 0px;
	text-align: center;
	background-color: #004D9A;
	float: left;
	color:#fff;
}
#List .division ul {
	width: 830px;
	padding: 0px 0px 0px 20px;
	display: block;
	float: left;
}
#List .division li {
	padding: 0px 12px 0px 13px;
	float: left;
	background-image: url(../img/footer/mark.gif);
	background-repeat: no-repeat;
	background-position: 0px 4px;
}
#copyAll{
	padding:0 30px;
	background:#fff url(../img/footer/line.gif) 0 0 repeat-x;
}
#copy{
	width:960px;
	margin:0 auto;
	padding:10px 0 10px 0;
	background:url(img/footer/line.gif) 0 0 repeat-x;
	text-align:center;
}

.mt10{
	margin-top:10px;
}

/*-----------------サイト内検索---------------------*/

.gsc-above-wrapper-area .gsc-orderby-container {
	display:none !important;
}

.gsc-results {
	position:relative !important;
}

div.gsc-results div.gcsc-branding {
    bottom: 0 !important;
    position: absolute !important;
    right: 0 !important;
}

.gsc-above-wrapper-area {
    margin-bottom: 15px;
}


.gsc-input-box #gs_tti50 #gsc-i-id1{
	background:url(/img/top/sp.gif) left center no-repeat !important;
}


.gsc-input-box-focus #gs_tti50 #gsc-i-id1{
	background:none !important;
}


table.gsc-search-box {
    width: 100px !important;
}

.gsc-search-box-tools .gsc-search-box .gsc-input {
    padding-right: 0px !important;
}

.cse .gsc-search-button input.gsc-search-button-v2, input.gsc-search-button-v2 {
    margin-top: 0px !important;
}

.cse input.gsc-search-button, input.gsc-search-button {
    border-radius: 0px !important;
}

input.gsc-search-button {
    margin-left: 0px !important;
}

 .gsc-search-box td.gsc-search-button {
   
}

.cse .gsc-search-button input.gsc-search-button-v2, input.gsc-search-button-v2 {
    padding: 3px 3px!important;
}

input.gsc-input {
    font-size: 14px!important;
	color:#131313!important;
}

form.gsc-search-box , table.gsc-search-box  {
    margin-bottom: 0px!important;
	}
	
#gsc-iw-id1{
	height:22px!important;
	}
	
	input.gsc-search-button, input.gsc-search-button:hover, input.gsc-search-button:focus {
    background-color: #727071!important;
	border:1px solid #727071!important;
}

.gsib_a {
    padding-left: 3px!important;
    padding-right: 3px!important;
}

/* ページトップへ戻る */
.pageTop {
	display:none;
	position:relative;
	width:90%;
	max-width:960px;
	height:0;
	margin:0 auto;
}
.pageTop a {
	position: fixed;
	bottom: 0px;
	left:auto;
	display: block;
	
	margin-left:980px;
	
	
	text-align:center;
	outline:none;
	text-decoration: none;
	z-index:9999;

}

.pageTop a img{
	position: fixed;
	bottom: 20px;
}

.pageTop a:before,
.pageTop a:after {
	position:absolute;
	left:50%;
	content:"";
	width:0px;
	height:0px;
	margin-left:-10px;
}
.pageTop a:before {
	top:50%;
	margin-top:-13px;
	
}
.pageTop a:after {
	top:50%;
	margin-top:-15px;
	z-index:-1;

}


.pageTop02 {
	display:none;
	position:relative;
	height:0;
	margin:0 auto;
}
.pageTop02 a {
	position: fixed;
	bottom: 0px;
	left:0px;
	display: block;

	text-align:center;
	outline:none;
	text-decoration: none;
	z-index:9999;

}

.pageTop02 a img{
	position: fixed;
	bottom: 0px;
}

.pageTop02 a:before,
.pageTop02 a:after {
	position:absolute;
	left:50%;
	content:"";
	width:0px;
	height:0px;
	margin-left:-10px;
}
.pageTop02 a:before {
	top:50%;
	margin-top:-13px;
	
}
.pageTop02 a:after {
	top:50%;
	margin-top:-15px;
	z-index:-1;

}

.pageTop0323 {
/*	display:none;*/
	position: fixed;
	bottom: 0px;
	left:0px;
	margin:0 auto;
	width: 120px;
	height: 207px;
	display: block;
}
.pageTop0323 a {
	position: fixed;
	bottom: 0px;
	left:0px;
	display: block;
	text-align:center;
	width: 120px;
	height: 207px;
}

.pageTop0323 a:hover img {
	visibility: hidden;
	position: fixed;
	bottom: 0px;
	width: 120px;
	height: 207px;
}

.pageTop0323 a:hover {
	background-image: url(../campaign/common/img/nyukai_02.png);
	background-size:120px 207px;
}



.pageTop03 {
	display:none;
	position:fixed;
	width:100%;
	height:auto;
	top:150px;
	left:0px;
	z-index:5;
	text-align:right;
}
.pageTop03 a {
	outline:none;
	text-decoration: none;
	z-index:9999;

}

.pageTop03 a img{
}




/* =====================
	タブレット向け
======================= */
@media screen and ( min-width : 480px ) and (max-width : 2020px ){

.pageTop {
	width:100%;
}
.pageTop a {
	left:-68px;
	margin-left:100%;
}

/* タブレット向けここまで */ }

/* =====================
	スマホ向け
======================= */
@media screen and (max-width : 320px ){

.pageTop {
	width:100%;
}
.pageTop a {
	left:-68px;
	margin-left:100%;
}

/* スマホ向けここまで */ }

/************************
　共通ID、クラス
*************************/

#Con_Area {
	width:970px;
	margin:15px auto 0px;
}
#Con_Area_secondPattern1 {
	width:960px;
	margin:10px auto 0px;
	padding:0px;
}

#Con_Area_secondPattern1:after{
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}


#Con_Area_secondPattern2 {
	width:960px;
	margin:10px auto 0px;
	padding:0px;
}
#Con_Area_secondPattern1 #Left_Area {
	width:170px;
	float:left;
}
#Con_Area_secondPattern1 #Left_Area {
	line-height:0px;
	position:relative;
}
#Con_Area_secondPattern1 #Right_Area {
	width:775px;
	float:right;
}

.up_button {
	width:100%;
	text-align:right;
}

#subnavi{
	position:absolute;
	top:395px; left:0;
}

.clearBoth{
	clear:both;
	font-size:1px; line-height:1px;
	height:1px; overflow:hidden;
	margin:0; padding:0;
}


/* おっかけスクロール用
*************************/

#Con_Area_secondPattern1 #Left_Area h3{
	position:relative;
	top:0; left:0;
}

#Con_Area_secondPattern1 #Left_Area .sclarea{
	position:relative;
	top:0; left:0;
}


#Con_Area_secondPattern1 #Left_Area ul{
	
	width:170px;
}
#Con_Area_secondPattern1 #Left_Area ul li{
	font-size:14px;
	display:block;
	height:45px; 
	width:145px;
	margin:0; 
	padding-left:25px;
	line-height:45px;
	margin-bottom:5px;
	background:url(../img/side/navi_bg.gif) #FFF no-repeat left top; 
}


#Con_Area_secondPattern1 #Left_Area ul .side_navi_pt2{
	font-size:14px;
	display:block;
	height:45px; 
	width:145px;
	margin:0; 
	padding-left:25px;
	padding-top:10px;
	line-height:18px;
	margin-bottom:5px;
	background:url(../img/side/navi_bg.gif) #FFF no-repeat left top; 
}







#Con_Area_secondPattern1 #Left_Area ul li a{
	text-decoration:none;
}

#page_title_01{
	width:755px;
	height:60px;
	background:url(../img/shop/page_title.gif) #FFF no-repeat left top; 
	padding-left:20px;
	border-bottom:10px solid #F4F4F4;
}

#page_title_02{
	width:940px;
	height:60px;
	background:url(../img/shop/page_title.gif) #FFF no-repeat left top; 
	padding-left:20px;
	border-bottom:10px solid #F4F4F4;
}

#page_title_01 h3 ,#page_title_02 h3{
	float:left;
	font-size:25px;
	line-height:60px;
	padding-left:12px;
	color:#004d95;
	margin-bottom:0px !important;
}

#page_title_01 p ,#page_title_02 p{
	float:left;
	font-size:14px;
	margin-left:15px;
	line-height:60px;
	color:#004d95;
	font-weight:bold;
}

#Right_Area h4{
	background:url(../img/shop/contents_title.gif) #FFF no-repeat left top; 
	width:755px;
	height:45px;
	font-size:20px;
	padding-left:20px;
	line-height:45px;
	color:#004d95;
	margin-bottom:0px !important;
}

#web_join{
	width:960px;
	text-align:center;
	margin-bottom:20px;
}

/*====================店舗内リンク====================*/


#allshopBnr{
	clear:both;
	margin:0 auto;
	margin-top:40px;
	margin-bottom:20px;
	width:960px;
}
#allshopBnr li{
	float:left;
}

#allshopBnr .shpobnr_left{
	width:180px;
	padding-right:10px;
}

#allshopBnr .shpobnr_right{
	width:180px;
	padding-left:10px;
}

.float_right {
    float: right;
}

.float_left {
    float: left;
}

.clear{
	display:block;
	clear:both;
	color:#FFFFFF;
	font-size:0px;
	line-height:0px;
	height:0px;
}
.clear0{
	display:block;
	clear:both;
	color:#FFFFFF;
	font-size:0px;
	line-height:0px;
	height:0px;
	padding:0; margin:0;
}

/*営業管理*/
.kiziContent00{
	display:none;
}
.kanri{
	position:relative;
	width:101px;
	height:16px;
	background:url(../../img/header/eigyou.jpg);
	padding:25px 4px 0px 4px;
	margin-right:3px;
}
.kanri p{
	display:none;
	width:101px;
	height:13px;
	text-align:center;
	line-height:13px;
	font-size:10px;
	text-decoration:none;
}
.kanri a#non{
	color:#144a92;
	text-decoration:none;
}
.kanri a#non:hover{
	color:#144a92;
	text-decoration:none;
}
.kanri a{
	color:#F00;
	text-decoration:none;
}
.kanri a:hover{
	color:#F00;
	text-decoration:none;
}
.kanri p.kanri01{
	color:#F00;
}
.kanri p.kanri02{
	color:#144a92;
}
.kanriLink{
	position:absolute;
	top:0px;
	right:0px;
	display:block;
	width:109px;
	height:42px;
	z-index:999;
}

/*20160901*/
.canNot{
	font-size:11px;
	position:absolute;
	bottom:5px;
	right:5px;
	color:#777777;
}

/*特別休館日*/
#toukiKyuka{
	margin-bottom:10px;
}

#mmenu-wrapper{
}
.js-join-anchor img{
}
