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

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

/* common
----------------------------------- */
body {
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "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;
}

/* 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
----------------------------------- */
/* top
----------------------------------- */
#top .box1 {
  background: url("../images/image01_pc_bg.png") #EDEAD3;
  background-size: contain;
}
@media screen and (max-width: 480px) {
  #top .box1 {
    background: #EDEAD3;
  }
}
#top .box2 {
  background: #EDEAD3;
}
#top .box3 {
  margin-top: -26px;
  background: url("../images/image05_pc_bg.png");
  background-size: contain;
}
@media screen and (max-width: 480px) {
  #top .box3 {
    margin-top: 0;
    background: #004D78;
  }
}
#top .box4 {
  margin-top: -20px;
  background: url("../images/image02_pc_bg.png");
  background-size: contain;
}
@media screen and (max-width: 480px) {
  #top .box4 {
    margin-top: 0;
    background: #EDEAD3;
  }
}
#top .box5 {
  background: #EDEAD3;
  border-bottom: solid 14px #004D78;
}
@media screen and (max-width: 480px) {
  #top .box5 {
    border-bottom: solid 4px #004D78;
  }
}
