@charset "UTF-8";



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

kv

------------------------------------------- */
.top-kv {
	position: relative;
}
/* ---- main ---- */
#main {
	position: relative;
	overflow: hidden;
	width: 100%;
}
#main,
.CMS-NOT-EDITABLE-AREA {
	height: 64rem;
}
@media screen and (max-width: 768px) {
	#main,
	.CMS-NOT-EDITABLE-AREA {
		height: 44rem;
	}
}



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

about

------------------------------------------- */
.top-about {
	background: url(../img/top-bg-1.jpg) no-repeat center / cover;
	padding: 10rem 0;
}
@media screen and (max-width: 768px) {
	.top-about {
		padding: 8rem 3rem;
	}
}
/* ---- wrap ---- */
.top-about .wrap {
	display: flex;
	justify-content: space-between;
}
.top-about .wrap > figure {
	width: 35%;
}
.top-about .wrap > div {
	width: 60%;
}
@media screen and (max-width: 768px) {
	.top-about .wrap {
		display: block;
	}
	.top-about .wrap > figure {
		width: 100%;
	}
	.top-about .wrap > div {
		width: 100%;
		margin-bottom: 4rem;
	}
}
/* ---- h2 ---- */
.top-about h2 {
	padding-top: 4rem;
}
.top-about h2::before {
	content: "";
	width: 5.5rem;
	height: 0.1rem;
	background: #000;
	position: absolute;
	left: 0;
	top: 0;
}
.top-about p {
	margin-bottom: 4rem;
}



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

photography

