/* =============================================
  共通
============================================= */
:root {
  --footer-back-color: #383b42;
  --back-color: #FFFFFF; 
}

/* =============================================
  画像サイズ
============================================= */
footer .navbar-brand img {
  height: 55px;
}
footer .hall-logo img {
  height: 100px;
  margin-right: 40px;
}
@media screen and (max-width:768px) {
  footer .navbar-brand img {
    height: 30px;
  }
  .hamburger-menu-brand img {
    height: 40px;
  }
  footer .hall-logo img {
    width: 200px;
    height: auto;
  }
}

/* =============================================
  フッター(footer.tpl)
============================================= */

/* フッター上部 */
.footer-top {
  width: 100%;
  padding: 120px 0;
  background-color: var(--footer-back-color);
  color: var(--back-color);
}
.footer-top ul {
  display: flex;
  justify-content: center;
}
.footer-top ul.link-list-top {
  margin-bottom: 20px;
}
.footer-top ul li {
  padding: 0 10px;
  border-right: 1px solid var(--back-color);
}
.footer-top ul li:last-child {
  border-right: none;
}
.footer-top ul li a {
  color: var(--back-color);

}
@media screen and (max-width:768px) {
  .footer-top {
    padding: 40px 20px 20px;
  }
  .footer-top ul {
    justify-content: space-around;
  }
  .footer-top ul li {
    padding: 15px 0;
    border: none;
  }

}

/* フッター下部 */
.footer-bottom {
  width: 100%;
  background-color: var(--back-color);
}
/* ロゴ・式場名・住所部分 */
.logo-and-info {
  display: flex;
  justify-content: center;
  margin: 80px 100px;
}
.hall-info {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-left: 10px;
}
.footer-hall-name {
  font-size: 16px;
}
.footer-address {
  font-size: 14px;
}
@media screen and (max-width:768px) {
  .logo-and-info {
    flex-direction: column;
    text-align: center;
  }
}

/* 電話番号・営業時間部分 */
.footer-tel-contact {
  text-align: center;
  margin: 70px 0;
}
.footer-tel-contact .tel-number {
  font-size: 22px;
}
.footer-tel-contact .tel-number a {
  color: var(--font-color);
}
.footer-tel-contact .tel-number .tel-icon {
  width: 20px;
  height: 20px;
  margin-right: .5em;
  margin-bottom: .3em;
  vertical-align: middle;
}
.footer-tel-contact .business-hours {
  font-size: 16px;
}
/* btnデザインlink部分 */
.footer-btn-design-link {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 24px 0;
}
.footer-btn-design-link a {
  width: 200px;
  height: 40px;
  font-size: 18px;
  line-height: 40px;
  text-align: center;
  color: var(--button-color);
  background-color: var(--back-color);
  border: 1px solid var(--button-color);
  margin-right: 20px;
}
.footer-btn-design-link a:last-child {
  margin-right: 0;
}
.footer-btn-design-link a.color-btn {
  color: var(--back-color);
  background-color: var(--button-color);
}
@media screen and (max-width:768px) {
  .footer-btn-design-link {
    flex-direction: column;
  }
  .footer-btn-design-link a {
    font-size: 18px;
    margin-right: 0;
    margin-bottom: 10px;
  }
  .footer-btn-design-link a:last-child {
    margin-bottom: 0;
  }
  .footer-tel-contact .business-hours {
    display: flex;
    justify-content: center;
  }
  .footer-tel-contact .business-hours span {
    text-align: left;
  }
  .footer-tel-contact span {
    font-size: 14px;
  }
}
/* SNSアイコン部分 */
.footer-sns {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 40px 0;
}
.footer-sns a.sns-link {
  margin-right: 20px;
}
.footer-sns a.sns-link:last-child {
  margin-right: 0;
}
.footer-sns a.sns-link .sns-icon {
  width: 34px;
  height: 34px;
}
/* copyright部分 */
.copyright {
  display: inline-block;
  width: 100%;
  margin: 8px 0 30px;
  text-align: center;
}


/* =============================================
  フェア用CSS
============================================= */
@media screen and (max-width:768px) {
  #fair.modal-open .bridal-fair-sel {
    display: none !important;
  }
  #footer {
    padding-bottom: 56px;
  }
  #fair #footer {
    padding-bottom: 88px;
  }
  .copyright {
    font-size: 10px;
  }
}

