@charset "UTF-8";

.test {
  border: 5px solid #fff;
}

.test_green {
  border: 5px solid #3377ff;
}

#header-wrap {
	position: sticky;
	top: 0;
}

.topback {
  background-image: url(../images/glay_back0.jpg);
  background-size: 100% auto;
  background-color: #000;
  padding-top: 20px;
}

.access {
  background-color: #fff;
}

.title__bg {
  padding-top: 50px;
}

.banner {
  padding-bottom: 30px;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  background: #000;
  font-size: 15px;
  line-height: 1.4;
}

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

#header {
  width: 100%;
  text-align: left;
  margin: 0 auto;
}

#header table,
#copyright {
  width: 100%;
  max-width: 1100px;
  margin-right: auto;
  margin-left: auto;
}

#header table img {
  vertical-align: middle;
  max-height: 60px;
  width: auto;
}

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

a {
  color: #444;
}

a:hover {
  opacity: 0.5;
}

.title_title {
  display: block;
  font-size: 18px;
  font-family: "ten-mincho-text", serif;
  color: #fff;
  text-align: center;
  font-weight: 900;
  padding-bottom: 60px;
}

.title_title_osw {
  display: block;
  font-size: 22px;
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  padding: 8px 0;
}

.title_title_mincho {
  display: block;
  font-size: 22px;
  color: #fff;
  font-family: "ten-mincho-text", serif;
  padding: 8px 0;
}

.title_title_osw_mini {
  font-size: 15px;
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  padding: 8px 0;
}

.title_detail {
  display: block;
  font-size: 15px;
  font-family: "Noto Sans JP", sans-serif;
  color: #fff;
  text-align: center;
  margin: 0 auto;
  padding: 16px;
}

.subtitle_mincho_blue_mini {
  display: block;
  font-size: 16px;
  font-family: "ten-mincho-text", serif;
  color: #8fd3f5;
  padding-top: 2px;
  word-spacing: normal;
}

.subtitle_mincho_blue_mini2 {
  display: block;
  font-size: 22px;
  font-family: "ten-mincho-text", serif;
  color: #8fd3f5;
  padding-top: 2px;
}

.subtitle_mincho_blue {
  display: block;
  font-size: 26px;
  font-family: "ten-mincho-text", serif;
  color: #8fd3f5;
  word-spacing: normal;
}

.subtitle_mincho_green_mini {
  display: block;
  font-size: 16px;
  font-family: "ten-mincho-text", serif;
  color: #c3dd96;
  padding-top: 2px;
  word-spacing: normal;
}

.subtitle_mincho_green_mini2 {
  display: block;
  font-size: 22px;
  font-family: "ten-mincho-text", serif;
  color: #c3dd96;
  padding-top: 2px;
}

.subtitle_mincho_green {
  display: block;
  font-size: 26px;
  font-family: "ten-mincho-text", serif;
  color: #c3dd96;
  word-spacing: normal;
}

.txt_detail_mini {
  display: block;
  font-size: 12px;
  line-height: 1.5;
  color: #fff;
  padding: 10px 0 16px 0;
}

.txt_detail {
  display: block;
  font-size: 13px;
  line-height: 1.5;
  color: #fff;
}

/* 左右いっぱいに伸びた横線 */
.title_img_sub {
  width: auto;
  height: 120px;
}

.title_img_sub_heading {
  align-items: center;
  display: flex;
  padding: 64px 8px 32px 8px;
  font-size: 16px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 900;
}

.title_img_sub_heading::before,
.title_img_sub_heading::after {
  background-color: #d6eefb;
  content: "";
  flex-grow: 1;
  height: 1px;
}

.title_img_sub_heading::before {
  margin-right: 20px;
}

.title_img_sub_heading::after {
  margin-left: 20px;
}

.heading {
  align-items: center;
  display: flex;
  padding-top: 64px;
  padding-bottom: 32px;
  font-size: 16px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 900;
}

.heading::before,
.heading::after {
  background-color: #e4e4e4;
  content: "";
  flex-grow: 1;
  height: 15px;
}

.heading::before {
  margin-right: 20px;
}

.heading::after {
  margin-left: 20px;
}

.address__waku {
  border: 1px solid #999;
  padding: 16px;
  margin-bottom: 10px;
}

.address__name {
  display: block;
  text-align: center;
  font-size: 22px;
  font-family: "Noto Sans JP", sans-serif;
  margin-bottom: 8px;
}

.address__add {
  display: block;
  text-align: center;
  font-size: 12px;
  font-family: "Noto Sans JP", sans-serif;
  margin-bottom: 8px;
}

.address__tel {
  display: block;
  text-align: center;
  font-size: 32px;
  font-family: "Oswald", sans-serif;
  letter-spacing: 2px;
  font-weight: 800;
  margin-bottom: 5px;
}

.txt-copyright {
  display: block;
  text-align: center;
  font-size: 12px;
  font-family: "Noto Sans JP", sans-serif;
}

.grid2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 32px;
  padding: 40px;
}

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

.sns {
  max-width: 170px;
  margin: 0 auto;
  padding-top: 20px;
  padding-bottom: 40px;
}

.sns_icon {
  margin: 0 auto;
  margin-top: 30px;
  max-width: 100px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
  text-align: center;
}

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

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

  .grid3,
  .grid4 {
    display: grid;
    grid-template-columns: 1fr;
    gap: 0px;
  }

  a.btn_link {
    position: relative;
    display: inline-block;
    min-width: 280px;
    min-height: 26px;
    color: #fff;
    font-size: 15px;
    color: rgb(193, 39, 25);
    text-align: center;
    border: 3px solid rgb(193, 39, 25);
    transition: 0.3s ease-in-out;
    text-decoration: none;
    letter-spacing: 0.1em;
  }
}

