/* 挙式ページ用CSS */

/* 枠組み */
.Ceremony--Box {
	width: 72vw;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
	text-align: left;
}

.Ceremony--Box img {
	width: 100%;
	height: auto;
}

@media screen and (max-width: 1440px) {
	.Ceremony--Box {
		width: 90vw
	}
}

@media only screen and (max-width: 768px) {
	.Ceremony--Box {
		margin: 0 auto 1rem;
	}
}

@media only screen and (max-width: 425px) {
	.Ceremony--Box {
		flex-direction: column;
	}
}

.Ceremony--Box__Body {
	width: 50%;
	font-size: 1.1rem;
	margin: 2rem 0;
	box-sizing: border-box;
	position: relative;
}

.Ceremony--Box__Body .Title {
	font-size: 2rem;
	margin-bottom: 2rem
}

.Ceremony--Box__Photo--Left {
	padding-right: 1.5rem;
}

.Ceremony--Box__Photo--Right {
	padding-left: 1.5rem;
}

@media only screen and (max-width: 768px) {
	.Ceremony--Box__Body {
		width: 100%;
	}
}
@media only screen and (max-width: 425px) {
	.Ceremony--Box__Photo--Left, .Ceremony--Box__Photo--Right {
		padding: 0;
	}
}

.Ceremony--Item {
	width: 72vw;
	margin: 0 auto;
	display: flex;
	flex-direction: column;
	align-items: center;
}

@media screen and (max-width: 1440px) {
	.Ceremony--Item {
		width: 90vw
	}
}

.Ceremony--Item__Inner {
	width: 640px
}

@media screen and (max-width: 992px) {
	.Ceremony--Item__Inner {
		width: 65%;
	}
}

@media only screen and (max-width: 768px) {
	.Ceremony--Item__Inner {
		width: auto;
	}
}

.Ceremony--Item__Inner img {
	width: 100%;
	height: auto;
}

/* メインビジュアル */
.Ceremony--Main {
	background: url(/wedding-style/ceremony/img/Icon1.png)
		no-repeat left top;
	margin: 4rem 0 2rem;
}

.Ceremony--Main .Title {
	font-size: 2rem;
	margin: 1rem 0;
}

@media only screen and (max-width: 425px) {
	.Ceremony--Main .Title {
		margin: 0 0 2rem;
		text-align: left;
	}
}

/* ギャラリー */
.Ceremony--Gallery {
	width: 72vw;
	margin: 5rem auto;
}

.Ceremony--Gallery__Box {
	width: 100%;
	display: flex;
}

.Ceremony--Gallery__Box .Item img {
	width: 100%;
	height: auto;
}

@media screen and (max-width: 1440px) {
	.Ceremony--Gallery {
		width: 90vw
	}
}

@media only screen and (max-width: 768px) {
	.Ceremony--Gallery {
		margin: 0 auto 3rem;
		overflow-x: auto;
		position: relative;
	}
	.Ceremony--Gallery:before {
		position: absolute;
		display: inline;
		content: "";
		background: url(/common/img/icon_scroll.png) no-repeat;
		width: 98px;
		height: 98px;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
		transition: .5s opacity;
	}
	.Ceremony--Gallery.touch:before {
		opacity: 0;
	}
	.Ceremony--Gallery__Box {
		width: max-content;
	}
	.Ceremony--Gallery__Box .Item img {
		width: 280px;
	}
}

/* お問い合わせパーツ */
.Ceremony--Contact {
	width: 72vw;
	margin: 0 auto;
	padding: 2rem 1rem;
}

@media screen and (max-width: 1440px) {
	.Ceremony--Contact {
		width: 90vw
	}
}

.Ceremony--Contact__Message {
	font-size: 1.2rem;
	margin: 2rem 0;
}

.Ceremony--Contact__tel {
	color: #C34040;
}

.Ceremony--Contact__tel .Number {
	font-size: 3rem;
}

.Ceremony--Contact__Btn--Box {
	display: flex;
	justify-content: center;
	margin: 2rem 0 1rem;
}

