@charset "UTF-8";
/*=======================================================
結婚式
=======================================================*/
/*----------------------------------------------
イントロ
---------------------------------------------- */
.intro__each {
    display: flex; 
    justify-content: space-between;
    align-items: flex-start;
    margin-right: clamp(96px, 12.50vw, 200px);
    position: relative; 
    z-index: 2;
    gap: clamp(30px, 3vw, 112px);
}
.intro__body {
    gap: clamp(29px, 2.13vw, 66px);
}
.fadein__img-wrapper:has(.fadein-1) {
    width: clamp(274px, 35.69vw, 571px);
    position: relative;
    margin-top: clamp(43px, 5.63vw, 90px);
    flex-shrink: 0;
}
.intro__each + .fadein__img-wrapper {
    height: clamp(231px, 30.13vw, 482px);
    margin-top: clamp(-94px, -4.12vw, -45px);
}
.fadein-1 {
    position: relative;
}
.fadein-2 {
    width: clamp(548px, 71.31vw, 1141px);
    right: 0;
}
.fadein-3 {
    width: clamp(186px, 24.31vw, 389px);
    right: clamp(29px, 3.75vw, 60px); 
    bottom: 0;
}
.tab {
    display: block;
}
@media screen and (max-width : 1199px) {
    .tab {
        display: none;
    }
    .intro__each {
        margin-right: clamp(10px, 1.25vw, 20px);
    }
}
@media screen and (max-width : 1070px) {
    .intro__each + .fadein__img-wrapper {
        margin-top: clamp(15px, 1.25vw, 20px);
    }
}
@media screen and (max-width : 767px) {
	.intro .section__inner {
		padding-left: 0;
		padding-right: 0;
	}
	.intro__each {
		flex-direction: column;
		margin-right: 0;
	}
	.intro__text p {
		padding-left: 15px; 
		padding-right: 15px;
	}
	.fadein-2 {
		width: 100%;
	}
	.fadein-3 {
		width: clamp(150px, calc(150px + 100 * ((100vw - 375px) / 392)), 250px);
	}
	.intro__each + .fadein__img-wrapper {
        height: clamp(180px, calc(180px + 120 * ((100vw - 375px) / 392)), 300px);
	}
}
/*----------------------------------------------
プラン /wedding/plan/
---------------------------------------------- */
/*価格部分*/
.plan__price {
    font-size: 20px;
    font-weight: 600;
    border-top: 1px solid var(--beige);
    border-bottom: 1px solid var(--beige);
    padding: 6px 0 7px;
    margin-bottom: 14px;
    text-align: center;
}
.option__plan a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.option__plan:has(a:hover) .more__button::after {
	transform: translateX(8px);
}
/*フォトウエディング*/
#photo-wedding .section__inner {
    padding-bottom: 0;
}
#photo-wedding .plan__outline {
    margin-bottom: 38px;
}
#photo-wedding .reason__item .media__title::before {
    content: none;
}
#photo-wedding .media__title {
    color: var(--beige);
    font-size: 26px;
    font-weight: 500;
    line-height: 1.7;
    margin-bottom: 18px;
}
#photo-wedding .media__text {
    line-height: 1.66;
}
#photo-wedding .reason__list {
    margin-top: 20px;
    padding-top: 37px;
    border-top: 1px solid #ccc;
}
#photo-wedding .thumb__slider-wrapper {
    margin-bottom: 61px;
    margin-top: -27px;
}
#photo-wedding .thumb__slider-nav {
    gap: 5px;
    margin-top: 13px;
}
#photo-wedding .thumb__slider-nav img {
    width: 126px;
    height: 83px;
}
@media screen and (max-width : 767px) {	
	#photo-wedding .thumb__slider-wrapper {
		margin-top: 0;
	}
	#photo-wedding .media__title {
		font-size: 24px;
		line-height: 1.6;
	}
	#photo-wedding .reason__item .media__body {
		padding-left: 0;
		padding-right: 0;
	}
	#photo-wedding .thumb__slider-nav img {
		width: 108px;
    	height: 70px;
	}
}
/*----------------------------------------------
ブライダルフェアバナー
---------------------------------------------- */
.bridal-fair__banner {
    width: 100%;
    max-width: 1200px;
    height: 383px;
    margin: 80px auto 110px;
    padding: 7px;
    background: url(../images/wedding/banner.jpg) right center / 961px no-repeat,#fff;
}
.bridal-fair > a:hover .more__button::after {
    transform: translateX(8px);
}
.bridal-fair__inner {
    width: 100%;
    height: 100%;
    border: 1px solid var(--beige);
    padding: 70px 92px;
}
.bridal-fair__title {
    font-size: 36px;
    letter-spacing: 0.1em;
    line-height: 1.6;
    margin-bottom: 25px;
}
.bridal-fair__text {
    font-size: 24px;
    color: var(--beige);
}
.bridal-fair__link {
    margin-top: 40px;
    margin-left: 1em;
}
.bridal-fair__link .more__button {
    margin: 0;
    text-align: left;
}
.bridal-fair__link .more__button::before {
    content: "";
    display: inline-block; 
    width: 16px;
    height: 16px;
    background: url(../images/common/icon-link.svg) center / cover no-repeat;
    margin-right: 7px;
}
.bridal-fair__name {
    font-size: 12px; 
    color: #ccc;
    letter-spacing: -0.1em;
    margin-left: -1em;
    margin-top: 5px;
}
@media screen and (max-width : 767px) {
	.bridal-fair__banner {
        max-height: 767px;
        height: 100%;
        margin: 50px auto;
        background: url(../images/wedding/banner_sp.jpg) top right / contain no-repeat, #fff;
    }
	.bridal-fair__inner {
        padding: 10vw;
    }
	.bridal-fair__title {
		font-size: 23px;
		margin-bottom: 10px;
	}
	.bridal-fair__text {
        font-size: 17px;
        margin-left: -0.5em;
	}
	.bridal-fair__link {
        margin-top: 30px;
        margin-left: 0;
    }
}
/*----------------------------------------------
4つのリンクバナー
---------------------------------------------- */
.link__banner-item:first-of-type {
    background: url(../images/wedding/link-banner-1.webp) center / cover no-repeat;
}
.link__banner-item:nth-of-type(2) {
    background: url(../images/wedding/link-banner-2.webp) center / cover no-repeat;
}
.link__banner-item:nth-of-type(3) {
    background: url(../images/wedding/link-banner-3.webp) center / cover no-repeat;
}
.link__banner-item:last-of-type {
    background: url(../images/wedding/link-banner-4.webp) center / cover no-repeat;
}
.link__banner-item .external_link::before {
    content: none;
}
.link__banner-item .external_link::after {
    content: "";
    display: inline-block;
    width: 16px;
    height: 16px;
    background: url(../images/common/icon-link.svg) center / cover no-repeat;
    margin-left: 7px;
}
/*----------------------------------------------
ウエディングレポート
---------------------------------------------- */
.wedding__report-inner {
    margin-top: 105px;
    margin-bottom: 50px;
}
.wedding__report .bridal-fair__link {
    margin: 60px auto auto;
}
.wedding__report .bridal-fair__link .more__button {
    justify-content: center;
    cursor: pointer;
}
.wedding__report .bridal-fair__link .bridal-fair__name {
    text-align: center;
}
.wedding__report .report__slider .slick-slide {
    width: 370px !important;
    margin-right: 46px;
}
.wedding__report .report__slider .slick-track {
    display: flex;
    align-items: center;
}
.wedding__report .report__slider .slider-item-title {
    text-align: center; 
    font-size: 18px;
    color: #000;
    margin-top: 15px;
    position: relative;
}
.wedding__report .report__slider .slider-item-title::after {
    content: "";
    display: inline-block;
    width: 16px;
    height: 16px;
    background: url(../images/common/icon-link.svg) center / cover no-repeat;
    margin-left: 7px;
}
.wedding__report .slick-dots {
	display: none!important;
}
@media screen and (max-width : 767px) {
	.wedding__report-inner {
        margin-top: 80px;
        margin-bottom: 50px;
    }
	.wedding__report .report__slider .slider-item-title {
		font-size: 16px;
	}
	.wedding__report .slick-dots {
		display: block!important;
	}
}
/*----------------------------------------------
神前式の流れ /wedding/ceremony/
---------------------------------------------- */
.celemony-flow {
    margin-bottom: 84px;
}
/***パンフレット***/
.pamphlet {
    width: 100%;
    max-width: 1240px;
    margin: 107px auto auto;
    padding: 0 20px;
}
.pamphlet__text {
    background: #fff;
    padding: 72px 0;
    display: flex;
    flex-direction: row-reverse;
    justify-content: center;
    gap: 22px;
}
.pamphlet__text * {
    writing-mode: vertical-rl;
    text-orientation: upright;
    font-weight: 400;
    letter-spacing: 0.25em;
}
.pamphlet__text dt {
    color: var(--red);
    font-size: 30px;
    margin-left: 10px;
}
.pamphlet__text dd {
    margin-top: 36px;
    color: #000;
    font-size: 26px;
    position: relative;
}
.pamphlet__text dd::before {
    content: "一、";
    letter-spacing: 0;
    margin-bottom: 0;
}
.pamphlet__img {
    display: flex; 
    align-items: center;
    gap: 12px;
    margin-top: 14px;
}
@media screen and (max-width : 890px) {
    .pamphlet__text dt {
        font-size: 25px;
        margin-left: 6px;
    }
    .pamphlet__text dd {
        font-size: 21px;
    }
}
@media screen and (max-width : 767px) {
	.celemony-flow {
		margin-bottom: 20px;
	}
	.pamphlet {
		margin-top: 70px;
	}
	.pamphlet__text {
		flex-direction: column;
		gap: 0;
		padding: 40px;
	}
	.pamphlet__text * {
		writing-mode: initial;
	}
    .pamphlet__text dt {
        font-size: 22px;
        margin-left: 0;
        text-align: center;
    }    
	.pamphlet__text dd {
        font-size: 18px;
        max-width: 190px;
        margin: 25px auto 0;
        text-align: left;
        width: 100%;
    }
	.pamphlet__img {
        display: grid;
        grid-template-columns: repeat(3, 1fr); /* 3列 */
        grid-template-rows: repeat(2, auto);  /* 2行 */
        list-style: none;
        padding: 0;
    }
}
/*----------------------------------------------
料理 /wedding/cuisine/
---------------------------------------------- */
.page-cuisine .flow-block .media__text {
    margin: 20px auto auto;
    max-width: 650px;
}
.page-cuisine .thumb__slider-wrapper {
    margin: 150px auto 165px;
    max-width: 1240px;
    padding: 0 20px;
}
.page-cuisine .thumb__slider-nav {
  max-width: 1200px;
  margin: 5px auto 0;
  display: grid;
  grid-template-columns: repeat(8, 1fr);
  gap: 8px;
}

