/* =============================================
  共通
============================================= */

html, body {
	margin: 0;
	padding: 0;
  /* background-color: #F7F6F3; */
}
@media screen and (max-width:768px) {
  body.modal-open {
    overflow-y: hidden;
  }
}

#header a:hover, #header a img:hover,
#footer a:hover, #footer a img:hover {
  opacity: 1 !important;
}

@media screen and (min-width:769px) {
  .sp-show {
    display: none !important;
  }
}
@media screen and (max-width:768px) {
  .pc-show {
    display: none !important;
  }
}


/* =============================================
  画像サイズ
============================================= */
.navbar-brand img {
  height: 60px;
}
.hamburger-menu-brand img {
  height: 48px;
}
.hall-logo img {
  height: 60px;
}
@media screen and (max-width:768px) {
  .navbar-brand img {
    height: 24px;
  }
  .hamburger-menu-brand img {
    height: 36px;
  }
  .hall-logo img {
    width: 200px;
    height: auto;
  }
}


/* =============================================
  ヘッダー(header.tpl)
============================================= */

/* ナビバー */
.navbar {
  width: 100%;
  height: 100px;
  padding: 0 60px;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: fixed;
  top: 0;
  z-index: 100;
}
@media screen and (max-width:768px) {
  .navbar {
    height: 80px;
    padding: 0 20px;
  }
}

/* ナビバー 右側 */
.navbar-right {
  display: flex;
  align-items: center;
}
.navbar-fair-btn {
  height: 46px;
  padding: 0 36px;
  margin-right: 50px;
  font-size: 22px;
  line-height: 46px;
  color: #fff;
  background-color: #E36B64;
}
@media screen and (max-width:768px) {
  .navbar-fair-btn {
    height: 36px;
    padding: 0 17px;
    margin-right: 15px;
    font-size: 13px;
    line-height: 36px;
    color: #E36B64;
    background-color: #fff;
    border: 1px solid #E36B64;
  }
}

/* トグルボタン */
.navbar-toggler {
  width: 32px;
  height: 25px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  background: none;
  cursor: pointer;
  z-index: 1000;
}
.navbar-toggler .bar {
  width: 32px;
  height: 3px;
  background-color: #E36B64;
  transition: transform 0.3s ease;
}
/* トグルボタン バツ */
.navbar-toggler.active .bar:nth-child(1) {
  transform: translateY(11px) rotate(45deg);
}
.navbar-toggler.active .bar:nth-child(2) {
  opacity: 0;
}
.navbar-toggler.active .bar:nth-child(3) {
  transform: translateY(-11px) rotate(-45deg);
}

/* ハンバーガーメニュー */
.hamburger-menu {
  width: 500px;
  height: 100%;
  background-color: #F7F6F3;
  position: fixed;
  top: 0;
  right: -500px;
  transition: right 0.3s;
  overflow-y: auto;
}
.hamburger-menu.open {
  right: 0;
}
@media screen and (max-width:768px) {
  .hamburger-menu {
    width: 100vw;
    right: -100vw;
  }
}
/* ハンバーガーメニュー トップ部分 */
.hamburger-menu-top {
  height: 100px;
  display: flex;
  align-items: center;
  padding-left: 60px;
}
@media screen and (max-width:768px) {
  .hamburger-menu-top {
    height: 80px;
    padding-left: 20px;
  }
}
/* ハンバーガーメニュー 電話番号部分 */
.hamburger-menu-contact {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding-bottom: 90px;
}
dl.tel-contact {
  text-align: center;
  margin: 20px 0;
}
dl.tel-contact dt {
  font-size: 14px;
}
dl.tel-contact dd.tel-number {
  font-size: 22px;
}
dl.tel-contact dd.tel-number .tel-icon {
  width: 20px;
  height: 20px;
  margin-right: .5rem;
  margin-bottom: .3rem;
}
dl.tel-contact dd.business-hours {
  font-size: 12px;
}
@media screen and (max-width:768px) {
  dl.tel-contact {
    margin: 15px 0;
  }
}
/* ハンバーガーメニュー btnデザインlink部分 */
.btn-design-link {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin: 20px 0;
}
.btn-design-link a {
  width: 230px;
  height: 36px;
  font-size: 12px;
  line-height: 36px;
  text-align: center;
  color: #E36B64;
  background-color: #fff;
  border: 1px solid #E36B64;
  margin-bottom: 10px;
}
.btn-design-link a:last-child {
  margin-bottom: 0;
}
.btn-design-link a.color-text {
  color: #ae3846;
}
.btn-design-link a.color-btn {
  color: #fff;
  background-color: #E36B64;
  font-size: 16px;
}
@media screen and (max-width:768px) {
  .btn-design-link {
    margin: 15px 0;
  }
}
/* ハンバーガーメニュー linkリスト部分 */
.link-list ul {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  margin: 20px 0;
}
.link-list ul li {
  width: 250px;
  height: 44px;
  line-height: 44px;
  text-align: center;
  border-bottom: 1px solid #3e3e3e;
}
@media screen and (max-width:768px) {
  .link-list ul li {
    width: 50vw;
  }
}
.link-list ul li:nth-child(1),
.link-list ul li:nth-child(2) {
  border-top: 1px solid #3e3e3e;
}
.link-list ul li:nth-child(odd) {
  border-right: 1px solid #3e3e3e;
}
.link-list ul li a {
  color: #3e3e3e;
  font-size: 14px;
}
/* ハンバーガーメニュー ボトム部分 */
.hamburger-menu-bottom {
  width: 500px;
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  bottom: 0;
  background-color: #F7F6F3;
  border-top: 1px solid #3e3e3e;
}
.hamburger-menu-bottom a.sns-link {
  margin-right: 10px;
}
.hamburger-menu-bottom a.sns-link:last-child {
  margin-right: 0;
}
.hamburger-menu-bottom a.sns-link .sns-icon {
  width: 25px;
  height: 25px;
}
@media screen and (max-width:768px) {
  .hamburger-menu-bottom {
    width: 100vw;
  }
}
/* TELリンク */
.tel-number > a {
  text-decoration: none;
  color: inherit;
}

