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

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

header, header a,
footer, footer a {
  color: #3e3e3e;
}

header img,
footer img {
  width: 100%;
}

#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: 28px;
  width: auto;
}
.hamburger-menu-brand img {
  height: 48px;
  width: auto;
}
.hall-logo img {
  height: 48px;
}
@media screen and (max-width:768px) {
  .navbar-brand img {
    height: 20px;
  }
  .hamburger-menu-brand img {
    height: 20px;
  }
  .hall-logo img {
    width: 120px;
    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: 101;
}
@media screen and (max-width:768px) {
  .navbar {
    height: 70px;
    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: #F19DB5;
}
@media screen and (max-width:768px) {
  .navbar-fair-btn {
    height: 36px;
    padding: 0 20px;
    margin-right: 15px;
    font-size: 16px;
    line-height: 36px;
    color: #5D7052;
    background-color: #fff;
    border: 1px solid #F19DB5;
  }
}

/* トグルボタン */
.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: #F19DB5;
  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: 960px;
  background-color: #fff;
  position: fixed;
  top: 100px;
  right: -960px;
  transition: right 0.3s;
  overflow-y: auto;
  font-family:"Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
}
.hamburger-menu.open {
  top: 100px;
  right: 0;
}
@media screen and (max-width:768px) {
  .hamburger-menu {
    width: 100vw;
    height: 100vh;
    right: -100vw;
  }
  .hamburger-menu.open {
    top: 0;
  }
}
/* ハンバーガーメニュー トップ部分 */
.hamburger-menu-top {
  display: flex;
  padding-left: 40px;
  padding-bottom: 20px;
}
.hamburger-menu-top .hamburger-link-list {
  width: 240px;
  display: flex;
  flex-direction: column;
}
.hamburger-menu-top .hamburger-link-list:nth-child(2) {
  width: 400px;
}
.hamburger-menu-top .hamburger-link-list:nth-child(3) {
  width: 280px;
}
.hamburger-menu-top .hamburger-link-list.horizontal ul {
  display: flex;
  flex-wrap: wrap;
}.hamburger-menu-top .hamburger-link-list.horizontal li {
  width: 50%;
}
.hamburger-menu-top .hamburger-link-list.horizontal ul:last-of-type {
  width: 610px;
}
.hamburger-menu-top .hamburger-link-list.horizontal ul:last-of-type li {
  width: auto;
}
.hamburger-menu-top .hamburger-link-list.horizontal ul:last-of-type li:nth-child(odd) {
  width: 340px;
}
.hamburger-menu-top .hamburger-link-list.horizontal ul:last-of-type a {
  padding-right: 20px;
}
.hamburger-menu-top .hamburger-link-list li {
  line-height: 2.25;
}
.hamburger-menu-top .hamburger-link-list li a {
  color: #3e3e3e;
  font-size: 16px;
}
.hamburger-menu-top .hamburger-link-list-title {
  color: #F19DB5;
  font-size: 24px;
  padding-top: 20px;
}
@media screen and (max-width:768px) {
  .hamburger-menu-top {
    height: 70px;
    padding-left: 20px;
    padding-bottom: 0;
    align-items: center;
  }
}
/* ハンバーガーメニュー 電話番号部分 */
.hamburger-menu-contact {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding-bottom: 20px;
}
dl.tel-contact {
  text-align: center;
  margin: 20px 0;
}
dl.tel-contact dt {
  font-size: 14px;
}
dl.tel-contact dd.tel-number {
  font-size: 18px;
}
dl.tel-contact dd.tel-number a {
  color: #3e3e3e;
}
dl.tel-contact dd.tel-number .tel-icon {
  width: 20px;
  height: 20px;
  margin-right: 6px;
  margin-bottom: 6px;
}
.hamburger-menu-contact .business-hours {
  font-size: 12px;
  text-align: center;
}
@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: 16px;
  line-height: 36px;
  text-align: center;
  color: #5D7052;
  background-color: #fff;
  border: 1px solid #F19DB5;
  margin-bottom: 10px;
}
.btn-design-link a:last-child {
  margin-bottom: 0;
}
.btn-design-link a.color-text {
  color: #F19DB5;
}
.btn-design-link a.color-btn {
  color: #fff;
  background-color: #F19DB5;
}
@media screen and (max-width:768px) {
  .btn-design-link {
    margin: 15px 0;
  }
}
/* ハンバーガーメニュー linkリスト部分 */
.link-list-title {
  color: #F19DB5;
  font-size: 20px;
}
.link-list ul {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  margin: 10px 0;
}
.link-list ul li {
  width: 250px;
  height: 44px;
  line-height: 44px;
  text-align: center;
  border-bottom: 1px solid #d9dfdb;
}
.link-list ul li a.color-link {
  color: #e07090;
}
.link-list ul li.accordion-btn:after {
  content: "+";
  position: absolute;
  right: 5%;
}
.link-list ul li.accordion-btn.active:after {
  content: "-";
}
.link-list ul li.accordion-item {
  width: 100%;
  grid-column: 1 / 3;
  text-align: right;
  padding-right: 10px;
  display: none;
}
@media screen and (max-width:768px) {
  .link-list ul li {
    width: 50vw;
  }
  .link-list ul li.full {
    width: 100vw;
    grid-column: 1 / 3;
  }
}
.link-list ul li:nth-child(1),
.link-list ul li:nth-child(2) {
  border-top: 1px solid #d9dfdb;
}
.link-list ul li:nth-child(odd) {
  border-right: 1px solid #d9dfdb;
}
.link-list ul li a {
  color: #3e3e3e;
  font-size: 14px;
  white-space: nowrap;
}
.small-text {
  font-size: 12px !important;
}
/* ハンバーガーメニュー ボトム部分 */
.hamburger-menu-bottom {
  width: 960px;
  padding: 10px 30px;
  background-color: #fff;
  border-top: 1px solid #707070;
}
.hamburger-menu-bottom .tel-sns-wrapper {
  display: flex;
  justify-content: space-between;
}
.hamburger-menu-bottom .sns-contact {
  display: flex;
  align-items: start;
}
.hamburger-menu-bottom .tel-contents {
  display: flex;
  align-items: center;
}
.hamburger-menu-bottom .tel-content {
  margin-right: 40px;
}
.hamburger-menu-bottom .tel-content dt {
  font-size: 18px;
}
.hamburger-menu-bottom .tel-number {
  display: flex;
  justify-content: right;
  align-items: center;
  font-size: 24px;
  padding-right: 20px;
}
.hamburger-menu-bottom .tel-number img {
  width: 20px;
  height: 20px;
  margin-right: 8px;
}
.hamburger-menu-bottom .reception-time {
  font-size: 16px;
}
.hamburger-menu-bottom .sns-contact a {
  color: #3e3e3e;
  font-size: 16px;
  margin-right: 20px;
}
.hamburger-menu-bottom .sns-contact img {
  width: 30px;
  height: 30px;
}
.business-times {
  font-size: 12px;
  padding-left: 20px;
}
@media screen and (max-width:768px) {
  .hamburger-menu-bottom {
    width: 200px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-top: none;
    padding: 0 0 40px;
    margin: 0 auto;
  }
  .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: 30px;
    height: 30px;
  }
}
.ohter-link-list.link-list ul {
  margin-bottom: 0;
}
.ohter-link-list.link-list ul li a {
  color: #F19DB5;
}

