/** @format */

@charset "UTF-8";

/* ------------------------------------------------------------------
ladystime_bnr
------------------------------------------------------------------ */
.ladystime_bnr {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border: 4px double #fa5353;
  padding: 15px 20px 18px;
  margin: 0 0 20px;
  line-height: 1.6;
  box-sizing: border-box;
}
.ladystime_title {
  font-size: 24px;
  font-weight: bold;
  color: #fa5353;
}
.ladystime_title .s {
  display: block;
  font-size: 16px;
  color: #222;
}
.ladystime_price {
  font-size: 30px;
  font-weight: bold;
  color: #fa5353;
}

/* ------------------------------------------------------------------
new 20200607
------------------------------------------------------------------ */
.videottl {
  font-size: 16px;
  font-weight: bold;
  margin: 0 0 10px;
}
.video {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  margin: 0 0 20px;
}
.video iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

/* ------------------------------------------------------------------
common
------------------------------------------------------------------ */
.m0 {
  margin: 0px !important;
}

.mb0 {
  margin-bottom: 0px !important;
}

.mb05 {
  margin: 0px 0px 5px 0px !important;
}

.mb10 {
  margin: 0px 0px 10px 0px !important;
}

.mb20 {
  margin: 0px 0px 20px 0px !important;
}

.mb40 {
  margin: 0px 0px 40px 0px !important;
}

#branding,
h1#branding {
  margin: 0 0 20px 0;
}

div#main h2,
div#main h3 {
  margin: 0 0 15px 0;
}

div#main h2.title,
div#main h3.title {
  background: url(../images/common/title_bg.gif);
  font-size: 16px;
  font-weight: bold;
  height: 27px;
  line-height: 25px;
  color: #fff;
  padding: 3px 0 0 15px;
}

div#main h3.subtitle {
  position: relative;
  background: url(../images/common/subtitle_bg.gif) 0 0 no-repeat;
  font-size: 16px;
  font-weight: normal;
  height: 30px;
  line-height: 30px;
  padding: 0 0 3px 28px;
}

div#main h3.subtitle span {
  position: absolute;
  top: -3px;
  right: 0px;
}

p.description {
  line-height: 1.6;
  margin: 0 0 10px 0;
}

p.lead {
  line-height: 1.6;
  margin: 0 0 20px 0;
}

p.leadR {
  line-height: 1.6;
  margin: 0 0 20px 0;
  text-align: right;
}

.red {
  color: #ef3434;
}

.ye {
  color: #f4d320;
}

.or {
  color: #ee7529;
}

ul.disc {
  list-style: disc;
  line-height: 1.8;
  margin: 0 0 20px 20px;
}

ul.num {
  list-style: decimal;
  line-height: 1.8;
  margin: 0 0 20px 20px;
}

p.pageTop {
  text-align: right;
}

.ad {
  display: none;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

.f18 {
  font-size: 18px;
}

.tc {
  text-align: center !important;
}

/* ------------------------------------------------------------------
beginners
------------------------------------------------------------------ */
div.begin {
  width: 100%;
  overflow: hidden;
  margin: 0 0 20px 0;
}

div.begin p.pic {
  width: 220px;
  float: left;
  margin: 0 20px 0 0;
}

div.begin p.txt {
  width: 490px;
  float: right;
  line-height: 1.5;
}

ul#rules {
  line-height: 1.6;
  margin: 0 0 15px 0;
  overflow: hidden;
}

ul#rules li {
  list-style-type: disc;
  margin: 0 0 5px 20px;
}

/* ------------------------------------------------------------------
hours_price
------------------------------------------------------------------ */
div#hours {
  width: 100%;
  overflow: hidden;
  margin: 0 0 20px 0;
}

div#hours div.col {
  width: 356px;
}

div#hours div.fl {
  border: 2px solid #ef7c34;
}

div#hours div.fr {
  border: 2px solid #34a6ef;
}

div#hours div.col h4 {
  padding: 5px;
  text-align: center;
  font-size: 16px;
  color: #fff;
}

div#hours div.fl h4 {
  background: #ef7c34;
}

