/* 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');
@import url('https://fonts.googleapis.com/css?family=Dancing+Script|Parisienne');

/*-----------------------------------
トップページ共通要素
-----------------------------------*/
#pagetop .secTit .title[data-subtit]:before {
  font-family: 'Noto Serif Display', serif;
  font-weight: 400;
  color: #263779;
  font-size: 60px;
  letter-spacing: 0.05em;
  top: -40px;
}

@media only screen and (max-width: 1023px){
  #pagetop .secTit .title[data-subtit]:before {
    font-size: 40px;
    top: -20px;
  }
}


/*-----------------------------------
【共通】SPナビの挙動
-----------------------------------*/
.st-Header_SideNav.is-show {
  right: -45px;
}

/*-----------------------------------
読み込み直後
-----------------------------------*/
.splash_screen {
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 10;
  background-color: #FFF;
}

/*-----------------------------------
【共通】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;
}

.header_btn_wrap_sp {
  display: block;
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  z-index: 10;
}

.header_btn_wrap_sp .list {
  display: flex;
  justify-content: space-between;
}

.header_btn_wrap_sp .list .btn {
  width: 25%;
}

.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 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;
  }
}


/*-----------------------------------
MV
-----------------------------------*/
.top_mv_wrap {
  margin-top: 100px;
  position: relative;
  height: calc(100vh - 100px);
}

@media only screen and (max-width: 1023px){
  .top_mv_wrap {
    margin-top: 65px;
    position: relative;
    height: calc(100svh - 115px);
    transition: all 0.5s;
  }
}
.top_mv_wrap::before {
  content: "";
  width: 490px;
  height: 680px;
  background-image: url(/asset/img/top_202212/mv_deco.png);
  background-position: left top;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 75px;
  left: -110px;
  z-index: 4;
  pointer-events: none;
}
@media only screen and (max-width: 767px){
  .top_mv_wrap::before {
    width: 182px;
    height: 277px;
    top: auto;
    left: -46px;
    bottom: 60px;
    z-index: 2;
  }
}

.top_mv_wrap .title_wrap {
  padding: 60px 0 50px 40px;
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 1300px;
  margin: auto;
  pointer-events: none;
}
@media only screen and (max-width: 1023px){
  .top_mv_wrap .title_wrap {
    padding: 25px;
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: #FFF;
    z-index: 1;
    width: auto;
    margin: 0;
  }
}
@media only screen and (max-width: 670px) and  (max-height: 670px){
  .top_mv_wrap .title_wrap {
    width: 100%;
  }
}

.top_mv_wrap .title_wrap .title {
  font-family: 'Noto Serif Display', serif;
  font-size: 82px;
  color: #263779;
  line-height: 1;
  letter-spacing: 0.05em;
  padding-bottom: 120px;
}

@media only screen and (max-width: 1023px){
  .top_mv_wrap .title_wrap .title {
    font-size: 47px;
    line-height: 1.12;
    letter-spacing: 0.05em;
    padding-bottom: 55px;
  }
}

