@charset "utf-8";

/*------------  wrap  ------------*/
#wrap {
}

#contents {
  margin: 0 auto;
  padding: 15px 0 80px;
  word-wrap: break-word;
  text-align: left;
}
#contents a {
  display: block;
  color: #333;
}
#contents img {
  vertical-align: bottom;
}
#contents a:hover {
  opacity: 0.8;
}

#contents .container {
  position: relative;
  box-sizing: border-box;
  margin: 0 auto;
  width: 820px;
}
#contents .container:after {
  content: "";
  display: block;
  clear: both;
}

#contents .shop {
  /* display: table; */
  padding: 26px 10px;
  position: relative;
}
#contents .shop .icon {
  display: table-cell;
  padding: 0 20px 0 0;
  vertical-align: middle;
}
#contents .shop .icon img {
  width: 76px;
  padding: 4px;
  border: 1px solid #dfe5e9;
  border-radius: 2px;
}
#contents .shop h2 {
  display: table-cell;
  font-size: 20px;
  vertical-align: middle;
}

#contents .btn-reserve {
  position: absolute;
  /* top: 19px; */
  right: 0;
  position: absolute;
  bottom: 9px;
  right: 30px;
}

#contents .btn-reserve a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 140px;
  padding: 0 10px;
  height: 50px;
  background: #f8ca0e;
  border: 1px solid #f8ca0e;
  border-radius: 6px;
  font-size: 14px;
  font-weight: bold;
  color: #fff;
  text-align: center;
  padding-left: 28px;
  background-image: url(../images/cx0Fku2iHrTi.png);
  background-repeat: no-repeat;
  background-position: 10px center;
  background-size: 21px;
  text-decoration: none;
  box-sizing: content-box;
}

#contents dl {
  padding: 0 30px;
  line-height: 1.6;
  border-top: 1px solid #dfe5e9;
}
#contents dl:after {
  content: "";
  display: block;
  clear: both;
}
#contents dt {
  float: left;
  width: 170px;
  padding: 25px 0;
}
#contents dd {
  overflow: hidden;
  padding: 25px 0;
  width: calc(100% - 170px);
  float: left;
}
#contents dd:after {
  content: "";
  display: block;
  clear: both;
}
#contents h3 {
  font-weight: bold;
  margin: 0;
}

#contents .address dd {
  position: relative;
}
#contents .address dd .zip-code {
  display: block;
}
#contents .btn-map {
  position: absolute;
  top: 19px;
  right: 0;
}
#contents .btn-map a {
  width: 42px;
  height: 42px;
  background: url(../images/Bpn8sMrTiHeN.png) no-repeat center #7d5a4f;
  background-size: 32px 32px;
  border: 1px solid /*#c1ccd4*/ #999999;
  border-radius: 2px;
  text-indent: -9999px;
  overflow: hidden;
}

#contents .btn-tel {
  display: none;
}

#contents .station {
  box-sizing: border-box;
  display: inline-block;
  width: 70%;
  padding: 0 6px 0 0;
  vertical-align: top;
  font-size: 13px;
}
#contents .distance {
  box-sizing: border-box;
  display: inline-block;
  width: 30%;
  vertical-align: top;
}

#contents .payment dd {
  padding: 20px 0 15px;
}
#contents .payment img {
  width: 100%;
}
#contents .payment .item {
  box-sizing: border-box;
  float: left;
  width: 90px;
  padding: 2px 10px 10px 0;
  font-size: 11px;
  line-height: 1.4;
  text-align: center;
}
#contents .payment .item span {
  display: block;
  margin: 0 auto;
}
#contents .payment .item .icon {
  box-sizing: border-box;
  width: 46px;
  background: #7d5a4f;
  border-radius: 3px;
  overflow: hidden;
}
#contents .payment .item .name {
  padding: 7px 0 0;
}
#contents .payment .e-money {
  display: inline-block;
  margin: 6px 0 10px;
  padding: 8px 5px 12px 10px;
  background: #edf0f2;
  clear: both;
}
#contents .payment .e-money:after {
  content: "";
  display: block;
  clear: both;
}
#contents .payment .e-money h4 {
  padding: 0 0 12px;
  font-size: 16px;
  font-weight: normal;
  clear: both;
  background: none;
}
#contents .payment .e-money p {
  box-sizing: border-box;
  display: table;
  float: left;
  padding: 0 16px 0 4px;
  font-size: 11px;
  line-height: 1.4;
}
#contents .payment .e-money p span {
  display: table-cell;
  vertical-align: middle;
}
#contents .payment .e-money .icon {
  width: 32px;
  background: #fff;
}
#contents .payment .e-money .name {
  padding: 0 0 0 7px;
}

