@charset "shift_jis";
/* CSS Document */



/*clearfix
****************************************/
/* exlude MacIE5 \*/
* html .clearfix {
height:1%;
}
.clearfix {
display:block;
}
/* end MacIE5 */

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

.clearfix{
display:inline-block;
}

/* Hides from IE-mac \*/
* html .clearfix{
height:1px;
}

.clearfix{
display:block;
}

/* End hide from IE-mac */

.b_red{
	font-weight:bold;
	color:#CC0000;
}

.fl {float:left;}

.mb5 { margin-bottom:5px;}
.mb10 { margin-bottom:10px;}
.mb15 { margin-bottom:20px;}
.mb20 { margin-bottom:20px;}

.mr5 { margin-right:5px;}
.mr10 { margin-right:10px;}
.mr15 { margin-right:15px;}
.mr20 { margin-right:20px;}

.ml5 { margin-left:5px;}
.ml10 { margin-left:15px;}
.pb2{ padding-bottom:2px;}
.pb15 { padding-bottom:15px;}
.pt10 { padding-top:10px;}

a.ontrans80 {
	filter: alpha(opacity=100);
	-moz-opacity: 1.0;
	opacity: 1.0;
}
a.ontrans80:hover {
	filter: alpha(opacity=80);
	-moz-opacity: 0.8;
	opacity: 0.8;
}

#breadcrumbs{
	width:950px;
	margin:0 auto;
}
#Wrapper {
	width:950px;
	margin: 15px auto 30px;
}

.pagetop {
	width:100%;
	margin-bottom:10px;
	color:#47b1f5;
	text-decoration:none;
	text-align:right;
	font-size:14px;
}
.pagetop a:link {
	color:#645246;
	text-decoration:none;
}

/*shop list page
*******************************************************************************/
#content-area{
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	width:870px;
	margin:10px 50px 10px;
	}

#content-area img{
	text-align:center;
	}

.btn-area{
	display: table;
	table-layout: fixed;
	width: 840px;
	margin: 30px 20px 30px;
	}

.btn-area li{
	display: table-cell;
	vertical-align: middle;
	}

.icon-info{
	text-align:right;
	margin-right:10px;
	font-size: 15px;
	margin-bottom: 20px;
	text-decoration:underline;
	}

.shop-area-long{
	margin:0 5px 0;
	width:860px;
	}
.no_box {
	width:400px;
	height: 214px;
	margin: 20px 30px 10px 0px;
	float:left;
    padding-bottom: 20px;
    border-bottom: 2px solid #47b1f5;
	}

dl{
	width:400px;
	float:left;
	margin: 20px 30px 10px 0px;
	}

dt{
	padding:15px;
	font-size:20px;
	line-height:1.2em;
	}

dt a, .link-area a {
	color:#47b1f5 !important;
	text-decoration:none !important;
	}

dt a:hover, .link-area a:hover {
	filter: alpha(opacity=80);
	-moz-opacity: 0.8;
	opacity: 0.8;
}

dt span.small{
	font-size:16px;
	letter-spacing:-1px;
	}

dt span.icon{
	float:right;
	margin-right:-15px;
	}

dd{
	margin-left:15px;
	font-size:16px;
	color:#666666;
	padding-bottom:20px;
	border-bottom:2px solid #47b1f5;
	}

dd a{
	text-decoration:none;
	}

.shop-area-short{
	margin:20px 10px 30px 5px;
	width:420px;
	float:left;
	}

.list{
	width:400px;
	padding-top:10px;
	margin:0px 15px 10px 15px;
	float:left;
	}

.list p{
	color:#000;
	font-size: 16px;
	}

.list p a{
	text-decoration:none;
	color:#000;
	}

.list p a:hover{
	color:#FC0277;
	}

.modal-overlay {
    z-index:3000;
    display:none; /*jsでフェードインされるまでdisplay:none*/
    position:fixed;
    top:0;
    left:0;
    width:100%;
    height:100vh; /*100vhでビューポートの高さいっぱいになります*/
    background-color:rgba(0,0,0,.5)} /*これは好きな色・透明度で*/
a.modal-open:hover {
	cursor:pointer;
	color:#FC0277;
	} /*カーソルをポインタに*/
.modal-content {
    position:fixed;
    display:none; /*jsでフェードインされるまでdisplay:none*/
    z-index:5000; /*オーバーレイより上に*/
    margin:10px;
    padding:15px;
    border-radius:10px;
    background:#fff}
.modal-content img {width:auto;max-height:75vh}

.modal-content h1 {
	font-size:200%;
	margin-bottom:0.5em;
	text-align:center;
	color:#FC0277;
	}
	
.modal-content h3 {
	font-size:150%;
	margin-bottom:0.5em;
	vertical-align:middle;
	}

.modal-content p {
	max-width:565px;
	text-align:left;
	margin-bottom: 25px;
	}
a.modal-close { /*クローズボタンは何でも好きなスタイルでOK*/
    position:absolute;
    top:0;
    right:10px;
    color:#b29c33;
    font-size:35px;
    line-height:1; 
    font-weight:bold;
    text-decoration:none}
a.modal-close:hover {cursor:pointer} /*カーソルをポインタに*/

.modal-tit{
	text-align:center;
	font-size:18px;
	color:#FC0277;
	}

/* 2018-04-05 added */
.btn-area2 {
	display: table;
	table-layout: fixed;
	margin: 15px 0px 0px 0px;
	width: 100%;
	}

.btn-area2 li{
	display: table-cell;
	text-align:center;
	}

.btn-area2 img{
	max-width: 95%;
	}

.btn-area2 a:hover {
	filter: alpha(opacity=80);
	-moz-opacity: 0.8;
	opacity: 0.8;
	}

.link-area {
	margin: 0.3em 0 1em 1.7em;
	padding: 0;
	font-size:16px;
	}

.link-area li{
	display:inline;
	margin-right:2em;
	}

/* 高さ揃える用 */

.btn-area2.height-fit {
	height: 92px;
}
.btn-area2.mt-fit {
	margin-top: 35px;
}