br.brsp {
  display: none;
}

br.brpc {
  display: inline;
}

@media screen and (max-width: 640px) {
  br.brsp {
    display: inline;
  }

  br.brpc {
    display: none;
  }
}

#top {
  background: #000;
}

#top header .inner {
  max-width: 100%;
  margin: 0;
}

#top main .box2 {
  background: #000;
  color: rgb(193, 39, 25);
}

#top main .box3 {
  padding-top: 40px;
  background: rgb(193, 39, 25);
  color: #fff;
}

.inner {
  width: 100%;
  margin: 0 auto;
}

.item {
  padding-bottom: 50px;
}

.text_area {
  max-width: 650px;
  margin: 0 auto;
  padding-bottom: 40px;
  color: #444;
  line-height: 1.4;
}

.text_area_bgw {
  max-width: 800px;
  margin: 0 auto;
  padding-bottom: 40px;
  color: #444;
  line-height: 1.4;
  background-color: #fff;
}

#hotel_link {
  display: flex;
  justify-content: center;
  padding-bottom: 15px;
  margin-right: auto;
  margin-left: auto;
  line-height: 1;
  text-align: center;
  margin-top: 32px;
  margin-bottom: 32px;
  font-size: 13px;
}

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

.item_toplink {
  display: flex;
  justify-content: center;
  padding-top: 15px;
  padding-bottom: 15px;
  margin-right: auto;
  margin-left: auto;
  line-height: 1;
  text-align: center;
  font-family: "ten-mincho-text", serif;
  font-size: 16px;
}

.item_toplink>li {
  padding: 0 20px;
  border-left: solid 1px #fff;
  border-right: solid 1px #fff;
}

.item_toplink>li+li {
  border-left: none;
}

.item_toplink>li a {
  color: #fff;
  text-decoration: none;
}

.item_toplink>li a:hover {
  text-decoration: underline;
}

@media screen and (max-width: 480px) {
  #hotel_link {
    flex-wrap: wrap;
    font-size: 12px;
  }

  #hotel_link>li {
    width: 100%;
  }

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

footer {
  padding: 25px 0px 15px 0px;
  background-color: #ddd;
}

@media screen and (max-width: 768px) {
  footer {
    padding: 20px 10px 10px;
  }
}

/* 2023追加 */
ul.description {
  position: relative;
  padding-left: 15px;
  margin: 0;
  font-size: 12px;
  color: #fff;
}

ul.description li:before {
  content: "";
  position: absolute;
  left: 0;
  width: 10px;
  content: "❉";
  color: #fff;
}

.btn_wrap {
  margin-top: 16px;
  text-align: center;
}

a.btn_link {
  position: relative;
  display: inline-block;
  padding: 13px 0 8px 0;
  margin-bottom: 30px;
  min-width: 280px;
  min-height: 30px;
  color: #fff;
  font-size: 15px;
  font-weight: bold;
  text-align: center;
  border-radius: 4rem;
  transition: 0.3s ease-in-out;
  text-decoration: none;
  letter-spacing: 0.1em;
  border: 1px solid #fff;
}

.tokuten {
  background-image: url(../images/tokuten_back.png);
  margin: 32px 0;
}

.tokuten_title {
  font-family: "ten-mincho-text", serif;
  font-size: 26px;
  color: #fff;
  text-align: center;
  font-weight: 900;
  padding-top: 16px;
}

.tokuten_subtitle {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 13px;
  color: #fff;
  text-align: center;
  padding-top: 16px;
}

.tokuten_txt {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 12px;
  color: #fff;
  text-align: center;
  margin: 16px;
}

.title_main {
  display: block;
  font-size: 32px;
  text-align: center;
  color: #fff;
  font-family: "ten-mincho-text", serif;
  padding-bottom: 4px;
  padding-top: 24px;
}

.title_main_detail {
  display: block;
  font-size: 16px;
  text-align: center;
  color: #fff;
  font-family: "ten-mincho-text", serif;
  padding-top: 0px;
  line-height: 2em;
}

.title_img {
  display: block;
  max-width: 900px;
  margin: 0 auto;
  margin-top: 32px;
}

.title_logo_img {
  display: block;
  max-width: 330px;
  margin: 0 auto;
  margin-top: 24px;
  margin-bottom: 32px;
}

.line {
  display: block;
  margin: 0 auto;
  max-width: 800px;
  margin-top: 40px;
  padding-bottom: 50px;
}

.hotel_title_img {
  display: block;
  margin: 0 auto;
  max-width: 800px;
}

nav {
  width: 100%;
  background-image: url(../images/nav-back.jpg);
  background-color: #000;
  text-align: center;
}

.fixed {
  position: fixed;
  top: 0;
  z-index: 2;
}

.content {
  line-height: 1.6;
  margin: 0 auto;
  padding-top: 100px;
  width: 800px;
}

.content p {
  margin-bottom: 40px;
}

.pb20 {
  padding-bottom: 20px;
}

.pt20 {
  padding-top: 20px;
}

@media (max-width: 768px) {
  .text_area {
    max-width: 90%;
    margin: 0 auto;
  }

  .item {
    padding-top: 8px;
  }

  .line {
    display: block;
    margin: 0 auto;
    max-width: 90%;
    margin-top: 40px;
    padding-bottom: 50px;
  }

  .inner {
    max-width: 100%;
    margin: 0 auto;
  }
}

/*# sourceMappingURL=base.css.map */