
.sapporowari{
	margin: 0 auto;
	padding: 240px 0 120px 0;
	background: url("../img/sapporowari_bk.jpg") repeat center;
	text-align: center;
	color: #fff;
}


.sapporowari_in{
	max-width: 950px;
	margin: 0 auto;
	text-align: center;
}

@media screen and (max-width: 1200px) {
	.sapporowari_in{
		max-width: 90vw;
		text-align: center;
	}
}

@media screen and (max-width: 600px) {
	.sapporowari_in img{
		max-width: 90%;
	}	
	
}
.sapporowari_1{
	color: #fff;
	font-weight: bold;
	letter-spacing: 2px;
	text-align: center;
	margin-top: 80px;
}

table {
  border-collapse: collapse;
  margin: 0 auto;
  padding: 0;
  width: 650px;
  table-layout: fixed;
	color: #0063A2;
}

table tr {
  background-color: #fff;
  border: 1px solid #bbb;
  padding: .35em;
}
table th,
table td {
  padding: 1em 10px 1em 1em;
  border-right: 1px solid #bbb;
}
table th {

}
table thead tr{
  background-color: #eee;
}
.txt{
   text-align: center;
	font-size: 140%;
}
.price{
   text-align: center;
	color: #E20A7E;
	font-size: 200%;
	font-weight: bold;
}



@media screen and (max-width: 600px) {
  table {
    border: 0;
    width:90%
  }
  table th{
    background-color: #eee;
    display: block;
    border-right: none;
  }
  table thead {
    border: none;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  
  table tr {
    display: block;
    margin-bottom: .625em;
  }
  
  table td {
    border-bottom: 1px solid #bbb;
    display: block;
    font-size: 1.2em;
    text-align: right;
    position: relative;
    padding: .625em .625em .625em 4em;
    border-right: none;
  }
  
  table td::before {
    content: attr(data-label);
    font-weight: bold;
    position: absolute;
    left: 10px;
  }
  
  table td:last-child {
    border-bottom: 0;
  }
}

.btn,
a.btn,
button.btn {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.5;
  position: relative;
  display: inline-block;
  padding: 1rem 4rem;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.1em;
  color: #212529;
  border-radius: 0.5rem;
}

a.btn-border {
  margin-bottom: 12px;
  padding: 0;

  -webkit-transition: all 0.3s;

  transition: all 0.3s;

  border-radius: 0;
}

a.btn-border span {
  position: relative;
  display: block;
  padding: 1.25rem 3rem;
  color: #000;
  border: 2px solid #000;
  border-radius: 0.5rem;
  background: #fff;
}

a.btn-border:before {
  position: absolute;
  bottom: -8px;
  left: 0;
  display: block;
  width: 100%;
  height: 14px;
  content: "";
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border: 2px solid #000;
  border-top: 1px solid #000;
  border-radius: 0 0 0.5rem 0.5rem;
  background-image: -webkit-repeating-linear-gradient(
    135deg,
    #000,
    #000 1px,
    transparent 2px,
    transparent 5px
  );
  background-image: repeating-linear-gradient(
    -45deg,
    #000,
    #000 1px,
    transparent 2px,
    transparent 5px
  );
  background-size: 7px 7px;

  -webkit-backface-visibility: hidden;

  backface-visibility: hidden;
}

a.btn-border:hover {
  -webkit-transform: translate(0, 3px);
  transform: translate(0, 3px);
}

a.btn-border:hover:before {
  bottom: -5px;
}

a.btn-border:active {
  -webkit-transform: translate(0, 7px);
  transform: translate(0, 7px);
}

a.btn-border:active:before {
  bottom: -1px;
}

.coupon{
	display: block;
	background: #fff;
	max-width: 600px;
	font-size: 180%;
	font-weight: bold;
	color: #E20A7E;
	border-radius: 10px;
	margin: 0 auto 20px auto;
	padding: 30px 0;
	
}

@media screen and (max-width: 600px) {
	.coupon{
		max-width: 80%;
		font-size: 160%;
		padding: 20px;
	}
}

.sapporowari_in small{
	display: block;
	color: #fff;
}

.sapporowari_2{
	text-align: center;
	margin: 80px auto;
}

.sapporowari_2 strong{
	display: block;
	font-size: 120%;
	font-weight: bold;
	margin-bottom: 5px;
	color: #fff;
}

.sapporowari_2 ul{
	color: #fff;
	max-width: 720px;
	margin: 0 auto 80px auto;
}

.sapporowari_2 ul li:first-child{
	border-bottom: solid 2px #FFFBDD;
	display: block;
	margin-bottom: 10px;
	font-size: 140%;
	letter-spacing: 2px;
	font-weight: bold;
	color: #FFFBDD;
}
.sapporowari_2 ul li{
	padding: 5px 0;
}
.sapporowari_2 ul li i{
	margin-right: 5px;
}

.sapporowari_2 ul li strong small{
	display: inline-block;
	color: #FCEE21;
}

.sapporowari_2 a{
	margin: 30px 0;
	  font-size: 1.5rem;
}

@media screen and (max-width: 600px) {
	.sapporowari_2 ul{
		max-width: 90% !important;
		margin: 0 auto;
		text-align: center;
	}
	.sapporowari_2 ul li{
		text-align: left;
	}
	.sapporowari_2 a{
	font-size: 100%;
}
}

.btn_tabi,
a.btn_tabi,
button.btn_tabi {
  font-weight: 700;
  line-height: 1.5;
  position: relative;
  display: inline-block;
  padding: 1rem 4rem;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.1em;
  color: #212529;
  border-radius: 0.5rem;
}

a.btn-border {
  margin-bottom: 12px;
  padding: 0;

  -webkit-transition: all 0.3s;

  transition: all 0.3s;

  border-radius: 0;
}

a.btn-border span {
  position: relative;
  display: block;
  padding: 1.25rem 3rem;
  color: #000;
  border: 2px solid #000;
  border-radius: 0.5rem;
  background: #fff;
}

a.btn-border:before {
  position: absolute;
  bottom: -8px;
  left: 0;
  display: block;
  width: 100%;
  height: 14px;
  content: "";
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border: 2px solid #000;
  border-top: 1px solid #000;
  border-radius: 0 0 0.5rem 0.5rem;
  background-image: -webkit-repeating-linear-gradient(
    135deg,
    #000,
    #000 1px,
    transparent 2px,
    transparent 5px
  );
  background-image: repeating-linear-gradient(
    -45deg,
    #000,
    #000 1px,
    transparent 2px,
    transparent 5px
  );
  background-size: 7px 7px;

  -webkit-backface-visibility: hidden;

  backface-visibility: hidden;
}

a.btn-border:hover {
  -webkit-transform: translate(0, 3px);
  transform: translate(0, 3px);
}

a.btn-border:hover:before {
  bottom: -5px;
}

a.btn-border:active {
  -webkit-transform: translate(0, 7px);
  transform: translate(0, 7px);
}

a.btn-border:active:before {
  bottom: -1px;
}


.kousiki span{
	font-size: 70% !important;
	padding: 1rem 2rem !important;

}

.reserve span{
	color: #0063A2 !important;
}
.reserve span i{
	margin-left: 12px;
}

.kumo{
	margin: 0 auto;
	text-align: center;
	width: 100%;
}