/* メイン画像 */
.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: #3e3e3e;
  font-size: 28px;
  padding: 40px 0;
}
.sub-title {
  color: #3e3e3e;
  font-size: 14px;
  display: block;
}
@media screen and (max-width:768px) {
  .page-title {
    margin-top: 80px;
  }
  .page-title h1 {
    font-size: 24px;
  }
  .sub-title {
    font-size: 12px;
  }
}


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

/* フッター全体 */
#footer {
  font-family:"Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
}

/* フッター上部 */
.footer-top .footer-link-lists {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  background-color: #FFF6F8;
  padding: 40px 0;
}
.footer-top .footer-link-list-title {
  color: #e07090;
  font-size: 18px;
  padding-bottom: 24px;
}
.footer-top .footer-link-list {
  display: flex;
  flex-direction: column;
}
.footer-top .footer-link-list li {
  list-style: 1;
  margin-bottom: 24px;
}
.footer-top .footer-link-list li a {
  color: #3e3e3e;
  font-size: 14px;
  padding-right: 20px;
}
.footer-top .footer-link-list .horizontal-list {
  display: flex;
}
.footer-top .footer-link-list .horizontal-list li {
  margin-bottom: 30px;
}
.footer-top .footer-link-list .horizontal-list:last-child li {
  margin-bottom: 0;
}
.footer-top .footer-link-list:last-child  .horizontal-list li:first-child {
  width: 300px;
}
@media screen and (max-width:768px) {
  .footer-top {
    background-color: #FFF6F8;
  }
  .footer-top .footer-link-list-title {
    font-size: 18px;
    text-align: center;
    padding-top: 30px;
    padding-bottom: 0;
  }
  .footer-top ul {
    display: flex;
  }
  .footer-top ul li {
    padding: 15px 0;
    width: 100%;
    text-align: center;
  }
  .footer-top ul.two-horizontal li {
    width: calc(100% / 2);
  }
  .footer-top ul.three-horizontal li {
    width: calc(100% / 3);
  }
  .footer-top ul li a {
    font-size: 14px;
    color: #3e3e3e;
  }
}
@media screen and (max-width:380px) {
  .footer-top ul li a {
    font-size: 14px;
  }
}

/* フッター中部 */
.footer-middle {
  width: 100%;
  padding-top: 20px;
  padding-bottom: 5px;
  /* background-color: #FFF6F8; */
}
.footer-middle ul {
  display: flex;
  justify-content: center;
}
.footer-middle ul.link-list-top {
  margin-bottom: 40px;
}
.footer-middle ul li {
  padding: 0 20px;
}
.footer-middle ul li a {
  color: #3e3e3e;
}
@media screen and (max-width:768px) {
  .footer-middle {
    padding: 40px 20px 0;
  }
  .footer-middle ul {
    display: flex;
  }
  .footer-middle ul li {
    width: 100%;
    padding: 15px 0;
    text-align: center;
  }
  .footer-middle ul li a {
    font-size: 14px;
  }
  .footer-middle ul.two-horizontal li {
    width: calc(100% / 2);
  }
  .footer-tmiddleop ul.three-horizontal li {
    width: calc(100% / 3);
  }
}

