@import url("https://unpkg.com/ress/dist/ress.min.css");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;700&family=Noto+Serif+JP:wght@400;700&display=swap");
html {
  font-size: 62.5%;
}

body {
  background: url("img/bg.jpg");
  color: #161e22;
  font-family: "Helvetica Neue", Arial, "Noto Sans JP", "Hiragino Sans", Meiryo, sans-serif;
  margin: 0;
  padding: 0;
}

.wrapper {
  width: 100%;
  background: url("img/bg2.png") right 40px no-repeat;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr minmax(768px, 1000px) 1fr;
      grid-template-columns: 1fr minmax(768px, 1000px) 1fr;
}

@media screen and (max-width: 768px) {
  .wrapper {
    display: block;
    padding: 0 20px;
  }
}

.wrapper > * {
  -ms-grid-column: 2;
  grid-column: 2;
}

.bookingBtn {
  width: 360px;
  max-width: 80%;
  height: 100px;
  margin: 0 auto;
  margin-bottom: 80px;
  border: 1px solid #A08B5B;
  background: -webkit-gradient(linear, left top, left bottom, from(#D1AF77), to(#432D03));
  background: linear-gradient(#D1AF77, #432D03);
  position: relative;
}

.bookingBtn a {
  color: #fff;
  text-decoration: none;
  font-size: 1.6rem;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.snsShare ul {
  margin: 0 auto;
  margin-bottom: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  list-style-type: none;
}

.snsShare ul li {
  margin-right: 30px;
}

.snsShare ul li:last-child {
  margin-right: 0;
}

.address {
  font-family: "Noto Serif JP", serif;
  font-size: 1.6rem;
}

.address h2 {
  font-size: 3.0rem;
  margin-bottom: 10px;
}

.header {
  margin-top: 80px;
  width: 360px;
  text-align: center;
  margin-bottom: 80px;
}

.header h1 {
  margin: 0 auto;
  width: 200px;
  margin-bottom: 70px;
}

@media screen and (max-width: 768px) {
  .header {
    width: 100%;
  }
}

.shopImg {
  margin-bottom: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.shopImg__main {
  width: 50%;
  margin-bottom: 20px;
  margin-right: 40px;
}

.shopImg p {
  font-family: "Noto Serif JP", serif;
  font-size: 1.6rem;
  line-height: 3.0rem;
  width: calc(50% - 30px);
}

@media screen and (max-width: 768px) {
  .shopImg {
    display: block;
  }
  .shopImg__main, .shopImg p {
    width: 100%;
  }
}

.shopImg__four {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  margin-bottom: 80px;
}

.shopImg__four div {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  padding-right: 15px;
}

.shopImg__four div img {
  width: 100%;
  height: auto;
}

.shopInfo {
  text-align: center;
}

.shopInfo .logo {
  margin-bottom: 80px;
}

.shopInfo .table {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  margin-bottom: 80px;
}

.shopInfo .table__list table {
  margin-right: 40px;
  font-size: 1.6rem;
  text-align: left;
  border-top: 2px solid #98A6B5;
  border-collapse: collapse;
  margin-bottom: 20px;
}

.shopInfo .table__list table th, .shopInfo .table__list table td {
  border-bottom: 1px solid #98A6B5;
  padding: 20px 5px;
}

.shopInfo .table__list table th {
  width: 16rem;
  font-weight: normal;
  color: #707F89;
}

.shopInfo .table__map iframe {
  width: 500px;
  min-height: 400px;
}

@media screen and (max-width: 768px) {
  .shopInfo .table {
    display: block;
  }
  .shopInfo .table__list table, .shopInfo .table__map iframe {
    width: 100%;
    min-height: 400px;
    font-size: 1.4rem;
  }
}

.moreInfo h3 {
  font-family: "Noto Serif JP", serif;
  font-size: 2.0rem;
  font-weight: normal;
  margin-bottom: 10px;
}

.moreInfo table {
  width: 100%;
  margin-right: 40px;
  font-size: 1.6rem;
  text-align: left;
  border-top: 2px solid #98A6B5;
  border-collapse: collapse;
  margin-bottom: 80px;
}

.moreInfo table th, .moreInfo table td {
  border-bottom: 1px solid #98A6B5;
  padding: 20px 5px;
}

.moreInfo table th {
  width: 16rem;
  font-weight: normal;
  color: #707F89;
}

@media screen and (max-width: 768px) {
  .moreInfo table {
    font-size: 1.4rem;
  }
}

.footer {
  text-align: center;
}

.footer h2 {
  margin-bottom: 40px;
  font-family: "Noto Serif JP", serif;
}

.footer .address {
  margin-bottom: 40px;
}

.footer .address h2 {
  margin-bottom: 10px;
}

.footer .copy {
  font-size: 1.2rem;
  margin-bottom: 40px;
}
/*# sourceMappingURL=style.css.map */