@charset "utf-8";



h1,ul, li, ol, dl, dt, dd{
    margin: 0 !important;
    margin-bottom: -12px !important;
}


/* CSS Document */

/*基本設計*/
a{text-decoration: none;}
a:hover img{opacity:0.6;}
a{color:#FFF;}
a:hover{text-decoration: none;}
body{
	width:100%;
	max-width:640px;
	margin:0 auto;
	color:#333333;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
}
header{position:relative;}
.btnTel{width:35%;position: absolute;top:0;right:0;margin: 0;}

#fv{position:relative;}

.btn2{
	padding-bottom:45px;
}

li::marker {
    content: "";
}

/*オファー*/
.offer .btnArea li:first-child{width:40%;float:left;}
.offer .btnArea li:last-child{width:60%;float:left;}

.offer .off{display:none;}

.blinking{
	-webkit-animation:blink 0.5s ease-in-out infinite alternate;
    -moz-animation:blink 0.5s ease-in-out infinite alternate;
    animation:blink 0.5s ease-in-out infinite alternate;
}
@-webkit-keyframes blink{
    0% {opacity:0;}
    100% {opacity:1;}
}
@-moz-keyframes blink{
    0% {opacity:0;}
    100% {opacity:1;}
}
@keyframes blink{
    0% {opacity:0;}
    100% {opacity:1;}
}

.minTxt {font-size:0.8em;color:#000000;line-height:1.5em;margin: 0 auto;width:93%;text-align:left;margin-top:1.2em;margin-bottom:1.2em;}
.minTxt a{color:#000;text-decoration: underline;}

.single{padding-bottom: 1em;}

/*ショッピングガイド用スタイル*/
#guide{
	width:96%;margin:80px auto 0;
	background:#FFF;
}
#guide .guideBox a{color:#000;}
#guide h2{
		color:#FFF;
		background:#178783;
		font-size:1.1rem;
		font-weight:bold;
		text-align: center;
		font-family: "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
		line-height: 1.3em;
		padding:6px 0 6px;
		margin-bottom:1em;
}
#guide .guideBox{
	width:100%;
	margin:0 auto;
	border-bottom:solid 2px #aaaaaa;
	padding-bottom:1em;
}
#guide .guideBox .leftBox{width:100%;}
#guide .guideBox .rightBox{width:100%;}
#guide dl dt{margin-bottom:8px;}
#guide dl dt h3{
		line-height: 1.4em;
		border-bottom:solid 1px #000;
		font-size:0.9rem;
		font-weight: bold;
}
#guide dl dd{
	line-height: 1.4em;
	font-size:0.9rem;
	margin-bottom:1.5em;
}

/*フッター用スタイル*/
footer {
	padding:15px 0 30px;
}
footer .linkArea{
	text-align: center;
	margin-bottom:3em;
	line-height:1.4em;
	font-size:0.8rem;
}
footer .logo{margin-bottom:15px;text-align: center;}
footer .copy{
	font-size:0.6rem;
	text-align: center;
}
footer a{color:#333333;}

/*マージン調整*/
.marB10{margin-bottom:10px;}
.marB20{margin-bottom:20px;}
.marB30{margin-bottom:30px;}
.marB40{margin-bottom:40px;}
.marB50{margin-bottom:50px;}

.img-box img {
	margin-bottom: -10px;
}


footer ul {
        margin-top:30px !important;
	padding-bottom:10px;
	margin-bottom:20px !important;
	border-bottom: 1px solid #adadad;
        padding-left: 0px !important;
}
footer li {
	display: inline-block;
	font-size: 14px;
	border-left: 1px solid #adadad;
	padding:0 10px;
}
footer li:first-child {
	border-left: none;
}

.teikiBtn {
        margin-top : -33px !important;
        margin-left: -1px;
        margin-right: 1px;
} 