div#hours div.fr h4 {
  background: #34a6ef;
}

div#hours div.col div.colInner {
  padding: 13px;
}

div#hours div.col div.colInner table {
  width: 100%;
  border-collapse: separate;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  border-spacing: 0;
  margin: 0 0 10px 0;
}

div#hours div.col div.colInner table th {
  padding: 8px;
  border-top: 1px solid #ccc;
  border-left: 1px solid #ccc;
  text-align: center;
}

div#hours div.col div.colInner table th.week {
  background: #f3f3f3;
}

div#hours div.col div.colInner table th.sat {
  background: #e2f3ff;
}

div#hours div.col div.colInner table th.sun {
  background: #ffe2e2;
}

div#hours div.col div.colInner table td {
  padding: 8px;
  border-top: 1px solid #ccc;
  border-left: 1px solid #ccc;
  text-align: center;
}

div#hours div.col div.colInner p {
  text-align: center;
  line-height: 1.6;
  font-size: 12px !important;
}

div#price {
  margin: 0 0 20px 0;
  overflow: hidden;
}

div#price table {
  width: 100%;
  border-collapse: separate;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  border-spacing: 0;
  margin: 0 0 20px 0;
}

div#price table th {
  padding: 8px;
  border-top: 1px solid #ccc;
  border-left: 1px solid #ccc;
  text-align: left;
  background: url(../images/common/stripe_ye.gif);
}

div#price table th.p01 {
  width: 30%;
}

div#price table th.p02 {
  background: #f3f3f3;
}

div#price table th.l01 {
  background: url(../images/common/stripe_red.gif);
  line-height: 1.4;
}

div#price td {
  padding: 8px;
  border-top: 1px solid #ccc;
  border-left: 1px solid #ccc;
  text-align: left;
  vertical-align: middle;
  font-size: 12px;
}

div.price div.priceCol table td.d01 {
  background: url(../images/common/stripe_red.gif);
}

div.price div.priceCol table#first {
  width: 100%;
  border-collapse: separate;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  border-spacing: 0;
  margin: 0 0 20px 0;
}

div.price div.priceCol table#first th {
  padding: 8px;
  border-top: 1px solid #ccc;
  border-left: 1px solid #ccc;
  text-align: left;
  background: url(../images/common/stripe_ye.gif);
  width: 33%;
}

div.price div.priceCol table#first td {
  padding: 8px;
  border-top: 1px solid #ccc;
  border-left: 1px solid #ccc;
  text-align: left;
  vertical-align: top;
}

div.price p.priceBnr {
  width: 170px;
  float: right;
}

table#rental {
  width: 540px;
  border-collapse: separate;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  border-spacing: 0;
  margin: 0 0 20px 0;
}

table#rental th {
  padding: 8px;
  border-top: 1px solid #ccc;
  border-left: 1px solid #ccc;
  text-align: left;
  background: url(../images/common/stripe_ye.gif);
  width: 33%;
}

table#rental td {
  padding: 8px;
  border-top: 1px solid #ccc;
  border-left: 1px solid #ccc;
  text-align: left;
  vertical-align: top;
}

/* ------------------------------------------------------------------
facilities
------------------------------------------------------------------ */
div#fac {
  width: 100%;
  overflow: hidden;
  margin: 0 0 20px 0;
}

div#fac div.col {
  width: 228px;
  padding: 5px;
  float: left;
  background: url(../images/common/stripe_gray.gif);
  margin: 0 8px 10px 0;
  float: left;
}
div#fac div.col:nth-of-type(3n) {
  margin: 0 0 10px;
}

div#fac div.col h3 {
  line-height: 28px;
  height: 28px;
  text-align: center;
  font-size: 14px;
  padding: 2px 0 0 0;
  margin: 0;
}

div.intro_chofu div.col h3 {
  background: url(../images/intro_chofu/title_bg.gif);
}

div.intro_fuchu div.col h3 {
  background: url(../images/intro_fuchu/title_bg.gif);
}

div#fac div.col div {
  background: #fff;
  padding: 10px 10px 5px 10px;
  min-height: 225px;
}

