/* ver 2022.12.13 */
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+Display:wght@400;500;600&family=Noto+Serif+JP:wght@400;500;600;700&display=swap');

/*-----------------------------------
【共通】SPナビの挙動
-----------------------------------*/
.st-Header_SideNav.is-show {
  right: -45px;
}

/*-----------------------------------
【共通】st-Header
-----------------------------------*/
.header_btn_wrap {
  display: none;
}

.st-Header {
  height: 65px;
}

.st-Header_Logo {
  display: block;
}

.st-Header_Logo a {
  width: 77px;
  margin-top: 11px;
  margin-left: 22px;
  display: block;
}

/* SP用フローティングボタン（下部） */
.header_btn_wrap_sp {
  display: block;
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  z-index: 10;
}

@media only screen and (min-width: 1024px){
  .header_btn_wrap_sp {
    display: none;
  }
}

.header_btn_wrap_sp .list {
  display: flex;
  justify-content: space-between;
}

.header_btn_wrap_sp .list .btn {
  width: 25%;
  border: 0;
  background-color: transparent;
  margin: 0;
  padding: 0;
}

.header_btn_wrap_sp .list .btn::after {
  content: none;
}

.header_btn_wrap_sp .list .btn a {
  display: block;
  position: relative;
}

.header_btn_wrap_sp .list .btn a img {
  height: 60px;
}

.header_btn_wrap_sp .list .btn a::before {
  content: "";
  width: 100%;
  height: 100%;
  background-image: url(/asset/img/top_202212/header_btn_shadow_sp.png);
  background-size: 100% 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.header_btn_wrap_sp .list .btn a::after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 6px 6px;
  border-color: transparent transparent #FFF transparent;
  position: absolute;
  right: 0;
  bottom: 0;
}

.header_btn_wrap_sp .list .btn.contact a {
  background-color: #286eb6;
}
.header_btn_wrap_sp .list .btn.inquiry a {
  background-color: #64acde;
}
.header_btn_wrap_sp .list .btn.fair a {
  background-color: #caa846;
}
.header_btn_wrap_sp .list .btn.line a {
  background-color: #00b491;
}

/* SPメニューボタン */
header .sp_menu_btn {
  width: 65px;
  height: 65px;
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
}

header .sp_menu_btn img {
  display: block;
}

@media only screen and (min-width: 1024px){
	.st-Header_Logo{
		text-align: center;
		width: 100%;
		height: 100px;
		background:#FFF;
		display: block;
		position: fixed;
	}
  .st-Header_Logo a {
    display: block;
    width: 130px;
    margin-top: 19px;
    margin-left: 40px;
  }
	.st-Header_Logo a img{
		width: 130px;
    display: block;
	}
	.st-Header .pc-trigger{
		width: 100px;
		height: 100px;
		background-image: url(/asset/img/top_202212/pc_menu_btn.svg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
	}

  .header_btn_wrap {
    position: absolute;
    right: 100px;
    top: 0;
    display: block;
  }
  .header_btn_wrap .list {
    display: flex;
    justify-content: flex-end;
  }
  .header_btn_wrap .list .btn::before,
  .header_btn_wrap .list .btn::after {
    content: none;
  }
  .header_btn_wrap .list .btn {
    border: 0;
    width: auto;
    margin: 0;
    padding: 0;
  }
  .header_btn_wrap .list .btn a {
    display: block;
  }
  .header_btn_wrap .list .btn a:hover {
    opacity: 0.7;
  }
  .header_btn_wrap .list .btn a img {
    display: block;
    height: 100px;
  }
  .header_btn_wrap_sp {
    display: none;
  }
}

/*-----------------------------------
【共通】フッター
-----------------------------------*/
.st-Footer_Contact {
  border: 0;
  background-color: rgba(255,255,255,0.9);
}

@media only screen and (max-width: 1023px){
  .st-Footer_Contact {
    padding: 35px 25px 40px;
  }
}


.st-Footer_Contact .en_hand {
  font-family: 'Noto Serif Display', serif;
  font-size: 60px;
  letter-spacing: 0.05em;
  color: #263779;
}

@media only screen and (max-width: 1023px){
  .st-Footer_Contact .en_hand {
    font-size: 40px;
  }
}

.st-Footer_Contact .text {
  font-family: "Noto Serif JP",serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 2.11;
}

@media only screen and (max-width: 1023px){
  .st-Footer_Contact .text {
    font-size: 14px;
    line-height: 1.85;
    text-align: center;
  }
}

.st-Footer_Contact .entry {
  max-width: 920px;
}

@media only screen and (max-width: 1023px){
  .st-Footer_Contact .entry {
    padding: 0;
  }
  .st-Footer_Contact .entry li {
    width: 100%;
  }
}

.st-Footer_Contact .entry li a {
  position: relative;
}

@media only screen and (max-width: 1023px){
  .st-Footer_Contact .entry li a {
    line-height: 1.3;
    padding: 14px 0;
  }
}

.st-Footer_Contact .entry li a:before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 10px 10px;
  border-color: transparent transparent #FFF transparent;
  position: absolute;
  right: 0;
  bottom: 0;
  top: auto;
}