------------------------------------------- */
.top-photography {
	padding: 10rem 0;
}
@media screen and (max-width: 768px) {
	.top-photography {
		padding: 8rem 0;
	}	
}
/* ---- h3 ---- */
.top-photography h3 {
	font-weight: 500;
	font-size: 2.2rem;
	margin-bottom: 2rem;
	padding-bottom: 2rem;
	position: relative;
}
.top-photography h3::before {
	content: "";
	width: 100%;
	height: 0.1rem;
	background: #D2D2D2;
	position: absolute;
	left: 0;
	bottom: 0;
}
.top-photography ul li:nth-child(1) h3::before {
	left: -6rem;
	width: 13rem;
}
.top-photography ul li:nth-child(2) h3::before {
	width: 40rem;
}
.top-photography ul li:nth-child(3) h3::before {
	left: -6rem;
	width: 22rem;
}
.top-photography ul li:nth-child(5) h3::before {
	left: -6rem;
	width: 33.5rem;
}
.top-photography ul li:nth-child(6) h3::before {
	width: 40rem;
}
@media screen and (max-width: 768px) {
	.top-photography ul li:nth-child(1) h3::before {
		left: 0;
		width: 100%;
	}
	.top-photography ul li:nth-child(2) h3::before {
		width: 100%;
	}
	.top-photography ul li:nth-child(3) h3::before {
		left: 0;
		width: 100%;
	}
	.top-photography ul li:nth-child(5) h3::before {
		left: 0;
		width: 100%;
	}
	.top-photography ul li:nth-child(6) h3::before {
		width: 100%;
	}
}
/* ---- p ---- */
.top-photography p {
	margin-bottom: 3rem;
}
/* ---- ul ---- */
.top-photography ul {
	background:
		url(../img/deco-1.png) no-repeat right top,
		url(../img/deco-2.png) no-repeat left top 46rem,
		url(../img/deco-3.png) no-repeat right top 74rem,
		url(../img/deco-4.png) no-repeat left top 138rem,
		url(../img/deco-5.png) no-repeat right top 170rem;
	background-size:
		32rem auto,
		31rem auto,
		32rem auto,
		28rem auto,
		32rem auto;
}
@media screen and (max-width: 768px) {
	.top-photography ul {
		padding: 0 3rem;
		background:
			url(../img/deco-1.png) no-repeat right top,
			url(../img/deco-2.png) no-repeat left top 46rem,
			url(../img/deco-3.png) no-repeat right top 74rem,
			url(../img/deco-4.png) no-repeat left top 138rem,
			url(../img/deco-5.png) no-repeat right top 170rem;
		background-size:
			24rem auto,
			24rem auto,
			24rem auto,
			20rem auto,
			24rem auto;
	}
}
.top-photography ul li {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
@media screen and (max-width: 768px) {
	.top-photography ul li {
		display: block;
	}
}
.top-photography ul li > div {
	position: relative;
}
.top-photography ul li > figure {
	position: relative;
	z-index: 10;
}
.top-photography ul li:nth-child(1) > figure::before,
.top-photography ul li:nth-child(3) > figure::before {
	content: "";
	border: solid 0.15rem #EAE7E3;
	border-radius: 50%;
	position: absolute;
	width: 14rem;
	height: 14rem;
	z-index: -1;
}
.top-photography ul li:nth-child(1) > figure::before {
	right: -3rem;
	bottom: -3rem;
}
.top-photography ul li:nth-child(3) > figure::before {
	right: -5rem;
	bottom: -4rem;
}
@media screen and (max-width: 768px) {
	.top-photography ul li > figure {
		margin-bottom: 2rem;
	}
	.top-photography ul li:nth-child(1) > figure::before,
	.top-photography ul li:nth-child(3) > figure::before {
		display: none;
	}
}
.top-photography ul li:not(:first-child) {
	width: 70rem;
	margin-left: auto;
	margin-right: auto;
}
@media screen and (max-width: 768px) {
	.top-photography ul li:not(:first-child) {
		width: auto;
	}
}
.top-photography ul li:not(:last-child) {
	margin-bottom: 6rem;
}
.top-photography ul li:nth-child(even) {
	flex-direction: row-reverse;
}
.top-photography ul li:nth-child(1) > figure {
	width: 58%;
}
.top-photography ul li:nth-child(1) > div {
	width: 42%;
	padding-left: 5rem;
}
.top-photography ul li:nth-child(4) > figure {
	width: 35%;
}
.top-photography ul li:nth-child(4) > div {
	width: 65%;
	padding-left: 3rem;
}
.top-photography ul li:nth-child(2) figure,
.top-photography ul li:nth-child(3) figure,
.top-photography ul li:nth-child(5) figure,
.top-photography ul li:nth-child(6) figure {
	width: 46%;
}
.top-photography ul li:nth-child(2) div,
.top-photography ul li:nth-child(3) div,
.top-photography ul li:nth-child(5) div,
.top-photography ul li:nth-child(6) div {
	width: 46%;
}
@media screen and (max-width: 768px) {
	.top-photography ul li:nth-child(1) > figure {
		width: 100%;
	}
	.top-photography ul li:nth-child(1) > div {
		width: 100%;
		padding-left: 0;
	}
	.top-photography ul li:nth-child(4) > figure {
		width: 100%;
	}
	.top-photography ul li:nth-child(4) > div {
		width: 100%;
		padding-left: 0;
	}
	.top-photography ul li:nth-child(2) figure,
	.top-photography ul li:nth-child(3) figure,
	.top-photography ul li:nth-child(5) figure,
	.top-photography ul li:nth-child(6) figure {
		width: 100%;
	}
	.top-photography ul li:nth-child(2) div,
	.top-photography ul li:nth-child(3) div,
	.top-photography ul li:nth-child(5) div,
	.top-photography ul li:nth-child(6) div {
		width: 100%;
	}
}
/* ---- span ---- */
.top-photography ul li > div > span {
	position: absolute;
	font-family: var(--font-lora);
	color: #ECECEC;
	line-height: 1;
	font-size: 3.4rem;
	z-index: 10;
	letter-spacing: 0.1em;
}
.top-photography ul li:nth-child(1) > div > span {
	right: 0;
	top: -9rem;
}
.top-photography ul li:nth-child(2) > div > span {
	left: -9rem;
	bottom: -6rem;
}
.top-photography ul li:nth-child(3) > div > span {
	right: -10rem;
	bottom: -10rem;
}
.top-photography ul li:nth-child(3) > div > span i {
	margin-top: 5rem;
}
.top-photography ul li:nth-child(4) > div > span {
	left: -8rem;
	top: -2rem;
}
.top-photography ul li:nth-child(5) > div > span {
	right: -8rem;
	top: -7.5rem;
}
.top-photography ul li:nth-child(6) > div > span {
	left: -8rem;
	bottom: 0;
}
@media screen and (max-width: 768px) {
	.top-photography ul li > div > span {
		position: relative;
		font-size: 2.4rem;
		margin-bottom: 1rem;
		display: block;
	}
	.top-photography ul li:nth-child(1) > div > span {
		right: auto;
		top: auto;
	}
	.top-photography ul li:nth-child(2) > div > span {
		left: auto;
		bottom: auto;
	}
	.top-photography ul li:nth-child(3) > div > span {
		right: auto;
		bottom: auto;
	}
	.top-photography ul li:nth-child(3) > div > span i {
		margin-top: auto;
	}
	.top-photography ul li:nth-child(4) > div > span {
		left: auto;
		top: auto;
	}
	.top-photography ul li:nth-child(5) > div > span {
		right: auto;
		top: auto;
	}
	.top-photography ul li:nth-child(6) > div > span {
		left: auto;
		bottom: auto;
	}
}



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

news

------------------------------------------- */
.top-news {
    padding: 8rem 0;
	background: var(--bg-beige);
}
@media screen and (max-width: 768px) {
    .top-news {
        padding: 8rem 3rem;
    }   
}
/* ---- wrap ---- */
.top-news .wrap {
	display: flex;
}
.top-news .wrap > div:nth-of-type(1) {
	width: 15rem;
}
.top-news .wrap > div:nth-of-type(2) {
	width: calc(100% - 15rem);
}
@media screen and (max-width: 768px) {
	.top-news .wrap {
		display: block;
	}
	.top-news .wrap > div:nth-of-type(1) {
		width: 100%;
	}
	.top-news .wrap > div:nth-of-type(2) {
		width: 100%;
	}
}
/* ---- more ---- */
.top-news .more {
    margin: 4rem auto 0 auto;
}
/* ---- cms ---- */
.top-news .CMS-NEWS-INDEX {
    padding-bottom: 0;
}
.top-news .CMS-NEWS-MORE-READ {
    display: none;
}



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

gallery

------------------------------------------- */
.top-gallery {
	padding: 8rem 0 0 0;
}
@media screen and (max-width: 768px) {
	.top-gallery h2 {
		padding: 0 3rem;
	}
}
/* ---- slider ---- */
#loopslider,
#loopslider ul,
#loopslider ul li,
#loopslider img {
	height: 180px;
}
#loopslider ul li {
	width: 200px;
}
@media screen and (max-width: 768px) {
	#loopslider,
	#loopslider ul,
	#loopslider ul li,
	#loopslider img {
		height: 140px;
	}
	#loopslider ul li {
		width: 160px;
	}
}
#loopslider img {
	object-fit: cover;
}
#loopslider {
	margin: 0 auto;
	overflow: hidden;
	position: relative;
	text-align: left;
	width: 100%;
}
#loopslider ul {
	display: inline;
	float: left;
	overflow: hidden;
	margin: 0;
	padding: 0;
}
#loopslider ul li {
	display: inline;
	float: left;
	overflow: hidden;
}
#loopslider ul:after {
	content: ".";
	clear: both;
	display: block;
	height: 0;
	visibility: hidden;
}
#loopslider ul {
	display: inline-block;
	overflow: hidden;
}



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

