@charset "UTF-8";
/*====== reset ======*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

a img {
  border: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

/*====== html.body ======*/
html {
  font-size: 62.5%;
  background-color: #000;
  overflow-y: scroll;
}

body {
  font-size: 10px;
  line-height: 1.75;
  color: #FFF;
  font-family: "メイリオ", "Meiryo", verdana, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
}

h1, h2, h3, h4, h5, h6 {
  line-height: 1.2;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  overflow: hidden;
}

img {
  vertical-align: bottom;
}

a {
  color: #d4a774;
  outline: none;
  text-decoration: none;
}

a:hover {
  color: #e2b37c;
}

p {
  margin-top: 30px;
  font-size: 14px;
  color: #bfbfbf;
  line-height: 2;
}

ul {
  margin-top: 30px;
}
ul li {
  margin-top: 15px;
  padding-left: 15px;
  font-size: 14px;
  color: #bfbfbf;
  line-height: 1.25;
}

/*====== wrapper ======*/
#wrapper {
  display: block;
  min-width: 1200px;
  width: 100%;
  background-color: #1c1b1b;
}

.top {
  position: relative;
  overflow: hidden;
  background: url(../img/bg.jpg) center bottom no-repeat;
  background-size: cover;
}

/*====== sidebar ======*/
#sidebar {
  position: fixed;
  top: 0;
  left: 0;
  width: 210px;
  color: #FFF;
  background-color: #1c1b1b;
}
#sidebar h1 {
  margin: 30px 0 0;
  text-align: center;
}
#sidebar nav {
  margin: 0;
}
#sidebar nav ul {
  margin-top: 20px;
}
#sidebar nav ul li {
  margin-top: 0;
  height: 32px;
  padding: 0;
}
#sidebar nav ul li a {
  position: relative;
  display: block;
  width: 190px;
  height: 23px;
  padding: 9px 10px 0;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 16px;
  font-weight: bold;
  color: #FFF;
  line-height: 1.2;
  overflow: hidden;
  z-index: 2;
}
#sidebar nav ul li a span {
  position: absolute;
  display: block;
  top: 0;
  right: -100%;
  width: 100%;
  height: 100%;
  background-color: #be915e;
  z-index: -1;
}
#sidebar nav ul li.fontS a {
  font-size: 15px !important;
}
#sidebar nav ul li.letterSpacing a {
  letter-spacing: -0.1rem;
}
#sidebar nav ul li.active {
  position: relative;
}
#sidebar nav ul li.active a {
  position: absolute;
  width: 200px;
  box-shadow: 0 0 0 0 #be915e;
  overflow: visible;
  z-index: 3;
}
#sidebar nav ul li.active a span {
  position: absolute;
  display: block;
  top: -1px;
  width: 106%;
  height: 106%;
  left: 0;
  background-color: #e2b37c;
  z-index: -1;
  opacity: 0;
}
#sidebar nav.ie8 ul li {
  font-size: 12px;
}
#sidebar #gangalaInfo {
  margin: 20px 0 0;
  background-color: #281e1c;
}
#sidebar #gangalaInfo p {
  margin: 0 10px;
  padding: 5px 0 0;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 16px;
  color: #FFF;
}
#sidebar #gangalaInfo ul {
  margin-top: 0;
  padding: 5px 10px 10px;
}
#sidebar #gangalaInfo ul li {
  margin-top: 0;
  padding: 0;
  line-height: 1.5;
  text-indent: 1rem;
  background: url(../img/icon_li01.png) no-repeat 0 7px;
}
#sidebar #gangalaInfo ul li address {
  display:inline;
  text-indent: 0rem;
}
#sidebar #gangalaInfo ul li address img {
  vertical-align: baseline;
  margin-right: 5px;
}
#sidebar #gangalaInfo ul li a {
  text-decoration: underline;
}
#sidebar #gangalaInfo .sideBnr {
  margin: 0;
  padding: 0 10px 10px;
	font-size: 14px;
}
#sidebar #gangalaInfo .sideBnr a {
  transition: all 0.3s;
}
#sidebar #gangalaInfo .sideBnr a:hover {
  opacity: 0.7;
}
#sidebar #snsBtn {
  padding: 15px;
}
#sidebar #snsBtn ul {
  margin: 0;
}
#sidebar #snsBtn ul li {
  display: inline-block;
  margin-top: 0;
  margin-right: 10px;
  padding: 0;
  line-height: 0;
  vertical-align: bottom;
}