.page-cuisine .thumb__slider-nav img {
  width: 100%;
  height: auto;
  object-fit: cover; 
}
@media screen and (max-width : 767px) {
	.page-cuisine .flow-block .media__text {
		margin-bottom: 20px;
	}
	.page-cuisine .thumb__slider-wrapper {
        margin: 70px auto;
        padding: 0 15px;
    }
  .page-cuisine .thumb__slider-nav {
    grid-template-columns: repeat(4, 1fr); /* スマホは4列 */
  }
}
/*----------------------------------------------
衣裳 /wedding/dress/
---------------------------------------------- */
.page-dress .flow-block .media__title.two-lines::before {
    content: none;
}
.page-dress .flow-block .section__inner {
    margin-top: 114px;
}
.page-dress .dress-item .section__inner {
    max-width: 1240px; 
    padding: 70px 20px 114px;
}
.page-dress .dress-item .section__title {
    margin-bottom: 20px;
}
.page-dress .dress-item .text {
    color: #000;
    text-align: center;
    line-height: 2;
    margin-bottom: 40px;
}
@media screen and (max-width : 767px) {
	.page-dress .flow-block .section__inner {
        margin-top: 50px;
    }
	.page-dress .dress-item .section__inner {
        padding: 40px 0 70px;
    }
	.page-dress .dress-item .text {
		padding-left: 15px; 
		padding-right: 15px;
	}
}
/*----------------------------------------------
banner
---------------------------------------------- */
.banner {
    padding: 115px 20px 150px;
}
.banner .section__inner {
    max-width: 1200px;
    justify-content: flex-end;
}
.banner .banner__img {
    width: 600px;
}
.banner .banner__body {
    padding: 51px 51px 20px;
}
.banner .banner__title {
    margin-bottom: 43px;
}
.banner .banner__text {
    font-size: 18px;
    line-height: 1.7;
    margin-bottom: 50px;
}
@media screen and (max-width : 767px) {
	.banner {
        padding: 70px 20px;
    }
	.banner .banner__img {
		width: 100%;
	}
	.banner .banner__body {
        padding: 30px 15px 20px;
    }
	.banner .banner__title {
        margin-bottom: 20px;
    }
	.banner .banner__text {
        font-size: 16px;
        margin-bottom: 20px;
    }
}
/*----------------------------------------------
披露宴会場
---------------------------------------------- */
.page-banquet .banquet__block .section__inner {
	max-width: 100%;
}
/*披露宴会場新バージョン*/
.ver-2 .page__link-text-title {
	text-align: center;
}
.ver-2 .page__link-text-wrapper .page__link {
	gap:  26px;
}
.ver-2 .page__link-text-wrapper .page__link-item {
	background: #fff;
	border: 1px solid var(--beige);
	width: 217px;
	height: 101px;
}
.ver-2 .page__link-text-wrapper .page__link-item a {
	width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
.ver-2 .page__link-text-wrapper .page__link-item a::after {
    content: "";
    display: block;
    width: 17px;
    height: 9px;
    background: url(../images/common/icon-accordion.svg) center / cover no-repeat;
    position: absolute;
    bottom: 12px;
    left: 0;
    right: 0;
    margin: auto;
	transition: .3s;
}
.ver-2 .page__link-text-wrapper .page__link-item a:hover::after {
	transform: translateY(8px);
	transition: .3s;
}
.ver-2 .page__link-title {
	display: flex;
    align-items: center;
    justify-content: center;
    border-bottom: none;
    padding-top: 15px;
    color: #333;
	letter-spacing: 1em;
	padding-left: 1em;
}
.ver-2 .page__link-text-wrapper .page__link-item > span {
    font-size: 16px;
    color: #333;
    margin-top: 15px;
}
.ver-2 .page__link-text-wrapper .page__link-item > span::before {
	content: "（";
}
.ver-2 .page__link-text-wrapper .page__link-item > span::after {
	content: "）";
}
.ver-2 .banquet__item + .banquet__item {
    margin-top: 133px;
}
.ver-2 .banquet__body {
	display: flex; 
	justify-content: center;
	align-items: flex-start;
	gap: 102px;
	margin-top: 84px;
	padding-top: 58px;
	padding-bottom: 54px;
}
.ver-2 .banquet__title {
	display: flex; 
	flex-direction: column;
	writing-mode: vertical-rl;
    text-orientation: upright;
	position: relative;
    letter-spacing: 0.225em;
    padding-right: 27px;
    padding-left: 36px;
	padding-top: 46px;
}
.ver-2 .banquet__title::before {
    content: "";
    display: block;
    width: 36px;
    height: 36px;
    background: url(../images/common/mini-mark.svg) center / cover no-repeat;
    position: absolute;
    top: 0;
}
.ver-2 .banquet__title span:first-of-type {
    position: absolute;
    top: 46px;
    right: 0;
    display: inline-block;
    text-orientation: sideways;
    letter-spacing: 0;
    font-size: 14px;
	margin-bottom: 0;
}
.ver-2 .banquet__title > span:first-of-type::after {
	content: none;
}
.ver-2 .banquet__title span:last-of-type {
	justify-content: flex-start;
	line-height: 1.2;
}
.ver-2 .banquet__title + .text {
	display: none;
}
.ver-2 .banquet__text-wrapper {
	padding-left: 115px;
	position: relative;
  display: flex;
  flex-direction: column;
}
.ver-2 .banquet__text-wrapper::before {
	content: "";
	width: 1px;
	height: 277px; 
	background: #000;
	position: absolute;
	left: 0;
	top: -61px;
}
.ver-2 .banquet__subtitle {
	text-align: left;
	margin-top: 0;
	margin-bottom: 21px;
	order: 0;
}
.ver-2 .banquet__text:first-of-type {
	order: 2;
	font-size: 18px;
	margin-top: 12px;
}
.ver-2 .banquet__text:last-of-type {
	order: 1;
}
.ver-2 .banquet__text {
	text-align: left;
}
@media screen and (max-width : 830px) {
	.ver-2 .banquet__body {
		gap: 60px;
	}
	.ver-2 .banquet__text-wrapper {
		padding-left: 65px;
	}
}
@media screen and (max-width : 767px) {
	.ver-2 .banquet__item + .banquet__item {
		margin-top: 70px;
	}
	.ver-2 .banquet__body {
		flex-direction: column;
		gap: 0;
		margin-top: 55px;
		padding-top: 0;
		padding-bottom: 0;
	}
	.ver-2 .banquet__text-wrapper {
		padding-left: 0;
		margin: auto;
	}
	.ver-2 .banquet__title {
		margin: auto;
		padding: 0;
		writing-mode: initial;
    	text-orientation: initial;
		display: block;
	}
	.ver-2 .banquet__title span:first-of-type {
		position: relative;
		top: initial;
		right: 0;
		display: inline-block;
		text-orientation: initial;
		letter-spacing: 0;
		font-size: 13px;
		margin-bottom: 7px;
	}
	.ver-2 .banquet__title span:first-of-type::after {
		content: "";
		height: 1px;
		width: 100%;
		background: #E4481A;
		display: block;
        margin: 5px auto auto;
	}
	.ver-2 .banquet__title span:last-of-type {
		justify-content: center;
	}
	.ver-2 .banquet__title span:last-of-type::before {
		content: "";
		display: block;
		width: 26px;
		height: 26px;
		background: url(../images/common/mini-mark.svg) center / cover no-repeat;
	}
	.ver-2 .banquet__title::before {
		content: none;
	}
	.ver-2 .banquet__subtitle,
	.ver-2 .banquet__text:last-of-type,
	.ver-2 .banquet__text:first-of-type {
		text-align: center;
	}
	.ver-2 .banquet__text-wrapper::before {
		content: none;
	}
	.ver-2 .banquet__text:first-of-type {
    	order: 0;
	}
	.ver-2 .banquet__subtitle {
		margin-top: 30px;
	}
}