footer {
  font-size: 16.51px;
  line-height: 1.5;
}
.sNav {
  font-size: 0;
  letter-spacing: 0
}

.sNav>li {
  display: inline-block;
  vertical-align: top;
  width: 149.85999999999999px;
  height: 45.72px
}

.sNav>li+li {
  margin-left: 5.08px
}

.sNav>li.fair {
  width: 200.66px
}

.sNav>li.fair a {
  width: 200.66px;
  background-color: #fff;
  border: none;
  color: var(--back-color);
}

.sNav>li.fair a span {
  /* font-family: ryo-display-plusn, serif; */
  font-style: normal;
  font-weight: 600;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 19.05px;
  color: var(--back-color)
}

.sNav a {
  position: relative;
  display: block;
  width: 149.85999999999999px;
  height: 45.72px;
  text-align: center;
  background-color: #e8e8e8;
  border: none;
  color: var(--back-color);
}

.sNav a>span {
  display: inline-block;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  /* font-family: ryo-display-plusn, serif; */
  font-style: normal;
  font-weight: 500;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 17.78px;
  letter-spacing: .1em;
  line-height: 1;
  color: var(--font-color)
}

.secTit {
  position: relative;
  text-align: left
}

.secTit .title {
  position: relative;
  padding-bottom: 38.1px;
  /* font-family: ryo-display-plusn, serif; */
  font-style: normal;
  font-weight: 500;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 19.05px;
  letter-spacing: .32em;
  line-height: 1;
  color: var(--font-color);
  text-align: left
}

.secTit .title:before {
  content: attr(data-txt) "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0
}

.secTit .title>span {
  position: relative;
  /* font-family: minion-3-display, serif; */
  font-style: normal;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 68.58px;
  letter-spacing: .13em;
  line-height: .7
}

.secTit .num {
  position: relative;
  /* font-family: minion-3-subhead, serif; */
  font-style: italic;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 46.99px;
  letter-spacing: .07;
  line-height: 1;
  color: #b18b43;
  display: block;
  margin-bottom: 63.5px
}

.secTit .num>span {
  position: relative;
  padding-bottom: 8.89px
}

.secTit .num>span:before {
  content: '';
  position: absolute;
  left: 0;
  right: 3.81px;
  bottom: 0;
  height: 1px;
  background-color: #b18b43
}

.secTit.center {
  text-align: center
}

.secTit.center .title {
  text-align: center
}

.secTit.center .title:before {
  text-align: center
}

.secTit.rdeco .title span:before {
  content: '';
  position: absolute;
  right: -139.70000000000002px;
  top: 50%;
  height: 1px;
  width: 127px;
  background-color: #8e8e8e
}

.secTit.bdeco .title span {
  padding-bottom: 22.86px
}

.secTit.bdeco .title span:before {
  content: '';
  position: absolute;
  left: 50%;
  bottom: 0;
  margin-left: -.2413px;
  height: 1px;
  width: 48.26px;
  background-color: #b18b43
}

.secTit.bdeco .title[data-txt] {
  padding-bottom: 50.800000000000004px
}

.secTit.bdeco .title[data-txt] span {
  padding-bottom: 57.15px
}


.data>dd, .data>dt {
  text-align: left;
  display: inline-block;
  font-size: 16.51px;
  letter-spacing: 0;
  line-height: 1.8
}

.data dt:after {
  content: attr(data-txt) ""
}

.data .detail {
  display: inline-block
}

.data .detail>* {
  display: inline-block
}

.data .detail>dt {
  margin-right: 1em
}

@-webkit-keyframes mvArrowIB {
  0% {
    -webkit-transform: rotate(-45deg) scaleX(1) translate(0, 0);
    transform: rotate(-45deg) scaleX(1) translate(0, 0);
    height: 8.89px
  }
  25% {
    -webkit-transform: rotate(-45deg) scaleX(1) translate(0, 0);
    transform: rotate(-45deg) scaleX(1) translate(0, 0);
    height: 8.89px
  }
  50% {
    -webkit-transform: rotate(-45deg) scaleX(0) translate(-12.700000000000001px,  -6.3500000000000005px);
    transform: rotate(-45deg) scaleX(0) translate( -12.700000000000001px,  -6.3500000000000005px);
    height: 0
  }
  75% {
    -webkit-transform: rotate(-45deg) scaleX(0) translate( -12.700000000000001px,  -6.3500000000000005px);
    transform: rotate(-45deg) scaleX(0) translate( -12.700000000000001px,  -6.3500000000000005px);
    height: 0
  }
  90% {
    -webkit-transform: rotate(-45deg) scaleX(1) translate( -12.700000000000001px, 6.3500000000000005px);
    transform: rotate(-45deg) scaleX(1) translate( -12.700000000000001px, 6.3500000000000005px);
    height: 0
  }
}