div#fac div.col div p {
  line-height: 1.5;
  margin: 0 0 5px 0;
}

div#fac div.col div p.pic {
  margin: 0 0 10px 0;
}

div#fac div.col div p.pic img {
  border: 1px solid #ccc;
  width: 206px;
  height: 148px;
}

div#btmInfo {
  border: 5px solid #ddd;
  padding: 15px;
  overflow: hidden;
  margin: 0 0 20px 0;
}

div#btmInfo div#map {
  position: relative;
  height: 320px;
}

div#btmInfo div#map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

div#btmInfo div#btxt {
  line-height: 1.8;
  margin: 0 0 20px;
}

div#btmInfo div#btxt h4 {
  font-size: 24px;
  font-weight: normal;
  margin: 0 0 5px 0;
}

div#btmInfo div#btxt dl {
  width: 100%;
  overflow: hidden;
  margin: 0 0 10px 0;
}

div#btmInfo div#btxt dl dt {
  width: 60px;
  float: left;
}

div#btmInfo div#btxt dl dd {
  width: 280px;
  float: left;
}

div#btmInfo div#btxt div.btn {
  width: 100%;
  overflow: hidden;
}

div#btmInfo div#btxt div.btn div {
  float: left;
  margin: 0 5px 0 0;
}

/* ------------------------------------------------------------------
faq
------------------------------------------------------------------ */
p.q {
  clear: both;
  background: url(../images/faq/q.gif) no-repeat;
  line-height: 28px;
  margin: 0 0 5px 0;
  padding: 0 0 0 35px;
  color: #ee7529;
  font-weight: bold;
}

div.a {
  position: relative;
  width: 650px;
  background: url(../images/common/stripe_ye.gif);
  margin: 0 0 10px 0;
  padding: 10px 10px 7px 15px;
  float: right;
}

div.a p.a {
  position: absolute;
  top: -5px;
  left: -20px;
  line-height: normal !important;
}

div.a p {
  line-height: 1.6;
}

/* ------------------------------------------------------------------
business_operator
------------------------------------------------------------------ */
#profile {
  width: 100%;
  border-collapse: separate;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  border-spacing: 0;
  margin: 0 0 20px 0;
}

#profile th {
  padding: 8px;
  border-top: 1px solid #ccc;
  border-left: 1px solid #ccc;
  text-align: left;
  width: 120px;
  background: url(../images/common/stripe_eee.gif);
  line-height: 1.5;
}

#profile td {
  padding: 8px;
  border-top: 1px solid #ccc;
  border-left: 1px solid #ccc;
  text-align: left;
  vertical-align: top;
  line-height: 1.5;
}

/* ------------------------------------------------------------------
privacy
------------------------------------------------------------------ */
div#privacy {
}

div#privacy h3 {
  font-size: 14px;
  margin: 0 0 10px 0;
}

div#privacy p {
  background: url(../images/common/dot_gray.gif) 0 100% repeat-x;
  padding: 0 0 20px 0;
  margin: 0 0 20px 0;
  line-height: 1.6;
}

/* ------------------------------------------------------------------
inquiry
------------------------------------------------------------------ */
#form {
  width: 100%;
  border-collapse: separate;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  border-spacing: 0;
  margin: 0 0 20px 0;
}

#form th {
  padding: 8px;
  border-top: 1px solid #ccc;
  border-left: 1px solid #ccc;
  text-align: left;
  width: 160px;
  background: url(../images/common/stripe_ye.gif);
  line-height: 1.5;
}

#form td {
  padding: 8px;
  border-top: 1px solid #ccc;
  border-left: 1px solid #ccc;
  text-align: left;
  vertical-align: top;
  line-height: 1.5;
}

em.must {
  color: #cc0000;
  font-style: normal;
  font-weight: bold;
}

em.check {
  font-size: 10px;
  font-style: normal;
  font-weight: normal;
}

.confirm {
  background: url(../images/common/stripe_eee.gif);
  text-align: center;
  padding: 10px;
  margin: 0 0 20px 0;
}

.confirm .submitBtn {
  padding: 10px 20px;
}

