@charset "UTF-8";

.bold {
  font-weight: 700 !important;
}

.description {
  font-size: 12px;
  margin: 0 auto;
  padding-top: 25px;
}

ul.description {
  position: relative;
  padding-left: 15px;
  margin: 0;
  font-size: 12px;
  color: #222222;
  font-weight: 800;
  max-width: 700px;
  margin: 0 auto;
  padding-top: 40px;
  padding-bottom: 60px;
}

ul.description li:before {
  content: "";
  position: absolute;
  left: 0;
  width: 10px;
  content: "❉";
  color: #222222;
  font-weight: 800;
}

@media (max-width: 768px) {
  ul.description {
    position: relative;
    padding-left: 15px;
    margin: 0;
    font-size: 12px;
    color: #222222;
    font-weight: 800;
    max-width: 85%;
    margin: 0 auto;
    padding-top: 40px;
    padding-bottom: 60px;
  }
}

#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;
  color: #222222;
  list-style: none;
}

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

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

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

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

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

@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 #222222;
    margin-top: 10px;
  }
}

.access {
  padding-top: 1px;
  background-color: #fff;
}

.address__name {
  display: block;
  text-align: center;
  font-size: 15px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 900;
  margin-bottom: 8px;
  color: #222222;
}

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

.address__tel {
  display: block;
  text-align: center;
  font-size: 12px;
  font-family: "Noto Sans JP", sans-serif;
  margin-bottom: 35px;
  color: #222222;
}

.inquiry {
  color: #222222;
  text-align: center;
  padding-bottom: 20px;
}

.inquiry .inquiry_title {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 15px;
}

.inquiry .inquiry_tel {
  font-family: "Oswald", sans-serif;
  font-size: 36px;
  letter-spacing: 2px;
}

.inquiry .inquiry_date {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  letter-spacing: 1px;
}

@media screen and (max-width: 768px) {
  .inquiry_tel {
    font-family: "Oswald", sans-serif;
    font-size: 22px;
    letter-spacing: 2px;
  }
}

.title-access {
  color: #222222;
  text-align: center;
  width: 100%;
  padding: 8px 0;
  margin: 20px 0 20px 0;
  font-family: "Oswald", sans-serif;
  font-size: 22px;
}

a.btn_link_access {
  position: relative;
  display: inline-block;
  min-width: 250px;
  min-height: 30px;
  padding-top: 10px;
  padding-bottom: 4px;
  color: #222222;
  font-size: 15px;
  font-weight: bold;
  text-align: center;
  transition: 0.3s ease-in-out;
  text-decoration: none;
  letter-spacing: 0.1em;
  margin: 8px 0 16px 0;
}

.subtitle_gosic_red_mini_center {
  display: block;
  text-align: center;
  font-size: 13px;
  font-family: "Noto Sans JP", sans-serif;
  color: #222222;
  padding-bottom: 16px;
}

.btn_access_wrap {
  text-align: center;
  margin-bottom: 50px;
}

a.btn_access_wrap {
  position: relative;
  display: inline-block;
  padding: 17px 0 8px 0;
  margin-bottom: 30px;
  min-width: 250px;
  min-height: 30px;
  color: #fff;
  font-size: 15px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: bold;
  text-align: center;
  border-radius: 4rem;
  transition: 0.3s ease-in-out;
  text-decoration: none;
  background-color: #222222;
  letter-spacing: 0.1em;
  margin-bottom: 50px;
}

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

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

.sns_logo {
  display: block;
  margin: 0 auto;
  max-width: 150px;
  text-align: center;
}

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

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

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

.ptb10 {
  padding-top: 10px;
  padding-bottom: 10px;
}

.ptb40 {
  padding-top: 40px;
  padding-bottom: 40px;
}

.pt10 {
  padding-top: 10px;
}

.pb10 {
  padding-bottom: 10px;
}

.pt15 {
  padding-top: 15px;
}

.pb15 {
  padding-bottom: 15px;
}

.pt20 {
  padding-top: 20px;
}

.pb20 {
  padding-bottom: 20px;
}

.pt40 {
  padding-top: 40px;
}

.pb40 {
  padding-bottom: 40px;
}

.pt60 {
  padding-top: 60px;
}

.pb60 {
  padding-bottom: 60px;
}

.mt60 {
  margin-top: 60px;
}

br.brsp {
  display: none;
}

br.brpc {
  display: inline;
}

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

  br.brpc {
    display: none;
  }
}

.spswap {
  display: none !important;
}

.pcswap {
  display: inline !important;
}

@media screen and (max-width: 768px) {
  .pcswap {
    display: none !important;
  }

  .spswap {
    display: inline !important;
    display: block !important;
    margin: 0 auto;
  }
}

.w1000 {
  max-width: 1000px;
}

.w800 {
  max-width: 800px;
}

.w700 {
  max-width: 700px;
}

.w530 {
  max-width: 530px;
}

.w300 {
  max-width: 530px;
}

.w200 {
  max-width: 300px;
}

@media screen and (max-width: 768px) {
  .w800,
  .w700,
  .w530 {
    width: 90%;
  }

  .w300 {
    max-width: 300px;
  }

  .w200 {
    max-width: 110px;
  }
}

main {
  background: #dbf1f8;
}

.section__top {
  background-size: cover;
  background-image: url(../images/back1.webp);
}

.section__picture {
  background-size: cover;
  background-image: url(../images/back1.webp);
}

html {
  scroll-behavior: smooth;
  background-color: #000;
  color: #fff;
}

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

#header {
  width: 100%;
  max-width: 1100px;
  text-align: left;
  margin: 0 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: #222222;
}

a:hover {
  opacity: 0.5;
}