@keyframes mvArrowIB {
  0% {
    -webkit-transform: rotate(-45deg) scaleX(1) translate(0, 0);
    transform: rotate(-45deg) scaleX(1) translate(0, 0);
    height: 8.89px
  }
  25% {
    -webkit-transform: rotate(-45deg) scaleX(1) translate(0, 0);
    transform: rotate(-45deg) scaleX(1) translate(0, 0);
    height: 8.89px
  }
  50% {
    -webkit-transform: rotate(-45deg) scaleX(0) translate( -12.700000000000001px,  -6.3500000000000005px);
    transform: rotate(-45deg) scaleX(0) translate( -12.700000000000001px,  -6.3500000000000005px);
    height: 0
  }
  75% {
    -webkit-transform: rotate(-45deg) scaleX(0) translate( -12.700000000000001px,  -6.3500000000000005px);
    transform: rotate(-45deg) scaleX(0) translate( -12.700000000000001px,  -6.3500000000000005px);
    height: 0
  }
  90% {
    -webkit-transform: rotate(-45deg) scaleX(1) translate( -12.700000000000001px, 6.3500000000000005px);
    transform: rotate(-45deg) scaleX(1) translate( -12.700000000000001px, 6.3500000000000005px);
    height: 0
  }
}

@-webkit-keyframes mvArrowI {
  0% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transform-origin: 100% 50%;
    transform-origin: 100% 50%
  }
  20% {
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 100% 50%;
    transform-origin: 100% 50%
  }
  45% {
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 100% 50%;
    transform-origin: 100% 50%
  }
  55% {
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 0 50%;
    transform-origin: 0 50%
  }
  85% {
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 0 50%;
    transform-origin: 0 50%
  }
  100% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transform-origin: 0 50%;
    transform-origin: 0 50%
  }
}

@keyframes mvArrowI {
  0% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transform-origin: 100% 50%;
    transform-origin: 100% 50%
  }
  20% {
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 100% 50%;
    transform-origin: 100% 50%
  }
  45% {
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 100% 50%;
    transform-origin: 100% 50%
  }
  55% {
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 0 50%;
    transform-origin: 0 50%
  }
  85% {
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 0 50%;
    transform-origin: 0 50%
  }
  100% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transform-origin: 0 50%;
    transform-origin: 0 50%
  }
}

.btn01 {
  position: relative;
  display: inline-block;
  width: 304.8px;
  height: 69.85000000000001px;
  text-align: center;
  padding: 0;
  box-sizing: border-box;
  background-color: transparent;
  border: 1px solid #8e8e8e
}

.btn01:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: var(--base-color);
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: right top;
  transform-origin: right top;
  -webkit-transition: -webkit-transform .4s cubic-bezier(.77, 0, .175, 1);
  transition: -webkit-transform .4s cubic-bezier(.77, 0, .175, 1);
  transition: transform .4s cubic-bezier(.77, 0, .175, 1);
  transition: transform .4s cubic-bezier(.77, 0, .175, 1), -webkit-transform .4s cubic-bezier(.77, 0, .175, 1)
}

.btn01>span {
  display: inline-block;
  /* font-family: "游ゴシック", "游ゴシック体", "Yu Gothic", YuGothic, verdana, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, sans-serif; */
  font-weight: 500;
  font-size: 17.78px;
  letter-spacing: .15em;
  line-height: 1;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  color: var(--font-color);
  -webkit-transition: color .7s;
  transition: color .7s
}

.btn01.arrow i {
  position: absolute;
  top: calc(50% - 7.62px);
  right: 20.32px;
  width: 33.02px;
  height: 7.62px
}

.btn01.arrow i:after, .btn01.arrow i:before {
  background-color: #8e8e8e
}

.btn01.rev i {
  right: auto;
  left: 20.32px;
  -webkit-transform: scale(-1, 1);
  transform: scale(-1, 1)
}

.btn01.nega {
  border: 1px solid #f6ece5;
  background-color: #f6ece5
}