/* MV写真 */
.top_mv_wrap .ph_wrap {
  width: calc(50% + 400px);
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
@media only screen and (max-width: 1340px){
  .top_mv_wrap .ph_wrap {
    width: calc(50% + 230px);
  }
}
@media only screen and (max-width: 1023px){
  .top_mv_wrap .ph_wrap {
    width: calc(100% - 55px);
    /* height: auto; */
    height: calc(100vh - 115px);
  }
}
@media only screen and (max-width: 670px){
  .top_mv_wrap .ph_wrap {
    height: 60vh;
  }
}
@media only screen and (max-width: 670px) and  (max-height: 670px){
  .top_mv_wrap .ph_wrap {
    height: 85vw ;
  }
}
.top_mv_wrap .ph_wrap::before {
  content: "";
  width: 100%;
  height: 100px;
  background: linear-gradient(to bottom, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%);
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 2;
}
@media only screen and (max-width: 670px) and  (max-height: 670px){
  .top_mv_wrap .ph_wrap::before {
    height: 80px;
  }
}

/* スライドバー */
.top_mv_wrap .dots_wrap .slick-dots {
  bottom: 50%;
  left: 40px;
  width: 30px;
  z-index: 2;
  display: flex !important;
  flex-direction: column;
  align-items: center;
  row-gap: 7px;
}
@media only screen and (max-width: 1340px){
  .top_mv_wrap .dots_wrap .slick-dots {
    left: calc(50% - 280px);
    bottom: 20px;
  }
}
@media only screen and (max-width: 670px){
  .top_mv_wrap .dots_wrap .slick-dots {
    left: 20px;
    top: 65vw;
    bottom: auto;
  }
}
@media only screen and (max-width: 670px) and  (max-height: 670px){
  .top_mv_wrap .dots_wrap .slick-dots {
    left: 20px;
    top: 34vw;
    bottom: auto;
  }
}

.top_mv_wrap .dots_wrap .slick-dots li {
  height: 30px;
  width: 3px;
}
.top_mv_wrap .dots_wrap .slick-dots li.slick-active {
  position: relative;
}
.top_mv_wrap .dots_wrap .slick-dots li button {
  height: 30px;
  width: 3px;
  padding: 0;
}
.top_mv_wrap .dots_wrap .slick-dots li button::before {
  content: "";
  font-size: 14px;
  color: transparent;
  background-color: #263779;
  width: 3px;
  height: 100%;
}
.top_mv_wrap .dots_wrap .slick-dots li button:hover:before {
  background-color: #263779;
}
.top_mv_wrap .dots_wrap .slick-dots li button:focus:before {
  content: '';
  outline: none;
  opacity: 0.25;
}
.top_mv_wrap .dots_wrap .slick-dots li.slick-active button::before{
  background-color: #263779;
  opacity: 1;
}
.top_mv_wrap .ph_wrap .slick-dotted.slick-slider {
  margin-bottom: 0;
}

/* メインスライド */
.top_mv_wrap .ph_wrap .slide {
  height: calc(100vh - 115px) !important;
  overflow: hidden;
}
@media only screen and (max-width: 1023px){
  .top_mv_wrap .ph_wrap .slide {
    height: 89.06vw !important;
  }
}
@media only screen and (max-width: 767px){
  .top_mv_wrap .ph_wrap .slide {
    height: calc(100vh - 115px) !important;
  }
}
@media only screen and (max-width: 670px){
  .top_mv_wrap .ph_wrap .slide {
    height: 60vh !important;
  }
}
@media only screen and (max-width: 670px) and  (max-height: 670px){
  .top_mv_wrap .ph_wrap .slide {
    height: 85vw !important;
  }
}

.top_mv_wrap .ph_wrap .slide .img {
  object-fit: cover;
  font-family: "object-fit: cover;";
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
}

.top_mv_wrap .catch_wrap {
  position: absolute;
  left: 50%;
  transform: translateX(-620px);
  z-index: 2;
  top: 240px;
  width: 50%;
}
@media only screen and (max-width: 1340px){
  .top_mv_wrap .catch_wrap {
    left: 40px;
    transform: translateX(0);
  }
}
@media only screen and (max-width: 1023px){
  .top_mv_wrap .catch_wrap {
    top: auto;
    left: 25px;
    bottom: 170px;
  }
}
@media only screen and (max-width: 767px){
  .top_mv_wrap .catch_wrap {
    top: auto;
    bottom: 25px;
    width: 100%;
  }
}
.top_mv_wrap .catch_wrap .catch {
  font-size: 22px;
  line-height: 2.18;
  letter-spacing: 0;
  font-family: "Noto Serif JP",serif;
  font-weight: 600;
}
@media only screen and (max-width: 1023px){
  .top_mv_wrap .catch_wrap .catch {
    font-size: 14px;
    line-height: 1.71;
  }
}
.top_mv_wrap .catch_wrap .catch .bg_color {
  background-color: #FFF;
  padding-bottom: 4px;
  padding-right: 4px;
}


/* スクロール */
.top_mv_wrap .scroll {
  position: absolute;
  left: 40px;
  bottom: 80px;
}
@media only screen and (max-width: 640px){
  .top_mv_wrap .scroll {
    display: none;
  }
}

.top_mv_wrap .scroll::before {
  content: "";
  width: 1px;
  height: 100px;
  background-color: #263779;
  position: absolute;
  left: 0;
  top: 0;
  animation: mv_scroll 1.4s ease-in-out infinite;
}

.top_mv_wrap .scroll span {
  font-family: 'Noto Serif Display', serif;
  writing-mode: vertical-rl;
  font-size: 16px;
  color: #263779;
  letter-spacing: 0.05em;
  cursor: pointer;
}

@keyframes mv_scroll{
  0%{
    height:0;
    top:0;
    opacity: 0;
  }
  30%{
    height:50px;
    opacity: 1;
  }
  100%{
    height:1px;
    top:100px;
    opacity: 0;
  }
}

/*-----------------------------------
公式サイトからのご予約が1番お得です
-----------------------------------*/
.bestrate_wrap {
  background-color: #FFF;
  position: relative;
  z-index: 1;
}
.bestrate_wrap .wrap {
  width: 100%;
  max-width: 1200px;
  margin: auto;
  padding: 60px 0;
  text-align: center;
}
@media only screen and (max-width: 1023px){
  .bestrate_wrap .wrap {
    padding: 45px 30px;
    box-sizing: border-box;
  }
}

.bestrate_wrap .in::before {
  content: "";
  width: calc(100% - 200px);
  height: 3px;
  background-color: #caa846;
  position: absolute;
  top: 60px;
  left: 100px;
  z-index: 0;
}

@media only screen and (max-width: 1023px){
  .bestrate_wrap .in::before {
    width: calc(100% - 60px);
    height: 2px;
    top: 70px;
    left: 30px;
  }
}

.bestrate_wrap .in::after{
  content: "";
  width: calc(100% - 200px);
  height: 1px;
  background-color: #caa846;
  position: absolute;
  top: 70px;
  left: 100px;
  z-index: 0;
}

@media only screen and (max-width: 1023px){
  .bestrate_wrap .in::after{
    width: calc(100% - 60px);
    top: 75px;
    left: 30px;
  }
}

/* BEST RATEロゴ */
.bestrate_wrap .icon {
  width: 100%;
  max-width: 300px;
  margin: auto;
  position: relative;
  z-index: 2;
}

@media only screen and (max-width: 1023px){
  .bestrate_wrap .icon {
    max-width: 145px;
  }
}

.bestrate_wrap .title {
  font-size: 46px;
  color: #263779;
  letter-spacing: 0.10em;
  padding: 28px 0;
  font-family: "Noto Serif JP",serif;
  font-weight: 600;
  text-align: center;
}

@media only screen and (max-width: 1023px){
  .bestrate_wrap .title {
    font-size: 24px;
    line-height: 1.54;
    letter-spacing: 0;
    padding: 14px 0;
  }
}

.bestrate_wrap .text {
  font-size: 16px;
  line-height: 1.875;
  letter-spacing: 0.05em;
  font-family: "Noto Serif JP",serif;
  font-weight: 600;
}

@media only screen and (max-width: 1023px){
  .bestrate_wrap .text {
    font-size: 14px;
    line-height: 1.85;
    letter-spacing: 0;
    text-align: justify;
  }
}

.bestrate_wrap .catch {
  padding: 20px 0 35px;
  font-size: 28px;
  letter-spacing: 0.10em;
  font-family: "Noto Serif JP",serif;
  font-weight: 600;
  line-height: 1;
}

@media only screen and (max-width: 1023px){
  .bestrate_wrap .catch {
    padding: 10px 0 20px;
    font-size: 16px;
    letter-spacing: 0;
    line-height: 1.1;
  }
}

.bestrate_wrap .catch .blue {
  color: #263779;
}

.bestrate_wrap .catch .large {
  font-size: 60px;
}

@media only screen and (max-width: 1023px){
  .bestrate_wrap .catch .large {
    font-size: 30px;
  }
}

/* view more */
.bestrate_wrap .more_btn {
  position: relative;
}

.bestrate_wrap .more_btn::before {
  content: "";
  width: calc(100% - 200px);
  height: 1px;
  background-color: #caa846;
  position: absolute;
  top: 30px;
  left: 100px;
  z-index: 0;
}

@media only screen and (max-width: 1023px){
  .bestrate_wrap .more_btn::before {
    width: 100%;
    top: 22px;
    left: 0;
  }
}

.bestrate_wrap .more_btn a {
  width: 100%;
  max-width: 240px;
  margin: auto;
  position: relative;
  z-index: 1;
  display: block;
  border: 1px solid #caa846;
  line-height: 0;
  padding: 30px 0;
  text-align: center;
  font-size: 16px;
  letter-spacing: 0.05em;
  color: #caa846;
  background-color: #FFF;
}

@media only screen and (max-width: 1023px){
  .bestrate_wrap .more_btn a {
    max-width: 180px;
    padding: 22px 0 23px;
    font-size: 14px;
  }
}

.bestrate_wrap .more_btn a:hover {
  background-color: #caa846;
  color: #FFF;
}

.bestrate_wrap .more_btn a::after {
  content: "";
  width: 16px;
  height: 16px;
  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: 14px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
}

@media only screen and (max-width: 1023px){
  .bestrate_wrap .more_btn a::after {
    width: 12px;
    height: 12px;
    right: 10px;
  }
}

.bestrate_wrap .more_btn a:hover::after {
  background-image: url(/asset/img/top_202212/more_btn_icon_white.svg);
}

/*-----------------------------------
今週末・来週末開催のフェア
-----------------------------------*/
.sec_topics {
  position: relative;
}

.sec_topics::before {
  content: "";
  width: 100%;
  max-width: 1200px;
  height: calc(100% - 250px);
  background-color: #e9ebf1;
  position: absolute;
  top: 100px;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
}

@media only screen and (max-width: 1023px){
  .sec_topics::before {
    top: 77px;
    height: calc(100% - 140px);
  }
}

.sec_topics::after {
  content: "";
  width: 510px;
  height: 420px;
  background-image: url(/asset/img/top_202212/recommend_deco01.png);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: -100px;
  left: calc(50% - 840px);
}

@media only screen and (max-width: 1023px){
  .sec_topics::after {
    content: "";
    width: 233px;
    height: 189px;
    top: -50px;
    left: -60px;
  }
}

.sec_topics .fairListPC .slidearea01_wrap {
  padding-bottom: 60px;
}

@media only screen and (max-width: 1023px){
  .sec_topics .fairListSP .fairWrap {
    width: calc(100% - 60px);
  }
  .sec_topics .fairListSP .slidearea01_link .txtBox {
    padding-right: 0;
  }
  .sec_topics .fairListSP .slidearea01_link .txtBox .caption {
    font-size: 14px;
    font-family: "Noto Serif JP",serif;
    line-height: 1.64;
    font-weight: 500;
  }
}

/* MOREボタン */
.sec_topics .more_btn {
  position: relative;
  z-index: 1;
}

@media only screen and (max-width: 1023px){
  .sec_topics .more_btn {
    padding-top: 35px;
  }
}

.sec_topics .more_btn a {
  width: 100%;
  max-width: 240px;
  margin: auto;
  position: relative;
  z-index: 1;
  display: block;
  border: 1px solid #caa846;
  line-height: 0;
  padding: 30px 0;
  text-align: center;
  font-size: 16px;
  letter-spacing: 0.05em;
  color: #caa846;
  background-color: #FFF;
}

@media only screen and (max-width: 1023px){
  .sec_topics .more_btn a {
    max-width: 180px;
    padding: 22px 0 23px;
    font-size: 14px;
  }
}

.sec_topics .more_btn a:hover {
  background-color: #caa846;
  color: #FFF;
}

.sec_topics .more_btn a::after {
  content: "";
  width: 16px;
  height: 16px;
  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: 14px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
}

@media only screen and (max-width: 1023px){
  .sec_topics .more_btn a::after {
    width: 12px;
    height: 12px;
    right: 10px;
  }
}

.sec_topics .more_btn a:hover::after {
  background-image: url(/asset/img/top_202212/more_btn_icon_white.svg);
}

.sec_topics [data-slidearea01].fairListPC .slidearea01_wrap {
  max-width: 100%;
}

.sec_topics [data-slidearea01].fairListPC .slidearea01_btns button {
  width: 60px;
  height: 60px;
}

.sec_topics [data-slidearea01].fairListPC .slidearea01_btns button::before {
  width: 60px;
  height: 60px;
  background-image: url(/asset/img/top_202212/top_slider_next_icon.png);
}

.sec_topics [data-slidearea01].fairListPC .slidearea01_btns button.next {
  right: calc(50% - 515px);
  /* right: 18%; */
  top: -160px;
}

@media screen and (min-width: 1024px) and (max-width: 1599px){
  .sec_topics [data-slidearea01].fairListPC .slidearea01_btns button.next {
    right: calc(50% - 515px);
    top: -160px;
  }
}

.sec_topics [data-slidearea01].fairListPC .slidearea01_btns button::after {
  width: 60px;
  height: 60px;
  background-image: url(/asset/img/top_202212/top_slider_next_icon.png);
}

.sec_topics [data-slidearea01].fairListPC .slidearea01_btns button.prev {
  left: calc(50% - 515px);
  /* left: 18%; */
  top: -160px;
}

@media screen and (min-width: 1024px) and (max-width: 1600px){
  .sec_topics [data-slidearea01].fairListPC .slidearea01_btns button.prev {
    left: calc(50% - 515px);
    top: -160px;
  }
}

.sec_topics [data-slidearea01].fairListPC .slidearea01_btns button:after, .sec_topics [data-slidearea01].fairListPC .slidearea01_btns button:before {
  background-size: contain;
}

.sec_topics [data-slidearea01].fairListPC .slidearea01_link .txtBox .caption {
  font-family: "Noto Serif JP",serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.66;
  margin-top: 10px;
}

/* .sec_topics [data-slidearea01].fairListPC .slidearea01_link {
  width: 100%;
  max-width: calc(100vw / 5);
} */

.sec_topics [data-slidearea01].fairListPC .slidearea01_link .thumb {
  box-shadow: 0 0 10px rgba(0,0,0,0.2);
  width: 100%;
  height: 13.68vw;
  min-height: 219px;
}

.sec_topics [data-slidearea01].fairListPC .slidearea01_content {
  justify-content: space-between;
}

/* .sec_topics [data-slidearea01].fairListPC .slidearea01_wrapin {
  padding: 10px 83% 0 0;
} */


/*-----------------------------------
おすすめプラン
-----------------------------------*/
.home-Plan {
  background-image: url(/asset/img/top_202212/recommend_bg.jpg);
  position: relative;
  padding: 0 0 120px;
}

/* .home-Plan::before {
  content: "";
  width: 100%;
  height: 45vw;
  max-height: 720px;
  display: block;
  background-image:url(/asset/img/top_202212/recommend_ph.jpg) ;
  background-position: center center;
  background-size: cover;
} */

@media only screen and (max-width: 1023px){
  .home-st_move {
    height: 66.66vw;
  }
  .home-st_move video {
    height: 100%;
    object-fit: cover;
  }
}

.home-Plan .home-MainTitle {
  position: relative;
  z-index: 1;
  margin-top: 50px;
  padding-bottom: 60px;
}

@media only screen and (max-width: 1023px){
  .home-Plan .home-MainTitle {
    padding-bottom: 35px;
  }
}

.home-Plan .home-MainTitle .en_hand {
  font-family: 'Noto Serif Display', serif;
  font-size: 60px;
  letter-spacing: 0.05em;
  color: #263779;
}

@media only screen and (max-width: 1023px){
  .home-Plan .home-MainTitle .en_hand {
    font-size: 40px;
  }
}

.home-Plan .plan_slider {
  position: relative;
  max-width: 100%;
}

.home-Plan .plan_slider::before {
  content: "";
  width: 100%;
  max-width: 1200px;
  height: calc(100% + 175px);
  position: absolute;
  left: 50%;
  top: -140px;
  transform: translateX(-50%);
  background-color: rgba(255,255,255,0.8);
  z-index: 0;
}

@media only screen and (max-width: 1023px){
  .home-Plan .plan_slider::before {
    height: calc(100% + 255px);
    top: -100px;
  }
}

.home-Plan .plan_slider .slick-slide {
  padding-bottom: 40px;
}

.home-Plan .home-Plan_inner {
  box-shadow: 0 0 10px rgba(0,0,0,0.2);
  margin: 0 25px;
}

.home-Plan .slick-next {
  top: 41%;
  right: calc(50% - 515px);
}

.home-Plan .slick-next::before {
  width: 60px;
  height: 60px;
  background-image: url(/asset/img/top_202212/top_slider_next_icon.png);
}

.home-Plan .slick-prev{
  top: 41%;
  left: calc(50% - 515px);
}

.home-Plan .slick-prev::before {
  width: 60px;
  height: 60px;
  background-image: url(/asset/img/top_202212/top_slider_prev_icon.png);
}

/* MOREボタン */
.home-Plan .more_btn {
  position: relative;
  z-index: 1;
}

@media only screen and (max-width: 1023px){
  .home-Plan .more_btn {
    padding-top: 15px;
  }
}

.home-Plan .more_btn a {
  width: 100%;
  max-width: 240px;
  margin: auto;
  position: relative;
  z-index: 1;
  display: block;
  border: 1px solid #caa846;
  line-height: 0;
  padding: 30px 0;
  text-align: center;
  font-size: 16px;
  letter-spacing: 0.05em;
  color: #caa846;
  background-color: #FFF;
}

@media only screen and (max-width: 1023px){
  .home-Plan .more_btn a {
    max-width: 180px;
    padding: 22px 0 23px;
    font-size: 14px;
  }
}

.home-Plan .more_btn a:hover {
  background-color: #caa846;
  color: #FFF;
}

.home-Plan .more_btn a::after {
  content: "";
  width: 16px;
  height: 16px;
  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: 14px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
}

@media only screen and (max-width: 1023px){
  .home-Plan .more_btn a::after {
    width: 12px;
    height: 12px;
    right: 10px;
  }
}

.home-Plan .more_btn a:hover::after {
  background-image: url(/asset/img/top_202212/more_btn_icon_white.svg);
}

@media only screen and (max-width: 1023px){
  .home-Plan .plan_slider {
   margin-top: 0;
  }
  .home-Plan_inner {
    max-width: 100%;
  }
  .home-Plan .home-Plan_inner {
    margin: 0 30px;
    box-shadow: none;
  }
  .home-Plan_lBox {
    box-shadow: 0 0 4px rgba(0,0,0,0.2);
  }
  .price {
    text-align: right;
  }
}

/*-----------------------------------
シェーナツアー
-----------------------------------*/
.home-imgAction .mark_03 img {
  opacity: 0.9;
}

.scena_tour_intro_wrap {
  font-family: "Noto Serif JP",serif;
  padding-top: 140px;
  position: relative;
  max-width: 900px;
  margin: auto;
}

@media only screen and (max-width: 1023px){
  .scena_tour_intro_wrap {
    padding-top: 80px;
  }
}

.scena_tour_intro_wrap::before {
  content: "";
  width: 350px;
  height: 280px;
  background-image: url(/asset/img/top_202212/scena_tour_intro_deco01.png);
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 0;
  left: -220px;
}

@media only screen and (max-width: 1023px){
  .scena_tour_intro_wrap::before {
    content: "";
    width: 155px;
    height: 126px;
    top: 30px;
    left: -50px;
  }
}

.scena_tour_intro_wrap::after {
  content: "";
  width: 320px;
  height: 210px;
  background-image: url(/asset/img/top_202212/scena_tour_intro_deco02.png);
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  bottom: 120px;
  right: -130px;
}

@media only screen and (max-width: 1023px){
  .scena_tour_intro_wrap::after {
    width: 160px;
    height: 105px;
    bottom: 60px;
    right: -55px;
  }
}

.scena_tour_intro_wrap .title {
  font-size: 36px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 1.66;
  color: #263779;
  padding-bottom: 40px;
  text-align: center;
  font-feature-settings: "palt";
}

.scena_tour_intro_wrap .title .indent {
  display: block;
  text-indent: 0.8em;
}

@media only screen and (max-width: 1023px){
  .scena_tour_intro_wrap .title {
    font-size: 18px;
    line-height: 1.84;
    padding-bottom: 20px;
  }
}

.scena_tour_intro_wrap .text {
  font-size: 18px;
  font-weight: 600;
  line-height: 2.33;
  letter-spacing: 0;
  text-align: center;
  font-feature-settings: "palt";
}

@media only screen and (max-width: 1023px){
  .scena_tour_intro_wrap .text {
    font-size: 14px;
    line-height: 1.85;
    text-align: justify;
    padding: 0 30px;
  }
}

.scena_tour_intro_wrap .logo {
  padding-top: 40px;
  padding-bottom: 120px;
  width: 182px;
  margin: auto;
}

@media only screen and (max-width: 1023px){
  .scena_tour_intro_wrap .logo {
    padding-top: 14px;
    padding-bottom: 60px;
    width: 109px;
  }
}

.scena_tour_intro_wrap .logo img {
  width: 100%;
  display: block;
}

/*-----------------------------------
チャペル
-----------------------------------*/
.chapel_wrap {
  position: relative;
}

.chapel_wrap .header_ph {
  width: 100%;
  height: 52.50vw;
  max-height: 840px;
  background-image: url(/asset/img/top_202212/chapel_header_ph.jpg);
  background-position: center center;
  background-size: cover;
}

@media only screen and (max-width: 1023px){
  .chapel_wrap .header_ph {
    height: 71.42vw;
    max-height: 250px;
  }
}

.chapel_wrap .chapel_bg_wrap {
  position: relative;
  padding-top: 92px;
}

@media only screen and (max-width: 1023px){
  .chapel_wrap .chapel_bg_wrap {
    padding-top: 45px;
    padding-bottom: 60px;
  }
}

.chapel_wrap .chapel_bg_wrap::before {
  content: "";
  width: 100%;
  height: calc(100% - 400px);
  background-image: url(/asset/img/top_202212/chapel_bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}

@media only screen and (max-width: 1023px){
  .chapel_wrap .chapel_bg_wrap::before {
    height: 100%;
  }
}

.chapel_wrap .in {
  width: 100%;
  max-width: 1100px;
  position: relative;
  margin: auto;
}

.chapel_wrap .in .upper_box {
  height: 760px;
  position: relative;
}

@media only screen and (max-width: 1023px){
  .chapel_wrap .in .upper_box {
    height: auto;
    padding: 0 30px;
    z-index: 1;
  }
}

.chapel_wrap .in .upper_box::before {
  content: "";
  width: 510px;
  height: 760px;
  background-image: url(/asset/img/top_202212/chapel_ph01.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  right: -50px;
  top: 0;
}

@media only screen and (max-width: 1023px){
  .chapel_wrap .in .upper_box::before {
    content: none;
  }
}

.chapel_wrap .in .upper_box::after {
  content: "";
  width: 420px;
  height: 260px;
  background-image: url(/asset/img/top_202212/chapel_ph02.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  left: -50px;
  bottom: 0;
}

@media only screen and (max-width: 1023px){
  .chapel_wrap .in .upper_box::after {
    content: none;
  }
}

.chapel_wrap .in .upper_box .sec_title {
  color: #FFF;
  padding-bottom: 40px;
}

@media only screen and (max-width: 1023px){
  .chapel_wrap .in .upper_box .sec_title {
    padding-bottom: 20px;
  }
}

.chapel_wrap .in .upper_box .sec_title .en_text {
  font-family: 'Noto Serif Display', serif;
  font-size: 60px;
  letter-spacing: 0.05em;
}

@media only screen and (max-width: 1023px){
  .chapel_wrap .in .upper_box .sec_title .en_text {
    font-family: 'Noto Serif Display', serif;
    font-size: 40px;
    letter-spacing: 0;
  }
}

.chapel_wrap .in .upper_box .sec_title .jp_text {
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 0.05em;
  font-family: "Noto Serif JP",serif;
  display: inline-block;
  padding-left: 40px;
}

@media only screen and (max-width: 1023px){
  .chapel_wrap .in .upper_box .sec_title .jp_text {
    font-size: 14px;
    letter-spacing: 0;
    padding-left: 20px;
  }
}

.chapel_wrap .in .upper_box .title {
  font-size: 28px;
  font-weight: 600;
  letter-spacing: 0.10em;
  line-height: 1.78;
  padding-bottom: 20px;
  color: #FFF;
  font-family: "Noto Serif JP",serif;
}

@media only screen and (max-width: 1023px){
  .chapel_wrap .in .upper_box .title {
    font-size: 19px;
    letter-spacing: 0;
    line-height: 1.84;
    padding-bottom: 15px;
  }
}

.chapel_wrap .in .upper_box .text {
  font-family: "Noto Serif JP",serif;
  color: #FFF;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0.10em;
  line-height: 2.375;
  padding-bottom: 45px;
}

@media only screen and (max-width: 1023px){
  .chapel_wrap .in .upper_box .text {
    font-size: 14px;
    letter-spacing: 0;
    line-height: 1.85;
    padding-bottom: 38px;
  }
}

@media only screen and (max-width: 1023px){
  .chapel_wrap .in .upper_box .ph_main {
    width: calc(100vw - 60px);
    height: 402px;
    background-image: url(/asset/img/top_202212/chapel_ph01.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    right: -30px;
  }
  .chapel_wrap .in .upper_box .ph_sub {
    width: 230px;
    height: 140px;
    margin-top: 50px;
    background-image: url(/asset/img/top_202212/chapel_ph02.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    left: -30px;
  }
}

/* MOREボタン */
.chapel_wrap .in .more_btn {
  position: relative;
  z-index: 1;
}

@media only screen and (max-width: 1023px){
  .chapel_wrap .in .more_btn {
    padding-bottom: 50px;
  }
}

.chapel_wrap .in .more_btn a {
  width: 100%;
  max-width: 240px;
  position: relative;
  z-index: 1;
  display: block;
  border: 1px solid #caa846;
  line-height: 0;
  padding: 30px 0;
  text-align: center;
  font-size: 16px;
  letter-spacing: 0.05em;
  color: #caa846;
}

@media only screen and (max-width: 1023px){
  .chapel_wrap .in .more_btn a {
    max-width: 180px;
    padding: 22px 0 23px;
    font-size: 14px;
    margin: auto;
  }
}

.chapel_wrap .in .more_btn a:hover {
  background-color: #caa846;
  color: #FFF;
}

.chapel_wrap .in .more_btn a::after {
  content: "";
  width: 16px;
  height: 16px;
  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: 14px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
}

@media only screen and (max-width: 1023px){
  .chapel_wrap .in .more_btn a::after {
    width: 12px;
    height: 12px;
    right: 10px;
  }
}

.chapel_wrap .in .more_btn a:hover::after {
  background-image: url(/asset/img/top_202212/more_btn_icon_white.svg);
}

/* 下部の3カラム */
.chapel_wrap .in .case_list_wrap {
  padding: 100px 0 120px;
  position: relative;
}

@media only screen and (max-width: 1023px){
  .chapel_wrap .in .case_list_wrap {
    padding: 50px 30px 0 60px;
    z-index: 0;
  }
  .chapel_wrap .in .case_list_wrap::before {
    content: "";
    width: calc(100% - 30px);
    height: calc(100% + 70px);
    background-color: #FFF;
    position: absolute;
    top: -70px;
    right: 0;
    z-index: 0;
  }
}

.chapel_wrap .in .case_list_wrap .list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  position: relative;
}

.chapel_wrap .in .case_list_wrap .list .detail {
  width: 29.39%;
  position: relative;
}

@media only screen and (max-width: 1023px){
  .chapel_wrap .in .case_list_wrap .list .detail {
    width: 100%;
    padding-bottom: 40px;
  }
}

.chapel_wrap .in .case_list_wrap .list .detail .num {
  font-family: 'Noto Serif Display', serif;
  font-size: 50px;
  color: #caa846;
  position: absolute;
  left: 20px;
  top: -40px;
}

@media only screen and (max-width: 1023px){
  .chapel_wrap .in .case_list_wrap .list .detail .num {
    font-size: 30px;
    color: #caa846;
    position: relative;
    left: 0;
    top: 0;
    line-height: 1;
  }
}

.chapel_wrap .in .case_list_wrap .list .detail .ph_wrap {
  width: 100%;
  height: 240px;
  overflow: hidden;
}

@media only screen and (max-width: 1023px){
  .chapel_wrap .in .case_list_wrap .list .detail .ph_wrap {
    width: 165px;
    height: 120px;
    float: left;
    margin-left: -60px;
    margin-right: 15px;
  }
}

.chapel_wrap .in .case_list_wrap .list .detail .ph_wrap img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.chapel_wrap .in .case_list_wrap .list .detail .case_title {
  padding: 30px 0 10px;
  font-size: 19px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.68;
  font-family: "Noto Serif JP",serif;
}

@media only screen and (max-width: 1023px){
  .chapel_wrap .in .case_list_wrap .list .detail .case_title {
    padding: 10px 0;
    font-size: 15px;
    line-height: 1.86;
  }
}

.chapel_wrap .in .case_list_wrap .list .detail .text {
  font-size: 15px;
  letter-spacing: 0;
  line-height: 1.86;
}

@media only screen and (max-width: 1023px){
  .chapel_wrap .in .case_list_wrap .list .detail .text {
    font-size: 14px;
    line-height: 1.78;
    padding-top: 15px;
  }
}

/*-----------------------------------
ペット婚　導線
-----------------------------------*/
.pet_wrap {
  max-width: 1100px;
  width: 100%;
  margin: 0 auto 120px;
  height: 343px;
}
@media only screen and (max-width: 1023px){
  .pet_wrap {
    height: auto;
    width: calc(100% - 60px);
    margin: 60px auto 20px;
  }
}
.pet_wrap .in {
  display: flex;
  flex-direction: row-reverse;
}
@media only screen and (max-width: 1023px){
  .pet_wrap .in {
    flex-direction: column;
  }
}
.pet_wrap .in .textbox {
  background-color: rgba(40,61,134, .9);
  width: 500px;
  padding: 60px;
  display: flex;
  flex-direction: column;
  row-gap: 35px;
}
@media only screen and (max-width: 1023px){
  .pet_wrap .in .textbox {
    width: 100%;
    padding: 20px 0 35px;
    row-gap: 22px;
  }
}

.pet_wrap .in .textbox .title {
  position: relative;
}
.pet_wrap .in .textbox .title .jp_text {
  font-weight: 500;   
  font-size: 28px;
  letter-spacing: .02em;
  color: #fff;
  font-family: "Noto Serif JP",serif;
}
.pet_wrap .in .textbox .title .en_text {
  font-family: 'Dancing Script', cursive;
  font-weight: 400;   
  font-size: 37px;
  letter-spacing: 0;
  color: #caa846;
  position: absolute;
  bottom: 0;
  right: -25px;
  transform: translate(-50%,50%) rotate(1.928deg);
}
@media only screen and (max-width: 1023px){
  .pet_wrap .in .textbox .title {
    text-align: center;
  }
  .pet_wrap .in .textbox .title .jp_text {
    font-size: 19px;
    letter-spacing: .1em;
  }
  .pet_wrap .in .textbox .title .en_text {
    font-size: 21px;
    bottom: 0;
    right: -25px;
    transform: translate(-50%,50%);
  }
}
.pet_wrap .in .textbox .text {
  font-weight: 500;
  font-size: 19px;
  line-height: 1.68;
  letter-spacing: .12em;
  color: #fff;
  font-family: "Noto Serif JP",serif;
}
@media only screen and (max-width: 1023px){
  .pet_wrap .in .textbox .text {
    font-size: 14px;
    line-height: 1.82;
    letter-spacing: .1em;
    text-align: center;
  }
}
.pet_wrap .in .textbox .more_btn {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  column-gap: 18px;
}
@media only screen and (max-width: 1023px){
  .pet_wrap .in .textbox .more_btn {
    flex-direction: column;
    row-gap: 10px;
  }
}
.pet_wrap .in .textbox .more_btn a {
  width: 100%;
  max-width: 240px;
  position: relative;
  z-index: 1;
  display: block;
  border: 1px solid #caa846;
  line-height: 0;
  padding: 30px 0;
  text-align: center;
  font-size: 16px;
  letter-spacing: 0.05em;
  color: #caa846;
}
.pet_wrap .in .textbox .more_btn a:last-of-type {
  font-family: "Noto Serif JP",serif;
}
@media only screen and (max-width: 1023px){
  .pet_wrap .in .textbox .more_btn a {
    max-width: 180px;
    padding: 22px 0 23px;
    font-size: 14px;
    margin: auto;
  }
}
.pet_wrap .in .textbox .more_btn a:hover {
  background-color: #caa846;
  color: #FFF;
}
.pet_wrap .in .textbox .more_btn a::after {
  content: "";
  width: 16px;
  height: 16px;
  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: 14px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
}
@media only screen and (max-width: 1023px){
  .pet_wrap .in .textbox .more_btn a::after {
    width: 12px;
    height: 12px;
    right: 10px;
  }
}
.pet_wrap .in .textbox .more_btn a:hover::after {
  background-image: url(/asset/img/top_202212/more_btn_icon_white.svg);
}


/*-----------------------------------
プライベートガーデン
-----------------------------------*/
.private_garden_wrap {
  position: relative;
}

@media only screen and (max-width: 1023px){
  .private_garden_wrap {
    padding-top: 60px;
  }
}

.private_garden_wrap::before {
  content: "";
  width: calc(50% + 650px);
  height: 760px;
  background-color: #e9ebf1;
  position: absolute;
  top: 80px;
  right: 0;
  z-index: 0;
}

@media only screen and (max-width: 1023px){
  .private_garden_wrap::before {
    width: 100%;
    height: calc(100% - 400px);
    background-color: #e9ebf1;
    top: 195px;
  }
}

.private_garden_wrap .in {
  width: 100%;
  max-width: 1100px;
  margin: auto;
  position: relative;
  z-index: 1;
}

.private_garden_wrap .in::before {
  content: "";
  width: 514px;
  height: 524px;
  background-image: url(/asset/img/top_202212/private_deco.png);
  background-position: right top;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: -140px;
  right: -360px;
  z-index: 0;
}

@media only screen and (max-width: 1023px){
  .private_garden_wrap .in::before {
    width: 190px;
    height: 160px;
    background-image: url(/asset/img/top_202212/private_deco_sp.png);
    top: 250px;
    right: -50px;
  }
}

.private_garden_wrap .in .ph_wrap {
  width: calc(50% + 250px);
  height: 640px;
  overflow: hidden;
  position: absolute;
  left: -250px;
  top: 0;
  z-index: 1;
}

@media only screen and (max-width: 1023px){
  .private_garden_wrap .in .ph_wrap {
    width: calc(100% - 45px);
    height: 70.40vw;
    max-height: 264px;
    left: 0;
    position: relative;
  }
}

.private_garden_wrap .in .ph_wrap img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.private_garden_wrap .in .textbox {
  padding-top: 170px;
  width: 100%;
  max-width: 460px;
  margin-left: auto;
  position: relative;
  z-index: 1;
}

@media only screen and (max-width: 1023px){
  .private_garden_wrap .in .textbox {
    padding: 30px;
    box-sizing: border-box;
  }
}

.private_garden_wrap .in .textbox .sec_title {
  padding-bottom: 45px;
}

@media only screen and (max-width: 1023px){
  .private_garden_wrap .in .textbox .sec_title {
    padding-bottom: 20px;
  }
}

.private_garden_wrap .in .textbox .sec_title .en_text {
  font-family: 'Noto Serif Display', serif;
  font-size: 60px;
  letter-spacing: 0;
  color: #263779;
  padding-bottom: 20px;
}

@media only screen and (max-width: 1023px){
  .private_garden_wrap .in .textbox .sec_title .en_text {
    font-size: 40px;
    padding-bottom: 10px;
  }
}

.private_garden_wrap .in .textbox .sec_title .jp_text {
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 0.10em;
  font-family: "Noto Serif JP",serif;
  display: block;
}

@media only screen and (max-width: 1023px){
  .private_garden_wrap .in .textbox .sec_title .jp_text {
    font-size: 14px;
  }
}

.private_garden_wrap .in .textbox .title {
  font-size: 28px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 1.78;
  padding-bottom: 20px;
  font-family: "Noto Serif JP",serif;
}

@media only screen and (max-width: 1023px){
  .private_garden_wrap .in .textbox .title {
    font-size: 19px;
    line-height: 1.84;
    padding-bottom: 15px;
  }
}

.private_garden_wrap .in .textbox .text {
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0.05em;
  line-height: 2.375;
  padding-bottom: 43px;
  font-family: "Noto Serif JP",serif;
}

@media only screen and (max-width: 1023px){
  .private_garden_wrap .in .textbox .text {
    font-size: 14px;
    letter-spacing: 0;
    line-height: 1.85;
    padding-bottom: 8px;
  }
}

/* MOREボタン */
.private_garden_wrap .in .more_btn {
  position: relative;
  z-index: 1;
}

@media only screen and (max-width: 1023px){
  .private_garden_wrap .in .more_btn {
    padding: 50px 0 60px;
  }
}

.private_garden_wrap .in .more_btn a {
  width: 100%;
  max-width: 240px;
  position: relative;
  z-index: 1;
  display: block;
  border: 1px solid #caa846;
  line-height: 0;
  padding: 30px 0;
  text-align: center;
  font-size: 16px;
  letter-spacing: 0.05em;
  color: #caa846;
}

@media only screen and (max-width: 1023px){
  .private_garden_wrap .in .more_btn a {
    max-width: 180px;
    padding: 22px 0 23px;
    font-size: 14px;
    margin: auto;
  }
}

.private_garden_wrap .in .more_btn a:hover {
  background-color: #caa846;
  color: #FFF;
}

.private_garden_wrap .in .more_btn a::after {
  content: "";
  width: 16px;
  height: 16px;
  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: 14px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
}

@media only screen and (max-width: 1023px){
  .private_garden_wrap .in .more_btn a::after {
    width: 12px;
    height: 12px;
    right: 10px;
  }
}

.private_garden_wrap .in .more_btn a:hover::after {
  background-image: url(/asset/img/top_202212/more_btn_icon_white.svg);
}

/* 写真2カラム */
.private_garden_wrap .in .botom_ph_list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding-top: 100px;
  padding-bottom: 120px;
}

@media only screen and (max-width: 1023px){
  .private_garden_wrap .in .botom_ph_list {
    padding: 0 30px;
  }
}

.private_garden_wrap .in .botom_ph_list .bottom_ph {
  width: 45.45%;
  height: 300px;
  overflow: hidden;
}

@media only screen and (max-width: 1023px){
  .private_garden_wrap .in .botom_ph_list .bottom_ph {
    width: 47.61%;
    height: 32vw;
  }
}

.private_garden_wrap .in .botom_ph_list .bottom_ph img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}


/*-----------------------------------
バンケット
-----------------------------------*/
.banquet_wrap {
  position: relative;
}

.banquet_wrap .header_ph {
  width: 100%;
  height: 52.50vw;
  max-height: 840px;
  background-image: url(/asset/img/top_202212/banquet_header_ph.jpg);
  background-position: center center;
  background-size: cover;
}

@media only screen and (max-width: 1023px){
  .banquet_wrap .header_ph {
    height: 71.42vw;
    max-height: 250px;
  }
}

.banquet_wrap .banquet_bg_wrap {
  position: relative;
  padding-top: 92px;
  padding-bottom: 75px;
  background-color: #e9ebf1;
}

@media only screen and (max-width: 1023px){
  .banquet_wrap .banquet_bg_wrap {
    padding-top: 45px;
    padding-bottom: 40px;
  }
}

.banquet_wrap .banquet_bg_wrap::before {
  content: "";
  width: calc(50% + 400px);
  height: 990px;
  background-color: #FFF;
  position: absolute;
  top: 233px;
  right: 0;
  z-index: 0;
}

@media only screen and (max-width: 1023px){
  .banquet_wrap .banquet_bg_wrap::before {
    content: none;
  }
}

.banquet_wrap .in {
  width: 100%;
  max-width: 1100px;
  position: relative;
  margin: auto;
}

.banquet_wrap .in::before {
  content: "";
  width: 400px;
  height: 510px;
  background-image: url(/asset/img/top_202212/banquet_deco.png);
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: -90px;
  left: -350px;
  z-index: 0;
}

@media only screen and (max-width: 1023px){
  .banquet_wrap .in::before {
    width: 194px;
    height: 160px;
    background-image: url(/asset/img/top_202212/banquet_deco_sp.png);
    top: 560px;
    left: -70px;
  }
}

/* renew2023 summer */
.banquet_wrap .in::after {
  content: "";
  width: 144px;
  height: 144px;
  background-image: url(/asset/img/top_202212/renew2023_seal.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: -30px;
  right: 370px;
  z-index: 2;
}

@media only screen and (max-width: 1023px){
  .banquet_wrap .in::after {
    content: none;
  }
}

.banquet_wrap .in .upper_box {
  height: 880px;
  position: relative;
  z-index: 1;
}

@media only screen and (max-width: 1023px){
  .banquet_wrap .in .upper_box {
    height: auto;
    padding: 0 30px;
    z-index: 1;
  }
}

/* 右上写真 */
.banquet_wrap .in .upper_box::before {
  content: "";
  width: 580px;
  height: 800px;
  background-image: url(/asset/img/top_202212/banquet_ph01.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  right: -120px;
  top: 0;
}

@media only screen and (max-width: 1023px){
  .banquet_wrap .in .upper_box::before {
    content: none;
  }
}

/* 左下写真 */
.banquet_wrap .in .upper_box::after {
  content: "";
  width: 580px;
  height: 280px;
  background-image: url(/asset/img/top_202212/banquet_ph02.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  left: -100px;
  bottom: 0;
}

@media only screen and (max-width: 1023px){
  .banquet_wrap .in .upper_box::after {
    content: none;
  }
}

.banquet_wrap .in .upper_box .sec_title {
  padding-bottom: 40px;
}

@media only screen and (max-width: 1023px){
  .banquet_wrap .in .upper_box .sec_title {
    padding-bottom: 20px;
  }
}

.banquet_wrap .in .upper_box .sec_title .en_text {
  font-family: 'Noto Serif Display', serif;
  font-size: 60px;
  letter-spacing: 0.05em;
  color: #263779;
}

@media only screen and (max-width: 1023px){
  .banquet_wrap .in .upper_box .sec_title .en_text {
    font-family: 'Noto Serif Display', serif;
    font-size: 40px;
    letter-spacing: 0;
  }
}

.banquet_wrap .in .upper_box .sec_title .jp_text {
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 0.05em;
  font-family: "Noto Serif JP",serif;
  display: block;
}

@media only screen and (max-width: 1023px){
  .banquet_wrap .in .upper_box .sec_title .jp_text {
    font-size: 14px;
    letter-spacing: 0;
    padding-left: 20px;
  }
}

.banquet_wrap .in .upper_box .title {
  font-size: 28px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 1.78;
  padding-bottom: 20px;
  font-family: "Noto Serif JP",serif;
}

@media only screen and (max-width: 1023px){
  .banquet_wrap .in .upper_box .title {
    font-size: 19px;
    letter-spacing: 0;
    line-height: 1.84;
    padding-bottom: 15px;
  }
}

.banquet_wrap .in .upper_box .text {
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0.10em;
  line-height: 2.375;
  padding-bottom: 45px;
  font-family: "Noto Serif JP",serif;
}

@media only screen and (max-width: 1023px){
  .banquet_wrap .in .upper_box .text {
    font-size: 14px;
    letter-spacing: 0;
    line-height: 1.85;
    padding-bottom: 38px;
  }
}

@media only screen and (max-width: 1023px){
  .banquet_wrap .in .upper_box .ph_main {
    width: calc(100vw - 60px);
    height: 402px;
    background-image: url(/asset/img/top_202212/banquet_ph01.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    right: -30px;
  }
  /*.banquet_wrap .in .upper_box .ph_main::before {
    content: "";
    width: 96px;
    height: 96px;
    background-image: url(../img/top_202212/renew2023_seal.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    top: -30px;
    left: -30px;
    z-index: 1;
  }*/
  .banquet_wrap .in .upper_box .ph_sub {
    width: 230px;
    height: 140px;
    margin-top: 50px;
    background-image: url(/asset/img/top_202212/banquet_ph02.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    left: -30px;
  }
}

/* MOREボタン */
.banquet_wrap .in .more_btn {
  position: relative;
  z-index: 1;
}

@media only screen and (max-width: 1023px){
  .banquet_wrap .in .more_btn {
    padding-bottom: 50px;
  }
}

.banquet_wrap .in .more_btn a {
  width: 100%;
  max-width: 240px;
  position: relative;
  z-index: 1;
  display: block;
  border: 1px solid #caa846;
  line-height: 0;
  padding: 30px 0;
  text-align: center;
  font-size: 16px;
  letter-spacing: 0.05em;
  color: #caa846;
}

@media only screen and (max-width: 1023px){
  .banquet_wrap .in .more_btn a {
    max-width: 180px;
    padding: 22px 0 23px;
    font-size: 14px;
    margin: auto;
  }
}

.banquet_wrap .in .more_btn a:hover {
  background-color: #caa846;
  color: #FFF;
}

.banquet_wrap .in .more_btn a::after {
  content: "";
  width: 16px;
  height: 16px;
  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: 14px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
}

@media only screen and (max-width: 1023px){
  .banquet_wrap .in .more_btn a::after {
    width: 12px;
    height: 12px;
    right: 10px;
  }
}

.banquet_wrap .in .more_btn a:hover::after {
  background-image: url(/asset/img/top_202212/more_btn_icon_white.svg);
}

/* 下部の3カラム */
.banquet_wrap .in .case_list_wrap {
  padding: 100px 0 20px;
  position: relative;
}

@media only screen and (max-width: 1023px){
  .banquet_wrap .in .case_list_wrap {
    padding: 50px 30px 0 60px;
    z-index: 0;
  }
  .banquet_wrap .in .case_list_wrap::before {
    content: "";
    width: calc(100% - 30px);
    height: calc(100% + 170px);
    background-color: #FFF;
    position: absolute;
    top: -70px;
    right: 0;
    z-index: 0;
  }
}

.banquet_wrap .in .case_list_wrap .list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.banquet_wrap .in .case_list_wrap .list .detail {
  width: 29.39%;
  position: relative;
}

@media only screen and (max-width: 1023px){
  .banquet_wrap .in .case_list_wrap .list .detail {
    width: 100%;
    padding-bottom: 40px;
  }
}

.banquet_wrap .in .case_list_wrap .list .detail .num {
  font-family: 'Noto Serif Display', serif;
  font-size: 50px;
  color: #caa846;
  position: absolute;
  left: 20px;
  top: -40px;
}

@media only screen and (max-width: 1023px){
  .banquet_wrap .in .case_list_wrap .list .detail .num {
    font-size: 30px;
    color: #caa846;
    position: relative;
    left: 0;
    top: 0;
    line-height: 1;
  }
}

.banquet_wrap .in .case_list_wrap .list .detail .ph_wrap {
  width: 100%;
  height: 240px;
  overflow: hidden;
}

@media only screen and (max-width: 1023px){
  .banquet_wrap .in .case_list_wrap .list .detail .ph_wrap {
    width: 177px;
    height: 120px;
    float: left;
    margin-left: -60px;
    margin-right: 18px;
  }
}

.banquet_wrap .in .case_list_wrap .list .detail .ph_wrap img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.banquet_wrap .in .case_list_wrap .list .detail .case_title {
  padding: 30px 0 10px;
  font-size: 19px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.68;
  font-family: "Noto Serif JP",serif;
}

@media only screen and (max-width: 1023px){
  .banquet_wrap .in .case_list_wrap .list .detail .case_title {
    padding: 10px 0;
    font-size: 15px;
    line-height: 1.86;
  }
}

.banquet_wrap .in .case_list_wrap .list .detail .text {
  font-size: 15px;
  letter-spacing: 0;
  line-height: 1.86;
}

@media only screen and (max-width: 1023px){
  .banquet_wrap .in .case_list_wrap .list .detail .text {
    font-size: 14px;
    line-height: 1.78;
    padding-top: 15px;
  }
}

/*-----------------------------------
お料理
-----------------------------------*/
.cuisine_wrap {
  position: relative;
  padding-top: 120px;
  margin-top: 120px;
}

@media only screen and (max-width: 1023px){
  .cuisine_wrap {
    position: relative;
    padding-top: 0;
    margin-top: 60px;
  }
}

.cuisine_wrap::before {
  content: "";
  width: 100%;
  height: calc(100% - 120px);
  max-width: 1300px;
  border: 1px solid #263779;
  position: absolute;
  top: 120px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 0;
}

@media only screen and (max-width: 1023px){
  .cuisine_wrap::before {
    width: calc(100% - 28px);
    height: calc(100% - 80px);
    border: 1px solid #263779;
    top: 95px;
    left: 30px;
    transform: translateX(0);
  }
}

.cuisine_wrap .in {
  width: 100%;
  max-width: 1100px;
  margin: auto;
  position: relative;
}

.cuisine_wrap .in::before {
  content: "";
  width: 505px;
  height: 451px;
  background-image: url(/asset/img/top_202212/cuisine_deco.png);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  left: -340px;
  top: -200px;
  z-index: 1;
}

@media only screen and (max-width: 1023px){
  .cuisine_wrap .in::before {
    width: 265px;
    height: 207px;
    left: -90px;
    top: -110px;
  }
}

.cuisine_wrap .in .upper_box {
  padding: 60px 0 100px;
  position: relative;
}

@media only screen and (max-width: 1023px){
  .cuisine_wrap .in .upper_box {
    padding: 0 30px 0 60px;
  }
}

.cuisine_wrap .in .upper_box::before {
  content: "";
  width: 800px;
  height: 630px;
  background-image: url(/asset/img/top_202212/cuisine_header_ph.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: -120px;
  right: -250px;
  z-index: 1;
}

@media only screen and (max-width: 1023px){
  .cuisine_wrap .in .upper_box::before {
    display: block;
    width: calc(100% + 15px);
    height: 197.5px;
    position: relative;
    top: 0;
    right: -15px;
  }
}

.cuisine_wrap .in .upper_box .sec_title {
  padding-bottom: 40px;
}

@media only screen and (max-width: 1023px){
  .cuisine_wrap .in .upper_box .sec_title {
    padding-bottom: 10px;
    padding-top: 10px;
  }
}

.cuisine_wrap .in .upper_box .sec_title .en_text {
  font-family: 'Noto Serif Display', serif;
  font-size: 60px;
  letter-spacing: 0.05em;
  color: #263779;
}

@media only screen and (max-width: 1023px){
  .cuisine_wrap .in .upper_box .sec_title .en_text {
    font-family: 'Noto Serif Display', serif;
    font-size: 40px;
    letter-spacing: 0;
  }
}

.cuisine_wrap .in .upper_box .sec_title .jp_text {
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 0.05em;
  font-family: "Noto Serif JP",serif;
  display: block;
}

@media only screen and (max-width: 1023px){
  .cuisine_wrap .in .upper_box .sec_title .jp_text {
    font-size: 14px;
    letter-spacing: 0;
    display: inline-block;
    padding-left: 20px;
  }
}

.cuisine_wrap .in .upper_box .title {
  font-size: 28px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 1.78;
  padding-bottom: 20px;
  font-family: "Noto Serif JP",serif;
}

@media only screen and (max-width: 1023px){
  .cuisine_wrap .in .upper_box .title {
    font-size: 19px;
    letter-spacing: 0;
    line-height: 1.84;
    padding-bottom: 15px;
  }
}

.cuisine_wrap .in .upper_box .text {
  font-size: 16px;
  font-weight: 600;
  line-height: 2.375;
  padding-bottom: 45px;
  font-family: "Noto Serif JP",serif;
}

@media only screen and (max-width: 1023px){
  .cuisine_wrap .in .upper_box .text {
    font-size: 14px;
    letter-spacing: 0;
    line-height: 1.85;
    padding-bottom: 38px;
  }
}

/* MOREボタン */
.cuisine_wrap .in .more_btn {
  position: relative;
  z-index: 1;
}

@media only screen and (max-width: 1023px){
  .cuisine_wrap .in .more_btn {
    padding-bottom: 50px;
    padding-right: 30px;
  }
}

.cuisine_wrap .in .more_btn a {
  width: 100%;
  max-width: 240px;
  position: relative;
  z-index: 1;
  display: block;
  border: 1px solid #caa846;
  line-height: 0;
  padding: 30px 0;
  text-align: center;
  font-size: 16px;
  letter-spacing: 0.05em;
  color: #caa846;
}

@media only screen and (max-width: 1023px){
  .cuisine_wrap .in .more_btn a {
    max-width: 180px;
    padding: 22px 0 23px;
    font-size: 14px;
    margin: auto;
  }
}

.cuisine_wrap .in .more_btn a:hover {
  background-color: #caa846;
  color: #FFF;
}

.cuisine_wrap .in .more_btn a::after {
  content: "";
  width: 16px;
  height: 16px;
  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: 14px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
}

@media only screen and (max-width: 1023px){
  .chapel_wrap .in .more_btn a::after {
    width: 12px;
    height: 12px;
    right: 10px;
  }
}

.cuisine_wrap .in .more_btn a:hover::after {
  background-image: url(/asset/img/top_202212/more_btn_icon_white.svg);
}

/* お料理リスト */
.cuisine_wrap .in .case_list_wrap {
  padding-bottom: 100px;
}

@media only screen and (max-width: 1023px){
  .cuisine_wrap .in .case_list_wrap {
    padding: 0 30px 0 60px;
  }
}

.cuisine_wrap .in .case_list_wrap .list .detail {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
  width: 1250px;
}

@media only screen and (max-width: 1023px){
  .cuisine_wrap .in .case_list_wrap .list .detail {
    display: block;
    width: 100%;
    padding-bottom: 45px;
  }
}

.cuisine_wrap .in .case_list_wrap .list .detail:first-child {
  align-items: flex-start;
}

.cuisine_wrap .in .case_list_wrap .list .detail .ph_wrap {
  width: calc(50% + 100px);
  max-width: 650px;
  height: 400px;
  overflow: hidden;
  position: relative;
  left: -150px;
  z-index: 1;
}

@media only screen and (max-width: 1023px){
  .cuisine_wrap .in .case_list_wrap .list .detail .ph_wrap {
    width: 100%;
    height: 46.15vw;
    left: 0;
  }
}

.cuisine_wrap .in .case_list_wrap .list .detail .num {
  font-family: 'Noto Serif Display', serif;
  font-size: 50px;
  color: #caa846;
  padding-bottom: 10px;
}

@media only screen and (max-width: 1023px){
  .cuisine_wrap .in .case_list_wrap .list .detail .num {
    font-size: 30px;
    position: absolute;
    left: 0;
    top: -5px;
  }
}

/* 組写真パターン */
.cuisine_wrap .in .case_list_wrap .list .detail .ph_wrap .main_ph {
  max-width: 520px;
  position: relative;
  z-index: 0;
}

@media only screen and (max-width: 1023px){
  .cuisine_wrap .in .case_list_wrap .list .detail .ph_wrap .main_ph {
    max-width: calc(100% - 35px);
  }
}

.cuisine_wrap .in .case_list_wrap .list .detail .ph_wrap .sub_ph {
  width: 250px;
  height: 220px;
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 1;
}

@media only screen and (max-width: 1023px){
  .cuisine_wrap .in .case_list_wrap .list .detail .ph_wrap .sub_ph {
    width: 24vw;
    height: 18.66vw;
  }
}

.cuisine_wrap .in .case_list_wrap .list .detail .ph_wrap img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.cuisine_wrap .in .case_list_wrap .list .detail .textbox {
  width:100%;
  max-width: 530px;
  position: relative;
  left: -120px;
}

@media only screen and (max-width: 1023px){
  .cuisine_wrap .in .case_list_wrap .list .detail .textbox {
    max-width: 100%;
    left: 0;
    margin-top: 15px;
  }
}

.cuisine_wrap .in .case_list_wrap .list .detail:nth-child(even) .textbox {
  width:100%;
  max-width: 530px;
  position: relative;
  left:120px;
  text-align: right;
}

@media only screen and (max-width: 1023px){
  .cuisine_wrap .in .case_list_wrap .list .detail:nth-child(even) .textbox {
    max-width: 100%;
    left:0;
    text-align: left;
  }
}

.cuisine_wrap .in .case_list_wrap .list .detail .case_title {
  padding-bottom: 10px;
  font-size: 24px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.83;
  font-family: "Noto Serif JP",serif;
}

@media only screen and (max-width: 1023px){
  .cuisine_wrap .in .case_list_wrap .list .detail .case_title {
    padding-left: 48px;
    font-size: 16px;
    line-height: 1.75;
    padding-bottom: 15px;
  }
}

.cuisine_wrap .in .case_list_wrap .list .detail:nth-child(even) .textbox .case_title {
  text-align: right;
}

@media only screen and (max-width: 1023px){
  .cuisine_wrap .in .case_list_wrap .list .detail:nth-child(even) .textbox .case_title {
    text-align: left;
  }
}

.cuisine_wrap .in .case_list_wrap .list .detail .text {
  font-size: 16px;
  letter-spacing: 0;
  line-height: 2.375;
  font-family: "Noto Serif JP",serif;
}

@media only screen and (max-width: 1023px){
  .cuisine_wrap .in .case_list_wrap .list .detail .text {
    font-size: 14px;
    line-height: 1.78;
  }
}

/* 交互の設定 */
.cuisine_wrap .in .case_list_wrap .list .detail:nth-child(even) {
  flex-direction: row-reverse;
  margin-right: 0;
  margin-left: -150px;
}

@media only screen and (max-width: 1023px){
  .cuisine_wrap .in .case_list_wrap .list .detail:nth-child(even) {
    margin-left: 0
  }
}

.cuisine_wrap .in .case_list_wrap .list .detail:nth-child(even) .ph_wrap {
  left: auto;
  right: -150px;
}

@media only screen and (max-width: 1023px){
  .cuisine_wrap .in .case_list_wrap .list .detail:nth-child(even) .ph_wrap {
    right: auto;
  }
}

/*-----------------------------------
ドレス
-----------------------------------*/
.dress_wrap {
  position: relative;
  margin-top: 120px;
}

@media only screen and (max-width: 1023px){
  .dress_wrap {
    margin-top: 70px;
  }
}

.dress_wrap .in {
  position: relative;
  padding-top: 100px;
}

@media only screen and (max-width: 1023px){
  .dress_wrap .in {
    padding-top: 0;
  }
}

.dress_wrap .in::before {
  content: "";
  width: calc(50% + 600px);
  height: calc(100% - 400px);
  background-color: #edede8;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 0;
}

@media only screen and (max-width: 1023px){
  .dress_wrap .in::before {
    width: 100%;
    height: 100%;
  }
}

.dress_wrap .in .upper_box {
  width: 100%;
  max-width: 1100px;
  margin: auto;
  position: relative;
}

.dress_wrap .in .upper_box::before {
  content: "";
  width: 100%;
  max-width: 1000px;
  height: 600px;
  background-image: url(/asset/img/top_202212/dress_header_ph.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: 0;
  left: -250px;
  z-index: 0;
}

@media only screen and (max-width: 1023px){
  .dress_wrap .in .upper_box::before {
    width: 100%;
    height: 70.4vw;
    max-height: 264px;
    position: relative;
    display: block;
    left: 0;
    z-index: 1;
  }
}

.dress_wrap .in .upper_box::after {
  content: "";
  width: 525px;
  height: 575px;
  background-image: url(/asset/img/top_202212/dress_deco.png);
  background-position: right top;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: -250px;
  right: -430px;
  z-index: 1;
}

.dress_wrap .in .upper_box .title_wrap {
  width: 270px;
  margin-left: auto;
  padding-bottom: 85px;
}

@media only screen and (max-width: 1023px){
  .dress_wrap .in .upper_box .title_wrap {
    width: 100%;
    margin-left: 0;
    padding: 30px 30px 10px;
    box-sizing: border-box;
  }
}

.dress_wrap .in .upper_box .title_wrap .sec_title .en_text {
  font-family: 'Noto Serif Display', serif;
  font-size: 60px;
  letter-spacing: 0.05em;
  color: #263779;
}

@media only screen and (max-width: 1023px){
  .dress_wrap .in .upper_box .title_wrap .sec_title .en_text {
    font-size: 40px;
    letter-spacing: 0;
  }
}

.dress_wrap .in .upper_box .title_wrap .sec_title .jp_text {
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 0.05em;
  font-family: "Noto Serif JP",serif;
  display: block;
}

@media only screen and (max-width: 1023px){
  .dress_wrap .in .upper_box .title_wrap .sec_title .jp_text {
    display: inline-block;
    font-size: 14px;
    letter-spacing: 0;
    padding-left: 20px;
  }
}

.dress_wrap .in .upper_box .textbox {
  width: 100%;
  max-width: 620px;
  box-sizing: border-box;
  padding: 50px 60px;
  background-color: #FFF;
  position: relative;
  right: -100px;
  z-index: 1;
  margin-left: auto;
}

@media only screen and (max-width: 1023px){
  .dress_wrap .in .upper_box .textbox {
    width: calc(100% - 30px);
    padding: 30px;
    right: 0;
  }
}

.dress_wrap .in .upper_box .textbox .title {
  font-size: 26px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 1.78;
  padding-bottom: 20px;
  font-family: "Noto Serif JP",serif;
}

@media only screen and (max-width: 1023px){
  .dress_wrap .in .upper_box .textbox .title {
    font-size: 19px;
    letter-spacing: 0;
    line-height: 1.84;
    padding-bottom: 15px;
  }
}

.dress_wrap .in .upper_box .textbox .text {
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 2.375;
  padding-bottom: 45px;
  font-family: "Noto Serif JP",serif;
}

@media only screen and (max-width: 1023px){
  .dress_wrap .in .upper_box .textbox .text {
    font-size: 14px;
    letter-spacing: 0;
    line-height: 1.85;
    padding-bottom: 30px;
  }
}

/* MOREボタン */
.dress_wrap .in .upper_box .textbox .more_btn {
  position: relative;
  z-index: 1;
}

@media only screen and (max-width: 1023px){
  .dress_wrap .in .upper_box .textbox .more_btn {
    padding-right: 30px;
  }
}

.dress_wrap .in .upper_box .textbox .more_btn a {
  width: 100%;
  max-width: 240px;
  position: relative;
  z-index: 1;
  display: block;
  border: 1px solid #caa846;
  line-height: 0;
  padding: 30px 0;
  text-align: center;
  font-size: 16px;
  letter-spacing: 0.05em;
  color: #caa846;
}

@media only screen and (max-width: 1023px){
  .dress_wrap .in .upper_box .textbox .more_btn a {
    max-width: 180px;
    padding: 22px 0 23px;
    font-size: 14px;
    margin: auto;
  }
}

.dress_wrap .in .upper_box .textbox .more_btn a:hover {
  background-color: #caa846;
  color: #FFF;
}

.dress_wrap .in .upper_box .textbox .more_btn a::after {
  content: "";
  width: 16px;
  height: 16px;
  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: 14px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
}

@media only screen and (max-width: 1023px){
  .dress_wrap .in .upper_box .textbox .more_btn a::after {
    width: 12px;
    height: 12px;
    right: 10px;
  }
}

.dress_wrap .in .upper_box .textbox .more_btn a:hover::after {
  background-image: url(/asset/img/top_202212/more_btn_icon_white.svg);
}

/* スライダー */
.dress_wrap .in .slider_wrap {
  position: relative;
  z-index: 1;
  padding-bottom: 200px;
}

@media only screen and (max-width: 1023px){
  .dress_wrap .in .slider_wrap {
    padding-bottom: 70px;
  }
}

.dress_wrap .in .slider_wrap .lead {
  text-align: center;
  font-family: "Noto Serif JP",serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 2.375;
  padding: 50px 0;
}

@media only screen and (max-width: 1023px){
  .dress_wrap .in .slider_wrap .lead {
    text-align: justify;
    font-size: 14px;
    line-height: 1.85;
    padding: 30px;
  }
}

.dress_wrap .in .slider_wrap .slick-track {
  position: relative;
  left: -237px;
}

@media only screen and (max-width: 1023px){
  .dress_wrap .in .slider_wrap .slick-track {
    left: 0;
  }
}

.dress_wrap .in .slider_wrap .slide {
  width: 400px;
  height: 560px;
  margin: 0 37px 20px;
  box-shadow: 0 0 10px rgba(0,0,0,0.2);
  border: 3px solid #FFF;
  box-sizing: border-box;
}

@media only screen and (max-width: 1023px){
  .dress_wrap .in .slider_wrap .slide {
    width: 200px;
    height: 280px;
    margin: 0 20px 10px;
    border: 2px solid #FFF;
  }
}

.dress_wrap .in .slider_wrap .prev-arrow {
  width: 60px;
  height: 60px;
  background-image: url(/asset/img/top_202212/top_slider_prev_icon.png);
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 41%;
  left: calc(50% - 540px);
  z-index: 2;
}

@media only screen and (max-width: 1023px){
  .dress_wrap .in .slider_wrap .prev-arrow {
    width: 40px;
    height: 40px;
    top: 41%;
    left: 30px;
  }
}

.dress_wrap .in .slider_wrap .next-arrow {
  width: 60px;
  height: 60px;
  background-image: url(/asset/img/top_202212/top_slider_next_icon.png);
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 41%;
  right: calc(50% - 540px);
  z-index: 2;
}

@media only screen and (max-width: 1023px){
  .dress_wrap .in .slider_wrap .next-arrow {
    width: 40px;
    height: 40px;
    top: 41%;
    right: 30px;
  }
}

.dress_wrap .in .slider_wrap .slick-dots li button {
  width: 10px;
  height: 10px;
}

.dress_wrap .in .slider_wrap .slick-dots li button:before {
  font-size: 10px;
  content: "●";
  color: #c3c1d0;
}

.dress_wrap .in .slider_wrap .slick-dots li.slick-active button:before {
  color: #caa846;
}

/*-----------------------------------
アクセス
-----------------------------------*/
.access_wrap {
  position: relative;
  padding-bottom: 120px;
  border-bottom: 1px solid #d6d6d6;
}

@media only screen and (max-width: 1023px){
  .access_wrap {
    padding-bottom: 0;
    border-bottom: 0;
  }
}

.access_wrap .header_ph_wrap {
  height: 50vw;
  max-height: 800px;
  background-image: url(/asset/img/top_202212/access_header_ph.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

@media only screen and (max-width: 1023px){
  .access_wrap .header_ph_wrap {
    height: 70.4vw;
    max-height: 264px;
  }
}

.access_wrap .header_ph_wrap::after {
  content: "";
  width: 100%;
  max-width: 1300px;
  height: 100px;
  background-color: #FFF;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}

@media only screen and (max-width: 1023px){
  .access_wrap .header_ph_wrap::after {
    content: none;
  }
}

.access_wrap .upper_box {
  width: 100%;
  max-width: 1160px;
  margin: auto;
}

@media only screen and (max-width: 1023px){
  .access_wrap .upper_box {
    position: relative;
    padding: 30px;
    box-sizing: border-box;
  }
}

.access_wrap .upper_box .sec_title {
  padding-bottom: 70px;
  text-align: center;
}

@media only screen and (max-width: 1023px){
  .access_wrap .upper_box .sec_title {
    padding-bottom: 20px;
    text-align: left;
  }
}

.access_wrap .upper_box .sec_title .en_text {
  font-family: 'Noto Serif Display', serif;
  font-size: 60px;
  letter-spacing: 0.05em;
  color: #263779;
  text-align: center;
}

@media only screen and (max-width: 1023px){
  .access_wrap .upper_box .sec_title .en_text {
    font-family: 'Noto Serif Display', serif;
    font-size: 40px;
    letter-spacing: 0;
  }
}

.access_wrap .upper_box .sec_title .jp_text {
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 0.05em;
  font-family: "Noto Serif JP",serif;
  display: block;
  text-align: center;
}

@media only screen and (max-width: 1023px){
  .access_wrap .upper_box .sec_title .jp_text {
    display: inline-block;
    font-size: 14px;
    letter-spacing: 0;
    padding-left: 20px;
  }
}

.access_wrap .upper_box .cont_wrap {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding-bottom: 85px;
}

@media only screen and (max-width: 1023px){
  .access_wrap .upper_box .cont_wrap {
    padding-bottom: 60px;
  }
}

.access_wrap .upper_box .cont_wrap .map_box {
  width:46.00%;
}

@media only screen and (max-width: 1023px){
  .access_wrap .upper_box .cont_wrap .map_box {
    width:100%;
  }
}

.access_wrap .upper_box .cont_wrap .map_box img {
  display: block;
  width: 100%;
}

.access_wrap .upper_box .cont_wrap .textbox {
  width:46.63%;
}

@media only screen and (max-width: 1023px){
  .access_wrap .upper_box .cont_wrap .textbox {
    width:100%;
  }
}

.access_wrap .upper_box .cont_wrap .textbox .title {
  font-size: 28px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 1.78;
  padding-bottom: 20px;
  font-family: "Noto Serif JP",serif;
}

@media only screen and (max-width: 1023px){
  .access_wrap .upper_box .cont_wrap .textbox .title {
    font-size: 18px;
    letter-spacing: 0;
    line-height: 1.84;
    padding-bottom: 15px;
  }
}

.access_wrap .upper_box .cont_wrap .textbox .text {
  font-size: 16px;
  font-weight: 600;
  line-height: 2.375;
  padding-bottom: 35px;
  font-family: "Noto Serif JP",serif;
}

@media only screen and (max-width: 1023px){
  .access_wrap .upper_box .cont_wrap .textbox .text {
    font-size: 14px;
    letter-spacing: 0;
    line-height: 1.85;
    padding-bottom: 38px;
  }
}

.access_wrap .upper_box .cont_wrap .textbox .info_box {
  padding-bottom: 25px;
}

@media only screen and (max-width: 1023px){
  .access_wrap .upper_box .cont_wrap .textbox .info_box {
    padding:25px 0 30px;
  }
}

.access_wrap .upper_box .cont_wrap .textbox .info_box .hotel_name {
  font-size: 16px;
  font-weight: 700;
  padding-bottom: 5px;
}

@media only screen and (max-width: 1023px){
  .access_wrap .upper_box .cont_wrap .textbox .info_box .hotel_name {
    font-size: 17px;
  }
}

.access_wrap .upper_box .cont_wrap .textbox .info_box .address {
  font-size: 16px;
  font-weight: 500;
  padding-bottom: 5px;
}

@media only screen and (max-width: 1023px){
  .access_wrap .upper_box .cont_wrap .textbox .info_box .address {
    font-size: 15px;
    line-height: 1.6;
  }
}

.access_wrap .upper_box .cont_wrap .textbox .info_box .address a {
  font-size: 14px;
  color: #263779;
  text-decoration: underline;
}

@media only screen and (max-width: 1023px){
  .access_wrap .upper_box .cont_wrap .textbox .info_box .address a {
    font-size: 15px;
  }
}

.access_wrap .upper_box .cont_wrap .textbox .info_box .address a:hover {
  text-decoration: none;
}

.access_wrap .upper_box .cont_wrap .textbox .info_box .info_text {
  font-size: 14px;
  line-height: 1.85;
}

@media only screen and (max-width: 1023px){
  .access_wrap .upper_box .cont_wrap .textbox .info_box .info_text {
    font-size: 13px;
    line-height: 1.84;
  }
}

/* MOREボタン */
.access_wrap .upper_box .cont_wrap .textbox .more_btn {
  position: relative;
  z-index: 1;
}

@media only screen and (max-width: 1023px){
  .access_wrap .upper_box .cont_wrap .textbox .more_btn {
    padding-bottom: 50px;
  }
}

.access_wrap .upper_box .cont_wrap .textbox .more_btn a {
  width: 100%;
  max-width: 240px;
  position: relative;
  z-index: 1;
  display: block;
  border: 1px solid #caa846;
  line-height: 0;
  padding: 30px 0;
  text-align: center;
  font-size: 16px;
  letter-spacing: 0.05em;
  color: #caa846;
}

@media only screen and (max-width: 1023px){
  .access_wrap .upper_box .cont_wrap .textbox .more_btn a {
    max-width: 180px;
    padding: 22px 0 23px;
    font-size: 14px;
    margin: auto;
  }
}

.access_wrap .upper_box .cont_wrap .textbox .more_btn a:hover {
  background-color: #caa846;
  color: #FFF;
}

.access_wrap .upper_box .cont_wrap .textbox .more_btn a::after {
  content: "";
  width: 16px;
  height: 16px;
  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: 14px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
}

@media only screen and (max-width: 1023px){
  .access_wrap .upper_box .cont_wrap .textbox .more_btn a::after {
    width: 12px;
    height: 12px;
    right: 10px;
  }
}

.access_wrap .upper_box .cont_wrap .textbox .more_btn a:hover::after {
  background-image: url(/asset/img/top_202212/more_btn_icon_white.svg);
}

.access_wrap .access_support_box {
  width: 100%;
  max-width: 900px;
  margin: auto;
}

.access_wrap .access_support_box a {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  background-color: #e9ebf1;
}

@media only screen and (max-width: 1023px){
  .access_wrap .access_support_box a {
    display: block;
  }
  .access_wrap .access_support_box a .access_support_upper_box {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
}

.access_wrap .access_support_box a .ph_wrap {
  width: 300px;
  overflow: hidden;
}

@media only screen and (max-width: 1023px){
  .access_wrap .access_support_box a .ph_wrap {
    width: 150px;
  }
}

.access_wrap .access_support_box a .ph_wrap img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.3s;
}

.access_wrap .access_support_box a:hover .ph_wrap img {
  transform: scale(1.04);
}

.access_wrap .access_support_box a .textbox {
  padding: 35px 50px;
  position: relative;
  width: calc(100% - 300px);
  box-sizing: border-box;
}

@media only screen and (max-width: 1023px){
  .access_wrap .access_support_box a .textbox {
    background-color: #f4f5f8;
    padding: 18px;
    width: 100%;
  }
}

.access_wrap .access_support_box a .textbox::after {
  content: "";
  width: 30px;
  height: 30px;
  background-image: url(/asset/img/top_202212/more_btn_icon_yellow.svg);
  background-position: right center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 50%;
  right: 30px;
  transform: translateY(-50%);
  transition: all 0.3s;
}

@media only screen and (max-width: 1023px){
  .access_wrap .access_support_box a .textbox::after {
    content: none;
  }
}

.access_wrap .access_support_box a:hover .textbox::after {
  right: 20px;
}

.access_wrap .access_support_box a .catch {
  font-size: 24px;
  font-weight: 600;
  line-height: 1.66;
  font-family: "Noto Serif JP",serif;
  padding-bottom: 10px;
}

@media only screen and (max-width: 1023px){
  .access_wrap .access_support_box a .catch {
    font-size: 14px;
    line-height: 1.68;
    padding:15px;
    width: calc(100% - 150px);
    box-sizing: border-box;
  }
}

.access_wrap .access_support_box a .textbox .text {
  font-size: 16px;
  font-weight: 600;
  line-height: 1.875;
  font-family: "Noto Serif JP",serif;
}

@media only screen and (max-width: 1023px){
  .access_wrap .access_support_box a .textbox .text {
    font-size: 12px;
    line-height: 1.875;
  }
}


/*-----------------------------------
ブライダルフェア
-----------------------------------*/
#pagetop .sec_bridalfair .secTit .title[data-subtit]:before {
  top: 0;
}

@media only screen and (max-width: 1023px){
  #pagetop .sec_bridalfair .secTit .title[data-subtit]:before {
    top: -10px;
  }
}

.sec_bridalfair .fairCal .in {
  max-width: 1100px;
}

@media only screen and (max-width: 1023px){
  .sec_bridalfair .fairCal .in {
    padding: 0 30px;
    box-sizing: border-box;
  }
}

.sec_bridalfair .logo {
  width: 145px;
  margin: auto;
  padding-bottom: 30px;
}

@media only screen and (max-width: 1023px){
  .sec_bridalfair .logo {
    width: 98px;
    padding-bottom: 15px;
  }
}

.sec_bridalfair .fairCal .calWrap:before {
  background-color: #FFF;
  z-index: -1;
}

.sec_bridalfair .fairCal .left {
  width: 100%;
  max-width: 510px;
  border-top: 6px solid #d4d7e4;
}

@media only screen and (max-width: 640px){
  .sec_bridalfair .fairCal .left {
    background-color: #FFF;
    padding: 0;
    padding-bottom: 55px;
    border-top: 3px solid #d4d7e4;
  }
}

.sec_bridalfair .fairCal .calWrap {
  padding: 0;
}

.sec_bridalfair .fairCal .left .faircal_title {
  font-size: 34px;
  font-family: 'Noto Serif Display', serif;
  color: #263779;
  text-align: center;
  border-bottom: 1px solid #d4d7e4;
  line-height: 1;
  padding: 15px 0;
}

@media only screen and (max-width: 640px){
  .sec_bridalfair .fairCal .left .faircal_title {
    font-size: 14px;
  }
}

.sec_bridalfair .fairCal .cal thead th {
  font-family: 'Noto Serif Display', serif;
  font-size: 20px;
  color: #263779;
}

@media only screen and (max-width: 640px){
  .sec_bridalfair .fairCal .cal thead th {
    font-size: 12px;
  }
}

.sec_bridalfair .fairCal .cal tbody td {
  font-family: 'Noto Serif Display', serif;
  font-size: 20px;
  color: #263779;
}

@media only screen and (max-width: 640px){
  .sec_bridalfair .fairCal .cal tbody td {
    font-size: 12px;
  }
}

.sec_bridalfair .fairCal .cal tbody td .date {
  font-size: 100%;
}

.sec_bridalfair .fairCal .note span.type01:before {
  background-color: #e9ebf1;
}

.sec_bridalfair .fairCal .note span {
  font-size: 16px;
}

@media only screen and (max-width: 640px){
  .sec_bridalfair .fairCal .note span {
    font-size: 12px;
  }
}

.fairCal .calResult {
  width: 100%;
  max-width: 510px;
  border-top: 6px solid #d4d7e4;
}

@media screen and (max-width: 640px) {
  .fairCal .calResult {
    padding: 0;
    border-top: 3px solid #d4d7e4;
  }
  .fairCal .calResult::before {
      content: none;
  }
}

.fairCal .calResult .calResultTit {
  font-size: 26px;
  font-family: "Noto Serif JP",serif;
  color: #263779;
  text-align: center;
  border-bottom: 1px solid #d4d7e4;
  line-height: 1;
  padding: 19px 0;
}

@media only screen and (max-width: 640px){
  .fairCal .calResult .calResultTit {
    font-size: 16px;
    padding: 15px 0;
  }
}

.fairCal .calResult .calResultTit:before {
  content: none;
}

.fairCal .calResult .calResultTit span {
  font-size: 100%;
}

@media only screen and (max-width: 640px){
  .fairCal .calResult .link {
    margin: 40px auto;
  }
}

.fairCal .calResult .link .btn01 {
  margin: 0;
  margin-left: auto;
  width: 100%;
  max-width: 240px;
  position: relative;
  z-index: 1;
  display: block;
  border: 1px solid #caa846;
  line-height: 0;
  padding: 30px 0;
  text-align: center;
  font-size: 16px;
  letter-spacing: 0.05em;
  color: #caa846;
  background-color: #FFF;
}

@media only screen and (max-width: 1023px){
  .fairCal .calResult .link .btn01 {
    max-width: 180px;
    padding: 22px 0 23px;
    font-size: 14px;
    margin: auto;
  }
}

.fairCal .calResult .link .btn01:hover {
  background-color: #caa846;
  color: #FFF;
}

.fairCal .calResult .link .btn01:before {
  background-color: #caa846;
}

.fairCal .calResult .link .btn01::after {
  content: "";
  width: 16px;
  height: 16px;
  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: 14px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
}

@media only screen and (max-width: 1023px){
  .fairCal .calResult .link .btn01::after {
    width: 12px;
    height: 12px;
    right: 10px;
  }
}

.fairCal .calResult .link .btn01:hover::after {
  background-image: url(/asset/img/top_202212/more_btn_icon_white.svg);
}

.fairCal .calResult .link .btn01>span {
  line-height: 0;
  font-size: 100%;
  color: #caa846;
}

@media only screen and (max-width: 1023px){
  .fairCal .calResult .link .btn01>span {
    top: 3px;
  }
}

.fairCal .calResult .link .btn01:hover>span {
  color: #FFF;
}

.fairCal .calResult .detailBox {
  background-color: #e9ebf1;
}

.fairCal .calResult .detailBox:after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 10px 10px;
  border-color: transparent transparent #263779 transparent;
  position: absolute;
  right: 0;
  bottom: 0;
  top: auto;
}

.fairCal .calResult {
  padding-top: 0;
}

.fairCal .calResult .detailBox .txtBox {
  padding: 18px 20px 10px;
}

.fairCal .calResult .detailBox .txtBox .title {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 700;
  font-size: 18px;
}

.fairCal .calResult .detailBox .txtBox .caption {
  font-size: 14px;
  margin-top: 0;
}

@media only screen and (max-width: 640px){
  .fairCal .calResult .detailBox {
    flex-wrap: wrap;
    align-items: center;
    height: auto;
    background-color: #e9ebf1;
  }
  .fairCal .calResult .detailBox::after {
    content: none;
  }
  .fairCal .calResult .detailBox::before {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0 8px 8px;
    border-color: transparent transparent #263779 transparent;
    position: absolute;
    right: 0;
    bottom: 0;
  }
  .fairCal .calResult .detailBox .thumb {
    width: 120px;
    height: 110px;
  }
  .fairCal .calResult .detailBox .txtBox {
    width: calc(100% - 120px);
    padding: 10px 15px;
    font-family: "Noto Serif JP",serif;
  }
  .fairCal .calResult .detailBox .txtBox .lineClamp {
    text-decoration: underline;
  }
  .fairCal .calResult .detailBox .txtBox .title {
    font-size: 14px;
    line-height: 1.6;
  }
  .fairCal .calResult .detailBox .text {
    background-color : #f4f5f8;
    padding: 20px;
    font-size: 13px;
    line-height: 1.53;
  }
}

/*-----------------------------------
パーティーレポートバナー
-----------------------------------*/
.report_bnr {
  width: 100%;
  max-width: 1300px;
  margin: auto;
}
.report_bnr::before {
  content: "";
  width: calc(50% + 650px);
  height: 100%;
  background-color: #EDEDE8;
  position: absolute;
  top: 70px;
  right: 0;
  z-index: 0;
}

@media only screen and (max-width: 1023px){
  .report_bnr {
    /* padding: 0 30px; */
    box-sizing: border-box;
  }
  .report_bnr::before {
    content: "";
    width: calc(50% + 650px);
    height: 118.5%;
    background-color: #EDEDE8;
    position: absolute;
    top: 47px;
    right: 0;
    z-index: 0;
  }
}

.report_container{
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

@media only screen and (max-width: 1023px){
.report_container{
  flex-direction: column-reverse;

}
}

.report_bnr .report_wrapper {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  /* background-color: #dfc5b3; */
}

.report_bnr .report_wrapper .report_container .ph_wrap {
  width: 640px;
  display: flex;
  flex-wrap: wrap;
  /* width: 50%; */
  gap: 15px 20px;
  z-index: 1;
}

@media only screen and (max-width: 1023px){
  .report_bnr .report_wrapper .report_container .ph_wrap {
    width: 100%;
    height: auto;
    max-height: 320px;
    gap: 0;
  }
}

.report_bnr .report_wrapper .ph_wrap .report_tmb{
  width: 310px;
  height: auto;
  transition: all 0.3s;
}

@media only screen and (max-width: 1023px){
  .report_bnr .report_wrapper .ph_wrap .report_tmb{
    width: 50%;
    height: auto;
  }
}

.report_bnr .report_wrapper .ph_wrap .report_tmb:hover {
  opacity: 0.7;
}

.report_bnr .report_wrapper .ph_wrap .report_tmb img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: relative;
  z-index: 0;
  transition: all 0.3s;
}

.report_bnr .report_wrapper .ph_wrap .report_tmb img:hover{
  transform: scale(1.04);
}

.report_bnr .report_wrapper .report_tmb .report_blog {
  position: relative;
  transition: all 0.3s;
}

.report_bnr .report_wrapper .textbox {
width: 384px;
margin-top: 1.4rem;
}

@media only screen and (max-width: 1023px){
  .report_bnr .report_wrapper .textbox {
    width: 100%;
    padding: 0 0 35px;
    margin-top: -0.7rem;
  }
}

.report_bnr .report_wrapper .textbox .sec_title {
  padding-bottom: 40px;
}

@media only screen and (max-width: 1023px){
  .report_bnr .report_wrapper .textbox .sec_title {
    margin-top: 25px;
    padding-bottom: 30px;
    text-align: center;
  }
}

.report_bnr .report_wrapper .textbox .sec_title .en_text {
  font-family: 'Noto Serif Display', serif;
  font-size: 64px;
  color: #263779;
  margin-bottom: 20px;
}

@media only screen and (max-width: 1023px){
  .report_bnr .report_wrapper .textbox .sec_title .en_text {
    font-size: 40px;
    text-align: center;
  }
}

.report_bnr .report_wrapper .textbox .sec_title .jp_text {
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 0.05em;
  font-family: "Noto Serif JP",serif;
  display: block;
}

@media only screen and (max-width: 1023px){
  .report_bnr .report_wrapper .textbox .sec_title .jp_text {
    font-size: 14px;
    letter-spacing: 0;
    text-align: center;
  }
}

.report_bnr .report_wrapper .textbox .text {
  font-size: 16px;
  font-weight: 600;
  line-height: 2.375;
  padding-bottom: 25px;
  font-family: "Noto Serif JP",serif;
}

@media only screen and (max-width: 1023px){
  .report_bnr .report_wrapper .textbox .text {
    font-size: 12px;
    line-height: 2;
    padding-bottom: 0;
    display: flex;
    justify-content: center;
  }
}

.report_bnr .report_wrapper .report_link {
  width: 100%;
  position: absolute;
  bottom: 4%;
  right: 18.5%;
}

@media only screen and (max-width: 1023px){
  .report_bnr .report_wrapper .report_link {
    position: absolute;
    bottom: -28.5%;
  }
}

.report_bnr .report_wrapper .report_link .report_btn {
  margin: 0;
  margin-left: auto;
  width: 100%;
  max-width: 240px;
  position: relative;
  z-index: 1;
  display: block;
  border: 1px solid #caa846;
  line-height: 0;
  padding: 30px 0;
  text-align: center;
  font-size: 16px;
  letter-spacing: 0.05em;
  color: #caa846;
  background-color: #FFF;
}

@media only screen and (max-width: 1023px){
  .report_bnr .report_wrapper .report_link .report_btn {
    max-width: 180px;
    padding: 22px 0 23px;
    font-size: 14px;
    margin: auto;
    position: absolute;
    bottom: 10%;
    right: calc(32.5% - 91px);
    margin: 40px 0 50px 0;
  }
}

.report_bnr .report_wrapper .report_link .report_btn:hover {
  background-color: #caa846;
  color: #FFF;
}

.report_bnr .report_wrapper .report_link .report_btn:before {
  background-color: #caa846;
}

.report_bnr .report_wrapper .report_link .report_btn::after {
  content: "";
  width: 16px;
  height: 16px;
  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: 14px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
}

@media only screen and (max-width: 1023px){
  .report_bnr .report_wrapper .report_link .report_btn::after {
    width: 12px;
    height: 12px;
    right: 10px;
  }
}

.report_bnr .report_wrapper .report_link .report_btn:hover::after {
  background-image: url(/asset/img/top_202212/more_btn_icon_white.svg);
}

.report_bnr .report_wrapper .report_link .report_btn>span {
  line-height: 0;
  font-size: 100%;
  color: #caa846;
}

@media only screen and (max-width: 1023px){
  .report_bnr .report_wrapper .report_link .report_btn>span {
    top: 3px;
  }
}

.report_bnr .report_wrapper .report_link .report_btn:hover>span {
  color: #FFF;
}

/*-----------------------------------
SNSリンク
-----------------------------------*/
.sns_link_wrap {
  width: 100%;
  max-width: 1100px;
  margin: auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 165px 0 120px;
}

@media only screen and (max-width: 1023px){
  .sns_link_wrap {
    padding: 65px 30px 40px;
    box-sizing: border-box;
    margin-top: 115px;
  }
}

.sns_link_wrap .sec_title {
  width: 100%;
  padding-bottom: 30px;
}

.sns_link_wrap .sec_title img {
  display: block;
  width: 100%;
  max-width: 256px;
  margin: auto;
}

@media only screen and (max-width: 1023px){
  .sns_link_wrap .sec_title img {
    max-width: 173px;
  }
}

.sns_link_wrap .sns_link_box {
  width: 100%;
  max-width: 540px;
}

@media only screen and (max-width: 1023px){
  .sns_link_wrap .sns_link_box {
    padding-bottom: 20px;
  }
}

.sns_link_wrap .sns_link_box a {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  border:1px solid #333;
  box-sizing: border-box;
  padding: 35px;
  border-radius: 4px;
  position: relative;
}

@media only screen and (max-width: 1023px){
  .sns_link_wrap .sns_link_box a {
    padding: 17px;
    border-radius: 2px;
  }
}

.sns_link_wrap .sns_link_box a::after {
  content: "";
  width: 30px;
  height: 30px;
  background-image: url(/asset/img/top_202212/more_btn_icon_yellow.svg);
  background-position: right center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 50%;
  right: 30px;
  transform: translateY(-50%);
  transition: all 0.3s;
}

@media only screen and (max-width: 1023px){
  .sns_link_wrap .sns_link_box a::after {
    width: 15px;
    height: 15px;
    right: 15px;
  }
}

.sns_link_wrap .sns_link_box a::after {
  right: 20px;
}

@media only screen and (max-width: 1023px){
  .sns_link_wrap .sns_link_box a::after {
    right: 15px;
  }
}

.sns_link_wrap .sns_link_box a .textbox {
  width: 100%;
  max-width: 250px;
  text-align: center;
}

@media only screen and (max-width: 1023px){
  .sns_link_wrap .sns_link_box a .textbox {
    max-width: 160px;
  }
}

.sns_link_wrap .sns_link_box a .textbox .icon {
  width: 50px;
  margin: auto;
  padding-bottom: 10px;
}

@media only screen and (max-width: 1023px){
  .sns_link_wrap .sns_link_box a .textbox .icon {
    width: 29px;
    padding-bottom: 5px;
  }
}

.sns_link_wrap .sns_link_box a .textbox .icon img {
  display: block;
}

.sns_link_wrap .sns_link_box a .textbox .text {
  font-family: "Noto Serif JP",serif;
  font-size: 14px;
}

@media only screen and (max-width: 1023px){
  .sns_link_wrap .sns_link_box a .textbox .text {
    font-size: 11px;
  }
}

.sns_link_wrap .sns_link_box a .textbox .url_text {
  font-family: 'Noto Serif Display', serif;
  font-size: 24px;
}

@media only screen and (max-width: 1023px){
  .sns_link_wrap .sns_link_box a .textbox .url_text {
    font-size: 14px;
  }
}

.sns_link_wrap .sns_link_box a .ph_wrap {
  width: 130px;
  height: 130px;
  border-radius: 130px;
  margin-left: 35px;
  overflow: hidden;
}

@media only screen and (max-width: 1023px){
  .sns_link_wrap .sns_link_box a .ph_wrap {
    width: 75px;
    height: 75px;
    margin-left: 15px;
  }
}

/*-----------------------------------
下部トピックスエリア
-----------------------------------*/
.home-Topics {
  background-color: transparent;
  padding:120px 0 100px;
  position: relative;
}

@media only screen and (max-width: 1023px){
  .home-Topics {
    padding:66px 0 45px;
    position: relative;
  }
  .home-Topics > div {
    padding: 0 30px;
  }
}

.home-Topics::before {
  content: "";
  width: calc(50% + 650px);
  height: 100%;
  background-color: #dfe1eb;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}

.home-Topics::after {
  content: "";
  width: 100%;
  height: 315px;
  background-color: #edede8;
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: -1;
}

.home-Topics>div>a {
  border: 0;
  counter-reset: #000;
}

.home-Topics>div>a {
  position: relative;
}

@media only screen and (max-width: 1023px){
  .home-Topics>div>a {
    margin-bottom: 20px;
  }
}

.home-Topics>div>a::after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 10px 10px;
  border-color: transparent transparent #263779 transparent;
  position: absolute;
  right: 0;
  bottom: 0;
}

@media only screen and (max-width: 1023px){
  .home-Topics>div>a::after {
    border-width: 0 0 6px 6px;
  }
}

.home-Topics>div>a > span {
  font-family: "Noto Serif JP",serif;
  font-size: 24px;
  font-weight: 500;
}

@media only screen and (max-width: 1023px){
  .home-Topics>div>a > span {
    font-size: 15px;
  }
}

.home-Topics>div>a > span::before {
  content: none;
}

@media only screen and (max-width: 1023px){
  .home-Topics ul {
    padding: 30px 30px 0;
  }
}

.home-Topics ul li {
  font-family: "Noto Serif JP",serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.3;
}

@media only screen and (max-width: 1023px){
  .home-Topics ul li {
    font-size: 14px;
    line-height: 1.32;
    width: calc(50% - 10px);
    margin-bottom: 20px;
  }
}

.home-Topics ul li a {
  position: relative;
}

@media only screen and (max-width: 1023px){
  .home-Topics ul li a {
    padding-top: 45px;
    padding-bottom: 42px;
  }
  .home-Topics ul li.choco a {
    padding-top: 34px;
    padding-bottom: 35px;
  }
}

.home-Topics ul li a::after {
  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;
}

@media only screen and (max-width: 1023px){
  .home-Topics ul li a::after {
    border-width: 0 0 6px 6px;
  }
}

.home-Topics ul li.restaurant a {
  background-image: url(/asset/img/top_202212/topics_ph01.jpg);
}
.home-Topics ul li.party a {
  background-image: url(/asset/img/top_202212/topics_ph02.jpg);
}
.home-Topics ul li.choco a {
  background-image: url(/asset/img/top_202212/topics_ph03.jpg);
}
.home-Topics ul li.rfurisode a {
  background-image: url(/asset/img/top_202212/topics_ph04.jpg);
}

/*-----------------------------------
下部お知らせ
-----------------------------------*/
.footer_news_wrap {
  position: relative;
  padding-bottom: 120px;
}

@media only screen and (max-width: 1023px){
  .footer_news_wrap {
    padding-bottom: 20px;
  }
}

.footer_news_wrap::before {
  content: "";
  width: calc(50% + 650px);
  height: calc(100% - 120px);
  background-color: #edede8;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 0;
}

@media only screen and (max-width: 1023px){
  .footer_news_wrap::before {
    width: 100%;
    height: 100%;
  }
}

.footer_news_wrap .in {
  position: relative;
  padding: 120px 0;
  width: 100%;
  max-width: 1100px;
  margin: auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

@media only screen and (max-width: 1023px){
  .footer_news_wrap .in {
    padding: 30px;
    box-sizing: border-box;
  }
}

.footer_news_wrap .in::before {
  content: "";
  width: 505px;
  height: 450px;
  position: absolute;
  left: -410px;
  top: 50px;
  background-image: url(/asset/img/top_202212/footer_news_deco.png);
  background-position: left center;
  background-repeat: no-repeat;
  background-size: contain;
  z-index: 0;
}

@media only screen and (max-width: 1023px){
  .footer_news_wrap .in::before {
    content: none;
  }
}

.footer_news_wrap .in .sec_title_wrap {
  width: 100%;
  max-width: 380px;
  text-align: left;
}

@media only screen and (max-width: 1023px){
  .footer_news_wrap .in .sec_title_wrap {
    max-width: 100%;
    padding-bottom: 30px;
  }
}

.footer_news_wrap .in .sec_title_wrap .sec_title .en_text {
  font-family: 'Noto Serif Display', serif;
  font-size: 60px;
  letter-spacing: 0.05em;
  color: #263779;
}

@media only screen and (max-width: 1023px){
  .footer_news_wrap .in .sec_title_wrap .sec_title .en_text {
    font-size: 40px;
    letter-spacing: 0;
  }
}

.footer_news_wrap .in .sec_title_wrap .sec_title .jp_text {
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 0.05em;
  font-family: "Noto Serif JP",serif;
  display: block;
}

@media only screen and (max-width: 1023px){
  .footer_news_wrap .in .sec_title_wrap .sec_title .jp_text {
    font-size: 14px;
    letter-spacing: 0;
  }
}

.footer_news_wrap .in .news_list_wrap {
  width: 100%;
  max-width: 670px;
}

.footer_news_wrap .in .news_list_wrap .list .detail {
  padding-bottom: 20px;
}

.footer_news_wrap .in .news_list_wrap .list .detail a {
  background-color: #FFF;
  display: flex;
  position: relative;
}

.footer_news_wrap .in .news_list_wrap .list .detail a::after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 10px 10px;
  border-color: transparent transparent #263779 transparent;
  position: absolute;
  right: 0;
  bottom: 0;
}

@media only screen and (max-width: 1023px){
  .footer_news_wrap .in .news_list_wrap .list .detail a::after {
    border-width: 0 0 6px 6px;
  }
}

.footer_news_wrap .in .news_list_wrap .list .detail a .image {
  width: 160px;
  height: 120px;
  background-position: center center;
  background-size: cover;
}

@media only screen and (max-width: 1023px){
  .footer_news_wrap .in .news_list_wrap .list .detail a .image {
    width: 120px;
    height: 110px;
  }
}

.footer_news_wrap .in .news_list_wrap .list .detail a .comment {
  width: calc(100% - 120px);
  box-sizing: border-box;
  padding: 24px 40px;
}

@media only screen and (max-width: 1023px){
  .footer_news_wrap .in .news_list_wrap .list .detail a .comment {
    width: calc(100% - 120px);
    padding: 18px;
  }
}

.footer_news_wrap .in .news_list_wrap .list .detail a .comment .date {
  display: flex;
  align-items: center;
  padding-bottom: 10px;
}

@media only screen and (max-width: 1023px){
  .footer_news_wrap .in .news_list_wrap .list .detail a .comment .date {
    padding-bottom: 5px;
  }
}

.footer_news_wrap .in .news_list_wrap .list .detail a .comment .date .date_text {
  font-size: 18px;
  color: #263779;
  padding-right: 12px;
}

@media only screen and (max-width: 1023px){
  .footer_news_wrap .in .news_list_wrap .list .detail a .comment .date .date_text {
    font-size: 13px;
    padding-right: 6px;
  }
}

.footer_news_wrap .in .news_list_wrap .list .detail a .comment .date .new_icon {
  display: inline-block;
  font-size: 16px;
  line-height: 0;
  background-color: #263779;
  color: #FFF;
  padding: 10px 6px 12px;
}

@media only screen and (max-width: 1023px){
  .footer_news_wrap .in .news_list_wrap .list .detail a .comment .date .new_icon {
    font-size: 12px;
    padding: 7px 3px 9px;
  }
}

.footer_news_wrap .in .news_list_wrap .list .detail a .comment .title {
  font-family: "Noto Serif JP",serif;
  font-size: 20px;
  font-weight: 500;
  text-decoration: underline;
}

@media only screen and (max-width: 1023px){
  .footer_news_wrap .in .news_list_wrap .list .detail a .comment .title {
    font-size: 14px;
    line-height: 1.64;
  }
}

/*-----------------------------------
フッター（トップのみ）
-----------------------------------*/
.st-Home_Content>.st-Footer {
  position: relative;
  padding: 120px 0 0;
  background-color: transparent;
  background-image: url(/asset/img/top_202212/contact_bg.jpg);
  background-position: center center;
  background-size: cover;
}

@media only screen and (max-width: 1023px){
  .st-Home_Content>.st-Footer {
    padding: 60px 0 0;
  }
}

/*-----------------------------------
【共通】フッター
-----------------------------------*/
.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 {
    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;
  }
}

@media only screen and (max-width: 1023px){
  .st-Footer_Contact .line {
    border-radius: 2px;
    border: 1px solid #333;
    background-color: #FFF;
    padding: 15px 0;
  }
  .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-right: 20px;
}

@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;
  }
}

@media only screen and (max-width: 1023px){
  .st-Footer_Info .footer_nav {
    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;
  }
}

/* トップに戻るボタン */
.st-Footer_Pagetop img {
  width: 60px;
}



/*-----------------------------------
2023 SUMMER RENEWAL
-----------------------------------*/
.banquet_renew2023_wrap {
  width: 100%;
  max-width: 1217px;
  margin: auto;
  position: relative;
  font-family: 'Noto Serif Display', serif;
}

@media only screen and (max-width: 1023px){
  .banquet_renew2023_wrap {
    margin-top: 70px;
    padding: 0 20px;
    box-sizing: border-box;
  }
}

/* 背景色 */
.banquet_renew2023_wrap::before {
  content: "";
  background-color: #FFF;
  width: 100%;
  height: calc(100% - 65px);
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 0;
}

@media only screen and (max-width: 1023px){
  .banquet_renew2023_wrap::before {
    width: calc(100% - 40px);
    height: calc(100% - 42px);
    left: 20px;
  }
}

.banquet_renew2023_inner {
  position: relative;
  z-index: 1;
}

@media only screen and (max-width: 1023px){
  .banquet_renew2023_inner {
    padding: 0 20px;
  }
}

/* リニューアルのタイトル */
.banquet_renew2023_wrap .renew2023_title {
  width: 100%;
  max-width: 266px;
  margin: auto;
}

@media only screen and (max-width: 1023px){
  .banquet_renew2023_wrap .renew2023_title {
    max-width: 180px;
  }
}

.banquet_renew2023_wrap .lead {
  font-size: 20px;
  font-weight: 600;
  line-height: 1.69;
  letter-spacing: 0.10em;
  text-align: center;
  padding: 40px 0;
  color: #494949;
}

@media only screen and (max-width: 1023px){
  .banquet_renew2023_wrap .lead {
    font-size: 16.5px;
    letter-spacing: 0;
    padding: 30px 0;
  }
}

.banquet_renew2023_wrap .renew2023_cont_wrap {
  width: 88.33%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: auto;
}

@media only screen and (max-width: 1023px){
  .banquet_renew2023_wrap .renew2023_cont_wrap {
    width: 100%;
  }
  
}

.banquet_renew2023_wrap .renew2023_cont_wrap .renew2023_cont {
  width: 44.65%;
  padding-bottom: 55px;
}

@media only screen and (max-width: 1023px){
  .banquet_renew2023_wrap .renew2023_cont_wrap .renew2023_cont {
    width: 100%;
    padding-bottom: 30px;
  }
}

.banquet_renew2023_wrap .renew2023_cont_wrap .renew2023_cont .ph_wrap {
  position: relative;
}

.banquet_renew2023_wrap .renew2023_cont_wrap .renew2023_cont .ph_wrap::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 10px;
  right: -10px;
  z-index: 0;
}

.banquet_renew2023_wrap .renew2023_cont_wrap .renew2023_cont .ph_wrap img {
  display: block;
  max-width: 100%;
  position: relative;
  z-index: 1;
}

.banquet_renew2023_wrap .renew2023_cont_wrap .renew2023_cont .renew2023_banquet_name {
  text-align: center;
  font-size: 20px;
  letter-spacing: 0.10em;
  font-weight: 700;
  padding: 30px 0;
  position: relative;
}

.banquet_renew2023_wrap .renew2023_cont_wrap .renew2023_cont .renew2023_banquet_name::after {
  content: "";
  width: 38px;
  height: 1.5px;
  position: absolute;
  left: 50%;
  bottom: 17px;
  transform: translateX(-50%);
}

@media only screen and (max-width: 1023px){
  .banquet_renew2023_wrap .renew2023_cont_wrap .renew2023_cont .renew2023_banquet_name::after {
    height: 1px;
  }
}

.banquet_renew2023_wrap .renew2023_cont_wrap .renew2023_cont .text {
  font-size: 16px;
  line-height: 1.75;
  letter-spacing: 0.10em;
  color: #555555;
  text-align: center;
}

@media only screen and (max-width: 1023px){
  .banquet_renew2023_wrap .renew2023_cont_wrap .renew2023_cont .text {
    font-size: 13px;
    line-height:2;
  }  
}

/* view moreボタン */
.banquet_renew2023_wrap .renew2023_cont_wrap .renew2023_cont .more_btn {
  position: relative;
  z-index: 1;
  padding-top: 20px;
}

.banquet_renew2023_wrap .renew2023_cont_wrap .renew2023_cont .more_btn a {
  width: 100%;
  max-width: 200px;
  position: relative;
  z-index: 1;
  display: block;
  line-height: 0;
  padding: 27px 0;
  text-align: center;
  font-size: 16px;
  letter-spacing: 0.05em;
  margin: auto;
  font-family: 'Noto Sans JP', sans-serif;
}

@media only screen and (max-width: 1023px){
  .banquet_renew2023_wrap .renew2023_cont_wrap .renew2023_cont .more_btn a {
    max-width: 180px;
    padding: 22px 0 23px;
    font-size: 14px;
    margin: auto;
  }
}

.banquet_renew2023_wrap .renew2023_cont_wrap .renew2023_cont .more_btn a:hover {
  background-color: #caa846;
  color: #FFF;
}

.banquet_renew2023_wrap .renew2023_cont_wrap .renew2023_cont .more_btn a::after {
  content: "";
  width: 16px;
  height: 16px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  position: absolute;
  right: 14px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
}

@media only screen and (max-width: 1023px){
  .banquet_renew2023_wrap .renew2023_cont_wrap .renew2023_cont .more_btn a::after {
    width: 12px;
    height: 12px;
    right: 10px;
  }
}

/* シェーナの設定 */
.banquet_renew2023_wrap .renew2023_cont_wrap .renew2023_cont.scena .ph_wrap::before {
  content: "";
  width: 30px;
  height: 105px;
  background-image: url(../img/top_202212/renew2023_banquet_title01.svg);
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 0;
  left: -33px;
}

@media only screen and (max-width: 1023px){
  .banquet_renew2023_wrap .renew2023_cont_wrap .renew2023_cont.scena .ph_wrap::before {
    width: 95px;
    height: 27px;
    background-image: url(../img/top_202212/renew2023_banquet_title01_sp.svg);
    top: -20px;
    left: -10px;
    z-index: 2;
  }
}

.banquet_renew2023_wrap .renew2023_cont_wrap .renew2023_cont.scena .ph_wrap::after {
  background-color: #ECF7FF;
}

.banquet_renew2023_wrap .renew2023_cont_wrap .renew2023_cont.scena .renew2023_banquet_name {
  color: #134DA4;
}

.banquet_renew2023_wrap .renew2023_cont_wrap .renew2023_cont.scena .renew2023_banquet_name::after {
  background-color: #134DA4;
}

@media only screen and (max-width: 1023px){
  .banquet_renew2023_wrap .renew2023_cont_wrap .renew2023_cont.scena .text {
    color: #134DA4;
  }  
}

.banquet_renew2023_wrap .renew2023_cont_wrap .renew2023_cont.scena .more_btn a {
  border: 1px solid #134DA4;
  color: #134DA4;
}

.banquet_renew2023_wrap .renew2023_cont_wrap .renew2023_cont.scena .more_btn a::after {
  background-image: url(/asset/img/top_202212/renew2023_banquet_arrow_01.svg);
}

.banquet_renew2023_wrap .renew2023_cont_wrap .renew2023_cont.scena .more_btn a:hover::after {
  background-image: url(/asset/img/top_202212/renew2023_banquet_arrow_01_hover.svg);
}

.banquet_renew2023_wrap .renew2023_cont_wrap .renew2023_cont.scena .more_btn a:hover {
  background-color: #134DA4;
  color: #FFF;
}

/* フェンテの設定 */
.banquet_renew2023_wrap .renew2023_cont_wrap .renew2023_cont.fuente .ph_wrap::before {
  content: "";
  width: 28px;
  height: 106px;
  background-image: url(../img/top_202212/renew2023_banquet_title02.svg);
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 0;
  left: -30px;
}

@media only screen and (max-width: 1023px){
  .banquet_renew2023_wrap .renew2023_cont_wrap .renew2023_cont.fuente .ph_wrap::before {
    width: 102px;
    height: 27px;
    background-image: url(../img/top_202212/renew2023_banquet_title02_sp.svg);
    top: -20px;
    left: -10px;
    z-index: 2;
  }
}

.banquet_renew2023_wrap .renew2023_cont_wrap .renew2023_cont.fuente .ph_wrap::after {
  background-color: #FFF1E7;
}

.banquet_renew2023_wrap .renew2023_cont_wrap .renew2023_cont.fuente .renew2023_banquet_name {
  color: #A45813;
}

.banquet_renew2023_wrap .renew2023_cont_wrap .renew2023_cont.fuente .renew2023_banquet_name::after {
  background-color: #A45813;
}

@media only screen and (max-width: 1023px){
  .banquet_renew2023_wrap .renew2023_cont_wrap .renew2023_cont.fuente .text {
    color: #A45813;
  }  
}

.banquet_renew2023_wrap .renew2023_cont_wrap .renew2023_cont.fuente .more_btn a {
  border: 1px solid #A45813;
  color: #A45813;
}

.banquet_renew2023_wrap .renew2023_cont_wrap .renew2023_cont.fuente .more_btn a::after {
  background-image: url(/asset/img/top_202212/renew2023_banquet_arrow_02.svg);
}

.banquet_renew2023_wrap .renew2023_cont_wrap .renew2023_cont.fuente .more_btn a:hover::after {
  background-image: url(/asset/img/top_202212/renew2023_banquet_arrow_02_hover.svg);
}

.banquet_renew2023_wrap .renew2023_cont_wrap .renew2023_cont.fuente .more_btn a:hover {
  background-color: #A45813;
  color: #FFF;
}
/*230828*/
.banquet_renew2023_wrap .renew2023_cont_wrap .renew2023_cont.scena .text {
  color: rgba(19, 77, 164, 1);
  font-weight: bold;
}
.banquet_renew2023_wrap .renew2023_cont_wrap .renew2023_cont.fuente .text {
  color: rgba(164, 88, 19, 1);
  font-weight: bold;
}
.banquet_renew2023_wrap .renew2023_cont_wrap .renew2023_cont .text02 {
  text-align: center;
  font-size: 14px;
  font-weight: bold;
  margin-top: 10px;
  letter-spacing: .2em
}
@media only screen and (max-width: 1023px){
  .banquet_wrap .banquet_bg_wrap:before{
    content: "";
    width: 136px;
    height: 136px;
    background-image: url(../img/top_202212/renew2023_seal.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    top: -30px;
    right: 20px;
    z-index: 1;  
    background-color: transparent;
  }
}
.top_mv_wrap .award_wrap{
  width: 200px;
}
.top_mv_wrap .award_wrap img{
  filter: drop-shadow(0px 0px 4px #fff);
  margin-top: 16px;
}
@media only screen and (max-width: 1440px){
  .top_mv_wrap .award_wrap{
    width: 240px;
    margin-top: 30px;
  }
}
@media only screen and (max-width: 1023px){
  .award_wrap{
    padding: 0 30px;
    display: flex;
    flex-direction:column;
    gap: 30px;
  }
}

/*231019*/
/* .bnr_wrap{
  margin-bottom: 60px;
}
.bnr_wrap a{
  display: inline-block;
  transition: 0.5;
}
.bnr_wrap a:hover{
  opacity: 0.6;
}
.bnr_wrap img{
  width: auto;
}
@media only screen and (max-width: 1023px){
  .bnr_wrap{
    margin-bottom: 30px;
  }
} */

/*241008*/
/* .bnr_wrap{
  background-color: #FFF;
  width: 100%;
  max-width: 1200px;
  margin: auto;
  position: relative;
  padding: 60px 0 0;
  text-align: center;
}
.bnr_wrap a{
  position: relative;
  z-index: 1;
  display: inline-block;
  transition: opacity 0.5s;
}
.bnr_wrap a:hover{
  opacity: 0.6;
}
.bnr_wrap img{
  width: auto;
}
@media only screen and (max-width: 1023px){
  .bnr_wrap{
    padding: 45px 30px 0;
    width: calc(100% - 60px);
  }
} */


/* クチコミ */
/* クチコミスライダー */
.reviews_wrap{
  background-color: #EDEDE8;
  padding:120px 0;
}
.reviews_wrap .award_wrap{
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 64px;
  font-size: 18px;
  font-family: "Noto Serif JP",serif;
  font-weight: bold;
}
@media only screen and (max-width: 1023px){
  .reviews_wrap .award_wrap{
    flex-direction:column;
    gap: 40px;
    text-align: justify;
  }
}
.reviews_wrap .award_wrap img{
  width: 290px;
  height: auto;
}
.reviews_link .more_btn {
  margin:60px auto 0;
  width: 100%;
  max-width: 240px;
  position: relative;
  z-index: 1;
  display: block;
  border: 1px solid #caa846;
  line-height: 0;
  padding: 30px 0;
  text-align: center;
  font-size: 16px;
  letter-spacing: 0.05em;
  color: #caa846;
  background-color: #FFF;
}

@media only screen and (max-width: 1023px){
  .reviews_link .more_btn {
    width: 180px;
    max-width: 180px;
    padding: 22px 0 23px;
    font-size: 14px;
    margin:0 auto 0;
  }
}

.reviews_link .more_btn:hover {
  background-color: #caa846;
  color: #FFF;
}

.reviews_link .more_btn:before {
  background-color: #caa846;
}

.reviews_link .more_btn::after {
  content: "";
  width: 16px;
  height: 16px;
  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: 14px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
}

@media only screen and (max-width: 1023px){
  .reviews_link .more_btn::after {
    width: 12px;
    height: 12px;
    right: 10px;
  }
}

.reviews_link .more_btn:hover::after {
  background-image: url(/asset/img/top_202212/more_btn_icon_white.svg);
}

.reviews_link .more_btn>span {
  line-height: 0;
  font-size: 100%;
  color: #caa846;
}

@media only screen and (max-width: 1023px){
  .reviews_link .more_btn>span {
    top: 3px;
  }
}

.reviews_link .more_btn:hover>span {
  color: #FFF;
}

.reviews_wrap .in .slider_wrap{
  margin-top: 64px;
}
@media only screen and (min-width: 1024px){
  .reviews_wrap .in .slider_wrap .slides {
    display: flex;
    justify-content: center;
    gap: 40px;
  }
  .reviews_wrap .in .slider_wrap .slide {
    width: 340px;
    height: 404px;
    box-sizing: border-box;
  }
}
@media only screen and (max-width: 1023px){
  .reviews_wrap .in .slider_wrap {
    position: relative;
    z-index: 1;
    padding-bottom: 200px;
  }
  .reviews_wrap .in .slider_wrap {
    padding-bottom: 40px;
  }
}

.reviews_wrap .in .slider_wrap .lead {
  text-align: center;
  font-family: "Noto Serif JP",serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 2.375;
  padding: 50px 0;
}

@media only screen and (max-width: 1023px){
  .reviews_wrap .in .slider_wrap .lead {
    text-align: justify;
    font-size: 14px;
    line-height: 1.85;
    padding: 30px;
  }
}
.reviews_wrap .in .slider_wrap .slick-track {
  position: relative;
  left: -237px;
}
@media only screen and (max-width: 1023px){
  .reviews_wrap .in .slider_wrap .slick-track {
    left: 0;
  }
}
@media only screen and (max-width: 1023px){
  .reviews_wrap .in .slider_wrap .slide {
    width: 270px;
    height: 361px;
    margin: 0 10px 10px;
    border: 2px solid #FFF;
  }
}
.reviews_wrap .in .slider_wrap .prev-arrow {
  width: 60px;
  height: 60px;
  background-image: url(/asset/img/top_202212/top_slider_prev_icon.png);
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 41%;
  left: calc(50% - 540px);
  z-index: 2;
}
@media only screen and (max-width: 1023px){
  .reviews_wrap .in .slider_wrap .prev-arrow {
    width: 40px;
    height: 40px;
    top: 41%;
    left: 30px;
  }
}
.reviews_wrap .in .slider_wrap .next-arrow {
  width: 60px;
  height: 60px;
  background-image: url(/asset/img/top_202212/top_slider_next_icon.png);
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 41%;
  right: calc(50% - 540px);
  z-index: 2;
}
@media only screen and (max-width: 1023px){
  .reviews_wrap .in .slider_wrap .next-arrow {
    width: 40px;
    height: 40px;
    top: 41%;
    right: 30px;
  }
}
.reviews_wrap .in .slider_wrap .slick-dots li button {
  width: 10px;
  height: 10px;
}
.reviews_wrap .in .slider_wrap .slick-dots li button:before {
  font-size: 10px;
  content: "●";
  color: #c3c1d0;
}
.reviews_wrap .in .slider_wrap .slick-dots li.slick-active button:before {
  color: #caa846;
}
