@charset "UTF-8";
.hotel-info {
  text-align: center;
}

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

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

footer {
  padding: 25px 0px 0px 0px;
}

@media screen and (max-width: 480px) {
  #hotel_link {
    flex-wrap: wrap;
    max-width: 320px;
    margin-top: 20px;
    font-size: 12px;
  }
  #hotel_link > li {
    width: 100%;
  }
  #hotel_link > li + li {
    border-left: solid 1px #444;
    margin-top: 10px;
  }
}
.copyright_hotel {
  margin: 0 auto;
  margin-top: 20px;
  margin-bottom: 20px;
  max-width: 450px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 30px;
  text-align: center;
}

.txt-copyright {
  display: block;
  text-align: center;
  font-size: 12px;
  font-family: "Sawarabi Gothic", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  color: #444;
}

.spswap {
  display: none !important;
}

.pcswap {
  display: inline !important;
}

@media (max-width: 768px) {
  .pcswap {
    display: none !important;
  }
  .spswap {
    display: inline !important;
    display: block !important;
    margin: 0 auto;
  }
}
br.brsp {
  display: none;
}

br.brpc {
  display: inline;
}

@media screen and (max-width: 640px) {
  br.brsp {
    display: inline;
  }
  br.brpc {
    display: none;
  }
}
/* reset add
----------------------------------- */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
}

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

ul {
  list-style: none;
}

/* default
----------------------------------- */
html {
  scroll-behavior: smooth;
}

body {
  font-family: "Sawarabi Gothic", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  background: base-bg-color;
  color: #444;
  font-size: 14px;
  line-height: 1.4;
}

@media screen and (max-width: 480px) {
  body {
    font-size: 14px;
  }
}
.inner {
  max-width: 1000px;
  margin-right: auto;
  margin-left: auto;
}

.inner_back1 {
  max-width: 1000px;
  margin-right: auto;
  margin-left: auto;
  background-image: url("../images/inner_back01.jpg");
  background-position: left top;
  background-size: 100% auto;
}

.inner_back2 {
  max-width: 1000px;
  margin-right: auto;
  margin-left: auto;
  background-image: url("../images/inner_back02.jpg");
  background-position: left top;
  background-size: 100% auto;
}

.inner_back3 {
  max-width: 1000px;
  margin-right: auto;
  margin-left: auto;
  background-image: url("../images/inner_back03.jpg");
  background-position: left top;
  background-size: 100% auto;
}

.inner_last {
  max-width: 1000px;
  margin-right: auto;
  margin-left: auto;
  background-color: #fff;
  background-image: url("../images/inner_back04.jpg");
  background-position: left top;
  background-repeat: no-repeat;
  background-size: 100% auto;
  padding-top: 220px;
  padding-bottom: 60px;
}

.inner_white {
  max-width: 1000px;
  margin-right: auto;
  margin-left: auto;
  background-color: #fff;
  padding-top: 50px;
}

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

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

br.pc {
  display: inline-block;
}

br.sp {
  display: none;
}

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

img.sp {
  display: none;
}

@media screen and (max-width: 480px) {
  img.pc {
    display: none;
  }
  img.sp {
    display: inline;
  }
}
/* top
----------------------------------- */
#top {
  background: #f8f0ed;
  background-image: url("../images/background.jpg");
  background-repeat: repeat-x;
}

/* btn
----------------------------------- */
.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;
}

@media (max-width: 900px) {
  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;
  }
}
a.btn_link:hover {
  color: #fff;
  border: 3px solid #bd272d;
}

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

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

.grid_footer {
  display: grid;
  grid-template-columns: 3fr 4fr;
  gap: 10px;
}

@media (max-width: 768px) {
  main {
    margin: 0 auto;
  }
  .grid2 {
    display: grid;
    grid-template-columns: 1fr;
    gap: 10px;
  }
  .grid3 {
    display: grid;
    grid-template-columns: 1fr;
    gap: 10px;
    text-align: center;
  }
  .grid_footer {
    display: flex;
    grid-template-columns: 1fr;
    gap: 10px;
    text-align: center;
    flex-direction: column-reverse;
  }
  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;
  }
  .inner_last {
    max-width: 1000px;
    background-color: #f8f0ed;
    background-image: url("../images/inner_back04.jpg");
    background-position: left top;
    background-repeat: no-repeat;
    background-size: 100% auto;
    padding-top: 150px;
    padding-bottom: 60px;
  }
}
.inner_last a {
  color: #888;
}

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

@media screen and (max-width: 480px) {
  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;
  }
}/*# sourceMappingURL=base.css.map */