@media only screen and (max-width: 1023px){
  .st-Footer_Contact .entry li a:before {
    border-width: 0 0 6px 6px;
  }
}

.st-Footer_Contact .entry li a .en {
  font-size: 24px;
  font-family: 'Noto Serif Display', serif;
}

@media only screen and (max-width: 1023px){
  .st-Footer_Contact .entry li a .en {
    font-size: 22px;
    display: block;
  }
}

.st-Footer_Contact .entry li a .min {
  font-size: 14px;
}

.st-Footer_Contact .entry li a.inquiry {
  background: #286eb4;
}

.st-Footer_Contact .entry li a.contact {
  background: #57ADDD;
}

.st-Footer_Contact .faq {
  margin-top: 50px;
}

@media only screen and (max-width: 1023px){
  .st-Footer_Contact .faq {
    margin-top: 20px;
  }
}

.st-Footer_Contact .faq a {
  font-family: "Noto Serif JP",serif;
  font-size: 18px;
  font-weight: 700;
  color:#333;
}

@media only screen and (max-width: 1023px){
  .st-Footer_Contact .faq a {
    font-size: 12px;
  }
}

.st-Footer_Contact .faq a::after {
  content: "";
  display: inline-block;
  width: 8px;
  height: 14px;
  background-image: url(/asset/img/top_202212/link_arrow.svg);
  background-position: right center;
  background-repeat: no-repeat;
  background-size: contain;
  padding-left: 10px;
}

@media only screen and (max-width: 1023px){
  .st-Footer_Contact .faq a::after {
    height: 10px;
    padding-left: 5px;
  }
}

.st-Footer_Contact .tel_btn {
  font-family: 'Noto Serif Display', serif;
  font-size: 60px;
  letter-spacing: 0.05em;
  color: #263779;
  font-weight: 400;
}

@media only screen and (max-width: 1023px){
  .st-Footer_Contact .tel {
    margin-top: 10px;
  }
  .st-Footer_Contact .tel_btn {
    font-size: 30px;
    letter-spacing: 0;
  }
  .st-Footer_Contact .tel_btn span {
    text-decoration: underline;
  }
}

.st-Footer_Contact .tel_btn .lg {
  font-size: 60px;
}

@media only screen and (max-width: 1023px){
  .st-Footer_Contact .tel_btn .lg {
    font-size: 30px;
    text-decoration: none;
  }
}

.st-Footer_Contact .tel .time {
  margin-top: 0;
  font-family: "Noto Serif JP",serif;
  font-size: 16px;
  font-weight: 600;
}

@media only screen and (max-width: 1023px){
  .st-Footer_Contact .tel .time {
    font-size: 13px;
  }
}