/*====== langBtn ======*/
#langBtn {
  position: fixed;
  top: 10px;
  right: 10px;
}
#langBtn ul {
  margin: 0;
}
#langBtn ul li {
  display: inline-block;
  margin: 0 0 0 5px;
}
#langBtn ul li a {
  display: inline-block;
  padding: 5px;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  color: #FFF;
  line-height: 1;
  font-size: 12px;
  background-color: rgba(0, 0, 0, 0.3);
  border: 1px solid #fff;
  transition: all .3s;
}
#langBtn ul li a:hover {
  background-color: rgba(200, 200, 200, 0.6);
}

/*====== PageTop ======*/
#pageTop {
  position: fixed;
  bottom: 95px;
  right: 10px;
}
#pageTop ul li {
  display: inline-block;
  margin: 0 0 0 5px;
}
#pageTop ul li a {
  padding: 5px;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  color: #FFF;
  line-height: 1;
  font-size: 12px;
  background-color: rgba(0, 0, 0, 0.3);
  border: 1px solid #fff;
  transition: all .3s;
}
#pageTop ul li a:hover {
  background-color: rgba(200, 200, 200, 0.6);
}

/*====== content ======*/
#content {
  margin-left: 210px;
  padding-bottom: 80px;
  background-color: #000;
}
#content #pageTtl {
  display: table-cell;
  width: 2000px;
  height: 294px;
  padding: 0;
  vertical-align: middle;
}
#content #pageTtl .pageTtlInner {
  padding: 20px 0;
  background-color: rgba(0,0,0,0.7);
}
#content #pageTtl h1 {
  margin-left: 50px;
  font-size: 36px;
  color: #d4a774;
}
#content #pageTtl p {
  margin: 25px 0 0 50px;
  font-size: 20px;
  color: #FFF;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  line-height: 1.5;
}
#content #pageTtl p em {
  font-size: 26px;
}
#content h2 {
  margin-top: 0;
  padding: 10px 60px 10px 0;
  font-size: 28px;
  color: #d4a774;
  border-top: 1px solid #d4a774;
  border-bottom: 1px solid #d4a774;
  background: url(../img/ttl_h2_bg.png) no-repeat top right;
}
#content h2 span {
  font-size: 2.2rem;
  color: #e8e8e8;
}
#content h3 {
  display: inline-block;
  margin-top: 30px;
  padding-bottom: 10px;
  border-bottom: 1px solid #e8e8e8;
  font-size: 24px;
  color: #e8e8e8;
}
#content h4 {
  margin-top: 30px;
  font-size: 18px;
  color: #e8e8e8;
}
#content h4.h4TtlA {
  margin-top: 30px;
  padding: 10px;
  font-size: 18px;
  color: #e8e8e8;
  background-color: #1c1b1b;
}
#content .h2Lead {
  font-size: 18px;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  line-height: 1.5;
}
#content .btnP a {
  display: inline-block;
  padding: 8px 15px 8px 34px;
  color: #FFF;
  background: url(../img/icon_btn_p.png) no-repeat 15px 18px #be915e;
}
#content .btnPageLink a {
  display: block;
  padding: 8px 15px 8px 34px;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  color: #FFF;
  text-align: center;
  background: url(../img/icon_more_a.png) no-repeat 12px 16px;
  background-size: 10%;
  border: 1px solid #FFF;
  transition: all 0.3s;
}
#content .btnPageLink a:hover {
  opacity: 0.7;
}
#content .floatLeft {
  float: left;
  margin: 30px 30px 0 0;
}
#content .floatRight {
  float: right;
  margin: 30px 0 0 30px;
}
#content .textC {
  text-align: center;
}
#content .textR {
  text-align: right;
}
#content ul.listA {
  overflow: hidden;
}
#content ul.listA li {
  background: url(../img/icon_li01.png) no-repeat 2px 6px;
}
#content ul.listB {
  overflow: hidden;
}
#content ul.listB li {
  background: url(../img/icon_li02.png) no-repeat 0 4px;
}
#content ul.listC {
  overflow: hidden;
}
#content ul.listC li {
  background: url(../img/icon_li03.png) no-repeat 0 3px;
}
#content .noteA {
  width: auto;
  margin-top: 30px;
  padding: 30px;
  border: 1px solid #e8e8e8;
}
#content .noteA h3:first-child,
#content .noteA h4:first-child,
#content .noteA p:first-child {
  margin-top: 0;
}
#content .noteA ul.colum3 li {
  display: inline-block;
  width: auto;
  margin-left: 5px;
  padding: 0;
}
#content .noteA ul.colum3 li:first-child {
  margin-left: 0;
}
#content .noteA ul.colum4 li {
  display: inline-block;
  width: auto;
  margin-left: 8px;
  padding: 0;
}
#content .noteA ul.colum4 li:first-child {
  margin-left: 0;
}
#content .noteA table {
  margin-top: 25px;
  border-collapse: separate;
  border-spacing: 1px;
  font-size: 14px;
  line-height: 1.5;
}
#content .noteA table tr th {
  margin: 0 1px 1px 0;
  padding: 5px 0;
  background: none;
  vertical-align: top;
}
#content .noteA table tr td {
  padding: 5px 0;
  background: none;
  vertical-align: top;
}
#content .noteA table tr th + td {
  text-align: center;
}
#content .noteA table tr td + td {
  text-align: right;
}
#content .noteB {
  width: auto;
  margin-top: 30px;
  padding: 30px;
  background-color: #1c1b1b;
}
#content .noteB h4:first-child {
  margin-top: 0;
}
#content .column4 {
  margin-top: 30px;
  overflow: hidden;
}
#content .column4 div {
  float: left;
  width: auto;
  margin-left: 20px;
  padding: 0;
}
#content .column4 div p:first-child {
  margin: 0;
}
#content .column4 div:first-child {
  margin-left: 0;
}
#content .column3 {
  overflow: hidden;
}
#content .column3 div {
  float: left;
  width: 270px;
  margin-left: 30px;
}
#content .column3 div h4 {
  margin-top: 20px;
}
#content .column3 div p {
  margin-top: 20px;
}
#content .column3 div .noteA {
  width: 228px;
  margin: 20px 0;
  padding: 20px;
}
#content .column3 div:first-child {
  margin-left: 0;
}
#content .column3b {
  width: 762px;
  margin: 0 auto;
  overflow: hidden;
}
#content .column3b div {
  float: left;
  width: auto;
  margin-left: 30px;
}
#content .column3b div p {
  font-size: 42px;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  text-align: center;
}
#content .column3b div p a {
  display: block;
  padding: 0 0 10px;
  background: url(../../facility/img/icon_more_a.png) no-repeat center bottom;
}
#content .column3b div p a[href="#gangala"] {
  color: #d4a774;
}
#content .column3b div p a[href="#okinawa"] {
  color: #b4b4b4;
}
#content .column3b div:first-child {
  margin-left: 0;
}
#content .column3b + h3 {
  width: 100%;
  text-align: center;
  margin: 30px 0 0;
  font-size: 3.2rem;
  border: 0;
}
#content .column3c {
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
}
#content .column3c div {
  float: left;
  width: 245px;
  padding-left: 30px;
  background: url(../img/icon_arrow.png) no-repeat 2px 25px;
}
#content .column3c div p {
  margin-top: 20px;
}
#content .column3c div:first-child {
  padding-left: 0;
  background: none;
}
#content .column4 {
  overflow: hidden;
}
#content .column4 div {
  float: left;
  width: 195px;
  margin-left: 30px;
}
#content .column2 {
  overflow: hidden;
}
#content .column2 div {
  float: left;
  width: 420px;
  margin-left: 30px;
}
#content .column2 div .noteA {
  width: 378px;
  margin: 20px 0;
  padding: 20px;
}
#content .column2 div h3 span {
  font-size: 1.8rem;
}
#content .column2 div h4 {
  margin-top: 20px;
}
#content .column2 div p {
  margin-top: 20px;
}
#content .column2 div:first-child {
  margin-left: 0;
}
#content table {
  margin-top: 30px;
  border-collapse: separate;
  border-spacing: 1px;
  font-size: 14px;
  line-height: 1.5;
  color:#141414;
}
#content table.fontCf {
  color:#fff;
}
#content table tr th {
  margin: 0 1px 1px 0;
  padding: 15px;
  background-color: #ddd;
}
#content table tr td {
  padding: 15px;
  background-color: #eee;
}
#content table.bgB {
  color:#bfbfbf;
}
#content table.bgB tr th {
  margin: 0 1px 1px 0;
  padding: 30px;
  background-color: #141414;
}
#content table.bgB tr td {
  padding: 30px;
  background-color: #1c1b1b;
}
#content section {
  padding: 40px 0;
  overflow: hidden;
  clear: both;
}
#content section div {
  width: 870px;
  margin: 0 auto;
}
#content #pageTtl + section {
  padding: 80px 0 40px;
}
#content #mapCanvas {
  width: 100%;
  height: 280px;
  margin-top: 30px;
}
#content #mapCanvas div {
  width: auto;
}
#content .clear {
  clear: both;
}
#content .margT0 {
  margin-top: 0 !important;
}
#content .margT1 {
  margin-top: 1px;
}
#content .margT10 {
  margin-top: 10px;
}
#content .margT25 {
  margin-top: 25px !important;
}
#content .margL10 {
  margin-left: 10px !important;
}
#content .margB25 {
  margin-bottom: 25px;
}
#content .width430 {
  width:430px !important;
}
#content .bgColorB {
  background-color: #021322;
}
#content .bgColorB #premium {
  margin-top: -140px;
  padding-top: 140px;
}
#content .bgColorG {
  background-color: #06210f;
}
#content .bgColorG #stylish {
  margin-top: -140px;
  padding-top: 140px;
}
#content .bgColorR {
  background-color: #241317;
}
#content .bgColorR #buffet {
  margin-top: -140px;
  padding-top: 140px;
}
#content .overflowHi {
  overflow: hidden;
}
#content hr.borderA {
  margin-top: 20px;
  border:none;
  border-top:1px solid #fff;
}

