@charset "utf-8";
a{
    text-decoration: none;
}

a:not([class]) {
  color: #cf872e;
}

.bg-pattern {
  background-image: url(../img/bg-pattern.png);
  background-repeat: no-repeat;
  background-size: cover;
}
.bg-pattern2 {
  background-size: auto auto;
  background-image: repeating-linear-gradient(
    90deg,
    transparent,
    transparent 16px,
    rgba(0, 0, 0, 0.05) 16px,
    rgba(0, 0, 0, 0.05) 20px
  );
}
.bg-pattern3 {
  background-image: url(../img/bg-pattern3.png);
  background-repeat: no-repeat;
  background-size: cover;
}

.bg-keycolor-light {
  background-color: #9D8C9F;
}
.bg-keycolor-light2 {
  background-color: #6e5a77;
}
.bg-camel {
  background-color: #b56d33;
}
.bg-black {
  background-color: #222 !important;
}
.bg-purple {
  background-color: #736475;
}

#header {
  background: #fafafa url("../img/bg-header.png") no-repeat center right;
  border-bottom-color: #998a24;
}
#siteHeader .headerTtl {
  background-color: #6e5a77;
  color: #fafafa;
}
#globalNav {
  background-color: #6e5a77;
  border-top-color: #998a24;
}
#breadcrumbBox {
  border-bottom-color: #998a24;
}

#home-news,
#home-calendar,
#home-access {
  border-top: #998a24 solid 2px;
  border-bottom: #998a24 solid 2px;
}

.home-contents .frame4,
.home-contents .frame2 {
  background: #f4f4f4 url("../img/tex-paper.png") repeat;
}
.frame4 .inner {
  background-image: url("../img/frame4-top-left.png"),
    url("../img/frame4-top-right.png"), url("../img/frame4-bottom-left.png"),
    url("../img/frame4-bottom-right.png");
  background-repeat: no-repeat;
  background-position: top left, top right, bottom left, bottom right;
}
#home-lead .frame4 {
  text-shadow: 2px 2px 3px rgb(187 94 48 / 35%);
}

.frame2 .inner {
  background-image: url("../img/frame2-top.png"),
    url("../img/frame2-bottom.png");
  background-repeat: no-repeat;
  background-position: top center, bottom center;
  background-size: 100% auto;
}

.uramaishiBox {
  border-color: #624623;
}

/* add2025 */
.bg-ginza-mv {
  background-image: url(../img/bg-mv.jpg);
  background-position: left;
}

.clm2 {
  justify-content: center;
}

.contents .headlineA {
  color: #fafafa;
}

.fcw {
  color: #fafafa;
}

/* お知らせ */
.news-list {
  list-style: none;
  padding: 0;
  max-width: 900px;
  margin: 0 auto;
}

.news-item {
  border-bottom: 1px solid #ccc;
  padding: 1em 0;
}

.news-date {
  font-size: 0.9em;
  color: #fafafa;
}

.news-text {
  margin-top: 0.5em;
  color: #fafafa;
}

.news-header {
  display: flex;
  align-items: center;
  gap: 1em;
}

.news-date,
.news-category {
  margin: 0;
}

.btn a {
  display: block;
  width: 320px;
  margin: 0 auto;
  background: #fafafa;
  text-align: center;
  padding: 15px 0;
  margin-top: 30px;
}

.btn a:hover{
  opacity: 0.7;
}

/* xロゴ */
.x-logo {
  width: 18px;
  height: auto;
}

/* お知らせ一覧 */
#news a:hover{
  opacity: 0.7;
}

.pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0 8px;
  list-style-type: none;
  padding: 0;
}

.pagination a {
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 2em;
  height: 2em;
  border-radius: 1px;
  background-color: #f2f2f2;
  color: #d08925;
}

.pagination a:not(:hover) {
  text-decoration: none;
}

.pagination a:hover{
  opacity: 0.7;
}

.pagination .current {
  background-color: #d08925;
  color: #fff;
  pointer-events: none;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 2em;
  height: 2em;
  border-radius: 1px;
}

/* お知らせ詳細 */
.news-detail {
  max-width: 1200px;
  padding: 0 15px;
  margin: 50px auto 0 auto;
  color: #fafafa;
}

.news-detail h2 {
  font-size: 2.4em;
  margin-bottom: 7px;
}

.news-detail .body {
  margin: 50px 0;
}

.news-detail .btn-link,
.news-detail .btn {
  text-align: center;
  margin: 15px 0;
}

.news-detail .btn-link a,
.news-detail .btn a {
  display: block;
  width: 350px;
  padding: 15px 0;
  text-decoration: none;
  margin: 0 auto;
}

.news-detail .btn-link a {
  background: #fafafa;
  color: #cf872e;
}

.news-detail .btn a {
  background: #cf872e;
  color: #fafafa;
}

.news-detail .btn-link a:hover,
.news-detail .btn-news a:hover{
  opacity: 0.7;
}

/* 占い師 */
a.uranaishi-tel{
  display: block;
}

.priceDl.otameshi dt{
  color: #fafafa;
}

/* フロー */
.flow-box {
  padding-left: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 60px;
}

.flow-box > li {
  list-style-type: none;
  width: 100%;
  max-width: 350px;
  display: flex;
  background: #fff;
}

.flow-box dt{
  height: 75%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.flow-box > li dl {
  padding: 30px 20px;
  margin: 0;
  border: 3px solid #e0c438;
  position: relative;
}

.flow-box > li:not(:first-child) dl::before {
  content: "";
  width: 14px;
  height: 14px;
  margin-right: 10px;
  display: inline-block;
  border-top: 4px solid #e0c438;
  border-right: 4px solid #e0c438;
  position: absolute;
  top: calc(50% - 14px);
  left: -45px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.flow-box > li dl dt {
  font-size: 1.3em;
  font-weight: 600;
  color: #e0c438;
  -ms-flex-preferred-size: 20%;
  flex-basis: 20%;
  margin-bottom: 10px;
  text-align: center;
}

.flow-box > li dl dd {
  margin-left: 0;
}

@media(max-width: 767px){
  .flow-box {
    gap: 20px;
  }
  .flow-box > li {
    max-width: unset;
    display: block;
    margin: 7px 0;
  }

  .flow-box > li:not(:first-child) dl::before {
    border-top: none;
    border-right: none;
    border-left: 4px solid #e0c438;
    border-bottom: 4px solid #e0c438;
    top: -33px; 
    left: calc(50% - 7px); 
    transform: rotate(-45deg);
  }
}

@media screen and (max-width: 425px) {
  /*以下の時*/
  .x-logo {
    width: 14px;
  }
}

/* 各ボタン共通 */
.float-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  text-decoration: none;
  font-weight: bold;
  transition: 0.3s ease;
  background: #aca6c1;
  box-shadow: 0 -2px 8px rgba(0, 0, 0, 0.15);
}

.float-btn.top{
  height: 65px;
}

/* PCスタイル */
#floatingButtons {
  position: fixed;
  z-index: 9999;
  bottom: 20px;
  right: 0;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
/* SPスタイル */
@media screen and (max-width: 767px) {
  /* #floatingButtons .top {
    display: none;
  } */

  #floatingButtons {
    width: 60%;
  }
}