access

------------------------------------------- */
.top-access {
	padding: 10rem 0;
}
@media screen and (max-width: 768px) {
	.top-access {
		padding: 8rem 3rem;
	}
}
/* ---- wrap ---- */
.top-access .wrap {
	display: flex;
	justify-content: space-between;
}
.top-access .wrap > * {
	width: 47%;
}
@media screen and (max-width: 768px) {
	.top-access .wrap {
		display: block;
	}
	.top-access .wrap > * {
		width: 100%;
	}
	.top-access .wrap > *:nth-of-type(1) {
		margin-bottom: 4rem;
	}
}
/* ---- h2 ---- */
.top-access h2 {
	font-weight: 500;
	font-size: 3.2rem;
	margin-bottom: 3rem;
}



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

instagram

------------------------------------------- */
.top-insta {
	padding: 8rem 0;
	background: var(--bg-beige);
}
/* ---- h2 ---- */
.top-insta h2 {
	font-size: 2.8rem;
	font-weight: 400;
	font-family: var(--font-lora);
	color: var(--prime);
	line-height: 1;
	margin-bottom: 4rem;
	text-align: center;
	letter-spacing: 0.1em;
}
/* ---- wrap ---- */
.top-insta .wrap {
	margin: 0 auto;
	width: 80rem;
}
@media screen and (max-width: 768px) {
	.top-insta .wrap {
		padding: 0 3rem;
		width: auto;
	}
}
/* ---- cms ---- */
.CMS-INSTAGRAM-LIST {
    display: flex;
    flex-wrap: wrap;
    margin: 0 auto;
}
.CMS-INSTAGRAM-LIST > * {
    margin-right: 1rem;
	width: calc((100% - 2rem) / 3);
}
.CMS-INSTAGRAM-LIST > *:nth-of-type(3n) {
    margin-right: 0;
}
.CMS-INSTAGRAM-LIST > *:nth-of-type(n + 4) {
    margin-top: 1rem;
}
.CMS-INSTAGRAM-LIST > *:nth-of-type(n + 7) {
    display: none;
}



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

