@charset "UTF-8";
/* CSS Document */
.contents{
	width:901px;
	margin:0 auto;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック", "YuGothic", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", Osaka, sans-serif;
	text-align:left;
}

.contents p,
.contents h2,
.contents h3,
.contents h4,
.contents h5,
.contents h6{
	margin:0px;
	line-height:1.2em;
}
.contents ul,
.contents li{
	margin:0px;
	padding:0px;
	list-style:none;
}
.contents a img{
	border:none;
}


.footstepBox {
    background: #fff;
	margin-bottom: 10px;
}

h1{
	padding: 0!important;
}

/* キャンペーン概要 */
dl#outline {
	border:4px solid #000;
	width: 901px;
	margin: 50px auto 0;
	padding: 20px 20px 10px;
	text-align: left;
	overflow: hidden;
}
dl#outline dt {
	background: #000;
	color: #FFF;
	font-size: 16px;
	font-weight: bold;
	width: 150px;
	text-align: center;
	padding: 8px 0;
	margin-right: 15px;
	margin-bottom: 15px;
	float: left;
	clear: left;
}
dl#outline dd {
	width: 600px;
	float: left;
	margin-bottom: 15px;
	margin-left: 0;
}

dl#outline dd.special {
	font-size: 16px;
	font-weight: bold;
	line-height: 1.4;
}
dl#outline dd.special span {
	font-size: 20px;
	background: linear-gradient(transparent 60%, #ffff66 60%);
}
dl#outline dd.period {
	font-size: 16px;
	margin-top: 3px;
}
dl#outline dd.present {
	font-size: 16px;
}
dl#outline dd.present ul li {
	padding-left: 1em;
	text-indent: -1em;
	line-height: 1.6;
}
dl#outline dd.present ul.mb10 {
	margin-bottom: 10px;
}
dl#outline dd.present p {
	text-decoration: underline;
	font-weight: bold;
	margin-bottom: 5px;
}

#note {
	margin-top: 20px;
}
#note p {
	font-size: 15px;
	margin-bottom:5px;
	font-weight: bold;
}
#note ul li {
	padding-left: 1.0em;
	text-indent: -1.0em;
	font-size: 13px;
	line-height: 1.6;
}

#shop h2 {
	margin-top: 40px;
	font-size: 18px;
	margin-bottom:10px;
}
#shop dl {
	clear: both;
	width: 901px;
	margin:0 auto;
}
#shop dl dt,
#shop dl dd {
	font-size: 14px;
	padding: 11px 5px 5px 7px;
	float: left;
	height: 40px;
}
#shop dl dt {
	border-left: 1px solid #cacaca;
	border-right: 1px solid #cacaca;
	border-bottom: 1px solid #cacaca;
	background-color: #eaeaea;
	width: 206px;
	clear: both;
}
#shop dl.top dt,
#shop dl.top dd {
	border-top: 1px solid #cacaca;
}
#shop dl dt a {
	color: #333;
}
#shop dl dd.address {
	width: 553px;
}
#shop dl dd.tel {
	width: 142px;
}
#shop dl dd {
	border-right: 1px solid #cacaca;
	border-bottom: 1px solid #cacaca;
	margin-left: 0;
}
#shop dl dt span {
	margin-left: 7px;
}
#shop dl dt span img {
	vertical-align: middle;
	margin-right: 3px;
}