.confirm .resetBtn {
}

.confirm .backBtn {
}

div.error {
  border: 5px solid #cc0000;
  padding: 10px;
  margin: 0 0 20px 0;
}

div.error ul {
  padding: 0 0 0 15px;
  line-height: 1.7;
}

div.error ul li {
  list-style-type: disc;
}

div.error p {
  color: #cc0000;
  font-weight: bold;
  margin: 0 0 10px 0;
}

p.cSub {
  margin: 10px 0 0 0;
  font-size: 100%;
}

/* ------------------------------------------------------------------
access
------------------------------------------------------------------ */
div#accessNav {
  width: 100%;
  overflow: hidden;
  margin: 0 0 20px 0;
}

div.accessDetail {
  border: 2px solid #eee;
  padding: 13px;
  overflow: hidden;
  margin: 0 0 20px 0;
}

div.accessDetail h3 {
  position: relative;
}

div.accessDetail h3 span {
  position: absolute;
  right: 0;
  top: 0;
}

div.accessDetail div.pic {
  width: 300px;
  float: right;
}

div.accessDetail div.pic img {
  border: 1px solid #ccc;
  padding: 4px;
}

div.accessDetail div.txt {
  width: 380px;
  float: left;
  line-height: 1.8;
}

div.accessDetail div.txt p {
  margin: 0 0 10px 0;
}

.accessDetail .map {
  position: relative;
  height: 600px;
}

.accessDetail .map iframe {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
}

/* ------------------------------------------------------------------
sitemap
------------------------------------------------------------------ */
ul#sitemap {
  margin: 0 0 10px 0;
  overflow: hidden;
}

ul#sitemap li {
  margin: 0 0 10px 20px;
  padding: 0 0 10px 0;
  background: url(../images/common/dot_gray.gif) 0 100% repeat-x;
  list-style: disc;
}

/* ------------------------------------------------------------------
news
------------------------------------------------------------------ */
div.newsTop {
  margin: 0 0 10px 0;
  overflow: hidden;
}

div.newsTop dl {
  width: 100%;
  overflow: hidden;
  margin: 0 0 10px 0;
  padding: 0 0 10px 0;
  background: url(../images/common/dot_gray.gif) 0 100% repeat-x;
}

div.newsTop dl dt {
  width: 90px;
  float: left;
  font-size: 12px;
  line-height: 25px;
  text-align: center;
  background: url(../images/common/stripe_eee.gif);
}

div.newsTop dl dd {
  width: 585px;
  float: right;
  font-size: 14px;
  line-height: 1.6;
  padding: 3px 45px 3px 0;
}

div.newsTop dl dd.chofu {
  background: url(../images/common/icon_blog_chofu.png) 585px 0 no-repeat;
}

div.newsTop dl dd.fuchu {
  background: url(../images/common/icon_blog_fuchu.png) 585px 0 no-repeat;
}

div.newsEntry {
  margin: 0 0 20px 0;
  padding: 0 0 10px 0;
  background: url(../images/common/dot_gray.gif) 0 100% repeat-x;
}

div.newsEntry h2 {
  font-size: 24px;
  padding: 0 0 10px 0;
  margin: 0 0 15px 0;
  border-bottom: 2px solid #222222;
  line-height: 1.4;
  font-weight: normal;
}

div.newsEntry p {
  font-size: 12px;
  line-height: 1.6;
  margin: 0 0 40px 0;
}

div.newsEntry p.data {
  text-align: right;
  font-family: Georgia, "Times New Roman", Times, serif;
  margin: 0;
}

/* ------------------------------------------------------------------
blog
------------------------------------------------------------------ */
div.entry {
  width: 100%;
  margin: 0 0 20px 0;
}

div.entry div.dataCol {
  width: 60px;
  height: 60px;
  background: url(../images/common/himekuri.jpg) no-repeat;
  font-family: Georgia, "Times New Roman", Times, serif;
  float: left;
}

div.entry div.chofu {
  background: url(../images/common/himekuri_chofu.png) no-repeat;
  height: 75px;
}

