/* 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
----------------------------------- */
body {
  font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  background: #ffffff;
  color: #000000;
  font-size: 16px;
  line-height: 1.75;
}
@media screen and (max-width: 480px) {
  body {
    font-size: 14px;
  }
}

.inner {
  max-width: 1100px;
  margin-right: auto;
  margin-left: auto;
}

br.pc {
  display: inline-block;
}

br.sp {
  display: none;
}

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

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

img.sp {
  display: none;
}

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

  img.sp {
    display: inline-block;
  }
}
.link-adjust {
  margin-top: -81px;
  padding-top: 81px;
}
@media screen and (max-width: 768px) {
  .link-adjust {
    margin-top: 0px;
    padding-top: 0px;
  }
}

/* header
----------------------------------- */
/* hotel link
----------------------------------- */
#hotel_link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-bottom: 15px;
  margin-right: auto;
  margin-left: auto;
  line-height: 1;
  text-align: center;
  margin-top: 70px;
}

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

#hotel_link > li + li {
  border-right: solid 1px #595757;
}

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

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

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

  #hotel_link > li {
    width: 100%;
    border-left: none;
  }

  #hotel_link > li + li {
    border-right: none;
    margin-top: 15px;
  }
}
/* footer
----------------------------------- */
footer {
  padding: 25px 0px 15px 0px;
}
@media screen and (max-width: 768px) {
  footer {
    padding: 20px 10px 10px;
  }
}
footer #copyright {
  max-width: 1100px;
  text-align: right;
  margin: 0 auto;
}
footer #copyright img {
  width: auto;
  height: auto;
}

/* common
----------------------------------- */
#nav-pc {
  height: 81px;
  background: rgba(255, 255, 255, 0.95);
  position: fixed;
  top: -81px;
  width: 100%;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  #nav-pc {
    display: none;
  }
}
#nav-pc.scrolled {
  top: 0;
  transition: top 0.6s ease-out;
}
#nav-pc nav ul {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
#nav-pc nav ul li:nth-child(1) {
  width: 165px;
}
#nav-pc nav ul li:nth-child(2) {
  width: 176px;
}
#nav-pc nav ul li:nth-child(3) {
  width: 149px;
}
#nav-pc nav ul li:nth-child(4) {
  width: 146px;
}

#nav-sp {
  display: none;
}
@media screen and (max-width: 768px) {
  #nav-sp {
    display: block;
  }
}
#nav-sp nav ul {
  width: 265px;
  padding-top: 20px;
  padding-bottom: 25px;
}
#nav-sp nav ul li {
  height: 55px;
}
#nav-sp nav ul li a {
  padding: 0;
}
#nav-sp nav ul li.icon {
  text-align: center;
  padding-top: 20px;
}
#nav-sp nav ul li.icon a {
  display: inline;
  margin-left: 15px;
  margin-right: 15px;
}
#nav-sp nav ul li.icon a img {
  width: 32px;
}

/* top
----------------------------------- */
#top .confetti {
  height: 100vh;
  position: absolute;
  top: 0;
  width: 100%;
  overflow: hidden;
}
#top .box1 .inner {
  max-width: 100%;
}
#top .box2 {
  background: #DFECED;
}
@media screen and (max-width: 480px) {
  #top .map {
    background: #DFECED;
    text-align: center;
  }
}
#top .map iframe {
  width: 100%;
  height: 325px;
}
@media screen and (max-width: 480px) {
  #top .map iframe {
    width: calc(330 / 400 * 100%);
    margin-bottom: 40px;
  }
}

/* history
----------------------------------- */
#history .box1 {
  background: #FFAEBB;
  padding-bottom: 165px;
  margin-bottom: -165px;
}
@media screen and (max-width: 480px) {
  #history .box1 {
    padding-bottom: 110px;
    margin-bottom: -110px;
  }
}
