<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";

.mappage{
	position: relative;
	clear: both;
}
.clubhousewrapper{
	min-height: 700px;
}




#clubhouse * {
  padding: 0;
  margin: 0;
  font-family: 'A-OTF UD Reimin Pr6N', 'Kozuka Mincho Pro', 'Kozuka Mincho Std', '小塚明朝 Pro R', '小塚明朝 Std R', 'Hiragino Mincho Pro', 'ヒラギノ明朝 Pro W3', 'ＭＳ Ｐ明朝', 'Times', 'Times New Roman', serif !important;
}




#clubhouse {
  min-width: 1200px;
  width: 1200px;
  text-align: left;
  margin: 0 auto;
  height: calc(100vh - 79px);
  min-height: 
}

/* サムネイルと表示するゾーンを包んでる */
#clubhouse #container {
  padding: 10px;
	/* この枠の中のサムネイルを入れてる箱を動かす */
	padding-left: 38px;/*
	position: relative;
	top: 100px;*/
	padding-top:100px;
}

/********************** 画像表示エリア **********************/
/* 画像表示エリアの大枠 */
#clubhouse div.content {
  display: none;
  float: right;
  /* min-width: 1200px;の7割＝840px *//* ここを画像のサイズよりも置き串内と、レイアウト崩れする */
  width:800px;
}

/* Play Slideshow‹とかPrevious PhotoNext Photo ›の色  */
#clubhouse div.content a, div.navigation a {
  text-decoration: none;
  color: #777;
}

/* 再生・停止ボタンと戻る・進むボタンを入れてる箱 */
#clubhouse div.controls {
  margin-top: 5px;
  height: 23px;
  /* 画像と同じくらいの幅にした(ここを決めないと、デフォルト値はslideshow-containerの幅と同じになる) */
	/* width:1200pxのときの黄金比が741px */
  width: 750px;
}

/* 戻るボタンと次へボタンの間隔を広げる(再生・一時停止の位置も動いちゃうので、.controlsのwidthを広げたりして調整する「) */
#clubhouse div.controls a {
  padding: 10px;
}

/* 自動スクロールの可否を決めるボタンを左に寄せる */
#clubhouse div .ss-controls {
  float: left;
}

/* ‹ PreviousとPhotoNext Photo ›を右に寄せる */
#clubhouse div.nav-controls {
  float: right;
}

/* 再生・停止ボタンと戻る・進むボタンを入れてる箱(小) */
#clubhouse div .slideshow-container {
  position: relative;
  clear: both;
	/* 表示する画像の縦幅に合わせる(文字を置く位置なので) */
  height: 300px;
}

#clubhouse div.loader {
  position: absolute;
  top: 0;
  left: 0;
  /*
  background-image: url('loader.gif');
  background-repeat: no-repeat;
  background-position: center;*/
  /* 1200pxの3割＝360px */
  width: 550px;
  height: 502px;
  /* This should be set to be at least the height of the largest image in the slideshow */
}

/* 右側の画像のみを入れてる箱 */
#clubhouse div .slideshow {}

/* プラグインで定義したクラス。次のIndexを取ってくる役割(だったハズ......) */
#clubhouse div.slideshow span.image-wrapper {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}

/* プラグインで定義したクラス。 確か、次の画像が表示されると、前に表示してた画像のopacityが0になるやつだったような......(もう全然覚えてない) */
#clubhouse div.slideshow a.advance-link {
  display: block;
  /*
  width: 550px;
  height: 502px;*/
  /* This should be set to be at least the height of the largest image in the slideshow */
  /* 元はline-height: 502px;だった */
  line-height: 400px;
  /* This should be set to be at least the height of the largest image in the slideshow */
  text-align: center;
  /* ここで、箱の中の画像の位置のみを変えてる */
  /*padding-left: 150px;*/
}

#clubhouse div.slideshow a.advance-link:hover, div.slideshow a.advance-link:active, div.slideshow a.advance-link:visited {
  text-decoration: none;
}

#clubhouse div.slideshow img {
  vertical-align: middle;
  border: 1px solid #ccc;
  /* 表示画面のサイズを切り替えられる(サムネイルじゃない方) */
  max-width: 741px;/* width:1200pxのときの黄金比が741px */
  /*height: 520px;*/
}

#clubhouse div .caption-container {
  position: relative;
  clear: left;
  height: 75px;
}

/* どういうわけか、これがなくなると文字のフェードがなくなる */
#clubhouse span.image-caption {
  display: block;
  position: absolute;
  width: 360px;
  /* top: 0;
  left: 0; */
	padding-top: 120px;
}

#clubhouse div.caption {
  padding: 12px;
	padding-left: 3px;
}

/* 写真のタイトル部分 */
#clubhouse div.image-title {
  font-weight: bold;
  font-size: 24px;
}

/* 写真のサブタイトル部分 */
#clubhouse div .image-desc {
  line-height: 1.3em;
  padding-top: 12px;
  font-size: 18px;
}

/* サムネイルたちの写真の名前を入れてる箱だったと思う */
#clubhouse ul.thumbs {
  clear: both;
  margin: 0 auto;
  padding: 0;
  /* サムネイル全体の箱をちょい下げる */
  /* padding-top: 55px; */
  padding-top: 5px;
}

#clubhouse ul.thumbs li {
  float: left;
  padding: 0;
  margin: 5px 10px 5px 0;
  list-style: none;
}

/* サムネイル1つ1つをさりげなく囲ってる枠(こういうところもしっかりやっちゃうたけるはかっこいいと思う) */
#clubhouse a.thumb {
  padding: 2px;
  width: 80px;
  height: 80px;
  display: block;
  border: 1px solid #ccc;
}

#clubhouse ul.thumbs li.selected a.thumb {
  background: #000;
}

#clubhouse a.thumb:focus {
  outline: none;
}

/* サムネイル1つ1つのサイズや位置 */
#clubhouse ul.thumbs img {
  border: none;
  display: block;
  width: 75px;
  height: 75px;
  /* サムネイルたちを枠の真ん中に綺麗に合わせてあげたい */
  padding-right: 1px;
  padding-bottom: 1px;
}

#clubhouse div.pagination {
  clear: both;
}

#clubhouse div.navigation div.top {
  margin-bottom: 12px;
  height: 11px;
}

#clubhouse div.navigation div.bottom {
  margin-top: 12px;
}

#clubhouse div.pagination a, #clubhouse div.pagination span.current, #clubhouse div.pagination span.ellipsis {
  display: block;
  float: left;
  margin-right: 2px;
  padding: 4px 7px 2px 7px;
  border: 1px solid #ccc;
}

#clubhouse div.pagination a:hover {
  background-color: #eee;
  text-decoration: none;
}

#clubhouse div.pagination span.current {
  font-weight: bold;
  background-color: #000;
  border-color: #000;
  color: #fff;
}

#clubhouse div.pagination span.ellipsis {
  border: none;
  padding: 5px 0 3px 2px;
}
</pre></body></html>