about

------------------------------------------- */
.about h4 {
	font-size: 2rem;
	margin-bottom: 1rem;
}



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

contact

------------------------------------------- */
.contact-tel a {
	display: flex;
	align-items: center;
	justify-content: center;
	font-family: var(--font-lora);
	font-size: 3rem;
	letter-spacing: 0.1em;
}
.contact-tel a img {
	width: auto;
	height: 3rem;
	margin-right: 1rem;
}
@media screen and (max-width: 768px) {

}



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

form

------------------------------------------- */
.CMS-FORM-GROUP {
    display: flex;
    align-items: center;
}
@media screen and (max-width: 768px) {
    .CMS-FORM-GROUP {
        display: block;
    }
}
.CMS-FORM-GROUP:not(:last-of-type) {
    margin-bottom: 4rem;
}
.CMS-FORM-GROUP > label {
    width: 30%;
}
@media screen and (max-width: 768px) {
    .CMS-FORM-GROUP label {
        width: 100%;
        display: block;
        margin-bottom: 1rem;
    }
}
.CMS-FORM-INPUT,
.CMS-FORM-EMAIL {
    -webkit-appearance: none;
    appearance: none;
    border: #ddd solid 1px;
    padding: 2rem;
    width: 70%;
}
.CMS-FORM-GROUP textarea {
    -webkit-appearance: none;
    appearance: none;
    border: #ddd solid 1px;
    width: 70%;
    height: 16rem;
    padding: 2rem;
}
@media screen and (max-width: 768px) {
    .CMS-FORM-INPUT,
    .CMS-FORM-EMAIL,
    .CMS-FORM-GROUP textarea {
        width: 100%;
    }
}
/* ---- radio ---- */
.CMS-FORM-RADIO {
    display: flex;
    flex-wrap: wrap;
    white-space: nowrap;
    width: 70%;
}
.CMS-FORM-RADIO > div:not(:last-of-type) {
    margin-right: 2.5rem;
    margin-bottom: 0.6rem;
}
.CMS-FORM-RADIO > div {
    display: flex;
    align-items: center;
}
.CMS-FORM-RADIO > div label {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
}
@media screen and (max-width: 768px) {
    .CMS-FORM-RADIO {
        display: block  ;
        white-space:unset;
    }
    .CMS-FORM-RADIO > div:not(:last-of-type) {
        margin-bottom: 1.2rem;
    }
}
input[type="radio"] {
    position: relative;
    width: 18px;
    height: 18px;
    background: rgba(245,245,245,1);
    border: solid 1px #ddd;
    border-radius: 50%;
    vertical-align: -2px;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
}
input[type="radio"]:checked:before {
    content: "";
    background: var(--prime);
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 9px;
    height: 9px;
}
@media screen and (max-width: 768px) {
    input[type="radio"] {
        width: 24px;
        height: 24px;
    }
    input[type="radio"]:checked:before {
        width: 12px;
        height: 12px;
    }
}