@media only screen and (max-width: 425px) {
	.Ceremony--Contact__Btn--Box {
		flex-direction: column;
	}
}

.Ceremony--Contact__Btn--Box .Contact--Btn {
	display: inline-block;
	padding: 1rem;
	width: 100%;
	max-width: 30%;
	background: #EC8089;
	color: #fff;
	font-size: 1.2rem;
	margin: 0 .5rem 1rem;
}

@media only screen and (max-width: 768px) {
	.Ceremony--Contact__Btn--Box .Contact--Btn {
		max-width: 40%;
	}
}

@media only screen and (max-width: 425px) {
	.Ceremony--Contact__Btn--Box .Contact--Btn {
		max-width: none;
		width: auto;
	}
}

.Ceremony--Contact__Btn--Box .Contact--Btn:hover {
	opacity: .7;
	transition: .5s opacity;
}

.Ceremony--Contact__Btn--Box .Contact--Btn:before {
	content: '';
	display: inline-block;
	width: 8px;
	height: 8px;
	border-width: 2px 2px 0 0;
	border-style: solid;
	transform: rotate(45deg);
}

.Contact--Btn__Text {
	display: inline-block;
	margin: 0 1rem;
}

/* カード群 */
.Ceremony--SubItem {
	margin: 3rem auto 5rem;
	padding: 0 .5rem;
	text-align: left;
}

.Ceremony--SubItem__Inner {
	width: 72vw;
	margin: 0 auto;
	display: flex;
	justify-content: center;
}

@media screen and (max-width: 1440px) {
	.Ceremony--SubItem__Inner {
		width: 90vw
	}
}

@media only screen and (max-width: 425px) {
	.Ceremony--SubItem__Inner {
		flex-direction: column;
	}
}

.Ceremony--SubItem__Inner .Title {
	font-size: 2rem;
	margin-bottom: 2rem;
	text-align: center;
}

.Ceremony--SubItem__Inner .Item {
	padding: 0 1rem;
	margin-bottom: 1rem;
}

.Ceremony--SubItem__Inner .Item:nth-child(1) {
	padding-left: 0;
}

.Ceremony--SubItem__Inner .Item:nth-last-child(1) {
	padding-right: 0;
}

@media only screen and (max-width: 425px) {
	.Ceremony--SubItem__Inner .Item:nth-child(1), .Ceremony--SubItem__Inner .Item:nth-last-child(1) {
		padding: 0 1rem;
	}
}

.Ceremony--SubItem .Card {
	max-width: 374px;
	height: 100%;
	box-shadow: 0px 2px 9px 2px #0000000D;
	background: #fff;
}

.Ceremony--SubItem .Card .Card--Photo img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.Ceremony--SubItem .Card .Card--Body {
	padding: 1.25rem;
}

.Ceremony--SubItem .Card .Card--Body .Title {
	font-size: 1.1rem;
	margin-bottom: .5rem;
	text-align: left;
}

/* 装飾 */
.Wedding--Line {
	border: none;
	height: 1px;
	border-top: solid 1px #d45959;
	width: 72vw;
	padding-top: 5rem;
	margin: 5rem auto 0;
	position: relative
}

@media screen and (max-width: 1440px) {
	.Wedding--Line {
		width: 90vw
	}
}

.Wedding--Line:after {
	content: ' ';
	width: 89px;
	height: 40px;
	background: url("/wedding-style/ceremony/img/LineIcon.png") no-repeat
		center #fff;
	padding: 0 10px;
	position: absolute;
	left: 50%;
	top: -20px;
	margin-left: -54.5px
}

/* 背景装飾 */
.Bg--Circle__Left {
	background: url(/wedding-style/ceremony/img/Background_Circle.png)
		no-repeat left;
}

.Bg--Circle__Right {
	background: url(/wedding-style/ceremony/img/Background_Circle.png)
		no-repeat right;
}

@media only screen and (max-width: 768px) {
	.Bg--Circle__Left, .Bg--Circle__Right {
		background: none;
	}
}

/* 外部リンクアイコン */
.Ico-New-Window {
	position: relative;
}

