@charset "utf-8";

/* =========================================================
reset
========================================================= */

html {
  color: #333;
  font-size:14px;
  line-height:1.2;
  font-family:'メイリオ',Meiryo,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,sans-serif;
}

body {
  background: #fff;
  margin: 0;
}

img {
  border: 0;
  margin: 0;
  vertical-align: top;
}

p {
  line-height: 1.5;
  margin: 0 0 1em;
  padding: 0;
  color: #191f48;
  font-weight: bold;
}

p:last-child {
  margin: 0;
}

a {
  color: #fff;
  text-decoration: none;
}

a:hover,
.hover:hover {
  text-decoration: none;
}

p a{
  color:#fff;
  text-decoration:none;
}

p a:hover{
  opacity: 0.7;
  text-decoration:none;
}

table{
  border-collapse:collapse;
}

ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 14px;
  font-weight: normal;
  margin: 0;
  padding: 0;
}

.clearfix {
  clear: both;
}
.clearfix:after {
  clear: both;
  content: "";
  display: block;
  height: 0;
  font-size: 0;
  visibility: hidden;
}

.clear{
  clear:both;
}

#wrapper {
  min-width:320px;
  overflow: hidden;
}

/* =========================================================
indoor_view
========================================================= */
#header.indoor_view {
  border-top: 10px solid #191f48;
  border-bottom: 1px solid #ccc;
  padding: 15px;
  text-align: right;
}

#header.indoor_view img {
  width: 120px;
  height: auto;
}

.indoor_view {
  border-bottom: 10px solid #191f48;
  padding: 20px 10px;
  text-align: center;
}

.indoor_view p.catch {
  font-size: 11px;
  margin: 0;
}

.indoor_view p.hotel {
  font-size: 22px;
  margin: 0;
  padding-bottom: 10px;
}

.indoor_view p.koukai {
  font-size: 16px;
  line-height:17px;
  margin: 10px 0 0 0 ;
  color:red;
  font-weight:bold;
}

/*.indoor_view a.btn {
  background-color: #FF9999;
  border-radius: 5px;
  display: block;
  font-size: 16px;
  line-height: 22px;
  padding: 15px 0;
  position: relative;
}*/
.indoor_view a.btn02 {
  background-color: #3cd4fa;
  border-radius: 5px;
  display: block;
  font-size: 16px;
  line-height: 22px;
  padding: 15px 0;
  position: relative;
}
.indoor_view a.btn01 {
  background-color: #ffc000;
  border-radius: 5px;
  display: block;
  font-size: 16px;
  line-height: 22px;
  padding: 15px 0;
  position: relative;
}
/*.indoor_view a.btn03 {
  background-color: #dc2677;
  border-radius: 5px;
  display: block;
  font-size: 16px;
  line-height: 22px;
  padding: 15px 0;
  position: relative;
}*/

.indoor_view .btn03 {
  background-color: #dc2677;
  border-radius: 5px;
  display: block;
  font-size: 16px;
  line-height: 22px;
  padding: 15px 0;
  position: relative;
  color:#fff;
  margin-top:10px;
}

.indoor_view a.btn04 {
  background-color: #dc4826;
  border-radius: 5px;
  display: block;
  font-size: 16px;
  line-height: 22px;
  padding: 15px 0;
  position: relative;
}


.indoor_view a.btn05 {
  background-color: #534e8e;
  border-radius: 5px;
  display: block;
  font-size: 16px;
  line-height: 22px;
  padding: 15px 0;
  position: relative;
}


.indoor_view a.btn:before {
  background-image: url(/ace/360sample/img/arrow.png);
  background-repeat: no-repeat;
  background-size: 70%;
  content: "";
  width: 15px;
  height: 15px;
  position: absolute;
  top: 40%;
  right: 5px;
}

.indoor_view a.btn.movie {
  background-color: #52B64E;
}

#movie-close-btn {
    background: #52B64E;
    color: #fff;
    line-height: 1.2;
    font-family: 'メイリオ',Meiryo,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,sans-serif;
    font-size: 12px;
    font-weight: bold;
    margin: 20px;
    padding: 7px 10px;
    z-index: 9999;
}