.block-top{
	font-weight: bold;
	font-size: 2rem;
	text-align: center;
	color: #412200;
	padding-top: 10px;
	padding-bottom: 10px;
}
.sel-top{
	font-weight: bold;
}
.head-bd{
	width: 100%;
}
.block-hfl{
	width: 50%;
	float: left;
	margin-bottom: 10px;
}
.block-hfr{
	width: 50%;
	float: left;
	padding-left: 10px;
	margin-bottom: 10px;
	box-sizing: border-box;
}

.img-block{
	display: inline;
}
.block-00{
	margin-bottom: 20px;
}

.clm-head{
	padding: 5px;
	background-color: #000;

}
.clm-01{
	width: 98%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 10px;
}
.clm-01-02{
	width: 98%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
}
.clm-03{
	width: 31%;
	float: left;
	border: 1px solid;
	background-color: #faf8f4;
	height: 280px;
	margin-bottom: 10px;
}
.clm-03-inner{
	padding: 5px;
}

.clm-03-01{
	width: 31%;
	float: left;
	border: 1px solid;
	margin-left: 20px;
	height: 280px;
	background-color: #faf8f4;
	margin-bottom: 10px;
}
.clm-02-l{
	float: left;
	width: 50%;
	padding-left: 5px;
	box-sizing: border-box;
}
.modal-head-l{
	float: left;
	width: 45%;
}
.modal-head-r{
	float: left;
	width: 55%;
	padding-left: 10px;
	box-sizing: border-box;
}
.content-first{
	border-bottom: dashed;
	margin-bottom: 15px;
	padding-bottom: 15px;

}
.modal-hd{
	font-size: 1.6rem;
	font-weight: bold;
}
.menu-head{
	font-size: 1.6rem;
	font-weight: bold;
	text-align: center;
}
.menu-head-small{
	font-weight: bold;
	border-bottom: 1px solid;
}
.menu-innner{
	margin-bottom: 10px;
}
.menu-00{
	background-color: #ede1c8;
	margin-top: 10px;
}
.menu-01{
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	padding: 10px;
}

@media screen and (max-width: 767px){
	.head-bd{
		width: 100%;

	}
	.block-hfl{
		width: 100%;
	}
	.block-hfr{
		width: 100%;
	}


	.clm-r{
		margin-left: inherit;
	}
	.clm-l{
		margin-left: 0;
	}
	.clm-02-l{
		width: 30%;
	}
	.clm-03{
		width: 100%;
		height: inherit;
		float: left;
		border: 1px solid;
		height: inherit;
	}
	.clm-03-01{
		width: 100%;
		height: inherit;
		float: left;
		margin-left: 0;
		height: inherit;
	}
	.sp-clm-02-r{
	    float: left;
	    width: 70%;
	    padding-left: 5px;
	    box-sizing: border-box;
	}
}
.prefere-bc{
	background-color: #faf8f4;
}
.prefere-block{
	width: 90%;
	margin-right: auto;
	margin-left:auto;
}
.pre-tc{
	text-align: center;
}
.icon-text{
	color: #412200;
	font-weight: bold;
	padding-top: 10px;
	padding-bottom: 10px;
}
.store-hd{
	color: #412200;
	font-weight: bold;
	font-size: 1.3rem;
}
.store-txt{
	margin-bottom: 5px;
	margin-top: 5px;
}
.store-txt p{
	font-size: 1.2rem;
}
.list-circle-01 li img{
	vertical-align: middle;
	margin-left: 5px;
	margin-right: 5px;
}
.list-circle-01{
	margin:0;
	padding-top: 5px;
}
.prefere-block .list-circle-01 span{
	color: red;
}
.modal-head-r p{
	margin-top: 10px;
}
.btn-l{
	float: left;
	width: 50%;
	padding-right: 10px;
	box-sizing: border-box;
	margin-bottom: 10px;
	margin-top: 10px;
}

.btn-r{
	float: left;
	width: 50%;
	padding-left: 10px;
	box-sizing: border-box;
	margin-bottom: 10px;
	margin-top: 10px;
}
.content-last{
	padding-bottom: 10px;
}
.content-last p > img{
	margin-top: 15px;
	margin-bottom: 15px;
}