/* ---- submit ---- */
.CMS-FORM-GROUP input[type="submit"] {
    background: var(--prime);
    color: #fff;
    display: block;
	font-family: "Zen Old Mincho", serif;
    font-size: 1.6rem;
    margin: 0 auto;
    padding: 1.6rem 0 1.75rem 0;
    transition: all .3s;
    width: 24rem;
}
.CMS-FORM-GROUP input[type="submit"]:hover {
    cursor: pointer;
    opacity: 0.5;
}
input[type="submit"] {
    -webkit-appearance: button;
    appearance: button;
    border: none;
    border-radius: 0;
}
input[type="submit"]::-webkit-search-decoration {
    display: none;
}
@media screen and (max-width: 768px) {
    .CMS-FORM-GROUP input[type="submit"] {
        width: 100%;
        font-size: 1.7rem;
    }   
}
/* ---- calendar ---- */
input[type="date"] {
    -webkit-appearance: none;
    appearance: none;
    background: #fff;
    border: #ddd solid 1px;
    font-size: 1.4rem;
    font-weight: normal;
    padding: 2rem;
    width: 70%;
}
@media screen and (max-width: 768px) {
    input[type="date"] {
        width: 100%;
    }
}
/* ---- select ---- */
.select-wrap {
    position: relative;
    width: 70%;
}
.select-wrap::before {
    content: "";
    width: 0.6rem;
    height: 0.6rem;
    border-right: solid 0.15rem #333;
    border-bottom: solid 0.15rem #333;
    transform: rotate(45deg);
    position: absolute;
    right: 1.2rem;
    top: calc(50% - 0.6rem);
    z-index: 10;
}
select {
    appearance: none;
    background: #fff;
    border: solid 1px #ccc;
    border-radius: 0;
    color: #000;
    font-size: 1.4rem;
    padding: 1.6rem 4rem 1.5rem 1.5rem;
    position: relative;
    width: 100%;
}
@media screen and (max-width: 768px) {
    .select-wrap {
        width: 100%;
    }
}
/* ---- required ---- */
.required {
    background: rgba(210,0,0,1);
    color: #fff;
    font-size: 1rem;
    font-weight: normal;
    line-height: 1;
    margin-left: 1.0rem;
    padding: 0.2rem 0.7rem 0.35rem 0.7rem;
    vertical-align: 0.1rem;
}
/* <span class="required">必須</span> */
@media screen and (max-width: 768px) {
    .CMS-FORM-GROUP input:focus,
    .CMS-FORM-GROUP textarea:focus {
        font-size: 16px;
    }
}



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

privacy

------------------------------------------- */
.privacy {
    background: #fff;
    border: 1px solid #ddd;
    font-size: 1.2rem;
    height: 20rem;
    overflow: auto;
    padding: 1.7rem 2rem;
}
.privacy-note {
    font-size: 1.2rem;
    margin: 5rem 0 2rem 0;
}



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

thanx

------------------------------------------- */
.thanx {
    text-align: center;
}
@media screen and (max-width: 768px) {
    .thanx {
        text-align: left;
    }
}
.back {
    display: block;
    text-align: center;
}
.back a {
    color: var(--prime);
}



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