div.entry div.fuchu {
  background: url(../images/common/himekuri_fuchu.png) no-repeat;
  height: 75px;
}

div.entry div.dataCol p.dcDay {
  font-size: 30px;
  text-align: center;
  line-height: 42px;
  color: #140b02;
}

div.entry div.dataCol p.dcMon {
  font-size: 10px;
  line-height: 14px;
  text-align: center;
  color: #fff;
  padding: 2px 0 0 0;
}

div.entry div.entryCol {
  width: 630px;
  padding: 15px;
  background: url(../images/common/stripe_eee.gif);
  float: right;
}

div.entry div.entryCol h3 {
  font-size: 22px;
  border-bottom: 1px solid #333333;
  margin: 0 0 10px 0;
  padding: 0 0 8px 0;
  font-weight: normal;
}

div.entry div.entryCol div.entryTxt {
  font-size: 14px;
  line-height: 1.6;
  margin: 0 0 40px 0;
}

div.entry div.entryCol div.entryTxt p {
  margin: 0 0 10px 0;
}

div.entry div.entryCol div.entryTxt p img {
  border: 1px solid #ccc;
  padding: 4px;
  background: #fff;
  margin: 10px 0;
}

div.entry div.entryCol p.entryData {
  clear: both;
  text-align: right;
}

/* ソーシャルボタン */

div.sbver {
  clear: both;
  margin: 0 0 18px 0;
}

div.wrShare {
  background: #f7f7f4;
  border: 1px solid #e2ded4;
  border-radius: 8px;
  padding: 14px 16px 15px;
}

div.wrShare p.wrShareLabel {
  color: #3c3329;
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 1.4;
  margin: 0 0 10px 0;
}

div.wrShare ul.wrShareList {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 0;
  padding: 0;
}

div.wrShare ul.wrShareList li {
  float: none;
  list-style-type: none;
  margin: 0;
}

div.wrShare .wrShareButton {
  appearance: none;
  border: 0;
  border-radius: 999px;
  box-sizing: border-box;
  color: #fff;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-family: inherit;
  font-size: 12px;
  font-weight: bold;
  line-height: 1;
  min-height: 34px;
  min-width: 82px;
  padding: 0 14px;
  text-decoration: none;
  transition: opacity .18s ease, transform .18s ease;
}

div.wrShare .wrShareButton:hover {
  opacity: .82;
  text-decoration: none;
  transform: translateY(-1px);
}

div.wrShare .wrShareX {
  background: #111;
}

div.wrShare .wrShareFacebook {
  background: #1877f2;
}

div.wrShare .wrShareLine {
  background: #06c755;
}

div.wrShare .wrShareCopy {
  background: #6b6257;
}

div.entry div.entryCol p.entryNavi {
  text-align: center;
  margin: 0 0 40px 0;
}

div#pageNav {
  overflow: hidden;
  margin: 0 0 40px 0;
  padding: 0 0 0 80px;
}

div#pageNav p {
  width: 49%;
  line-height: 1.8;
}

div#pageNav p.fr {
  text-align: right;
}

div#pageNav p.fr a {
  display: block;
  background: #ffed8a url(../images/weblog/pagenav_arrow_next.png) 97% 50% no-repeat;
  padding: 10px 36px 10px 10px;
}

div#pageNav p.fl {
  text-align: left;
}

div#pageNav p.fl a {
  display: block;
  background: #ffed8a url(../images/weblog/pagenav_arrow_back.png) 3% 50% no-repeat;
  padding: 10px 10px 10px 36px;
}

div#pageNav p a:hover {
  background-color: #f4d320;
}

/* ------------------------------------------------------------------
gallery
------------------------------------------------------------------ */
div#gallery {
  width: 100%;
  overflow: hidden;
  margin: 0 0 10px 0;
}

div#gallery div.col {
  position: relative;
  width: 345px;
  padding: 5px;
  background: url(../images/common/stripe_gray.gif);
  float: left;
  margin: 0 10px 10px 0;
  overflow: hidden;
}

div#gallery div.col div.colInner {
  width: 335px;
  height: 150px;
  padding: 5px;
  overflow: hidden;
  background: #fff;
}