@media only screen and (min-width: 1024px){
  .st-Footer_Contact .line.pc_only {
    max-width: 720px;
    border: 1px solid #333;
    background-color: #FFF;
    border-radius: 4px;
    position: relative;
  }
  .st-Footer_Contact .line a::after {
    content: "";
    width: 30px;
    height: 30px;
    background-image: url(/asset/img/top_202212/more_btn_icon_yellow.svg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
  }
  .st-Footer_Contact .line.sp_only {
    display: none;
  }
}

@media only screen and (max-width: 1023px){
  .st-Footer_Contact .line.pc_only {
    display: none;
  }

  .st-Footer_Contact .line.sp_only {
    border-radius: 2px;
    border: 1px solid #333;
    background-color: #FFF;
    padding: 15px 0;
    display: block;
  }
  .st-Footer_Contact .line a::after {
    content: "";
    width: 15px;
    height: 15px;
    background-image: url(/asset/img/top_202212/more_btn_icon_yellow.svg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
  }
  .st-Footer_Contact .line .logo_wrap {
    display: flex;
    justify-content: center;
    align-items: center;
  }
}

.st-Footer_Contact .line h3 {
  font-family: "Noto Serif JP",serif;
  font-size: 22px;
  font-weight: 600;
  width: 40%;
}

@media only screen and (max-width: 1023px){
  .st-Footer_Contact .line .ico img {
    width: 30px;
  }
  .st-Footer_Contact .line h3 {
    font-size: 14px;
    width: auto;
    padding-left: 10px;
    margin-top: 0;
  }
}

.st-Footer_Contact .line p {
  width: 60%;
  text-align: center;
  font-family: "Noto Serif JP",serif;
  font-size: 12px;
  font-weight: 700;
  padding-right: 40px;
  box-sizing: border-box;
}

@media only screen and (max-width: 1023px){
  .st-Footer_Contact .line p {
    width: 100%;
    padding-right: 0;
  }
}

.st-Footer_Contact .line p .lg {
  font-size: 15px;
  line-height: 1.66;
  margin-bottom: 0;
}

@media only screen and (max-width: 1023px){
  .st-Footer_Contact .line p .lg {
    font-size: 13px;
    line-height: 1.61;
    padding-bottom: 10px;
    display: block;
  }
}


/*-----------------------------------
【共通】フッターナビ
-----------------------------------*/
.st-Footer_Info {
  padding: 90px 0 40px;
}

@media only screen and (max-width: 1023px){
  .st-Footer_Info {
    padding: 50px 0 83px;
  }
}

.st-Footer_Info .inner {
  width: 100%;
  max-width: 1300px;
}

@media only screen and (max-width: 1023px){
  .st-Footer_Info .inner {
    box-sizing: border-box;
    padding: 0 20px;
  }
}

.st-Footer_Info .comment {
  width: 100%;
  max-width: 385px;
}

/* ロゴ */
.st-Footer_Info .comment .ttl {
  text-align: left;
  padding-bottom: 30px;
}

@media only screen and (max-width: 1023px){
  .st-Footer_Info .comment .ttl {
    text-align: center;
    padding-bottom: 20px;
  }
}

.st-Footer_Info .comment .ttl img {
  width: 100%;
  max-width: 225px;
}

@media only screen and (max-width: 1023px){
  .st-Footer_Info .comment .ttl img {
    max-width: 126px;
  }
}

.st-Footer_Info .comment .address {
  font-family: "Noto Serif JP",serif;
  font-size: 16px;
  line-height: 1.875;
  padding-bottom: 30px;
  margin: 0;
  text-align: left;
}

@media only screen and (max-width: 1023px){
  .st-Footer_Info .comment .address {
    font-size: 14px;
    line-height: 1.78;
    padding-bottom: 20px;
    text-align: center;
  }
}

/* SNSアイコン */
.st-Footer_Info .comment .sns_link_wrap {
  padding: 0;
  margin: 0;
  padding-bottom: 30px;
}

@media only screen and (max-width: 1023px){
  .st-Footer_Info .comment .sns_link_wrap {
    padding-bottom: 20px;
  }
}

.st-Footer_Info .comment .sns_link_wrap .list {
  display: flex;
}

@media only screen and (max-width: 1023px){
  .st-Footer_Info .comment .sns_link_wrap .list {
    justify-content: center;
    width: 100%;
  }
}

.st-Footer_Info .comment .sns_link_wrap .list .btn {
  width: 40px;
  padding: 0; /* 初期化 */
  padding-right: 20px;
  background-color: transparent;
  border: 0;
  margin: 0;
  box-sizing: content-box;
}

.st-Footer_Info .comment .sns_link_wrap .list .btn::before,
.st-Footer_Info .comment .sns_link_wrap .list .btn::after {
  content: none;
}

@media only screen and (max-width: 1023px){
  .st-Footer_Info .comment .sns_link_wrap .list .btn {
    width: 35px;
    padding: 0 8px;
  }
}

.st-Footer_Info .comment .sns_link_wrap .list .btn img {
  display: block;
}

.st-Footer_Info .comment .footer_group_btn {
  width: 100%;
  margin: 0;
  display: block;
  border: 1px solid #FFF;
  border-radius: 4px;
  text-align: center;
  font-family: "Noto Serif JP",serif;
  font-size: 16px;
  line-height: 0;
  padding: 34px 0 36px;
}

@media only screen and (max-width: 1023px){
  .st-Footer_Info .comment .footer_group_btn {
    max-width: 280px;
    margin: 0 auto;
    border-radius: 2px;
    font-size: 14px;
    padding: 25px 0 27px;
  }
}

.st-Footer_Info .footer_nav.sp_only {
  display: none;
}

@media only screen and (max-width: 1023px){
  .st-Footer_Info .footer_nav.pc_only {
    display: none;
  }
  .st-Footer_Info .footer_nav.sp_only {
    display: flex;
    justify-content: space-between;
  }
  .st-Footer_Info .footer_nav .column_box {
    width: 50%;
  }
  .st-Footer_Info .footer_nav .column_box ul:first-child {
    padding-bottom: 35px;
  }
  .st-Footer_Info .footer_nav .column_box ul {
    padding: 0;
  }
}

.st-Footer_Info .footer_nav ul li {
  border: 0;
}

.st-Footer_Info .footer_nav ul li a {
  font-family: "Noto Serif JP",serif;
  font-size: 16px;
  font-weight: 500;
}

@media only screen and (max-width: 1023px){
  .st-Footer_Info .footer_nav ul li a {
    display: flex;
    font-size: 14px;
    padding: 0px 5px 8px;
  }
}

.st-Footer_Info .footer_nav ul li a::before {
  content: "";
  width: 20px;
  height: 8px;
  display: inline-block;
  background-image: url(/asset/img/top_202212/footer_navi_link_arrow.svg);
  background-position: left center;
  background-repeat: no-repeat;
  background-size: contain;
  position: relative;
  top: -2px;
}

@media only screen and (max-width: 1023px){
  .st-Footer_Info .footer_nav ul li a::before {
    width: 10px;
    height: 6px;
    /* top: -1px; */
    top: 8px;
  }
}

.st-Footer_Copy {
  border: 0;
  font-size: 100%;
  padding-top: 0;
}

@media only screen and (max-width: 1023px){
  .st-Footer_Copy {
    text-align: left;
  }
}

.st-Footer_Copy small {
  font-size: 14px;
  font-family: 'Noto Serif Display', serif;
}

@media only screen and (max-width: 1023px){
  .st-Footer_Copy small {
    font-size: 11px;
  }
}


/* 式場一覧 */
.sp_only .footer_group {
  display: none;
}

@media only screen and (max-width: 1023px){
  .sp_only .footer_group {
    display: block;
  }
  .footer_group.pc_only {
    display: none;
  }
}

/* トップに戻るボタン */
.st-Footer_Pagetop img {
  width: 60px;
}

/*-----------------------------------
チャペル
-----------------------------------*/
@media only screen and (max-width: 1023px){
  .special-Appeal_Content .comment {
    padding: 20px 30px 0;
  }
  .special-Other {
    padding: 60px 15px 0;
  }
  .special-Other .box:nth-child(even) .comment {
    padding: 20px 10px 0 20px;
  }
}

/*-----------------------------------
よくある質問
-----------------------------------*/
@media only screen and (max-width: 1023px){
  .sw-Faq ul {
    padding: 0 20px;
  }
}

/*-----------------------------------
ドレス
-----------------------------------*/
@media only screen and (max-width: 1023px){
  .dress-Salon .comment {
    padding: 35px 40px 0;
  }
  .dress-Content .comment,
  .dress-Tuxedo .comment {
    padding: 0 15px;
  }
}

/*-----------------------------------
婚礼料理
-----------------------------------*/
@media only screen and (max-width: 1023px){
  .cuisine-Intro {
    padding: 35px 40px;
  }
  .cuisine-Image .comment {
    padding: 10px 20px 15px;
  }
  .cuisine-Hospitality {
    padding: 30px 0px 0px 0px
  }
  .cuisine-Hospitality .comment, .comment02 {
    padding: 10px 20px 15px;
  }
  .cuisine-Chef .inner {
    padding: 15px 25px 30px 15px;
  }
}

/*-----------------------------------
プラン
-----------------------------------*/
@media only screen and (max-width: 1023px){
  .plan-List .inner li .comment {
    padding-right: 0;
  }
}

/*-----------------------------------
ウェディングスタイル
-----------------------------------*/
@media only screen and (max-width: 1023px){
  .style-Content_Head .comment {
    padding: 0 20px 30px;
  }
  .style-Content:first-child .style-Content_More .box:nth-child(2) {
    margin: 50px 0 0 0;
  }
  .style-Content:first-child .style-Content_More .box:nth-child(3), .style-Content:first-child .style-Content_More .box:nth-child(4) {
    width: 100%;
  }
  .style-Content_More .close {
    width: 100%;
  }
  .style-Content:nth-child(2) .style-Content_More .box:nth-child(2) {
    margin: 50px 0 0 0;
  }
  .style-Content:nth-child(2) .style-Content_More .box:nth-child(3), .style-Content:nth-child(2) .style-Content_More .box:nth-child(4) {
    width: 100%;
  }
  .style-Content_More .box:first-child .image {
    width: 100%;
  }
  .style-Content:nth-child(3) .style-Content_More .box:nth-child(2) {
    margin: 50px 0 0 0;
  }
  .style-Content:nth-child(3) .style-Content_More .box:nth-child(3), .style-Content:nth-child(3) .style-Content_More .box:nth-child(4) {
    width: 100%;
  }
  .style-Content:nth-child(4) .style-Content_More .box:nth-child(2) {
    margin: 50px 0 0 0;
  }
  .style-Content:nth-child(4) .style-Content_More .box:nth-child(3) {
    width: 100%;
  }
}

/*-----------------------------------
ご列席の皆様へ
-----------------------------------*/
@media only screen and (max-width: 1023px){
  .facility-informationArea p {
    padding: 10px;
  }
}

/*-----------------------------------
ブライダルフェア
-----------------------------------*/
@media screen and (max-width: 640px) {
  .sec_recommend .fairListSP .slidearea01_link .txtBox {
    padding-right: 0;
  }
  .fairTab .box {
    padding-right: 0;
  }
  .calenderArea {
    padding-right: 20px;
  }
  .sec_fairDetail .fairContent .in {
    padding: 30px 25px 40px;
  }
  .sec_fairDetail .reservationBox {
    left: 0;
  }
  .fairListArea {
    padding: 35px 15px 60px;
  }
}

/*-----------------------------------
レストラン
-----------------------------------*/
@media only screen and (max-width: 1023px){
  .restaurant-Intro .comment {
    padding: 50px 40px 0;
  }
}

/*-----------------------------------
求人情報
-----------------------------------*/
@media only screen and (max-width: 1023px){
  .recruit-table {
    width: 100%;
    margin: 0 0 15px 0;
  }
  .apply-box {
    width: 100%;
    margin: 25px 0 0 0;
  }
}