@charset "UTF-8";

h1,
h3,
h4,
h5,
h6 {
  font-weight: normal;
}

img {
  width: 100%;
  height: auto;
  vertical-align: top;
  image-rendering: -webkit-optimize-contrast;
}

ul {
  list-style: none;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: "Sawarabi Gothic", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  background: #fff;
  color: #444;
  font-size: 14px;
  line-height: 1.4;
    background-image: url(../images/back.jpg);
    background-repeat: repeat-x;
}

.borders{
  border-left: #bbb solid 1px;
  border-right: #bbb solid 1px;
}

.inner,
.inner_brown {
  max-width: 1000px;
  margin-right: auto;
  margin-left: auto;
  /* background-color: #ffe4d6; */
  background-color: #fce6d9;

}

.inner_brown_last {
  max-width: 1000px;
  margin-right: auto;
  margin-left: auto;
  background-color: #fff;
  padding-bottom: 20px;
}

.text_area {
  max-width: 720px;
  margin: 0 auto;
  text-align: justify;
  padding-bottom: 30px;
}

a:hover {
  opacity: 0.7;
}

br.pc {
  display: inline-block;
}

br.sp {
  display: none;
}

.pt40{
  padding-top: 40px;
}

@media screen and (max-width: 768px) {
  br.pc {
    display: none;
  }

  br.sp {
    display: inline-block;
  }
}

img.pc {
  display: inline;
}

img.sp {
  display: none;
}

ul.description li {
  position: relative;
  padding-left: 15px;
}

ul.description li:before {
  content: "";
  position: absolute;
  left: 0;
  width: 10px;
  content: "❉";
  margin-right: 5px;
  color: #888;
}

.awesome-mini {
  padding-left: 8px;
  font-size: 0.9em;
}

.item {
  padding: 10px;
}

.btn_wrap {
  margin-top: 2rem;
  text-align: center;
}

a.btn_link {
  position: relative;
  display: inline-block;
  padding: 1em 2em;
  min-width: 240px;
  font-size: 1.25em;
  font-weight: bold;
  text-align: center;
  border-radius: 0.35rem;
  border: 3px solid #bd272d;
  transition: 0.3s ease-in-out;
  text-decoration: none;
  color: #fff;
  background: #bd272d;
}

a.btn_link:hover {
  color: #fff;
  border: 3px solid #bd272d;
}

.grid2 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
}

.grid3 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
}

#hotel_link {
  display: flex;
  justify-content: center;
  padding-bottom: 15px;
  margin-right: auto;
  margin-left: auto;
  line-height: 1;
  text-align: center;
  padding-top: 30px;
  color: #444;
}

#hotel_link>li {
  padding: 0 10px;
  border-left: solid 1px #444;
  border-right: solid 1px #444;
}

#hotel_link>li+li {
  border-left: none;
}

#hotel_link>li a {
  color: #444;
  text-decoration: none;
}

#hotel_link>li a:hover {
  text-decoration: underline;
}

@media screen and (max-width: 1000px) {
  .text_area {
    max-width: 75%;
    margin: 0 auto;
    text-align: justify;
  }

  a.btn_link {
    position: relative;
    display: inline-block;
    padding: 1em 2em;
    min-width: 200px;
    font-size: 1.25em;
    font-weight: bold;
    text-align: center;
    border-radius: 0.35rem;
    border: 3px solid #bd272d;
    transition: 0.3s ease-in-out;
    text-decoration: none;
    color: #fff;
    background: #bd272d;
  }
}

@media (max-width: 768px) {
  .grid2 {
    display: grid;
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .grid3 {
    display: grid;
    grid-template-columns: 1fr;
    gap: 10px;
    text-align: center;
  }

  a.btn_link {
    position: relative;
    display: inline-block;
    padding: 0.75em 1em;
    min-width: 240px;
    color: #fff;
    font-size: 1.125em;
    font-weight: bold;
    text-align: center;
    border-radius: 0.5rem;
    border: 3px solid #bd272d;
    transition: 0.3s ease-in-out;
    text-decoration: none;
  }

  .shoplogo {
    width: 220px;
    padding: 0;
  }
}

@media screen and (max-width: 480px) {
  body {
    font-size: 14px;
  }

  #hotel_link {
    flex-wrap: wrap;
    max-width: 320px;
    font-size: 12px;
  }

  #hotel_link>li {
    width: 100%;
  }

  #hotel_link>li+li {
    border-left: solid 1px #444;
    margin-top: 10px;
  }

  a.btn_link {
    position: relative;
    display: inline-block;
    padding: 1em 2em;
    min-width: 150px;
    font-size: 0.9em;
    font-weight: bold;
    text-align: center;
    border-radius: 0.35rem;
    border: 3px solid #bd272d;
    transition: 0.3s ease-in-out;
    text-decoration: none;
    color: #fff;
    background: #bd272d;
  }

  img.pc {
    display: none;
  }

  img.sp {
    display: inline;
  }
}


.copyright_hotel {
  margin: 0 auto;
  margin-top: 40px;
  margin-bottom: 20px;
  max-width: 330px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
  text-align: center;
}

.txt-copyright {
  display: block;
  text-align: center;
  font-size: 12px;
  font-family: "Noto Sans JP", sans-serif;
  color: #222222;
}
/*# sourceMappingURL=base.css.map */