div#gallery div.col div.colInner p.pic {
  position: absolute;
  top: 10px;
  left: 10px;
  width: 150px;
  height: 150px;
}

div#gallery div.col div.colInner div {
  position: absolute;
  top: 10px;
  left: 170px;
  width: 175px;
  height: 130px;
  padding: 10px 0;
  background: #fff;
  line-height: 1.6;
}

div#gallery div.col div.colInner div h3 {
  font-size: 16px;
  margin: 0 0 10px 0;
}

div#gallery div.col div.colInner div p {
  margin: 0 0 5px 0;
}

div#gallery div.col div.colInner div p.data {
  position: absolute;
  bottom: 0px;
  right: 10px;
  font-family: Georgia, "Times New Roman", Times, serif;
}

div#galleryEntry {
  width: 100%;
  overflow: hidden;
  margin: 0 0 20px 0;
  padding: 0 0 10px 0;
  background: url(../images/common/dot_gray.gif) 0 100% repeat-x;
}

div#galleryEntry h1 {
  background: url(../images/common/title_bg.gif);
  font-size: 16px;
  font-weight: bold;
  height: 25px;
  line-height: 25px;
  color: #fff;
  padding: 5px 0 0 15px;
}

div#galleryEntry p {
  line-height: 1.6;
  margin: 0 0 20px 0;
}

div#galleryEntry div.gallery {
  width: 100%;
  overflow: hidden;
}

div#galleryEntry div.gallery dl {
  width: 170px;
  height: 170px;
  float: left;
  margin: 0 10px 10px 0;
}

div#galleryEntry div.gallery dl dt a {
  display: block;
  width: 160px;
  height: 160px;
  background: url(../images/common/stripe_gray.gif);
  padding: 5px;
}

div#galleryEntry div.gallery dl dt a:hover {
  background: url(../images/common/stripe_ye.gif);
}

div#galleryEntry div.gallery dl dt a img {
  border: 5px solid #fff;
}

div#galleryEntry p.data {
  text-align: right;
  margin: 0;
  line-height: normal;
}

div#galleryEntry p.data span {
  font-family: Georgia, "Times New Roman", Times, serif;
}

/* ------------------------------------------------------------------
wp
------------------------------------------------------------------ */
p#pankuzu {
  margin: 0 0 10px 0;
  font-size: 10px;
}

.wp-pagenavi {
  clear: both;
  text-align: center;
  padding: 20px 0 40px 80px;
  font-size: 14px;
  overflow: hidden;
}

.wp-pagenavi a,
.wp-pagenavi span {
  text-decoration: none;
  padding: 8px 10px;
  margin: 2px;
  background: #fff;
  border: 1px solid #ccc;
}

.wp-pagenavi a:hover,
.wp-pagenavi span.current {
  background: #ee7a32 !important;
  border: 1px solid #ccc;
  color: #fff;
}

.wp-pagenavi span.current {
  font-weight: bold;
}

/* ------------------------------------------------------------------
group
------------------------------------------------------------------ */
div#groupCol {
  width: 100%;
  overflow: hidden;
  margin: 0 0 20px 0;
}

div#groupCol p.pic {
  width: 220px;
  float: right;
}

div#groupCol div {
  width: 490px;
  float: left;
}

div#groupCol div p {
  line-height: 1.6;
}

div#groupCol div dl {
  width: 100%;
  overflow: hidden;
  margin: 0 0 10px 0;
  padding: 0 0 10px;
  background: url(../images/common/dot_gray.gif) 0 100% repeat-x;
  line-height: 1.6;
}

div#groupCol div dl dt {
  width: 80px;
  float: left;
  text-align: center;
  padding: 5px 5px 4px 5px;
  background: #f9e98f;
  margin: 0 10px 0 0;
}

div#groupCol div dl dd {
  width: 380px;
  padding: 5px;
  float: left;
}

div#groupCol div dl dt.howto {
  background: #fad7c2;
}

/* ------------------------------------------------------------------
yama
------------------------------------------------------------------ */
div#yamaItem {
  width: 100%;
  overflow: hidden;
  margin: 0 0 10px 0;
}