.btn01.nega:before {
  background-color: #fff
}

.btn01.nega>span {
  color: var(--font-color)
}

.flowbottomSP {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 56px;
  display: table;
  text-align: center;
  -webkit-transition: -webkit-transform .7s;
  transition: -webkit-transform .7s;
  transition: transform .7s;
  transition: transform .7s, -webkit-transform .7s;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 999;
  background-color: var(--footer-back-color);
}

.flowbottomSP.active {
  -webkit-transform: translateY(0);
  transform: translateY(0)
}

.flowbottomSP a {
  display: table-cell;
  background-color: #fff;
  vertical-align: middle;
  background-color: var(--base-color);
  padding: 0 25.400000000000002px
}

.flowbottomSP a+a {
  border-left: 1px solid #6d6d6d;
  border-top: 1px solid #6d6d6d
}

.flowbottomSP span {
  font-size: 11.5px;
  letter-spacing: .1em;
  line-height: 1;
  font-feature-settings: "palt";
  color: #fff
}

.flowbottomSPinview {
  position: absolute;
  top: 105vh;
  bottom: 0;
  pointer-events: none;
  width: 0
}

.pagetopbtn {
  position: fixed;
  bottom: 150px;
  right: 25.400000000000002px;
  width: 60.96px;
  height: 60.96px;
  -webkit-filter: opacity(0);
  filter: opacity(0);
  pointer-events: none;
  border: 1px solid var(--footer-back-color);
  background-color: var(--footer-back-color);
  -webkit-transition: opacity .2s, -webkit-filter 1s;
  transition: opacity .2s, -webkit-filter 1s;
  transition: filter 1s, opacity .2s;
  transition: filter 1s, opacity .2s, -webkit-filter 1s;
  z-index: 999
}
@media screen and (min-width: 769px) {
  .pagetopbtn {
    display: none;
  }
}

.pagetopbtn:before {
  content: '';
  position: absolute;
  left: calc(50% - 5.08px);
  top: 50%;
  margin-top:  -2.54px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  width: 10.16px;
  height: 10.16px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  box-sizing: border-box
}

.pagetopbtn.active {
  -webkit-filter: opacity(100%);
  filter: opacity(100%);
  pointer-events: auto
}

.no-touchevents .pagetopbtn:hover {
  opacity: .6
}

.menuOpen .pagetopbtn {
  -webkit-filter: opacity(0)!important;
  filter: opacity(0)!important;
  pointer-events: none!important
}

.pagetopbtnInview {
  position: absolute;
  top: 200vh;
  bottom: 0;
  pointer-events: none;
  width: 0
}

.mod_footer>.in {
  background-color: var(--back-color);
  padding-top: 76.2px;
  padding-bottom: 38.1px;
  text-align: center
}

.mod_footer>.in>div {
  width: 1473.2px;
  margin: 0 auto
}

.mod_footer .row01 {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between
}

.mod_footer .row01 .col01 {
  width: 444.5px;
  text-align: left
}

.mod_footer .footer_logo {
  line-height: 1
}

.mod_footer .footer_logo a {
  display: inline-block;
  line-height: 1
}

.mod_footer .address {
  /* font-family: ryo-display-plusn, serif; */
  font-style: normal;
  font-weight: 500;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 15.24px;
  letter-spacing: .15em;
  line-height: 1.91;
  color: var(--font-color);
  margin-top: 25.400000000000002px
}

.mod_footer .row02 {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
  color: #fff;
  padding-top: 88.89999999999999px
}

.mod_footer .row02 a {
  /* font-family: minion-3-subhead, serif; */
  font-style: normal;
  font-weight: 500;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 12.700000000000001px;
  letter-spacing: .23em;
  line-height: 1
}

.mod_footer .row02 .copyright {
  /* font-family: minion-3-subhead, serif; */
  font-style: normal;
  font-weight: 500;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 12.700000000000001px;
  letter-spacing: .23em;
  line-height: 1
}

.mod_contact>.in {
  width: 100%;
  padding-top: 50.800000000000004px;
  padding-bottom: 63.5px;
  background-color: var(--base-color);
  text-align: center
}

.mod_contact .secTit {
  margin-bottom: 50.800000000000004px
}

.mod_contact .secTit .title {
  color: var(--back-color)
}

.mod_contact .secTit .title:before {
  /* font-family: ryo-display-plusn, serif; */
  font-style: normal;
  font-weight: 600;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 16.51px;
  letter-spacing: .13em;
}