.Ico-New-Window::before {
	content: "";
	position: absolute;
	top: 3px;
	padding-right: 16px;
	padding-bottom: 12px;
	margin-left: .75rem;
	border: 2px solid #fff;
}

.Ico-New-Window::after {
	content: "";
	position: absolute;
	top: 7px;
	padding-right: 18px;
	padding-bottom: 14px;
	margin-left: .5rem;
	border-bottom: 2px solid #fff;
	border-left: 2px solid #fff;
}

/* ページタイトル */
.Page--MainImage .Page--Title {
	font-size: 3rem;
	margin-top: 0;
}

/* ----------- 挙式TOP ----------- */
.Wedding.Page--MainImage {
	background: url(/wedding-style/ceremony/img/MainImage.jpg) no-repeat
		left;
	background-size: cover
}

.Wedding--Box {
	width: 60vw;
	text-align: left;
	margin: 0 auto;
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	position: relative
}

@media screen and (max-width: 1440px) {
	.Wedding--Box {
		width: 90vw
	}
}

@media only screen and (max-width: 768px) {
	.Wedding--Box {
		margin: 0 auto 1rem
	}
}

@media only screen and (max-width: 425px) {
	.Wedding--Box {
		-webkit-flex-direction: column;
		flex-direction: column
	}
}

.Wedding--Box__Photo {
	width: 40%;
	margin-left: 5%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	background-size: cover !important;
	overflow: hidden;
	border: solid 2px #e98f93
}

@media only screen and (max-width: 768px) {
	.Wedding--Box__Photo {
		margin-left: 0
	}
}

@media only screen and (max-width: 425px) {
	.Wedding--Box__Photo {
		width: 100%;
		text-align: center
	}
	.Wedding--Box__Photo img {
		max-width: 100%
	}
}

.Wedding--Box__Photo:before {
	content: ' ';
	width: 100%;
	padding-top: 100%;
	display: block
}

.Wedding--Shinto {
	background: url(/wedding-style/ceremony/img/Icon1.png)
		no-repeat right top;
}

.Wedding--Public {
	background: url(/wedding-style/ceremony/img/Icon2.png)
		no-repeat left bottom;
}

.Wedding--Hawaii {
	background: url(/wedding-style/ceremony/img/Icon1.png)
		no-repeat right top;
}

@media only screen and (max-width: 425px){
	.Wedding--Shinto, .Wedding--Public, .Wedding--Hawaii {
		background: none;
	}
}

.Type1 .Wedding--Box__Photo {
	background: url(/wedding-style/ceremony/img/Shinto.jpg)
}

.Type2 .Wedding--Box__Photo {
	background: url(/wedding-style/ceremony/img/Public.jpg)
}

.Type3 .Wedding--Box__Photo {
	background: url(/wedding-style/ceremony/img/Hawaii.jpg)
}

.Wedding--Box__Body {
	width: 50%;
	font-size: 1.1rem;
	margin: 2rem 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}

@media only screen and (max-width: 425px){
	.Wedding--Box__Body {
		width: 100%
	}
	.Type2 .Wedding--Box__Photo {
		order: 1;
	}
	.Type2 .Wedding--Box__Body {
		order: 2;
	}
}

.Wedding--Box .Title {
	font-size: 2rem;
	margin-bottom: 2rem
}

.Wedding--Box .Title__Sp {
	display: none;
}

@media only screen and (max-width: 425px){
	.Wedding--Box .Title {
		text-align: center;
	}
	.Wedding--Box .Title__Sp {
		display: block;
	}
	.Wedding--Box .Title__Pc {
		display: none;
	}
}

/*  詳しくみるボタン */
.Detail--Btn__Wrap {
	text-align: right;
}

.Detail--Btn__Wrap .Detail--Btn {
	display: inline-block;
	padding: .75rem 5rem;
	background: #EC8089;
	color: #fff;
	margin-top: 3rem;
}

.Detail--Btn__Wrap .Detail--Btn:before {
	content: '';
	display: inline-block;
	width: 8px;
	height: 8px;
	border-width: 2px 2px 0 0;
	border-style: solid;
	transform: rotate(45deg);
}