/* メイン画像 */
.main-img-wrapper {
  width: 100%;
  height: calc(100% - 100px);
}
.main-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media screen and (max-width:768px) {
  .main-img-wrapper {
    height: calc(100% - 80px);
    margin-top: 80px;
  }
  .main-img {
    height: auto;
  }
}

/* ページタイトル */
.page-title {
  width: 100%;
  text-align: center;
  margin-top: 100px;
}
.page-title h1 {
  color: #37342e;
  font-size: 42px;
  padding: 40px 0;
}
.sub-title {
  color: #37342e;
  font-size: 24px;
  display: block;
}
@media screen and (max-width:768px) {
  .page-title {
    margin-top: 80px;
  }
  .page-title h1 {
    font-size: 32px;
  }
  .sub-title {
    font-size: 20px;
  }
}


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

/* フッター上部 */
.footer-top {
  width: 100%;
  padding: 50px 0;
  background-color: #F9F6F2;
}
.footer-top ul {
  display: flex;
  justify-content: center;
}

.footer-top ul li {
  padding: 0 20px;
  border-right: 1px solid #3e3e3e;
}
.footer-top ul li:last-child {
  border-right: none;
}
.footer-top ul li a {
  color: #3e3e3e;
}
@media screen and (max-width:768px) {
  .footer-top {
    padding: 40px 20px;
  }
  .footer-top ul {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
  .footer-top ul li {
    padding: 15px 0;
    border: none;
    text-align: center;
  }
  .footer-top .sp-privacy {
    padding: 15px 0;
    text-align: center;
  }
  .footer-top .sp-privacy a {
    color: inherit;
    text-decoration: none;
  }
}

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

/* 電話番号・営業時間部分 */
.footer-tel-contact {
  text-align: center;
  margin: 36px 0;
}
.footer-tel-contact .tel-number {
  font-size: 22px;
  margin-bottom: 10px;
}
.footer-tel-contact .tel-number .tel-icon {
  width: 20px;
  height: 20px;
  margin-right: .5rem;
  margin-bottom: .3rem;
}
.footer-tel-contact .business-hours {
  font-size: 12px;
}
/* btnデザインlink部分 */
.footer-btn-design-link {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 48px 0;
}
.footer-btn-design-link a {
  width: 230px;
  height: 36px;
  font-size: 12px;
  line-height: 36px;
  text-align: center;
  color: #E36B64;
  background-color: #fff;
  border: 1px solid #E36B64;
  margin-right: 20px;
}
.footer-btn-design-link a:last-child {
  margin-right: 0;
}
.footer-btn-design-link a.color-text {
  color: #ae3846;
}
.footer-btn-design-link a.color-btn {
  color: #fff;
  background-color: #E36B64;
  font-size: 14px;
}
@media screen and (max-width:768px) {
  .footer-btn-design-link {
    flex-direction: column;
  }
  .footer-btn-design-link a {
    font-size: 12px;
    margin-right: 0;
    margin-bottom: 10px;
  }
  .footer-btn-design-link a:last-child {
    margin-bottom: 0;
  }
}
/* SNSアイコン部分 */
.footer-sns {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 24px 0;
}
.footer-sns a.sns-link {
  margin-right: 10px;
}
.footer-sns a.sns-link:last-child {
  margin-right: 0;
}
.footer-sns a.sns-link .sns-icon {
  width: 25px;
  height: 25px;
}
/* copyright部分 */
small.copyright {
  display: inline-block;
  width: 100%;
  margin: 8px 0;
  text-align: center;
}


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