#contents .payment .cashless {
  /*display:inline-block;*/
  display: table;
  margin: 6px 0 10px;
  /*	 padding:8px 5px 12px 10px;*/
  padding: 8px 5px 2px 10px;
  background: #edf0f2;
  clear: both;
}
.cashless h4 {
  width: 100%;
}
#contents .payment .cashless:after {
  content: "";
  display: block;
  clear: both;
}
#contents .payment .cashless h4 {
  margin: 15px 0;
  padding: 0 0 12px;
  font-size: 11px;
  font-weight: normal;
  clear: both;
  background: none;
}
#contents .payment .cashless p {
  box-sizing: border-box;
  display: table;
  float: left;
  padding: 0 16px 0 4px;
  font-size: 11px;
  line-height: 1.4;
  margin-bottom: 10px;
}
#contents .payment .cashless p span {
  display: table-cell;
  vertical-align: middle;
}
#contents .payment .cashless .icon {
  width: 32px;
  background: #fff;
}
#contents .payment .cashless .name {
  padding: 0 0 0 7px;
}

#contents .facility dd {
  padding: 20px 0 15px;
}

.facility_list {
  display: flex;
  flex-wrap: wrap;
}
#contents .facility img {
  width: 100%;
}
#contents .facility .item {
  box-sizing: border-box;
  float: left;
  width: 90px;
  padding: 2px 10px 10px 0;
  font-size: 11px;
  line-height: 1.4;
  text-align: center;
}
#contents .facility .item span {
  display: block;
  margin: 0 auto;
}
#contents .facility .item .icon {
  box-sizing: border-box;
  width: 46px;
  background: #7d5a4f;
  border-radius: 3px;
  overflow: hidden;
}
#contents .facility .item .name {
  padding: 7px 0 0;
}

#contents .facility .delivery {
  /*display:inline-block;*/
  display: table;
  margin: 6px 0 10px;
  /*	 padding:8px 5px 12px 10px;*/
  padding: 8px 5px 2px 10px;
  background: #edf0f2;
  clear: both;
}
.delivery h4 {
  width: 100%;
}
#contents .facility .delivery:after {
  content: "";
  display: block;
  clear: both;
}
#contents .facility .delivery h4 {
  margin: 15px 0;
  padding: 0 0 12px;
  font-size: 11px;
  font-weight: normal;
  clear: both;
  background: none;
}
#contents .facility .delivery p {
  box-sizing: border-box;
  display: table;
  float: left;
  padding: 0 16px 0 4px;
  font-size: 11px;
  line-height: 1.4;
  margin-bottom: 10px;
}
#contents .facility .delivery p span {
  display: table-cell;
  vertical-align: middle;
}
#contents .facility .delivery .icon {
  width: 32px;
  background: #fff;
}
#contents .facility .delivery .name {
  padding: 0 0 0 7px;
}
#contents .menu {
  /* border-bottom:1px solid #dfe5e9; */
}
#contents .menu dd {
  padding: 20px 0 15px;
}
#contents .menu img {
  width: 100%;
}
#contents .menu .item {
  box-sizing: border-box;
  float: left;
  width: 90px;
  padding: 4px 10px 10px 0;
  font-size: 11px;
  line-height: 1.4;
  text-align: center;
}
#contents .menu .item span {
  display: block;
  margin: 0 auto;
}
#contents .menu .item .icon {
  box-sizing: border-box;
  width: 46px;
  background: #7d5a4f;
  border-radius: 3px;
  overflow: hidden;
}
#contents .menu .item .name {
  padding: 7px 0 0;
}

