/* variable
----------------------- */
/* font family */
/* media query */
/* color */
/* reset add
----------------------------------- */
img {
  width: 100%;
  height: auto;
  vertical-align: top;
}

ul {
  list-style: none;
}

/* common
------------------ */
body {
  font-family: "Helvetica Neue", "Helvetica", "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;
}

/* import
----------------------------------- */
/* header
------------------ */
header {
  text-align: center;
}
@media screen and (max-width: 768px) {
  header {
    padding: 0 10px;
  }
}
header .inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 1050px;
  height: 62px;
  margin: 0 auto;
}

/* 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 {
  background: #fff url(https://www.princehotels.co.jp/common/imgs/module_parts/parts_footer/bg01.gif) repeat-x;
  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;
}

#top .box1 {
  background: #6eb1c2;
}
#top .box2 {
  background: #eae8d9;
}
#top .box3 {
  background: #d9cb95;
}
#top .bg {
  height: 514px;
  background-image: url("../images/bg.jpg");
  background-attachment: fixed;
  background-size: cover;
  background-position: bottom;
}
@media screen and (max-width: 480px) {
  #top .bg {
    height: 240px;
    background-attachment: scroll;
  }
}

/*youtube*/
#ymv{padding: 0px 0 40px;}

#ymv div.mvwrap{max-width: 760px; margin: auto; box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;}
#ymv div.mv{
    position: relative;
    padding-bottom: 56.25%; /* アスペクト比16:9の場合 */
    height: 0;
    overflow: hidden;
	}
#ymv div.mv iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
	z-index: 0;}
	
@media all and (max-width: 767px) {	
#ymv div.mvwrap{max-width: 85%; margin: auto;}
}