[data-page="facility"] #pageTtl {
  background: url(../img/all_ttl_bg.jpg) no-repeat 0 0;
  background-size: cover;
}

[data-page="caveparty"] #pageTtl {
  background: url(../../caveparty/img/caveparty_ttl_bg.jpg) no-repeat 0 0;
  background-size: cover;
}

[data-page="team"] #pageTtl {
  background: url(../../team/img/team_ttl_bg.jpg) no-repeat 0 0;
  background-size: cover;
}

[data-page="rental"] #pageTtl {
  background: url(../../rental/img/rental_ttl_bg.jpg) no-repeat 0 0;
  background-size: cover;
}

[data-page="service"] #pageTtl {
  background: url(../../service/img/service_ttl_bg.jpg) no-repeat 0 0;
  background-size: cover;
}

[data-page="gallery"] #pageTtl {
  background: url(../img/all_ttl_bg.jpg) no-repeat 0 0;
  background-size: cover;
}

[data-page="contact"] #pageTtl {
  background: url(../img/all_ttl_bg.jpg) no-repeat 0 0;
  background-size: cover;
}

[data-page="contact"] .noteA ul {
  margin-top: 0;
}
[data-page="contact"] .noteA h4 {
  margin-top: 20px !important;
}
[data-page="contact"] .noteA p {
  margin-top: 20px;
}
[data-page="contact"] .noteA .column3c + .noteB {
  margin-top: 20px !important;
}
[data-page="contact"] .noteA .column3c + .noteB h4 {
  margin-top: 0 !important;
}