/* フッター下部 */
.footer-bottom {
  width: 100%;
  background-color: #fff;
}
/* ロゴ・式場名・住所部分 */
.logo-and-info {
  display: flex;
  justify-content: center;
  gap: 40px;
}
.logo-and-info .hall-logo {
  display: flex;
  align-items: center;
  justify-content: center;
}
.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;
    margin-top: 40px;
  }
}

/* 電話番号・営業時間部分 */
.footer-tel-contact {
  text-align: center;
  margin: 36px 0;
}
.footer-tel-contact .tel-contents {
  display: flex;
  justify-content: center;
  gap: 20px;
}
.footer-tel-contact .tel-content {
  width: 310px;
}
.footer-tel-contact .tel-number {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 22px;
  margin-bottom: 10px;
}
.footer-tel-contact .tel-number .tel-icon {
  width: 20px;
  height: 20px;
  margin-right: 8px;
}
.footer-tel-contact .business-hours {
  font-size: 12px;
}
@media screen and (max-width:768px) {
  .footer-tel-contact .tel-contents {
    flex-direction: column;
    align-items: center;
    font-size: 12px;
  }
}
/* btnデザインlink部分 */
.footer-btn-design-link {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 24px 0;
}
.footer-btn-design-link a {
  width: 230px;
  height: 36px;
  font-size: 14px;
  line-height: 36px;
  text-align: center;
  color: #3e3e3e;
  background-color: #fff;
  border: 1px solid #F19DB5;
  margin-right: 20px;
}
.footer-btn-design-link a:last-child {
  margin-right: 0;
  color: #5D7052;
}
.footer-btn-design-link a.color-text {
  color: #fff;
}
.footer-btn-design-link a.color-btn {
  color: #fff;
  background-color: #F19DB5;
}
@media screen and (max-width:768px) {
  .footer-btn-design-link {
    flex-direction: column;
    margin: 40px 0;
  }
  .footer-btn-design-link a {
    font-size: 18px;
    margin-right: 0;
    margin-bottom: 10px;
  }
  .footer-btn-design-link a:last-child {
    margin-bottom: 0;
    color: #5D7052;
  }
}
/* 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;
  }
}


/* ----------------------------------------------------------

section_sns

---------------------------------------------------------- */
.section_sns .inner {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 50px;
}

.section_sns .inner .tit {
  width: 300px;
  margin: 0 30px 0 0;
  line-height: 1;
}

.section_sns .inner ul {
  display: flex;
  align-items: center;
}

.section_sns .inner li {
  margin: 0 20px 0 0;
}

.section_sns .inner li:last-child {
  margin: 0;
}

.section_sns .inner a {
  display: flex;
  align-items: center;
}

.section_sns .inner span {
  display: block;
  width: 30px;
  margin: 0 10px 0 0;
}

@media screen and (max-width: 760px) {
  .section_sns .inner {
    flex-direction: column;
    margin: 40px 0;
  }
  .section_sns .inner .tit {
    width: 50vw;
    margin: 0 0 6vw;
  }
  .section_sns .inner ul {
    width: 200px;
    justify-content: space-between;
  }
  .section_sns .inner li {
    width: 30px;
  }
  .section_sns .inner li a {
    display: block;
    font-size: 2.5vw;
    text-align: center;
  }
  .section_sns .inner li:last-child {
    margin: 0;
  }
  .section_sns .inner span {
    width: 100%;
    margin: 0;
  }
}

/* ----------------------------------------------------------

other_place

---------------------------------------------------------- */
.other_place.pc-show .other_place_area {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 50px;
}

.other_place.pc-show .other_place_area li {
  width: 238px;
  margin-right: 10px;
  font-size: 15px;
  text-align: center;
}

.other_place.pc-show .other_place_area li:last-child {
  margin-right: 0;
}

.other_place.pc-show .other_place_area li .image_place {
  margin-bottom: 10px;
}

.other_place.sp-show {
  margin-bottom: 13%;
}

.other_place.sp-show .other_place_area {
  width: 70%;
  margin: 0 auto;
  padding-bottom: 8%;
}

.other_place.sp-show .other_place_area li {
  font-size: 3.5vw;
  text-align: center;
}

.other_place.sp-show .other_place_area .slick-dots li {
  width: 18px;
  height: 18px;
}

.other_place.sp-show .other_place_area .slick-dots button {
  border-radius: 50%;
  width: 18px;
  height: 18px;
  border: solid 1px #3e3e3e;
}

.other_place.sp-show .other_place_area .slick-dots .slick-active button {
  background-color: #3e3e3e;
}

.other_place.sp-show .other_place_area li .image_place {
  margin-bottom: 4%;
}
.newline {
  display: none;
}
@media print, screen and (max-width: 375px) {
  .newline {
      display: inline;
  }
}