div#yamaItem div {
  width: 162px;
  padding: 5px;
  background: #f5f5f5;
  float: left;
  margin: 0 9px 9px 0;
}

div#yamaItem div p {
  margin: 0 0 5px 0;
}

div#yamaItem div p a {
  display: block;
  border: 2px solid #fff;
}

div#yamaItem div p a:hover {
  border: 2px solid #ee7529;
}

div#yamaItem div ul {
  text-align: center;
  line-height: 1.4;
}

/* ------------------------------------------------------------------
report
------------------------------------------------------------------ */
div#reportTop {
  width: 100%;
  overflow: hidden;
  margin: 0 0 10px 0;
}

div#reportTop div.item {
  width: 190px;
  border: 1px solid #e3e3e3;
  background: url(../images/report/note_bg.gif) repeat-y;
  padding: 15px 15px 15px 26px;
  float: left;
  margin: 0 10px 10px 0;
}

div#reportTop div.item div.pic {
  margin: 0 0 10px 0;
}

div#reportTop div.item div.pic img {
  border: 1px solid #ccc;
  padding: 4px;
  background: #fff;
}

div#reportTop div.item h3 {
  font-size: 14px;
  line-height: 1.4;
  margin: 0 0 5px 0;
}

div#reportTop div.item p.txt {
  line-height: 1.4;
  margin: 0 0 10px 0;
}

div#reportEntry {
  width: 690px;
  border: 1px solid #e3e3e3;
  background: url(../images/report/note_bg.gif) repeat-y;
  padding: 20px 15px 15px 24px;
  margin: 0 0 20px 0;
  line-height: 1.6;
  overflow: hidden;
}

div#reportEntry h3 {
  font-size: 22px;
  border-bottom: 3px solid #151111;
  padding: 0 0 5px 0;
  margin: 0 0 15px 0;
}

div#reportEntry ul#mem {
  width: 100%;
  overflow: hidden;
  margin: 0 0 10px 0;
}

div#reportEntry ul#mem li {
  float: left;
  margin: 0 10px 10px 0;
}

div#reportEntry div.col {
  margin: 0 0 20px 0;
}

div#reportEntry div.col h4 {
  clear: both;
  color: #ef7c34;
  font-size: 20px;
  margin: 0 0 10px 0;
  padding: 20px 0 0 0;
  line-height: 1.2;
}

div#reportEntry div.col h5 {
  color: #4e341a;
  font-size: 14px;
  margin: 0 0 10px 0;
}

div#reportEntry div.col div.inner {
  width: 100%;
  overflow: hidden;
}

div#reportEntry div.col div.inner div.pic {
  width: 290px;
}

div#reportEntry ul#mem li img,
div#reportEntry div.col div.inner div.pic img {
  border: 1px solid #ccc;
  padding: 4px;
  background: #fff;
}

div#reportEntry div.col div.inner div.txt {
  font-size: 14px;
  line-height: 1.6;
  width: 380px;
}

div#reportEntry p.right {
  float: right;
  margin: 0 0 20px 20px;
}

div#reportEntry p.left {
  float: left;
  margin: 0 20px 20px 0;
}

div#reportEntry p.data {
  clear: both;
  text-align: right;
  font-family: Georgia, "Times New Roman", Times, serif;
  margin: 0;
}

/* ------------------------------------------------------------------
eventCal
------------------------------------------------------------------ */
div.ecEntry {
  margin: 0 0 20px 0;
  padding: 0 0 10px 0;
  background: url(../images/common/dot_gray.gif) 0 100% repeat-x;
}

div.ecEntry h2 {
  font-size: 24px;
  padding: 0 0 10px 60px;
  margin: 0 0 15px 0;
  border-bottom: 2px solid #222222;
  line-height: 1.4;
  font-weight: normal;
}

div.ecEntry h2.chofu {
  background: url(../images/eventcal/listicon_chofu.png) no-repeat;
  background-size: 45px auto;
}

div.ecEntry h2.fuchu {
  background: url(../images/eventcal/listicon_fuchu.png) no-repeat;
  background-size: 45px auto;
}