[data-page="movie"] #pageTtl {
  background: url(../img/all_ttl_bg.jpg) no-repeat 0 0;
  background-size: cover;
}

[data-page="downloads"] #pageTtl {
  background: url(../img/all_ttl_bg.jpg) no-repeat 0 0;
  background-size: cover;
}

[data-page="movie"] section h3 {
  display: block !important;
  width: 145px;
  margin: 100px auto;
}

[data-page="gallery"] section .column3 div a {
  display: block;
  position: relative;
}
[data-page="gallery"] section .column3 div a:before {
  position: absolute;
  top: -100%;
  left: 0;
  content: "";
  display: block;
  width: 100%;
  height: 150px;
  background: rgba(0, 0, 0, 0.6);
  transition: all 0.3s;
}
[data-page="gallery"] section .column3 div a:after {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
}
[data-page="gallery"] section .column3 div a:hover:before {
  top: 0;
}

[data-page="downloads"] section .column3 div a,
[data-page="movie"] section .column3 div a {
  display: block;
  position: relative;
}
[data-page="downloads"] section .column3 div a:before,
[data-page="movie"] section .column3 div a:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  display: block;
  width: 100%;
  height: 150px;
  background: rgba(0, 0, 0, 0.6);
  transition: all 0.3s;
}
[data-page="downloads"] section .column3 div a:after,
[data-page="movie"] section .column3 div a:after {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
}
[data-page="downloads"] section .column3 div a:hover:before,
[data-page="movie"] section .column3 div a:hover:before {
  top: -100%;
}