.mod_contact .secTit .title span {
  /* font-family: minion-3-subhead, serif; */
  font-style: normal;
  font-weight: 500;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 35.56px;
  letter-spacing: .12em
}

.mod_contact .secTit .title span:before {
  width: 38.1px;
  margin-left:  -19.05px;
  background-color: var(--back-color)
}

.mod_contact .secTit.bdeco .title[data-txt] {
  padding-bottom: 30.48px
}

.mod_contact .secTit.bdeco .title[data-txt] span {
  padding-bottom: 44.449999999999996px
}

.mod_contact .tel_box {
  color: var(--back-color);
  margin-bottom: 25.400000000000002px
}

.mod_contact .tel_box dt {
  /* font-family: "游ゴシック", "游ゴシック体", "Yu Gothic", YuGothic, verdana, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, sans-serif; */
  font-weight: 500;
  font-size: 15.24px;
  font-weight: 700;
  letter-spacing: .06em
}

.mod_contact .tel_box dd .tel span {
  /* font-family: minion-3-subhead, serif; */
  font-style: normal;
  font-weight: 500;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 38.1px;
  letter-spacing: .08em;
  line-height: .7;
  color: var(--back-color)
}

.mod_contact .tel_box dd .time {
  display: flex;
  justify-content: center;
  font-size: 15.24px;
  font-weight: 700;
  letter-spacing: .06em;
  color: var(--back-color)
}

.mod_contact .sNav {
  width: 1130.3px;
  margin: 0 auto;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between
}

.mod_contact .sNav li {
  width: 271.78000000000003px;
  height: 68.58px
}

.mod_contact .sNav li a {
  width: 271.78000000000003px;
  height: 68.58px;
  background-color: var(--base-color);
  border: 1px solid var(--back-color);
}

@media print, screen and (min-width:461px) {
  .mod_footer .row01 .col02, .mod_footer .row01 .col03 {
    padding-top: 7.62px
  }
  .mod_footer .gNav02 {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -webkit-box-align: start;
    align-items: flex-start;
    height: 203.20000000000002px;
    width: 914.4px
  }
  .no-touchevents .mod_footer .gNav02 a[href]:hover>span:before {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transform-origin: left top;
    transform-origin: left top
  }
  .mod_footer .gNav02 a>span {
    position: relative;
    display: inline-block
  }
  .mod_footer .gNav02 a>span:before {
    content: "";
    display: block;
    position: absolute;
    bottom: 6.3500000000000005px;
    left: 0;
    width: 100%;
    height: 1.27px;
    background-color: rgba(252, 251, 248, .4);
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: right top;
    transform-origin: right top;
    -webkit-transition: -webkit-transform .4s cubic-bezier(.77, 0, .175, 1);
    transition: -webkit-transform .4s cubic-bezier(.77, 0, .175, 1);
    transition: transform .4s cubic-bezier(.77, 0, .175, 1);
    transition: transform .4s cubic-bezier(.77, 0, .175, 1), -webkit-transform .4s cubic-bezier(.77, 0, .175, 1)
  }
  .mod_footer .gNav02 a.current>span:before {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transition: none;
    transition: none
  }
  .mod_contact .tel_box dd .tel.btn01 {
    height: 50.800000000000004px;
    width: auto;
    border: none
  }
  .mod_contact .tel_box dd .tel.btn01:before {
    content: none
  }
}

