@charset "UTF-8";
/* ----------------------------------------
   index.css
---------------------------------------- */
html,
body {
  font-size: 10px;
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo,
    "sans-serif";
}
body {
  margin: 0;
  padding: 0;
  background: #6AB9A1;
  line-height: 1.5;
  text-align: center;
}
@media screen and (max-width: 768px) {
  body {
    background: #fff;
  }
}

body * {
  box-sizing: border-box;
}

#header-wrap {
  background: url(https://www.princehotels.co.jp/common/imgs/module_parts/parts_header/bg02.gif)
    repeat-x;
}
#header {
  width: 100%;
  max-width: 1100px;
  height: 62px;
  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;
}

#container {
  margin: 0;
  padding: 0;
  font-size: 1.6rem;
}
main {
  display: block;
  max-width: 1100px;
  margin: 0 auto;
  background-color: #fff;
}


/*予約ボタン*/
.abc {
  position: absolute;
  top: 63px;
  right: 0;
  width: 100%;
  height: 100px;
}
.in {
  position: fixed;
  top: 0px;
  right: 0px;
  z-index: 50;
  width: 100%;
}

#btnlink {
  width: 66px;
}

main section div {
  width: 1100px;
  margin: auto;
}
@media screen and (max-width: 768px) {
  main section div {
    width: 100%;
  }  
}

footer {
  max-width: 1100px;
  margin: 0 auto;
  background-color: #fff;
}

#footer {
  background: #fff
    url(https://www.princehotels.co.jp/common/imgs/module_parts/parts_footer/bg01.gif)
    repeat-x;
  padding: 25px 0px 15px 0px;
}

#copyright {
  text-align: right;
  margin: 0 auto;
}

#snsicon {
}
#snsicon div {
  max-width: 1100px;
  margin: auto;
}

.notice {
  font-size: 0.9em;
}

.splite {
  overflow: hidden;
  height: 0;
}

area {
  border: none;
  outline: none;
}

#gototop {
  position: fixed;
  right: 20px;
  bottom: 20px;
}
#gototop a {
  font-size: 20px;
  background: rgba(68,102,132,0.8);
  color: #fff;
  display: block;
  padding: 15px 20px;
  text-decoration: none;
  border-radius: 50%;
}

/* @media : PC */
@media screen and (min-width: 769px) {
  .sp {
    display: none;
  }
} /* /@media */

/* @media : SP */
@media screen and (max-width: 768px) {
  .pc {
    display: none;
  }
  #header table,
  #copyright {
    width: 96%;
  }

  #btnlink {
    width: 100px;
  }
} /* /@media */

#links {
  padding: 1.5em;
  font-size: 1.5rem;
}
#links ul {
  letter-spacing: -0.38em;
}
#links ul li {
  display: inline-block;
  padding: 0 1em;
  border-left: 1px solid #555;
  letter-spacing: normal;
}
#links ul li:last-child {
  border-right: 1px solid #555;
}
#links ul li a {
  color: #555;
}

@media screen and (max-width: 768px) {
  #links ul li,
  #links ul li:last-child {
    border-left: none;
    border-right: none;
  }
}

/**/


/*パララックス*/

.parallax-bg {
  background-image: url("../img/img06.jpg");
  background-attachment: fixed;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  height: 500px;
}

@media screen and (max-width: 768px) {
  .parallax-bg {
    height: 140px;
    background-size: 100%;
    background-attachment: scroll;
    background-position: center;
  }
}

/*テキスト部分*/