.Detail--Btn__Wrap .Detail--Btn .Detail--Btn__Text {
    display: inline-block;
    margin: 0 1rem;
}

@media only screen and (max-width: 425px){
	.Detail--Btn__Wrap {
		text-align: center;
	}
}

/* ご利用者様の声 */
.Ceremony--SubItem.Review {
	margin: 0 auto 5rem;
}

.Ceremony--SubItem.Review .Review--Info  {
	display: flex;
	justify-content: space-between;
	margin-bottom: 1rem;
	color: #7B7B7B;
	font-family: 'Noto Sans JP';
	font-weight: 500;
}

/* ----------- 神前式 ----------- */
.Shinto.Page--MainImage {
	background: url(/wedding-style/ceremony/shinto/img/MainImage.jpg)
		no-repeat center;
	background-size: cover;
	height: 380px;
}

/* 神社アンカーリンク */
.Ceremony--Links {
	width: 55vw;
	margin: 0 auto;
	padding: 3rem 0;
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 3rem;
}

@media only screen and (max-width: 1440px) {
	.Ceremony--Links {
		width: 80vw;
	}
}

@media only screen and (max-width: 425px) {
	.Ceremony--Links {
		flex-direction: column;
	}
}

.Ceremony--Links .Item {
	position: relative;
	overflow: hidden;
	cursor: pointer;
}

.Ceremony--Links .Item img {
	width: 100%;
	height: auto;
	vertical-align: bottom;
	transition: .8s all;
}

.Ceremony--Links .Item:hover img {
	transform: scale(1.1);
}

.Ceremony--Links .Item .Text {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	display: block;
	width: 100%;
	text-align: center;
	color: #fff;
	font-size: 2rem;
}

.Ceremony--Item.Shrine--Intro {
	font-size: 1.1rem;
	padding-bottom: 3rem;
}

@media only screen and (max-width: 425px) {
	.Ceremony--Item.Shrine--Intro p {
		text-align: left;
	}
}

/* 衣装 */
.Ceremony--Item.Costume {
	padding: 4rem 1rem;
	position: relative;
}

.Ceremony--Item.Costume:after {
	position: absolute;
	display: inline-block;
	content: "";
	width: 12rem;
	height: 1px;
	margin: 0 auto;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	background: #EC8089;
}

.Ceremony--Item.Costume .Title {
	font-size: 1.3rem;
	margin: 1rem 0;
}

.Ceremony--Item.Costume .Text {
	font-size: 1.1rem;
	text-align: left;
}

/* 神社 */
.Ceremony--Item.Shrine .Title {
	font-size: 2rem;
	margin: .75rem 0;
}

.Ceremony--Item.Shrine p {
	font-size: 1.1rem;
	text-align: left;
}

.Ceremony--Item.Shrine .Shrine__About {
	margin: 4rem 2rem;
	padding: 1.5rem;
	background: #F5F5F5;
}

.Ceremony--Item.Shrine .Shrine__About .Title {
	font-size: 1.3rem;
	margin: 0 0 .5rem;
}

.Ceremony--Item.Shrine .Shrine__About p {
	font-size: .9rem;
}

/* スケジュールプラン例 */
.Ceremony--Item.Schedule--Plan {
	margin: 0 auto 5rem;
}

.Ceremony--Item.Schedule--Plan .Title {
	font-size: 2rem;
	margin-bottom: 2rem;
}

.Ceremony--Item.Schedule--Plan .Plan--Wrap {
	margin-bottom: 2rem;
}

.Ceremony--Item.Schedule--Plan .Plan {
	display: flex;
	align-items: center;
	border: 1px solid #F6A8AE;
	border-radius: 4px;
	margin-bottom: 1.5rem;
	padding: 1rem;
}

.Ceremony--Item.Schedule--Plan .Plan .Plan--Key {
	color: #C34040;
}

.Ceremony--Item.Schedule--Plan .Plan .Plan--Key .Big {
	font-weight: 600;
	font-size: 1.5rem;
	white-space: nowrap;
}