photo

------------------------------------------- */
.photo-wrap {
	position: relative;
}
.swiper-button-prev,
.swiper-button-next {
    width: 4rem;
    height: 4rem;
    top: calc(50% - 2rem);
    position: absolute;
    z-index: 999;
    transition: all .3s;
}	
.swiper-button-prev {
    background: url(../img/prev.png) no-repeat center;
    background-size: 100% auto;
    left: -2rem;
}	
.swiper-button-next  {
    background: url(../img/next.png) no-repeat;
    background-size: 100% auto;
    right: -2rem;
}
.swiper-button-prev:hover,
.swiper-button-next:hover {
    cursor: pointer;
    opacity: 0.5;
}
/* ---- summary ---- */
.photo-summary h3 {
	text-align: center;
	font-size: 3.2rem;
	margin-bottom: 2rem;
	font-weight: 500;
}
.photo-summary p {
	text-align: center;
}
@media screen and (max-width: 768px) {
	.photo-summary h3 {
		text-align: center;
		font-size: 2.8rem;
	}
	.ceremony .photo-summary h3 {
		text-align: left;
	}
	.photo-summary p {
		text-align: left;
	}
}
/* ---- img ---- */
.photo-summary-img {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-top: 4rem;
}
.photo-summary-img li {
	width: 24%;
}
.photo-summary-img li img {
	height: 27rem;
	object-fit: cover;
}
@media screen and (max-width: 768px) {
	.photo-summary-img li {
		width: 48%;
	}
	.photo-summary-img li:nth-child(n + 3) {
		margin-top: 4%;
	}
	.photo-summary-img li img {
		height: 23rem;
	}
}
/* ---- lcmenu ---- */
.photo-lcmenu {
	margin-bottom: 6rem;
}
.photo-lcmenu > div {
	text-align: center;
	margin-bottom: 2rem;
	font-size: 1.8rem;
	display: flex;
	align-items: center;
	flex-direction: column;
}
.photo-lcmenu > div::after {
	content: "";
	width: 5rem;
	height: 0.1rem;
	background: #000;
	margin-top: 1rem;
}
.photo-lcmenu ul {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.photo-lcmenu li {
	width: 50%;
	border: solid 0.15rem #fff;
	font-size: 1.4rem;
}
.photo-lcmenu li a {
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	background: #eee;
	height: 6.4rem;
	line-height: 1.4;
}
.photo-lcmenu li.current a {
	background: var(--prime);
	color: #fff;
}
/* ---- price ---- */
.photo-price {
	display: flex;
	justify-content: space-between;
}
.photo-price > figure {
	width: 40%;
}
.photo-price > div {
	width: 55%;
}
@media screen and (max-width: 768px) {
	.photo-price {
		display: block;
	}
	.photo-price > figure {
		width: 100%;
		margin-bottom: 3rem;
	}
	.photo-price > div {
		width: 100%;
	}
}
.photo-price h3 {
	text-align: center;
	font-weight: 500;
	font-size: 2.4rem;
}
.photo-price ul {
	background: var(--bg-beige);
	padding: 3rem;
	margin: 3rem 0;
}
@media screen and (max-width: 768px) {
	.photo-price ul {
		padding: 2rem;
	}
}
.photo-price ul li {
	list-style: disc;
	margin-left: 2rem;
}
.photo-price ul li:not(:last-child) {
	margin-bottom: 1rem;
}
@media screen and (max-width: 768px) {
	.photo-price ul li:not(:last-child) {
		margin-bottom: 1.5rem;
	}
}
.photo-price ul strong {
	color: var(--prime);
	font-size: 1.8rem;
	display: block;
	font-weight: normal;
	margin-bottom: 0.5rem;
}
.photo-price ul li::marker {
	color: var(--prime);
}
.photo-price p {
	margin-bottom: 3rem;
}
/* ---- table ---- */
.photo-price table {
	width: 100%;
	border-collapse: collapse;
	border: solid 0.15rem #ddd;
}
.photo-price table th,
.photo-price table td {
	border: solid 0.15rem #ddd;
	vertical-align: middle;
	text-align: center;
	width: 50%;
	font-weight: normal;
	padding: 1.5rem 0;
}
.photo-price table th {
	background: #fafafa;
}
.photo-price table + span {
	display: block;
	margin-top: 1.5rem;
	text-align: center;
}
@media screen and (max-width: 768px) {
	.photo-price table {
		font-size: 1.3rem;
	}
	.photo-price table + span {
		text-align: left;
	}
}
.photo-price table.three th,
.photo-price table.three td {
	width: calc(100% / 3);
}
.photo-price dl dt {
	display: flex;
	justify-content: space-between;
	margin-bottom: 0.8rem;
}
.photo-price dl dt span:nth-child(1) {
	font-weight: bold;
}
.photo-price dl dt span:nth-child(2) {
	font-size: 1.2rem;
}
.photo-price dl dd {
	background: var(--bg-beige);
	padding: 1.6rem 2rem;
}
.photo-price dl dd:not(:last-of-type) {
	margin-bottom: 3rem;
}
.id .photo-price > div {
	overflow-y: scroll;
	height: 52.8rem;
	padding-right: 2rem;
}
@media screen and (max-width: 768px) {
	.id .photo-price > div {
		height: auto;
		padding-right: 0;
	}
}



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

wedding

------------------------------------------- */
.wedding-note {
	background: var(--bg-beige);
	padding: 3rem;
	display: flex;
	flex-direction: column;
	align-items: center;
	font-weight: bold;
	font-size: 1.8rem;
}
.wedding-note span {
	margin-top: 1rem;
	font-size: 1.4rem;
	font-weight: normal;
}



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

id

------------------------------------------- */
.id-ex {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.id-ex {
	margin-top: 1rem;
	font-size: 1.4rem;
	font-weight: normal;
	margin-top: 6rem;
}
.id-ex > div {
	width: 35%;
}
.id-ex > div > div {
	border: solid 0.15rem #000;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	padding: 2rem 0;
	font-size: 2.6rem;
	line-height: 1.3;
	font-weight: bold;
}
.id-ex > div > div i {
	color: #FB0303;
}
.id-ex > div > span {
	margin-top: 1rem;
	display: block;
	text-align: center;
}
.id-ex > div > span i {
	color: #FB0303;
}
.id-ex > figure {
	width: 60%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between
}
.id-ex > figure img {
	width: 48%;
}
.id-ex > figure figcaption {
	width: 100%;
	text-align: right;
	margin-top: 0.5rem;
}
.id-check ul li {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	position: relative;
	padding: 2.5rem 0;
}
.id-check ul li::before,
.id-check ul li::after {
	content: "";
	height: 0.1rem;
	background: #bebebe;
	position: absolute;
	bottom: 0;
}
.id-check ul li::before {
	left: 0;
	width: 10rem;
}
.id-check ul li::after {
	right: 0;
	width: calc(100% - 13rem);
}
.id-check ul li span:nth-child(1) {
	width: 10rem;
	display: flex;
	justify-content: center;
	font-family: var(--font-lora);
	color: #ddd;
	font-size: 5.6rem;
	line-height: 1;
	font-weight: 100;
}
.id-check ul li span:nth-child(2) {
	width: calc(100% - 13rem);
}
@media screen and (max-width: 768px) {
	.id-ex {
		display: block;
	}
	.id-ex > div {
		width: 100%;
		margin-bottom: 2rem;
	}
	.id-ex > figure {
		width: 100%;
	}
	.id-check ul li::before {
		width: 8rem;
	}
	.id-check ul li::after {
		width: calc(100% - 10rem);
	}
	.id-check ul li span:nth-child(1) {
		width: 8rem;
	}
	.id-check ul li span:nth-child(2) {
		width: calc(100% - 10rem);
	}
}