[data-page="gallery"] section .column3 div a:after {
  background: url(../../gallery/img/icon_gallery.png) no-repeat 0 0;
}

[data-page="downloads"] section .column3 div a:after {
  background: url(../../downloads/img/icon_dl.png) no-repeat 0 0;
}

[data-page="movie"] section .column3 div a:after {
  background: url(../../movie/img/icon_play.png) no-repeat 0 0;
}

[data-page="downloads"] section .column4 div a {
  display: block;
  position: relative;
}
[data-page="downloads"] section .column4 div a:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  display: block;
  width: 100%;
  height: 276px;
  background: rgba(0, 0, 0, 0.6);
  transition: all 0.3s;
}
[data-page="downloads"] section .column4 div a:after {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
}
[data-page="downloads"] section .column4 div a:hover:before {
  top: -100%;
}

[data-page="downloads"] section .column4 div a:after {
  background: url(../../downloads/img/icon_dl.png) no-repeat center 60px;
}

[data-page="contact"] section table {
  width: auto !important;
  color: #bfbfbf;
  font-size: 14px;
}
[data-page="contact"] section table tr td {
  width: 510px !important;
  padding: 10px 30px !important;
}
[data-page="contact"] section table tr td input {
  width: 490px;
  margin: 10px 0;
  padding: 5px;
  color: #bfbfbf;
  border: 0;
  outline: 0;
  background-color: #000;
}
[data-page="contact"] section table tr td textarea {
  width: 490px;
  height: 150px;
  margin: 10px 0;
  padding: 5px;
  color: #bfbfbf;
  border: 0;
  outline: 0;
  background-color: #000;
  line-height: 1.5;
}
[data-page="contact"] section table tr td input:focus,
[data-page="contact"] section table tr td textarea:focus {
  background-color: #666;
}
[data-page="contact"] section table tr td #privacyArea {
  width: 770px;
  height: 200px;
  margin: 15px 0;
  padding-right: 30px;
  overflow-y: auto;
}
[data-page="contact"] section table tr td #privacyArea p:first-child {
  margin-top: 0;
}
[data-page="contact"] section table tr td .privacyBtn {
  text-align: center;
}
[data-page="contact"] section table tr td .privacyBtn input {
  width: 20px;
  height: 20px;
  margin: 2px 10px 0 0;
  vertical-align: top;
  border: 0;
  outline: 0;
  cursor: pointer;
}
[data-page="contact"] section .contactBtns {
  margin-top: 30px !important;
  text-align: center;
}
[data-page="contact"] section .contactBtns button {
  display: inline-block;
  width: 200px;
  margin: 0 15px;
  padding: 20px;
  color: #bfbfbf;
  text-align: center;
  background: url(../img/.png) no-repeat 30px 10px #1c1b1b;
  border: 0;
  outline: 0;
  cursor: pointer;
  transition: all 0.3s;
}
[data-page="contact"] section .contactBtns button[disabled="disabled"] {
  cursor: default;
  opacity: 0.7;
}
[data-page="contact"] section img.adImg {
  vertical-align: middle;
}

/*====== footer ======*/
footer {
  min-width: 990px;
  margin: 0 0 0 210px;
  text-align: center;
  background-color: #2b2725;
}
footer .footBlock {
  display: inline-block;
  margin: 10px 20px;
  text-align: left;
  overflow: hidden;
}
footer .footBlock img {
  float: left;
  margin-right: 10px;
}
footer .footBlock address {
  margin-top: 3px;
  font-size: 12px;
  line-height: 1.35;
}
footer .footBlock address img {
  float: none;
  margin: 2px 0 0;
}
footer .footBlock p {
  margin-top: 10px;
  font-size: 10px;
}