.Ceremony--Item.Schedule--Plan .Plan .Plan--Value {
	padding-left: 2rem;
	font-size: 1.2rem;
	text-align: left;
}

.Ceremony--Item.Schedule--Plan p {
	font-size: 1.1rem;
}

@media only screen and (max-width: 425px){
	.Ceremony--Item.Schedule--Plan p {
		text-align: left;
	}
}

/* インバウンド向け */
.Ceremony--WidePhoto.Shinto--Inbound {
	width: 100%;
	background-size: cover;
	background: url(/wedding-style/ceremony/shinto/img/inbound_bg.jpg)
		no-repeat center top;
	padding: 3rem 0;
}

.Ceremony--WidePhoto.Shinto--Inbound .Ceremony--Item .Title {
	font-size: 2rem;
	margin: 4rem auto;
}

@media only screen and (min-width: 1441px) {
	.Shinto--Inbound .Ceremony--Box__Body {
		padding-right: 7rem;
	}
}

/* ----------- 人前式 ----------- */
.Public.Page--MainImage {
	background: url(/wedding-style/ceremony/public/img/MainImage.jpg)
		no-repeat center;
	background-size: cover;
	height: 380px;
}

.Ceremony--Public {
	margin-bottom: 5rem;
}

.Ceremony--Public .Title {
	font-size: 2rem;
	margin: .75rem 0;
}

.Ceremony--Public .Sub_Title {
	font-size: 1.5rem;
	margin: 1rem 0 0 0;
	color: #C34040;
}

.Ceremony--Public p {
	font-size: 1.1rem;
	text-align: left;
	margin: 1rem 0 4rem;
}

/* ----------- ハワイ挙式 ----------- */
.Hawaii.Page--MainImage {
	background: url(/wedding-style/ceremony/hawaii/img/MainImage.jpg)
		no-repeat center;
	background-size: cover;
	height: 380px;
}

.Ceremony--Main.Hawaii {
	background: url(/wedding-style/ceremony/hawaii/img/Icon1.png)
		no-repeat left top;
	margin: 4rem 0 2rem;
}

/* 装飾 */
.Hawaii--Line {
	width: 72vw;
	padding-bottom: 5rem;
	margin: 5rem auto 0;
}

.Hawaii--Line:after {
	display: inline-block;
	content: '';
	background: url(/wedding-style/ceremony/hawaii/img/LineIcon.png)
		no-repeat center;
	width: 100%;
	height: 10px;
}

@media screen and (max-width: 1440px) {
	.Hawaii--Line {
		width: 90vw
	}
}

/* 魅力 */
.Ceremony--Item.Charm .Title {
	font-size: 2rem;
	margin: 1rem 0;
}

.Ceremony--Item.Charm {
	background: url(/wedding-style/ceremony/hawaii/img/Background_Hawaii1.png)
		no-repeat right center;
}

.Ceremony--Item.Charm .Text {
	font-size: 1.1rem;
	text-align: left;
	margin: 2rem 0 4rem;
}

/* サポート体制 */
.Ceremony--Item.Support {
	background: url(/wedding-style/ceremony/hawaii/img/Background_Hawaii2.png)
		no-repeat left center;
	margin-bottom: 5rem;
}

.Ceremony--Item.Support .Title {
	font-size: 2rem;
	margin: 1rem 0;
}

.Hawaii__Support--List {
	text-align: left;
	margin: 2rem 0 4rem;
}

.Hawaii__Support--List .List--Item {
	margin-bottom: 1rem;
}

.Hawaii__Support--List .List--Item .Title {
	color: #1F76E7;
	font-size: 1.5rem;
}

.Hawaii__Support--List .List--Item .Title .Number {
	color: #9CC7FF;
	font-size: 2rem;
	margin-right: .5rem;
}

.Hawaii__Support--List .List--Item .Text {
	font-size: 1.1rem;
}

@media only screen and (max-width: 768px) {
	.Ceremony--Item.Charm, .Ceremony--Item.Support {
		background: none;
	}
}
