@charset "UTF-8";

/* ///////////////////////////////////////////////////////////////////

【各ページ共通】
	
/////////////////////////////////////////////////////////////////// */

/* =========================================================
float
========================================================= */
.float-l {
	float: left;
}

.float-r {
	float: right;
}

/* =========================================================
clear
========================================================= */
.clearfix {
	*zoom:1;
}

.clearfix:before,
.clearfix:after {
	content: "";
	display: table;
}

.clearfix:after {
	clear:both;
}

.clear {
	clear: both;
}

/* =========================================================
display
========================================================= */
.hide {
	display: none;
}

.block {
	display: block;
}

/* =========================================================
table
========================================================= */
.compact {
	width: auto !important;
}

/* =========================================================
box
========================================================= */
.col-1 {
	width: 12.5% !important;
}



.col-2 {
	width: 25% !important;
}

.col-3 {
	width: 37.5% !important;
}

.col-4 {
	width: 50% !important;
}

.col-5 {
	width: 62.5% !important;
}

.col-6 {
	width: 75% !important;
}

.col-7 {
	width: 87.5% !important;
}



.col-8 {
	width: 20% !important;
}


/* =========================================================
text-align
========================================================= */
.text-left {
	text-align: left;
}

.text-center {
	text-align: center;
}

.text-right {
	text-align: right;
}

/* =========================================================
color
========================================================= */
.red {
	color: #a81616 !important;
}

.pink {
	color: #c60078 !important;
}

.gray {
	color: #868686 !important;
}

.white {
	color: #fff !important;
}

/* =========================================================
bg
========================================================= */
.bg-pink {
	background: #fff3f8;
}

/* =========================================================
タイトル 
=========================================================*/
.page-title{
	background: url(../img/article/h1_bkg.jpg) no-repeat;
}
.youme-bg .page-title{
	background:none !important;
}
.main-content h1 {
	margin: 0 0 20px;
	padding-left: 14px;
	height: 89px;
	color: #666666;
	font-size: 1.4em;
	line-height: 89px;
}

.details{
	padding-bottom:30px;
}

.pager {
    margin:20px auto 0 auto;
    text-align: center;
    width:600px;
}
 .pager a {
    display: inline-block;
    border: 1px solid #ccc;
    padding:5px 8px;
 }  
 .current_page {
    display: inline-block;
    border: 1px solid #ccc;
    padding:5px 8px;
    background: #f7f7f7;
 }




/* =========================================================
お客様サイト　検索内
=========================================================*/


.pref-box{
	width: 100px;}


.city-box{width: 100px;}

.class-box{padding-left:15px;}

/* =========================================================
地図
=========================================================*/
.mapmenu {
margin: 0px;
padding: 0px;
height: 37px;
}
.mapcontents {
border: 2px solid #D786AC;
margin: 0px;
padding: 15px 0px;
}

.floors {
float: right;
height: 37px;
}

.floors img:first-child {
padding-right: 8px;
}



.info-box .col-8 {
padding-bottom: 13px;
float: left;
}


.cafemainmg{padding-left:25px;}

.switch-wrapper {
	padding: 13px 0;
	width: 100%;
	background: #FFF;
}

.btn-switch {
	margin: auto;
	padding: 14px 0;
	width: 95%;
	display:block;
	border-radius: 4px;
	background: #ffd900;
	color: #fff;
	font-size: 36px;
	font-weight: bold;
	text-align: center;
	box-shadow: 0 3px 1px #f8b500;
	text-shadow: 0 -1px 1px #f8b500;
}

/* =========================================================
ラージショップスタッフ共通部分
=========================================================*/

p.recruit_maincomment {
    width: 90%;
    margin: 0 auto 20px;
    font-weight: bold;
    color: #C60078;
    font-size: 1.1em;
	border-bottom: 1px dotted #C60078;
}


/* =========================================================
イベント・キャンペーン共通
=========================================================*/

a.button_pdf_download {
    margin: auto 5px;
    text-decoration: none;
    border: 1px solid #d7dada;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    padding: 10px 10px 10px 10px;
    text-decoration: none;
    display: inline-block;
    font-weight: bold;
    background-color: #f4f5f5;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#f4f5f5), to(#dfdddd));
    background-image: -webkit-linear-gradient(top, #f4f5f5, #dfdddd);
    background-image: -moz-linear-gradient(top, #f4f5f5, #dfdddd);
    background-image: -ms-linear-gradient(top, #f4f5f5, #dfdddd);
    background-image: -o-linear-gradient(top, #f4f5f5, #dfdddd);
    background-image: linear-gradient(to bottom, #f4f5f5, #dfdddd);
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#f4f5f5, endColorstr=#dfdddd);
}

.details .event-img {
	max-width:100%;
}

.comment img {
    max-width: 100%;
}

.pc_invisible {
    display: none;
}