@charset "UTF-8";
html {
	scroll-behavior: smooth;
}

.l-section__title{
	margin-bottom: 20px;
}

.coupon-img{
	text-align: center;
	margin-bottom: 40px;
}

.coupon-img img{
	width: 400px;
}

.detail-box {
  margin-top: 40px;
}

.detail-box ul.howto{
	padding: 10px 10px;
}

.detail-box ul.howto li{
  list-style: none;
  list-style-position: outside;
  margin: 5px 0;
  text-indent: -1.7em;
  padding-left: 1.7em;
}

.detail-box ul.howto span {
  margin: 5px;
}

.ListTable ul.info{
	margin-left: 20px;
}

.ListTable ul.info li{
  list-style-type: disc;
  list-style-position: outside;
  margin: 7px 0 7px 20px;
  text-indent: -1.5em;
  padding-left: 1.5em;
}

.category{
	font-size: 1.2em;
	font-weight: bold;
}

table.table01 {
	width:100%;
	border-right:#999 solid 1px;
	border-left:#999 solid 1px;
	border-collapse: collapse;
	margin: 15px 0 50px 0;
	font-size: 0.9em;
}
table.table01 thead th {
	background:#fff0e1;
	color:#000;
	padding: 15px;
	border-right:#999 solid 1px;
	border-bottom:#999 solid 1px;
	border-top:#999 solid 1px;
}
table.table01 thead th:last-child {
	border-right:#999 solid 1px;
}
table.table01 tbody th {
	background:#fff;
	color:#000;
	padding:10px;
	border-bottom:#999 solid 1px;
	vertical-align:top;
}
table.table01 tbody tr:last-child th {
	border-bottom:#999 solid 1px;
}
table.table01 tbody td {
	background:#FFF;
	padding:10px;
	border-left:#999 solid 1px;
	border-bottom:#999 solid 1px;
	vertical-align:top;
}

table.table01 tbody td:nth-child(1) { width: 30%; }
table.table01 tbody td:nth-child(2) { width: 12%; }
table.table01 tbody td:nth-child(3) { width: 28%; }
table.table01 tbody td:nth-child(4) { width: 12%; }
table.table01 tbody td:nth-child(5) { width: 18%; }

.detail-box p {
  text-align:left;
  margin-top: 0;
}

.flexbox {
  display: flex;
  align-items: center;
  width: 100%;
  margin-bottom: 10px;
  position: relative;
}

.flexbox .facility {
  background: var(--color-main);
  border-radius: 30px;
  padding: 10px 50px 10px 40px;
  margin:  7px;  
}

.flexbox .facility a:after {
  content: '';
  width: 6px;
  height: 6px;
  border: 0;
  border-bottom: solid 2px #fff;
  border-right: solid 2px #fff;
  position: absolute;
  top: 50%;
  margin-top: -6px;
  margin-left: 15px;
  transform: rotate(45deg);
}

.flexbox .facility a{
  color: #fff;	
}

@media screen and (max-width: 640px) {
.coupon-img{
  width: 100%;
}

.coupon-img img{
  max-width: 90%;;
}
.ListTable ul.info{
	margin-left: 0;
}
.ListTable ul.info li{
  text-indent: 0;
  padding-left: 0;
}
table.table01 {
	border-top:#999 solid 1px;
}	
table.table01 thead {
	display:none;
}
table.table01 tbody th {
	display:block;
	background:#fff0e1;
}
table.table01 tbody td {
	display:block;
	border-left: none;
}
table.table01 tbody td::before {
	content: attr(label);
	float: left;
	clear:both;
	font-weight:bold;
	padding: 5px;
}
table.table01 tbody td:nth-child(1) { width: auto; }
table.table01 tbody td:nth-child(2) { width: auto; }
table.table01 tbody td:nth-child(3) { width: auto; }
table.table01 tbody td:nth-child(4) { width: auto; }
table.table01 tbody td:nth-child(5) { width: auto; }
table.table01 tbody td p {
	padding-left:5em;
}
.detail-box p {
  padding: 5px;
}
	
.flexbox {
  display: flex;
  flex-wrap: wrap;
}

.flexbox .facility {
 width: 75%;
 text-align: center;
}	

.flexbox .facility a:after {
 display: none;
}	
	
}