@media screen and (max-width:460px) {
  .gNav02 {
    position: relative;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
    border-top: 1px solid #fff;
  }
  .gNav02:before {
    content: '';
    position: absolute;
    z-index: 0;
    top: 0;
    bottom: 0;
    left: 50%;
    width: 1px;
    background-color: #fff;
  }
  .gNav02 li {
    display: inline-block;
    width: 50%;
    height: 63.5px;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    border-bottom: 1px solid #fff;
    background-color: var(--base-color)
  }
  .gNav02 li.full {
    width: 100%;
    z-index: 1
  }
  .gNav02 li a {
    /* font-family: "游ゴシック", "游ゴシック体", "Yu Gothic", YuGothic, verdana, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, sans-serif; */
    font-weight: 500;
    font-size: 15.24px;
    letter-spacing: .15em;
    font-feature-settings: "palt";
    color: #000
  }
  .gNav02 li a.current {
    color: #b18b43
  }
  .gNav03 li {
    display: inline-block;
    width: 100%;
    height: 63.5px;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    border-bottom: 1px solid #fff;
    background-color: var(--base-color)
  }
  .sNav {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    justify-content: space-between
  }
  .sNav>li {
    width: calc((100% - 12.700000000000001px)/ 3);
    height: 63.5px
  }
  .sNav>li+li {
    margin-left: 0
  }
  .sNav>li.fair {
    width: 100%;
    margin-bottom: 6.3500000000000005px
  }
  .sNav>li.fair a {
    width: 100%
  }
  .sNav>li.fair a span {
    font-size: 13.97px
  }
  .sNav a {
    width: 100%;
    height: 63.5px;
    background-color: #fff;
    color: var(--back-color);
  }
  .sNav a>span {
    font-size: 13.97px;
    color: var(--back-color);
    font-feature-settings: "palt"
  }
  .secTit .title {
    font-size: 13.97px;
    padding-bottom: 25.400000000000002px;
    font-feature-settings: "palt";
  }
  .secTit .title>span {
    font-size: 38.1px
  }
  .secTit .num {
    font-size: 26.669999999999998px;
    line-height: .7;
    margin-bottom: 34.29px
  }
  .secTit .num>span {
    padding-bottom: 2.54px
  }
  .secTit.rdeco .title span:before {
    width: 69.85000000000001px;
    right:  -82.55px
  }
  .secTit.bdeco .title span {
    padding-bottom: 17.78px
  }
  .secTit.bdeco .title span:before {
    margin-left:  -16.51px;
    width: 33.02px
  }
  .secTit.bdeco .title[data-txt] {
    padding-bottom: 25.400000000000002px
  }
  .secTit.bdeco .title[data-txt] span {
    padding-bottom: 44.449999999999996px
  }
  .tel>span {
    margin-right: 0
  }
  .time {
    font-size: 13.97px
  }
  .data>dd, .data>dt {
    font-size: 13.97px
  }
  .btn01 {
    display: block;
    height: 63.5px;
    width: 100%;
    max-width: 100%;
    padding: 0
  }
  .btn01>span {
    font-size: 15.24px;
    letter-spacing: .06em;
    line-height: 1.4
  }
  .btn01.arrow i {
    top: calc(50% - 3.81px);
    right: 19.05px;
    width: 26.669999999999998px;
    height: 3.81px
  }
  .btn01.rev i {
    left: 19.05px
  }
  .btn02.arrow i {
    right: 19.05px;
    width: 26.669999999999998px;
    height: 3.81px
  }
  .pagetopbtn {
    width: 46.99px;
    height: 46.99px;
    right: 12.700000000000001px;
    bottom: calc(env(safe-area-inset-bottom) + 83.82000000000001px)
  }
  .mod_footer>.in {
    padding-top: 44.449999999999996px;
    padding-bottom: 25.400000000000002px;
    margin-bottom: 46.99px
  }
  .mod_footer>.in>div {
    width: 100%
  }
  .mod_footer .row01 {
    display: block;
    padding-top: 40px;
  }
  .mod_footer .row01 .col01 {
    width: 100%;
    text-align: center
  }
  .mod_footer .address {
    font-size: 13.97px;
    line-height: 1.72;
    margin-top: 19.05px
  }
  .mod_footer .gNav02 .gNav03 {
    width: 100%;
    margin-top: 31.75px;
    border-color: #6d6d6d
  }
  .mod_footer .gNav02:before {
    background-color: #6d6d6d
  }
  .mod_footer .gNav02 li {
    background-color: var(--back-color);
    border-color: #6d6d6d;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .mod_footer .gNav03 li {
    background-color: var(--back-color);
    border-color: #6d6d6d;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .mod_footer .gNav03 li a {
    color: var(--font-color)
  }
  .mod_footer .snsLink {
    padding: 25.400000000000002px 0
  }
  .mod_footer .snsLink li {
    margin: 0 19.05px
  }
  .mod_footer .row02 {
    display: block;
    text-align: center;
    padding: 25.400000000000002px 12.700000000000001px;
  }
  .mod_footer .row02 a {
    font-weight: 500;
    font-size: 11.43px;
    font-feature-settings: "palt"
  }
  .mod_footer .row02 .copyright {
    font-size: 10.16px;
    margin-top: 44.449999999999996px
  }
  .mod_contact>.in {
    padding-top: 44.449999999999996px;
    padding-bottom: 25.400000000000002px
  }
  .mod_contact .secTit .title:before {
    font-size: 11.43px;
  }
  .mod_contact .secTit .title span {
    font-size: 26.669999999999998px
  }
  .mod_contact .secTit .title span:before {
    width: 27.94px;
    margin-left:  -13.97px;
  }
  .mod_contact .secTit.bdeco .title[data-txt] {
    padding-bottom: 25.400000000000002px;
  }
  .mod_contact .tel_box dt {
    font-size: 14px;
    text-align: center;
    margin-bottom: 12.700000000000001px
  }
  .mod_contact .tel_box dd dt,.mod_contact .tel_box dd dd {
    font-size: 10px;
  }
  .mod_contact .tel_box dd .tel.btn01 {
    height: 63.5px;
    width: calc(100% - 38.1px);
    margin: 0 auto;
    border-color: #fff
  }
  .mod_contact .tel_box dd .tel.btn01 span {
    font-style: normal;
    font-weight: 500;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 28.575px;
    letter-spacing: .05em;
    color: var(--back-color)
  }
  .mod_contact .tel_box dd .time {
    font-size: 13.97px;
    font-feature-settings: "palt";
    margin-top: 12.700000000000001px
  }
  .mod_contact .sNav {
    flex-wrap: wrap;
    width: calc(100% - 38.1px);
    margin: 0 auto
  }
  .mod_contact .sNav li {
    width: calc((100% - 6.3500000000000005px)/ 2);
    height: 63.5px;
    font-size: 13.97px;
    color: var(--font-color);
    padding: 0;
  }
  .mod_contact .sNav li a {
    width: 100%;
    height: 63.5px
  }
  .mod_contact .sNav li a span {
    color: var(--back-color);
    letter-spacing: .05em;
    line-height: 1.4
  }
  .mod_contact .sNav li.full {
    width: 100%;
    margin-bottom: 6.3500000000000005px
  }
  .mod_contact .sNav li.full a {
    width: 100%
  }
  .mod_contact .sNav li.full a span {
    font-size: 13.97px;
    letter-spacing: .15em;
    line-height: 1.4;
    color: var(--back-color)
  }
}