/* contact */
.contact{
	border:4px solid #c8c8c8;
	width:740px;
	margin:60px auto 0;
	padding:20px;
	clear: both;
}
.contact,
.contact *,
.contact :before,
.contact :after{
	-webkit-box-sizing:border-box;
  -moz-box-sizing:border-box;
  box-sizing:border-box;
}
.contact h3{
	font-size:23px;
	text-align:center;
	color:#005C94 !important;
	margin-bottom:10px;
}
.contact .time{
	text-align:center;
	font-size:14px;
	margin-bottom:20px;
}
.contact .col_box{
	overflow:hidden;
}
.contact .col{
	float:left;
	width:50%;
	padding-left:15px;
	padding-right:15px;
}
.contact .contact_tel strong{
	display:block;
	font-family:"Roboto",sans-serif;
	font-size:46px;
	line-height:1em;
	text-align:center;
}
.contact .contact_tel .col > a{
	display:block;
	color:#FFF;
	text-align:center;
	width:300px;
	height:52px;
	font-size:20px;
	background:#005C94;
	padding-top:18px;
	border-radius:6px;
	font-weight:bold;
}
.contact .contact_tel .col > a:hover{
	text-decoration:none;
	opacity:0.8;
	filter:alpha(opacity=80);
}
.contact .contact_line{
	border-top:2px solid #dedede;
	margin-top:20px;
	padding-top:20px;
}
.contact .contact_line h4{
	font-size:18px;
	font-weight:bold;
	margin-bottom:6px;
}
.contact .contact_line p{
	font-size:14px;
	line-height:1.6em;
}
.contact .contact_line a{
	display:block;
	color:#FFF;
	text-align:center;
	width:300px;
	height:54px;
	font-size:20px;
	background:#6BC315;
	padding-top:16px;
	border-radius:6px;
	font-weight:bold;
}
.contact .contact_line a:hover{
	opacity:0.8;
	filter:alpha(opacity=80);
}
.contact .contact_line a img{
	height:23px;
	width:auto;
}


@media only screen and (max-width: 640px) {
.contents{
	width:auto;
	padding:0 0 30px 0;
}
.footstepBox {
    margin-bottom:5px;
    width:auto;
	padding-left:10px;
	background:#fff;
}
.h1_img img{
	width:100%;
}

/* キャンペーン概要 */
dl#outline {
	width:auto;
	margin: 30px 10px 0;
	padding: 10px;
}
dl#outline dt {
	width: auto;
	float: none;
	margin-bottom: 5px;
	margin-right: 0px;
}
dl#outline dd {
	width: auto;
	float: nonet;
	margin-bottom: 15px;
}

dl#outline dd.special {
	margin-top: 0px;
}
dl#outline dd.special span {
	font-size: 18px;
}
dl#outline dd.period {
	font-size: 16px;
	margin-top: 3px;
}
dl#outline dd.present {
	font-size: 14px;
}

#note {
	margin-left: 10px;
	margin-right: 10px;
}
#shop {
	margin-left: 10px;
	margin-right: 10px;
}

#shop dl {
	margin-bottom: 10px;
	position: relative;
	width: auto;
}
#shop dl dt {
	font-size: 130%;
	padding: 10px 5px 10px 7px;
	float: none;
	width: auto;
	height: auto;
	border: 1px solid #cacaca;
	background-color: #eaeaea;
}
#shop dl dd {
	font-size: 130%;
	float: none;
	height: auto;
}
#shop dl dt a {
	color: #1b558c;
}
#shop dl dd.address {
	padding: 9px 5px 11px 7px;
	border-right: 1px solid #cacaca;
	border-left: 1px solid #cacaca;
	border-bottom: 1px solid #cacaca;
	border-top: none;
	width: auto;
}
#shop dl dd.tel {
	padding: 0;
	position: absolute;
	top: 5px;
	right: 10px;
	border: none;
	width: auto;
}
#shop dl dd.tel a {
	text-indent: -9999px;
	display: block;
	width: 67px;
	height: 29px;
	background: url(../images/btn_tel.png) no-repeat;
}
#shop dl dt span {
	margin-left: 7px;
}
.contact{
	width:auto;
	margin:20px 20px 0 20px;
	padding:10px 0;
}
.contact h3{
	font-size:16px;
}
.contact .time{
	font-size:12px;
	margin-bottom:10px;
}
.contact .col_box{
	margin-left:15px;
	margin-right:15px;
}
.contact .col{
	float:none;
	width:auto;
	padding:0;
}
.contact .contact_tel strong{
	margin-bottom:10px;
}
.contact .contact_tel strong,
.contact .contact_tel strong a{
	font-size:26px;
	text-decoration:none;
}
.contact .contact_tel .col > a{
	width:100%;
	height:40px;
	font-size:16px;
	padding-top:12px;
}
.contact .contact_line h4{
	font-size:14px;
	text-align:center;
}
.contact .contact_line p{
	font-size:12px;
	line-height:1.4em;
	text-align:center;
	margin-bottom:10px;
}
.contact .contact_line a{
	width:100%;
	height:41px;
	font-size:16px;
	padding-top:11px;
}
.contact .contact_line a img{
	height:20px;
}
}