div.ecEntry p {
  font-size: 14px;
  line-height: 1.6;
  margin: 0 0 20px 0;
}

div.ecEntry p img {
  margin: 0 0 10px 0;
}

div.ecEntry p.data {
  text-align: right;
  font-family: Georgia, "Times New Roman", Times, serif;
  margin: 0;
}

div.ecMeta table {
  width: 100%;
  border-collapse: separate;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  border-spacing: 0;
  margin: 0 0 20px 0;
}

div.ecMeta table th {
  padding: 8px;
  border-top: 1px solid #ccc;
  border-left: 1px solid #ccc;
  text-align: left;
  width: 120px;
  background: url(../images/common/stripe_eee.gif);
  line-height: 1.5;
}

div.ecMeta table td {
  padding: 8px;
  border-top: 1px solid #ccc;
  border-left: 1px solid #ccc;
  text-align: left;
  vertical-align: top;
  line-height: 1.5;
}

div.ecMeta div.eo-event-venue-map {
  margin: 0 0 20px 0 !important;
}

div.ecArchives {
}

div.ecArchives div.item {
  overflow: hidden;
  min-height: 60px;
  margin: 0 0 10px 0;
  padding: 0 0 10px 45px;
  border-bottom: 1px dotted #ccc;
  line-height: 1.6;
  background: url(../images/eventcal/listicon_others.png) no-repeat;
  background-size: 35px auto;
}

div.ecArchives div.chofu {
  background: url(../images/eventcal/listicon_chofu.png) no-repeat;
  background-size: 35px auto;
}

div.ecArchives div.fuchu {
  background: url(../images/eventcal/listicon_fuchu.png) no-repeat;
  background-size: 35px auto;
}

div.ecArchives div.item h3 {
  font-size: 18px;
  margin: 0 !important;
}

div.ecArchives div.item p {
  margin: 0 0 10px 0 !important;
}

div.ecArchives div.item ul {
  width: 100%;
  overflow: hidden;
  margin: 0 !important;
}

div.ecArchives div.item ul li {
  float: left;
  margin: 0 10px 0 0;
}

div.venue-archive-meta {
  font-size: 14px;
  line-height: 1.6;
  margin: 0 0 20px 0;
}

div#nav-above {
  width: 100%;
  overflow: hidden;
  margin: 0 0 20px 0;
  text-align: center;
  padding: 10px;
}

div#nav-above span a {
  padding: 10px 30px;
  font-size: 14px;
  background: #f3f3f3;
  margin: 0 5px;
  text-decoration: none;
}

.eo-fullcalendar {
  overflow: hidden;
}

.eo-fullcalendar .category-fuchu {
  background: url(../images/eventcal/ico_fuchu.png) 5px 5px no-repeat;
}

.eo-fullcalendar .category-chofu {
  background: url(../images/eventcal/ico_chofu.png) 5px 5px no-repeat;
}

.eo-fullcalendar .category-others {
  background: url(../images/eventcal/ico_others.png) 5px 5px no-repeat;
}

.eo-fullcalendar .fc-content {
  position: relative;
  height: 55px;
}

.eo-fullcalendar .fc-content .fc-time {
  position: absolute;
  top: 5px;
  left: 40px;
  display: block;
  width: 50px;
  line-height: 14px;
  font-size: 14px;
}

.eo-fullcalendar .category-fuchu .fc-time {
  color: #34a6ef;
}

.eo-fullcalendar .category-chofu .fc-time {
  color: #ef7e36;
}

.eo-fullcalendar .category-others .fc-time {
  color: #e3c000;
}

.eo-fullcalendar .fc-content .fc-title {
  position: absolute;
  top: 17px;
  left: 0;
  display: block;
  padding: 4px;
  font-size: 11px;
  color: #444;
}

.eo-fullcalendar .fc-day-number {
  float: none !important;
  font-size: 14px;
  padding: 5px !important;
  text-align: center;
}

.eo-fullcalendar .fc-day-number .wr-calendar-date-label {
  display: block;
  float: none;
  text-align: left;
}