/*add 2020.02.26*/
.store-coupon-sec {
	border: 1px solid #C5C5C5;
	padding: 15px 20px;
	margin-bottom: 15px;
}
.store-coupon-sec .option-image{
	margin-top: 15px;
}
.sp-only,
.pc-only { display: none; }
@media screen and (max-width: 767px){
	.sp-only {
		display: block;
	}
}
@media screen and (min-width: 768px){
	.pc-only {
		display: block;
	}
}

.store-coupon-sec .coupon-title-wrap {
	margin-bottom: 10px;
}
.store-coupon-sec .coupon-title {
	background-color: #004889;
	font-weight: bold;
	color: #fff;
	font-size: 2rem;
	border-radius: 4px;
	width: calc(100% - 50px);
	margin-right: 5px;
	display: inline-block;
	line-height: 1;
	padding: 5px 10px 3px;
	box-sizing: border-box;
}
.store-coupon-sec .left-contents:after {
	content: "";
	clear: both;
	display: block;
}
.store-coupon-sec .store-image {
	float: left;
}
.store-coupon-sec .store-image p {
	font-size: 1rem;
	font-weight: bold;
}
.store-coupon-sec .store-image img {
	margin-bottom: 8px;
}
.store-coupon-sec .stole-information {
	text-align: center;
	float: right;
}
.store-coupon-sec .logo {
	margin-bottom: 5px;
}
.store-coupon-sec .right-contents {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}
.store-coupon-sec .right-contents .store-detail-title {
	font-weight: bold;
	margin-bottom: 1rem;
}
.store-coupon-sec .right-contents p {
	margin-bottom: 1.5rem;
	font-size: 1.2rem;
}
.store-coupon-sec .right-contents p.small {
	font-size: 0.9rem;
}
.store-coupon-sec .coupon-btn {
	margin-top: auto;
}
.store-coupon-sec li {
	width: 50%;
	box-sizing: border-box;
	float: right;
}
.store-coupon-sec li:nth-child(even) { padding-right: 4px; }
.store-coupon-sec li:nth-child(odd) { padding-left: 4px; }
.store-coupon-sec li a {
	text-decoration: none;
	border-radius: 4px;
	border: 1px solid #707070;
	display: block;
	padding: 8px;
	text-align: center;
	font-size: 0.9rem;
}
#main-area .store-coupon-sec li a span {
	color: inherit;
	padding-left: 0;
}
#main-area .store-coupon-sec li a .btn-red {
	font-size: 1.5rem;
	color: #DC000C;
}
.glyph-new-map > span:before {
	font-size: 1.1rem!important;
}
.glyph-new-map > span:before, .icon-new-map > span:after {
	content: "";
	width: 19px;
	height: 15px;
	background: url(../images/ico-map01.png) no-repeat;
	-webkit-background-size: cover;
	background-size: contain;
	margin-top: -7px;
}

@media screen and (min-width: 768px){
	.store-coupon-sec .coupon-title-wrap {
		width: 380px;
		margin-bottom: 10px;
	}
	.store-coupon-sec .coupon-detail {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
	}
	.store-coupon-sec .left-contents {
		width: 380px;
	}
	.store-coupon-sec .right-contents {
		padding-left: 20px;
		width: calc(100% - 380px);
		box-sizing: border-box;
	}
}

@media screen and (max-width: 767px){
	.store-coupon-sec {
		padding: 2.5%;
	}
	.store-coupon-sec .left-contents {
		margin-bottom: 15px;
	}
	.store-coupon-sec .left-contents .store-image {
		width: 50%;
		text-align: center;
		padding-right: 10px;
		box-sizing: border-box;
	}
	.store-coupon-sec .left-contents .stole-information {
		width: 50%;
		text-align: center;
		float: right;
	}
}


.attention-box {
	border: 1px solid #003978;
	margin-top: 40px;
}
.attention-box .attention-title {
	color: #fff;
	font-weight: bold;
	font-size: 1.2rem;
	background-color: #003978;
	padding: 3px 1.2rem;
}
.attention-box .attention-detail {
	padding: 1.2rem;
}
.attention-box .attention-detail p {
	font-size: 0.9rem;
	font-weight: bold;
	line-height: 1.3;
}
.attention-box .attention-detail p:not(:last-child) {
	margin-bottom: 1.2rem;
}
.attention-box .red {
	color: #DC000C;
}
