
.tabi_style1, .tabi_style2{
	background: url("../img/tabi_style/tabi_style1.jpg") no-repeat center;
	background-size: cover;
	height: 90vh;
	margin-top: 80px;
}
.tabi_style1 div, .tabi_style2 div{
	background-color: rgba(0,0,0,0.7);
	color: #fff;
	max-width: 50vw;
	height: 90vh;
	position: relative;
}
.tabi_style1 div p{
	margin: 0 auto;
	text-align: left;
	position: absolute;
    top: 50%;
    left: 40%;
    transform: translate(-30%, -50%);
    -webkit-transform: translate(-30%, -50%);
    -ms-transform: translate(-30%, -50%);
}
.tabi_style2{
	background: url("../img/tabi_style/tabi_style2.jpg") no-repeat center;
	margin: 0 auto;
}
.tabi_style2 div{
	position: relative;
	right: 0;
	left: 50vw;
}
.tabi_style2 div p{
	margin: 0 auto;
	text-align: left;
	position: absolute;
    top: 50%;
    left: 40%;
    transform: translate(-30%, -50%);
    -webkit-transform: translate(-30%, -50%);
    -ms-transform: translate(-30%, -50%);
}
.tabi_style_info{
	max-width: 50vw;
	margin: 80px auto;
	text-align: center;
	border: double 5px #000;
	padding: 30px 0;
}
.tabi_style_info ul li{
	border-bottom: solid 1px #000;
	padding-bottom: 5px;
	margin: 20px auto;
}
.tabi_style_info ul li span{
	border-right: solid 1px #000;
	padding-right: 20px;
	margin-right: 20px;
}
.tabi_style_img{
	border: double 8px #8B0608;
	max-width: 1050px;
	margin: 80px auto;
	text-align: center;
}
.tabi_style_news{
	border: double 8px #8B0608;
	max-width: 60vw;
	margin: 80px auto;
	text-align: center;
}
.tabi_style_news span{
	display: block;
	border-bottom: solid 1px #8B0608;
	padding-bottom: 5px;
	margin: 20px 50px;
}

@media (max-width: 768px) {
	.tabi_style1 div, .tabi_style2 div{
	background-color: rgba(0,0,0,0.7);
	color: #fff;
	max-width: 100vw;
	height: 40vh;
	position: relative;
		top: 50vh;right: 0;
		left: 0;
}
	.tabi_style1 div p, .tabi_style2 div p{
	margin: 0 auto;
	text-align: left;
	position: absolute;
	
}

	.tabi_style_info, .tabi_style_news{
	max-width: 90vw;
	}
	.tabi_style_info ul li{
		list-style: none;
		margin-right: 20px;
	}
	.tabi_style_news span{
		margin: 20px 10px;
}
}

.tabi_style_menu{
	background: url("../img/tabi_style/menu_bk.jpeg") repeat center;
	text-align: center;
	margin: 0 auto;
	padding: 120px 0;
}

.tabi_style_menu div{
	display: inline-block;
	vertical-align: top;
	padding-left: 5vw;
}

.tabi_style_menu ul li{
	margin: 20px 0;
}
.tabi_style_menu ul li span{
	float: right;
}
.tabi_style_menu ul li small{
	display: block;
}

.tabi_style_menu ul li:first-child{
	margin: 0;
}









/**********************************/

.doumin{
	margin: 0 auto;
	padding: 240px 0 120px 0;
	background: #2A5AA6;
	text-align: center;
}


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

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

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

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%;
	}
}

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

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

.doumin_2 strong{
	display: block;
	font-size: 160%;
	font-weight: bold;
	margin-bottom: 10px;
	color: #fff;
}

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

.doumin_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;
}
.doumin_2 ul li{
	padding: 5px 0;
}
.doumin_2 ul li i{
	margin-right: 5px;
}

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

.btn_tabi,
a.btn_tabi,
button.btn_tabi {
  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;
}


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

}

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

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