#contents .koushikiyoyaku-box {
  display: flex;
}
/* #contents .koushikiyoyaku-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  min-width: 340px;
  width: 110px;
  height: 50px;
  font-weight: bold;
  text-align: center;
  white-space: nowrap;
  border-radius: 4px;
  box-shadow: 1px 2px 5px #dedede;
  color: #ffffff;
  padding: 0px;
  background-color: #f8ca0e;
  background-image: url(../img/icon-play-button.png);
  background-position: right 10px center;
  background-repeat: no-repeat;
  background-size: 14px;
  overflow: inherit !important;
  padding: 0px;
  flex: 1;
  position: relative;
  text-decoration: none;
} */

#contents .koushikiyoyaku-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 172px;
  height: 50px;
  background: #f8ca0e;
  border: 1px solid #f8ca0e;
  border-radius: 6px;
  font-weight: bold;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  padding-left: 30px;
  padding-right: 30px;
  margin-right: 30px;
  text-decoration: unset;
}

#contents .sns {
  /* border-bottom:1px solid #dfe5e9; */
}
#contents .sns dd {
  padding: 20px 0 15px;
}
#contents .sns img {
  width: 100%;
}
#contents .sns .item {
  box-sizing: border-box;
  float: left;
  width: 100px;
  padding: 4px 10px 10px 0;
  font-size: 11px;
  line-height: 1.4;
  text-align: center;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin-right: 10px;
}
#contents .sns .item span {
  display: block;
  margin: 0 auto;
  width: 100%;
}
#contents .sns .item .icon {
  box-sizing: border-box;
  width: 46px;
  border-radius: 3px;
  overflow: hidden;
}
#contents .sns .item .name {
  padding: 7px 0 0;
}

#contents .biko {
  /* border-bottom:1px solid #dfe5e9; */
}
#contents .last {
  border-bottom: 1px solid #dfe5e9;
}

#contents .banner {
  padding: 35px 0 0;
  clear: both;
}
#contents .btn-site {
  box-sizing: border-box;
  margin: 0 auto;
  width: 400px;
}
#contents .btn-site a {
  margin: 0 auto;
  padding: 20px 0;
  border: 1px solid /*#c1ccd4*/ #999999;
  border-radius: 2px;
  font-weight: bold;
  text-align: center;
}

#contents .btn_back {
  position: absolute;
  /* top: 74px; */
  top: 20px;
  /* right: 10px; */
  right: 30px;
}
#contents .btn_back a {
  padding: 12px 30px 11px;
  background: #fff;
  border: 1px solid /*#c1ccd4*/ #999999;
  border-radius: 2px;
  font-size: 13px;
  font-weight: bold;
  text-align: center;
}

#contents .sns_zone {
  padding: 20px 0 0 0;
  position: relative;
}

#contents .sns_wrap {
  /*position: absolute;
  top: 0;
  right: 0;*/
  text-align: right;
  line-height: 0;
  letter-spacing: -0.4em;
}

#contents .sns_wrap li {
  display: inline-block;
  vertical-align: top;
  margin-right: 10px;
  letter-spacing: normal;
}

#contents .sns_zone {
  padding: 20px 0 0 0;
  position: relative;
}
#contents .sns_wrap {
  /*position: absolute;
  top: 0;
  right: 0;*/
  text-align: center;
  line-height: 1.2;
  letter-spacing: 1em;
  margin: 1em 0 0 0;
}
#contents .sns_wrap li {
  display: inline-block;
  vertical-align: top;
  margin-right: 10px;
  letter-spacing: normal;
}
#contents .sns_wrap li .twitter_txt,
#contents .sns_wrap li .facebook_txt,
#contents .sns_wrap li .line_txt {
  font-size: 11px;
  margin: 0.4em 0 0 0;
}
#contents .sns_wrap li .twitter_txt {
  color: #00acee;
}
#contents .sns_wrap li .facebook_txt {
  color: #3b5998;
}
#contents .sns_wrap li .line_txt {
  color: #25af00;
}
#contents .sns_wrap .dsp {
  display: none;
}

#znavi_booking .znavi_button_booking.time {
  display: none;
}