.navWrap .logo a {
  width: 152.4px;
  height: auto; }


@media screen and (max-width: 768px) {
  .sns-links {
    margin: 20px auto 0;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
  }

  .sns-links > a > img {
    width:34px;
  }
}

/* spナビゲーション（フェア以外） */
#spFloatBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 60px;
  position: fixed;
  left: 0;
  bottom: -60px;
  z-index: 999;
	transition:bottom 0.5s ease;
}
.sc #spFloatBox.view {
  bottom: 0;
}
#spFloatBox .telephone {
  width: 80px;
  height: 100%;
}
#spFloatBox .telephone a {
  display: block;
  height: 100%;
  padding-top: 42px;
  font-size: 12px;
  font-weight: 600;
  text-align: center;
  letter-spacing: 0.1em;
  font-family: 'Cormorant Infant', serif;
  line-height: 1;
  color: #8e7137 !important;
  background: url(../img/icon_tel.png) no-repeat top 10px center #ffffff;
  background-size: 28px auto;
  box-sizing: border-box;
}
#spFloatBox .fair {
  width: calc(100% - 80px);
  height: 100%;
  background: #8e7137;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
#spFloatBox .fair a {
  display: block;
  height: 100%;
  background: #8e7137;
  font-size: 12px;
  line-height: 1;
  color: #ffffff;
  text-align: center;
  font-family: 'Cormorant Infant', 'SourceHanSerifJP', "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  position: relative;
}
#spFloatBox .fair a:before {
  content: '';
  width: 10px;
  height: 10px;
  margin: auto;
  border: 0px;
  border-top: solid 1px #ffffff;
  border-right: solid 1px #ffffff;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 0;
  bottom: 0;
  right: 18px;
  z-index: 2;
}
#spFloatBox .fair a span {
  display: block;
  padding-top: 12px;
  width: 100%;
  margin-bottom: 3px;
  background: #8e7137;
  font-size: 20px;
  line-height: 1;
  letter-spacing: 0.1em;
  color: #e4d3b1;
  text-align: center;
  font-family: 'Cormorant Infant', 'SourceHanSerifJP', "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
@media screen and (min-width: 769px) {
  #spFloatBox {
    display: none;
  }
}