nav a {
  padding-top: 15px;
  padding-bottom: 15px;
  margin-right: auto;
  margin-left: auto;
  line-height: 1;
  font-family: "Oswald", sans-serif;
  font-size: 36px;
  letter-spacing: 2px;
  color: #fff;
  text-decoration: none;
}

#top {
  background: #fff;
}

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

.container {
  margin: 0 auto;
  max-width: 1000px;
  text-align: center;
}

.inner {
  margin: 0 auto;
}

.item {
  margin: 0 auto;
  text-align: center;
}

.item-img {
  max-width: 1000px;
  margin: 0 auto;
  text-align: center;
}

.item-img img {
  display: block;
  margin: 0 auto;
}

.description_bg {
  background-image: url(../images/awa.png);
  background-repeat: no-repeat;
  background-position: right;
}

@media screen and (max-width: 768px) {
  .item-img {
    max-width: 100%;
    margin: 0 auto;
    text-align: center;
  }

  .description_bg {
    background: none;
  }
}

hr {
  height: 0;
  padding: 0;
  border: 0;
  border-top: 1px solid #fff;
}

.hr_black {
  height: 0;
  margin: 10px 0 10px 0;
  padding: 0;
  border: 0;
  border-top: 3px solid #000;
}

.button {
  max-width: 300px;
}

.btn_wrap {
  text-align: center;
}

a.btn_link {
  position: relative;
  display: inline-block;
  padding: 15px 0 8px 12px;
  margin-bottom: 30px;
  min-width: 200px;
  min-height: 30px;
  color: #444;
  font-size: 15px;
  font-weight: bold;
  text-align: center;
  transition: 0.3s ease-in-out;
  text-decoration: none;
  letter-spacing: 0.1em;
  border: 2px dotted #444;
  font-family: "Noto Serif JP", serif;
}

.toptitle {
  text-align: center;
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 40px;
  font-weight: 900;
  letter-spacing: 0px;
}

.title_middle {
  text-align: center;
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 30px;
  line-height: 1.5;
  border-bottom: solid 3px #afa96f;
}

.toptitle_detail {
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 13px;
  font-weight: 800;
  line-height: 1.7em;
}

.toptitle_detail_center {
  color: #222222;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 19px;
  font-weight: 900;
  line-height: 1.7em;
  text-align: center;
}

.toptitle_detail_big_center {
  color: #222222;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 24px;
  font-weight: 900;
  line-height: 1.7em;
  text-align: center;
}

dd {
  margin: 0;
}

.option_blue {
  margin: 0 auto;
  max-width: 750px;
  background-color: #00b3ed;
  border-radius: 50px;
  padding: 30px;
  padding-bottom: 40px;
}

.option_column {
  color: #fff;
  font-size: 14px;
  margin: 0 auto;
  text-align: center;
}

nav {
  background-color: #0067b6;
  padding-top: 14px;
  padding-bottom: 13px;
  margin-bottom: 16px;
}

.nav_inner {
  max-width: 530px;
  margin: 0 auto;
}

.arrow {
  position: relative;
  font-size: 15px;
  text-align: left;
}

.arrows {
  position: absolute;
  width: 35px;
  right: 0;
}

.arrow2 {
  display: block;
  width: 50px;
  padding-top: 90px;
  padding-bottom: 0px;
  margin: 0 auto;
}

.menu {
  width: 400px;
}

.toptitle_space {
  margin-top: 40px;
  margin-bottom: 40px;
}

.food_open {
  max-width: 700px;
}

@media screen and (max-width: 768px) {
  .toptitle_space {
    margin-top: 8px;
    margin-bottom: 8px;
  }

  .food_open {
    max-width: 300px;
  }

  .nav_inner {
    max-width: 90%;
    margin: 0 auto;
  }
}

@media screen and (max-width: 768px) {
  .w800,
  .w700,
  .w530 {
    width: 90%;
  }

  .w300 {
    max-width: 300px;
  }

  .w200 {
    max-width: 110px;
  }

  .item-img {
    max-width: 100%;
    margin: 0 auto;
    text-align: center;
  }

  .description_bg {
    background: none;
  }

  .toptitle_space {
    margin-top: 8px;
    margin-bottom: 8px;
  }

  .food_open {
    max-width: 300px;
  }

  .nav_inner {
    max-width: 90%;
    margin: 0 auto;
  }

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

  .inner {
    margin: 0 auto;
  }

  .item-img {
    margin: 0 auto;
  }

  .item-img img {
    width: 100%;
  }

  a.btn_link {
    position: relative;
    display: inline-block;
    padding: 15px 0 8px 12px;
    margin-bottom: 30px;
    min-width: 150px;
    min-height: 30px;
    color: #444;
    font-size: 15px;
    font-weight: bold;
    text-align: center;
    transition: 0.3s ease-in-out;
    text-decoration: none;
    letter-spacing: 0.1em;
    border: 2px dotted #444;
    font-family: "Noto Serif JP", serif;
  }

  .toptitle_detail {
    display: block;
    color: #fff;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 15px;
    font-weight: 900;
    line-height: 1.7em;
    text-align: center;
  }

  .arrows {
    position: absolute;
    width: 25px;
    right: 0;
  }

  .menu {
    width: 280px;
    height: 30x;
    padding-top: 6px;
  }

  .option_blue {
    margin: 0 auto;
    width: 75%;
    background-color: #00b3ed;
    border-radius: 50px;
    padding: 30px;
    padding-bottom: 40px;
  }

  dd {
    margin: 0;
  }

  .toptitle_detail_center {
    color: #222222;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 14px;
    font-weight: 900;
    line-height: 1.7em;
    text-align: center;
  }
}

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