@charset "utf-8";

/*======*/
/* menu */
/*======*/

/* 共通
-----------------------------------*/
.menu small {
	font-size: 13px;
}

.menu .com-bg01.bg-type01 {
	background-image: url(/images/menu/wedding/wedding_bg01.jpg);
}

.menu .sec-outer {
	padding: 64px 0 32px;
}

.menu .bnr {
	margin-top: 48px;
	text-align: center;
}

.menu .catch-copy01 {
	font-size: 32px;
	font-weight: bold;
	line-height: 1.3;
}

@media screen and (max-width: 767px) {

.menu .catch-copy01 {
	font-size: 20px;
}

}

/* タブ */
.menu .tab01 {
	font-size: 0;
}

.menu .tab01 li {
	position: relative;
	width: calc((100% - 80.1px) / 3);
	display: inline-block;
	font-size: 24px;
	font-weight: bold;
	text-align: center;
	cursor: pointer;
}

.menu .tab01 li::before {
	content: "";
	width: 100%;
	height: 2px;
	background-color: #000;
	position: absolute;
	bottom: -2px;
	left: 0;
}

.menu .tab01 li:hover::before {
	background-color: #FF458B;
}

.menu .tab01 li.active::before {
	background-color: #FF458B;
}

.menu .tab01 li.active::after {
	content: "";
	width: 18px;
	height: 18px;
	background-color: #FFF;
	border-right: solid 2px #FF458B;
	border-bottom: solid 2px #FF458B;
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translate(-50%, 58%) rotate(45deg);
}

.menu .tab01 li span {
	position: relative;
	z-index: 1;
	display: inline-block;
	margin-bottom: 8px;
}

.menu .tab01 li:not(:last-of-type) {
	margin-right: 40px;
}

.menu .tab01 h4 {
	display: inline-block;
}

.menu .tab02,
.menu .menu-contents > li  {
	display: none;
}

.menu .tab02.active,
.menu .menu-contents .active {
	display: block;
}

.menu .tab02 {
	font-size: 0;
	text-align: center;
	margin-top: 48px;
	opacity: 0;
	transition: opacity .35s;
}

.menu .tab02.active {
	opacity: 1;
}

.menu .tab02-btn-wrap {
	position: relative;
	padding-bottom: 40px;
	margin-bottom: 48px;
}

.menu .tab02-btn-wrap::before {
	content: "";
	position: absolute;
	width: 100%;
	bottom: 0;
	left: 0;
	height: 2px;
	background-color: #000;
}

.menu .tab02-btn-wrap .tab-arrow {
	width: 18px;
	height: 18px;
	display: block;
	background-color: #FFF;
	border-right: solid 2px #000;
	border-bottom: solid 2px #000;
	position: absolute;
	bottom: 2px;
	left: 50%;
	transform: translate(-50%, 58%) rotate(45deg);
	transition: left .5s;
}

.menu .left-plan .tab02-btn {
	text-align: left;
}

.menu .right-plan .tab02-btn {
	text-align: right;
}

.menu .tab02-btn li {
	font-size: 40px;
	text-align: center;
	display: inline-block;
	cursor: pointer;
}

.menu .tab02-btn li .btn {
	font-weight: bold;
	border-radius: 16px;
	padding: 22px 26px;
	background-color: #C9C9C9;
	color: #FFF;
	line-height: 1;
}

.menu .tab02-btn li .btn + p {
	font-size: 16px;
	color: #333;
}

.menu .tab02-btn li:not(:last-of-type) {
	margin-right: 80px;
}

.menu .left-plan .tab02-btn li:first-child {
	margin-left: 3.8333%;
}

.menu .right-plan .tab02-btn li:last-child {
	margin-right: 3.8333%;
}

.menu .tab02-btn li.active .btn {
	background-color: #FF458B;
}

.menu .tab02-btn li .btn span {
	font-size: 16px;
	display: block;
}

.menu .menu-contents .txt-area,
.menu .menu-contents .img-area {
	display: inline-block;
	vertical-align: top;
}

.menu .menu-contents .txt-area {
	position: relative;
	font-size: 16px;
	width: calc(100% - (697px + 24.1px));
}

.menu.menu-contents .txt-area .inner {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 100%;
	padding-right: 24px;
}

.menu .menu-contents .txt-area h4 {
	font-size: 24px;
	font-weight: bold;
	line-height: 1;
	margin-bottom: 8px;
}

.menu .menu-contents .txt-area .inner table {
	width: 100%;
	font-weight: bold;
	margin-top: 24px;
}

.menu .menu-contents .txt-area .inner tr:not(:last-of-type),
.menu .menu-contents .txt-area .inner tr:not(:last-of-type) {
	border-bottom: solid 16px #FFF;
}

.menu .menu-contents .txt-area .inner th {
	width: 160px;
	line-height: 1;
	text-align: center;
	padding: 16px 0;
	vertical-align: middle;
}

.menu .menu-contents .txt-area .inner th.com-bg01 {
	font-size: 20px;
}

.menu .menu-contents .txt-area .inner td {
	padding-left: 16px;
	text-align: left;
}

.menu .menu-contents .txt-area .inner td span {
	font-size: 20px;
	font-weight: bold;
}

.menu .menu-contents .txt-area .inner td li {
	font-size: 16px;
}

.menu .menu-contents .img-area {
	width: 697px;
}

@media screen and (max-width: 1280px) {
.menu .tab01 li {
	width: calc((100% - 3.125vw * 2) / 3);
	font-size: 1.875vw;
}

.menu .tab01 li.active::after {
	width: 1.406vw;
	height: 1.406vw;
}

.menu .tab01 li span {
	margin-bottom: 0.625vw;
}

.menu .tab01 li:not(:last-of-type) {
	margin-right: 3.125vw;
}

.menu .tab02-btn-wrap {
}

.menu .tab02-btn-wrap .tab-arrow {
	width: 1.406vw;
	height: 1.406vw;
}

.menu .tab02-btn li {
	font-size: 3.125vw;
	border-radius: 1.25vw;
	padding: 1.719vw 2.031vw;
}

.menu .tab02-btn li:not(:last-of-type) {
	margin-right: 6.25vw;
}

.menu .left-plan .tab02-btn li:first-child {
	margin-left: 0;
}

.menu .right-plan .tab02-btn li:last-child {
	margin-right: 0;
}

.menu .menu-contents .txt-area {
	width: calc(100% - (40vw + 24.1px));
}

.menu .menu-contents .txt-area .inner {
	position: static;
	transform: none;
}

.menu .menu-contents .img-area {
	width: 40vw;
}
}

@media screen and (max-width: 1000px) {
.menu .tab01 li {
	font-size: 20px;
}

.menu .tab02-btn li {
	font-size: 32px;
	padding: 16px 21px;
}

.menu .tab02-btn li span {
	font-size: 12px;
}

.menu .menu-contents .txt-area,
.menu .menu-contents .img-area {
	display: block;
	width: 100% !important;
}

.menu .menu-contents .txt-area {
	margin-bottom: 24px;
}

.menu .menu-contents .txt-area .inner {
	padding-right: 0;
}
}

@media screen and (max-width: 767px) {
.menu .tab01 li.active::after,
.menu .tab02-btn-wrap .tab-arrow {
	width: 16px;
	height: 16px;
}

.menu .left-plan .tab02-btn,
.menu .right-plan .tab02-btn {
	text-align: center;
}

}

@media screen and (max-width: 499px) {
.menu .tab01 li {
	font-size: 16px;
}

.menu .tab01 li.active::after,
.menu .tab02-btn-wrap .tab-arrow {
	width: 12px;
	height: 12px;
}

.menu .menu-contents .txt-area .inner th,
.menu .menu-contents .txt-area .inner td {
	width: 100%;
	display: block;
}

.menu .menu-contents .txt-area .inner th.com-bg01 {
	font-size: 18px;
}


.menu .menu-contents .txt-area .inner td {
	margin-top: 12px;
	padding-left: 0;
}
}

/* オススメ商品 */
.menu .ic-txt {
	text-align: center;
	font-size: 0:
}

.menu .ic-txt p {
	display: inline-block;
	font-size: 16px;
	vertical-align: middle;
}

.menu .ic-txt p:not(:last-of-type) {
	margin-right: 16px;
}

.menu .ic-txt p span {
	vertical-align: middle;
	display: inline-block;
	margin-top: -.3em;
	margin-right: 4px;
}

.menu .product-list {
	margin-top: 42px;
	overflow: hidden;
}

.menu .product-list li {
	width: 32%;
	float: left;
	margin-right: 2%;
}

.menu .product-list li:nth-child(3n) {
	margin-right: 0;
}

.menu .product-list .txt-area {
  padding: 16px 24px 32px;
}

.menu .product-list h4 {
	position: relative;
}

.menu .product-list .spices h4::before,
.menu .product-list .data h4::before {
	content: "";
	position: absolute;
	width: 20px;
	height: 20px;
	top: 50%;
	right: 16px;
	transform: translateY(-50%);
	background-repeat: no-repeat;
	background-size: contain;
}

.menu .product-list .spices h4::before {
	background-image: url(/images/menu/menu_ic01.png);
}

.menu .product-list .data h4::before {
	background-image: url(/images/menu/menu_ic02.png);
}

@media screen and (max-width: 1280px) {
.menu .ic-txt p:not(:last-of-type) {
	margin-right: 1.25vw;
}

.menu .ic-txt p span {
	margin-right: 0.313vw;
}

.menu .product-list {
	margin-top: 3.281vw;
	overflow: hidden;
}

.menu .product-list .txt-area {
  padding: 1.25vw 1.875vw 3vw;
}
}

@media screen and (max-width: 767px) {
.menu .product-list {
	max-width: 450px;
	margin: 24px auto 0;
}

.menu .product-list li {
	width: 100%;
	float: none;
	margin-right: 0 !important;
}

.menu .product-list .txt-area {
  padding: 16px 24px 32px;
}

.menu .product-list li:not(:last-of-type) {
	margin-bottom: 24px;
}

.menu .product-list .txt-area img {
	width: 100%;
}
}


/* ご予約からお渡しまでの流れ */
.menu .flow .strong {
	font-weight: bold;
	font-size: 32px;
	line-height: 1;
	margin-bottom: 16px;
}

.menu .flow .center {
	padding-bottom: 12px;
	margin-top: 16px;
}

.menu .flow .center img {
	display: inline-block;
	vertical-align: top;
}

.menu .flow06 .center img {
	margin-top: -16px;
}

.menu .flow06 .center img:last-of-type {
	margin-left: 36px;
}

@media screen and (max-width: 1280px) {
.menu .flow06 .center img {
	margin-top: -1.25vw;
}

.menu .flow06 .center img:first-of-type {
	width: 41vw;
}

.menu .flow06 .center img:last-of-type {
	width: 40vw;
	margin-left: 2.8vw;
}

}

@media screen and (max-width: 767px) {
.menu .flow .strong {
	font-size: 24px;
}

.menu .flow .com-bg01 {
	padding: 16px;
	text-align: center;
}

.menu .flow .com-bg01 img {
	margin-top: 0;
}

.menu .flow06 .com-bg01 img {
	display: block;
	width: 100% !important;
	text-align: center;
	max-width: 450px;
	margin: 0 auto !important;
}

.menu .flow06 .com-bg01 img:last-of-type {
	margin-top: 16px !important;
}
}


/* リンク */
.menu .col2-link {
  display: flex;
  justify-content: space-between;
  gap: 30px 0;
  flex-wrap: wrap;
}
.menu .col2-link.center {
  justify-content: center;
}
.menu .col2-link li {
	border: solid 1px #FF458B;
	width: calc((100% - 80.1px) / 2);
}

.menu .col2-link.isOneItem li {
	margin: 0 auto;
}

.menu .col2-link li img {
	width: 100%;
}

.menu .col2-link li h4 {
	display: inline-block;
	position: relative;
	font-size: 20px;
	font-weight: bold;
	color: #FF458B;
	padding: 16px 0 16px 32px;
}

.menu .col2-link li h4 span {
	position: absolute;
	top: 4px;
	left: -24px;
	background-image: url(/images/common/com_ic08.png);
	background-size: 72px auto;
	background-position: 0 0;
	background-repeat: no-repeat;
}

.menu .col2-link li .f-left {
	float: right;
	margin: 24px 8px 0 0;
	color: #666666;
}

@media screen and (max-width: 1280px) {
.menu .col2-link li {
	width: calc((100% - 40.1px) / 2);
}

.menu .col2-link li:not(:last-of-type) {
	margin-right: 40px;
}
}

@media screen and (max-width: 767px) {
.menu .col2-link {
	max-width: 450px;
	margin: 32px auto 0;
}

.menu .col2-link li {
	width: 100%;
	display: block;
}

.menu .col2-link li:not(:last-of-type) {
	margin-right: 0;
}

.menu .col2-link li h4 {
	font-size: 20px;
	padding-left: 44px;
}

.menu .col2-link li .f-left {
	float: none;
	margin-bottom: 16px;
	text-align: right;
	margin-top: 0;
}

.menu .col2-link li h4 span {
	left: -8px;
}
}

.menu .pink-txt {
	color: #FF458B;
	font-size: 14px;
}

.menu .pr-area {
	margin-bottom: 64px;
}

.menu .pr-area .pr-img {
	float: left;
	width: 55%;
}

.menu .pr-area .pr-cts {
	float: right;
	width:45%;
	padding-left: 16px;
}

.menu .pr-area .pr-cts .number {
	position: relative;
	top: 5px;
}

.menu .pr-area .pr-cts .ttl {
	font-weight: bold;
	font-size: 24px;
	text-align: center;
	margin-bottom: 16px;
}

.menu .pr-area .pr-cts .ttl i {
	font-style: normal;
	font-size: 16px;
	display: block;
	padding-top: 8px;
}

.menu .pr-area .pr-cts p {
	margin-bottom: 8px;
}

.menu .pr-area .pr-cts table {
	border-spacing: 4px;
	border-collapse: separate;
	width: 100%;
}

.menu .pr-area .pr-cts table th {
	text-align: center;
	padding: 8px;
	width: 35%;
}

.menu .pr-area .pr-cts table td {
	padding: 8px;
}

.menu .pr-area:nth-child(even) .pr-img {
	float: right;
}

.menu .pr-area:nth-child(even) .pr-cts {
	float: left;
	padding-right: 16px;
}

.menu .pr-area .pr-cts table.ex {
	margin-bottom: 8px;
}

.menu .pr-area .pr-cts table.ex th {
	width: 35%;
}

.menu .pr-area .pr-cts table.ex td {
	font-weight: bold;
	font-size: 20px;
}

@media screen and (max-width: 767px) {
.menu .pr-area {
	margin-bottom: 32px;
}

.menu .pr-area .pr-img {
	float: none !important;
	width: 100% ;
	margin-bottom: 16px;
}

.menu .pr-area .pr-cts {
	float: none !important;
	width:100%;
	padding: 0 !important;
}
}

/* 基本プラン */

.menu .plan .sec-outer {
	padding: 64px 32px 32px;
	text-align: center;
}

.menu .plan .data-plan {
	display: table;
	margin: 34px auto 24px;
}

.menu .plan .data-plan dt {
	display: table-cell;
	width: 160px;
	padding: 16px 8px;
	background-color: #E2F7EF;
	font-weight: bold;
}

.menu .plan .data-plan dd {
	display: table-cell;
	padding: 0 16px;
	font-weight: bold;
	vertical-align: middle;
}

.menu .plan .data-plan dd span {
	font-size: 24px;
}

.menu .plan .plan-list {
	font-size: 0;
}

.menu .plan .plan-list li {
	display: inline-block;
	width: 32%;
	margin-right: 2%;
	background-color: #FFF;
	border: 1px solid #FF458B;
	font-size: 16px;
	vertical-align: top;
}

.menu .plan .plan-list li:nth-child(3) {
	margin-right: 0;
}

.menu .plan .plan-list li h4 {
	padding: 12px 4px;
	color: #FFF;
	font-size: 24px;
	font-weight: bold;
	line-height: 1;
	background-color: #FF458B;
}

.menu .plan .plan-list li .txt-area {
	padding: 24px 16px;
}

.menu .plan .plan-info {
	margin: 64px 0;
	overflow: hidden;
}

.menu .plan .plan-info .info-txt {
	width: 40%;
}

.menu .plan .plan-info .info-img {
	width: 59%;
}

.menu .plan .plan-info.type-left .info-txt {
	float: left;
}

.menu .plan .plan-info.type-left .info-img {
	float: right;
}

.menu .plan .plan-info.type-right .info-txt {
	float: right;
}

.menu .plan .plan-info.type-right .info-img {
	float: left;
}

.menu .plan .plan-info .info-txt h4 {
	margin-bottom: 11%;
	line-height: 40px;
	font-weight: bold;
	font-size: 32px;
	text-align: center;
}

.menu .plan .plan-info .info-txt h4 img {
	display: inline-block;
	height: 40px;
	width: auto;
	margin-right: 8px;
	vertical-align: top;
}

.menu .plan .plan-info .info-txt h4 span {
	display: block;
	margin-top: 8px;
	font-size: 18px;
	line-height: 1;
}

.menu .plan .plan-info .info-txt h4 span.rental-link {
	margin-top: 2em;
}
.menu .plan .plan-info .info-txt h4 span.rental-link a {
	color: #000;
}

.price-table-title h5 {
	font-size: 1.5rem;
	font-weight: bold;
	color: #FF458B;
}
.price-table-title h5 span {
	font-size: 1.25rem;
}
.menu .plan .plan-info.onBaby {
	display: flex;
	gap: 20px;
}
.menu .plan .plan-info.onBaby .plan-info-inner {
	flex: 1;
}
.menu .plan .plan-info.onBaby.type-left .info-txt {
	float: none;
	width: 100%;
}
.menu .plan .plan-info.onBaby.type-left .price-table .price-plan dt.isPink {
	padding: 1.5rem;
}
.menu .plan .plan-info.onBaby.type-left .price-table .price-plan-sub dt.isPink {
	padding: 2.5rem .5rem;
}
.menu .plan .plan-info.onBaby.type-left .price-table .price-plan-sub:nth-of-type(2) dt.isPink {
	padding: 4.5rem 0.5rem;
	width: 205px;
}
.menu .plan .plan-info .plan-info-inner .info-img {
	width: 100%;
}
@media screen and (max-width: 767px) {

.menu .plan .sec-outer {
	padding: 32px 16px;
}

.menu .plan .data-plan {
	display: table;
	margin: 24px auto 16px;
}

.menu .plan .data-plan dt {
	width: 120px;
	padding: 8px 4px;
}

.menu .plan .data-plan dd {
	padding: 0 8px;
}

.menu .plan .data-plan dd span {
	font-size: 18px;
}

.menu .plan .plan-list li {
	display: block;
	width: 100%;
	margin-right: 0;
	margin-bottom: 16px;
}

.menu .plan .plan-list li h4 {
	padding: 8px 2px;
	font-size: 20px;
}

.menu .plan .plan-list li .txt-area {
	padding: 16px 8px;
}

.menu .plan .plan-info {
	margin: 32px 0;
}

.menu .plan .plan-info .info-txt {
	width: 100%;
}

.menu .plan .plan-info .info-img {
	width: 100%;
}

.menu .plan .plan-info.type-left .info-txt,
.menu .plan .plan-info.type-right .info-txt {
	float: none;
	margin-bottom: 16px;
}

.menu .plan .plan-info.type-left .info-img,
.menu .plan .plan-info.type-right .info-img {
	float: none;
}

.menu .plan .plan-info .info-txt h4 {
	margin-bottom: 16px;
	line-height: 32px;
	font-size: 24px;
}

.menu .plan .plan-info .info-txt h4 img {
	height: 32px;
}

.menu .plan .plan-info .info-txt h4 span {
	font-size: 14px;
}

}


/* お問い合わせ */
.menu .reservation-wrap {
	background-image:  url(/images/common/com_bg03.jpg) !important;
}

.menu footer {
	margin-top: 0;
}


/* ウエディング
-----------------------------------*/
.wedding .mv {
	background-image: url(/images/menu/wedding/wedding_mv01.jpg);
	margin-bottom: 0;
}

.wedding .mv > .cts h2 {
	background-color: #B094DF;
}

.wedding .com-bg01 {
	background-image: url(/images/menu/wedding/wedding_bg01.jpg);
	/* overflow: hidden; */
}

/* タブ */
.wedding .menu-contents .txt-area h4,
.wedding .menu-contents .txt-area p {
	color: #B094DF;
}

.wedding .menu-contents .txt-area .inner th {
	background-color: #F4F0FE;
	color: #B094DF;
}

.wedding .menu-contents .txt-area .inner td span {
	color: #B094DF;
}


/* オプション */
.wedding .option div.com-bg01 {
	padding: 32px 64px 24px;
}

.wedding .option h4 {
	font-size: 24px;
	font-weight: bold;
	text-align: center;
	line-height: 1;
	margin-bottom: 24px;
	color: #B094DF;
	letter-spacing: .2em;
	padding-left: .2em;
}

.wedding .option p.com-bg01 {
	padding: 24px 64px 24px;
	text-align: center;
	font-size: 24px;
	font-weight: bold;
	color: #B094DF;
}

@media screen and (max-width: 1280px) {

}

@media screen and (max-width: 767px) {
.wedding .option div.com-bg01,
.wedding .option p.com-bg01 {
  padding: 24px 16px;
}

.wedding .option p.com-bg01 {
	font-size: 18px !important;
}
}

/* オススメ商品 */

.wedding .product {
	overflow: hidden;
	margin-top: 42px;
}

.wedding .product .col-l {
	width: 66%;
	float: left;
}

.wedding .product .col-r {
	width: 32%;
	float: right;
}

.wedding .product > li:last-child {
	margin-top: 16px;
}

.wedding .product-list {
	margin-top: 0;
}

.wedding .product-list li {
	width: 48.4848%;
	margin-right: 3.0303%;
	border: solid 1px #B094DF;
}

.wedding .product-list li:last-child {
	margin-right: 0;
}

.wedding .product > li:nth-child(2n) .product-list li {
	width: 100%;
	margin-right: 0;
}

.wedding .product > li:nth-child(2n) .product-list li .txt-area {
	padding-bottom: 60px;
}

.wedding .product-list h4 {
	background-color: #B094DF;
}

.wedding .product-list .data2 h4::before {
	right: 40px;
}

.wedding .product-list .spices h4::after {
	content: "";
	position: absolute;
	width: 20px;
	height: 20px;
	top: 50%;
	right: 16px;
	transform: translateY(-50%);
	background-repeat: no-repeat;
	background-size: contain;
	background-image: url(/images/menu/menu_ic01.png);
}

@media screen and (max-width: 1280px) {

.wedding .product-list .data2 h4::before {
	right: 4px;
}

.wedding .product-list .data2 h4::after {
	right: 28px;
}

.wedding .product > li:nth-child(2n) .product-list li .txt-area {
	padding-bottom: 11vw;
}
}

@media screen and (max-width: 767px) {

.wedding .product > li {
	margin-bottom: 24px;
}

.wedding .product .col-l {
	width: 100%;
	float: none;
}

.wedding .product .col-r {
	width: 100%;
	float: none;
}

.wedding .product > li:last-child {
	margin: 0;
}

.wedding .product-list li {
	width: 100%;
	margin: 0 0 24px;
}

.wedding .product-list li:last-child {
	margin: 0;
}

.wedding .product > li:nth-child(2n) .product-list li .txt-area {
	padding-bottom: 32px;
}

}

/* 赤ちゃんフォト
-----------------------------------*/
.baby .mv {
	background-image: url(/images/menu/baby/baby_mv01.jpg);
	margin-bottom: 0;
}

.baby .plan .plan-info .info-txt h4 {
	color: #FF458B;
}

.baby .product-list li {
	margin-bottom: 16px;
}

.baby .product-list .data2 h4::before {
	right: 40px;
}

.baby .product-list .spices h4::after {
	content: "";
	position: absolute;
	width: 20px;
	height: 20px;
	top: 50%;
	right: 16px;
	transform: translateY(-50%);
	background-repeat: no-repeat;
	background-size: contain;
	background-image: url(/images/menu/menu_ic01.png);
}

.baby .flow .center img:first-of-type {
	width: 53.33333%;
}

.baby .flow .center img:last-of-type {
	width: 46.66666%;
}

.baby .btn-style.btn01.btn_baby a {
	margin: 0 auto;
    border-radius: 25px;
	max-width: 450px;
	width: 100%;
    background-color: #fff;
    color: #FF458B;
}

.baby .btn-style.btn01.btn_baby a::after {
	content: '≫';
    left: auto;
    right: 16px;
	color: #FF458B;
}

.baby .btn-style.btn01.btn_baby a:hover {
	background-color: #FF458B;
	color: #fff;
}

.baby .btn-style.btn01.btn_baby a:hover::after {
	color: #fff;
}

@media screen and (max-width: 1280px) {

.baby .product-list .data2 h4::before {
	right: 4px;
}

.baby .product-list .data2 h4::after {
	right: 28px;
}
}

@media screen and (max-width: 767px) {

.baby .flow .center img:first-of-type,
.baby .flow .center img:last-of-type {
	width: 100%;
}
.baby .btn-style.btn01.btn_baby a {
	font-size: 16px;
}

}

/* マタニティフォト
-----------------------------------*/
.maternity .mv {
	background-image: url(/images/menu/maternity/maternity_mv01.jpg);
	margin-bottom: 0;
}

.maternity .mv > .cts h2 {
	background-color: #05D686;
}

.maternity .f-green {
	color: #05D686;
}

.maternity .plan .data-plan dd span {
	color: #05D686;
}

.maternity .plan .plan-info .info-txt h4 {
	color: #05D686;
}

.maternity .plan .plan-list li {
	border: 1px solid #05D686;
}

.maternity .plan .plan-list li h4 {
	background-color: #05D686;
}

.maternity .com-bg01,
.maternity .com-bg02 {
	background-image: url(/images/menu/maternity/maternity_bg01.jpg);
	/* overflow: hidden; */
}


.maternity .product-list > li {
	border: solid 1px #05D686;
}

.maternity .product-list.col-1 > li {
	width: 100%;
	margin-right: 0;
}

.maternity .product-list.col-2 > li {
	width: 49%;
	margin-right: 2%;
}

.maternity .product-list.col-2 > li:nth-child(3n) {
	margin-right: 2%;
}

.maternity .product-list.col-2 > li:nth-child(2n) {
	margin-right: 0;
}

.maternity .product-list h4 {
	background-color: #05D686;
}

.maternity .product-list .data2 h4::before {
	right: 40px;
}

.maternity .product-list .spices h4::after {
	content: "";
	position: absolute;
	width: 20px;
	height: 20px;
	top: 50%;
	right: 16px;
	transform: translateY(-50%);
	background-repeat: no-repeat;
	background-size: contain;
	background-image: url(/images/menu/menu_ic01.png);
}

.maternity .flow .center img:first-of-type {
	width: 53.33333%;
}

.maternity .flow .center img:last-of-type {
	width: 46.66666%;
}



@media screen and (max-width: 767px) {


.maternity .product-list.col-2 > li {
	width: 100%;
}

.maternity .product-list.col-2 > li:nth-of-type(2) {
	margin-left: 0;
}

.maternity .product-list.col-3 > li:not(:nth-of-type(3)) {
	margin-right: 0;
}

.maternity .flow .center img:first-of-type,
.maternity .flow .center img:last-of-type {
	width: 100%;
}


}

/* バースデーフォト
-----------------------------------*/
.birthday .mv {
	background-image: url(/images/menu/birthday/birthday_mv01.jpg);
	margin-bottom: 0;
}

.birthday .mv > .cts h2 {
	background-color: #58C9E8;
}

.birthday .com-bg01 {
	background-image: url(/images/menu/birthday/birthday_bg01.jpg);
	/* overflow: hidden; */
}

.birthday .plan .plan-info .info-txt h4 {
	color: #58C9E8;
}

.birthday .product-list h4 {
	background-color: #58C9E8;
}

.birthday .product-list > li {
	border: solid 1px #58C9E8;
	margin-bottom: 16px;
}

.birthday .product-list .data2 h4::before {
	right: 40px;
}

.birthday .product-list .spices h4::after {
	content: "";
	position: absolute;
	width: 20px;
	height: 20px;
	top: 50%;
	right: 16px;
	transform: translateY(-50%);
	background-repeat: no-repeat;
	background-size: contain;
	background-image: url(/images/menu/menu_ic01.png);
}

.birthday .flow .center img:first-of-type {
	width: 53.33333%;
}

.birthday .flow .center img:last-of-type {
	width: 46.66666%;
}

@media screen and (max-width: 1280px) {

.birthday .product-list .data2 h4::before {
	right: 4px;
}

.birthday .product-list .data2 h4::after {
	right: 28px;
}
}

@media screen and (max-width: 767px) {


.birthday .flow .center img:first-of-type,
.birthday .flow .center img:last-of-type {
	width: 100%;
}

}

/* バースデーフォト
-----------------------------------*/
.school .mv {
	background-image: url(/images/menu/school/school_mv01.jpg);
	margin-bottom: 0;
}

.school .plan .plan-info .info-txt h4 {
	color: #FF458B;
}

.school .product-list .data2 h4::before {
	right: 40px;
}

.school .product-list .spices h4::after {
	content: "";
	position: absolute;
	width: 20px;
	height: 20px;
	top: 50%;
	right: 16px;
	transform: translateY(-50%);
	background-repeat: no-repeat;
	background-size: contain;
	background-image: url(/images/menu/menu_ic01.png);
}

.school .flow .center img:first-of-type {
	width: 53.33333%;
}

.school .flow .center img:last-of-type {
	width: 46.66666%;
}

@media screen and (max-width: 767px) {


.school .flow .center img:first-of-type,
.school .flow .center img:last-of-type {
	width: 100%;
}

}

/* 成人式
-----------------------------------*/
.seijin .mv {
	background-image: url(/images/menu/seijin/seijin_mv01.jpg);
	margin-bottom: 0;
}

.seijin .com-bg01 {
	background-image: url(/images/menu/seijin/seijin_bg01.jpg);
	/* overflow: hidden; */
}

.seijin .plan .catch-copy01 {
	margin: 32px 0 16px;
	color: #BE1D25;
}

.seijin .txt-bnr {
	margin-top: 80px;
	text-align: center;
}

.seijin .txt-bnr a,
.seijin .plan .btn a {
	display: block;
	position: relative;
	max-width: 480px;
	margin: 0 auto;
	padding: 24px;
	border: 1px solid #BE1D25;
	border-radius: 4px;
	background-color: #FFF;
	color: #BE1D25;
	font-weight: bold;
	line-height: 1;
	font-size: 24px;
	text-align: left;
}

.seijin .txt-bnr a:after,
.seijin .plan .btn a::after {
	content: '»';
	display: block;
	position: absolute;
	right: 24px;
	top: 50%;
	font-size: 48px;
	font-weight: normal;
	margin-top: -0.6em;
}

.seijin .txt-bnr a:hover,
.seijin .plan .btn a:hover {
	opacity: 0.7;
	text-decoration: none;
}

.seijin .plan .plan-list li {
	border: 1px solid #BE1D25;
}

.seijin .plan .plan-list li h4 {
	background-color: #BE1D25;
}

@media screen and (max-width: 767px) {

.seijin .plan .catch-copy01 {
	margin: 24px 0 16px;
}

.seijin .txt-bnr {
	margin-top: 48px;
}

.seijin .txt-bnr a,
.seijin .plan .btn a {
	padding: 12px;
	font-size: 18px;
}

.seijin .txt-bnr a::after,
.seijin .plan .btn a::after {
	right: 12px;
	font-size: 32px;
	margin-top: -0.6em;
}

}



/* 証明写真
-----------------------------------*/
.id-photo .mv {
	background-image: url(/images/menu/id-photo/id-photo_mv01.jpg);
	margin-bottom: 0;
}

.id-photo .mv > .cts h2 {
	background-color: #007CFF;
}

.id-photo .number {
	background: url(/images/menu/id-photo/id-photo_ic01.png) 6px 5px no-repeat;
	background-size: 59px auto;
	color: #007CFF;
}

.id-photo .com-bg01 {
	background-image: url(/images/menu/id-photo/id-photo_bg01.jpg);
	/* overflow: hidden; */
}

.id-photo .plan .plan-info .info-txt h4 {
	color: #007CFF;
}

/* シニアフォト
-----------------------------------*/
.senior .mv {
	background-image: url(/images/menu/senior/senior_mv01.jpg);
	margin-bottom: 0;
}

.senior .mv > .cts h2 {
	background-color: #996259;
}

.senior .number {
	background: url(/images/menu/senior/senior_ic01.png) 6px 5px no-repeat;
	background-size: 59px auto;
	color: #996259;
}

.senior .com-bg01 {
	background-image:  url(/images/common/com_bg03.jpg) !important;
}

.senior .pr-area .pr-cts .ttl {
	color: #996259;
}

.senior .pr-area .pr-cts table th {
	color: #996259;
	background: #f9f5f2;
}

.senior .pr-area .pr-cts table.ex th {
	background-image:  url(/images/common/com_bg03.jpg);
}

.senior .pr-area .pr-cts table.ex td {
	color: #996259;
}

.senior .product-list li {
	width: 100%;
	border: solid 1px #996259;
}

.senior .product-list h4 {
	background: #996259;
}

.senior .product-list {
	font-size: 0;
	max-width: 830px;
	margin: 42px auto 0;
}

.senior .product-list .ph-area,
.senior .product-list .txt-area {
	display: inline-block;
	width: 50%;
	font-size: 16px;
}

@media screen and (max-width: 767px) {
.senior .product-list .ph-area,
.senior .product-list .txt-area {
	width: 100%;
}

}

.price-container {
	background-image:  url(/images/common/com_bg03.jpg) !important;
	padding: .5rem 1rem;
	line-height: 2;
}

.price-container .price-item {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.price-container .price-item + .price-item {
	border-top: solid 2px #a79e9b;
}

.price-container .price-label {
	font-size: 1rem;
	font-weight: bold;
	text-align: left;
}

.price-container .price-label.row,
.price-container .price-detail.row {
	line-height: normal;
	padding-top: .5em;
}

.price-container .price-detail {
	font-size: 1.5rem;
	font-weight: bold;
}

.price-container .price-text-small {
	font-size: .75rem;
	line-height: 1;
}

.price-container .price-yen {
	font-size: .75em;
	line-height: 1;
}

.price-container .price-label .price-text-small,
.price-container .price-detail .price-text-small {
	display: block;
}

.txt-area .price-container ~ .note {
	font-size: 1rem;
	padding-top: 0.5rem;
	padding-left: 1rem;
}

.price-table {
	font-weight: bold;
}
.price-table.onBaby {
	display: flex;
	flex-direction: column;
	gap: 8px;
	max-width: 600px;
	width: 100%;
	margin: 0 auto;
}

.price-table .price-plan dt {
	background-image:  url(/images/common/com_bg03.jpg) !important;
	color: #05D686;
	padding: .5rem 1.5rem;
	font-size: 1.25rem;
	width: 150px;
}
.price-table .price-plan dt.isPink {
	background-image:  url(/images/common/com_bg03.jpg) !important;
	color: #FF458B;
	text-align: center;
}
.price-table .price-paint dt,
.price-table .price-costume dt {
	background-image:  url(/images/menu/maternity/maternity_bg01.jpg) !important;
	color: #05D686;
	padding: .5rem 1rem;
	font-size: 1rem;
	width: 150px;
	text-align: center;
}
.price-table .price-plan .price {
	color: #05D686;
	font-size: 1.25rem;
}
.price-table .price-plan .price.isPink,
.price-table .price-plan-sub .price.isPink {
	color: #FF458B;
	font-weight: bold;
}
.price-table .price-paint {
	margin-top: 1rem;
}
.price-table .price-costume {
	margin-top: 0.25rem;
}
.price-table .note {
	margin-top: 1rem;
}

.price-table.onBaby .price-plan,
.price-table .price-plan-sub {
	display: flex;
	align-items: center;
	gap: 20px;
}
.price-table .price-plan-sub dd {
	font-weight: normal;
}
.price-table .price-plan-sub dt.isPink {
	background-color:  #ffd5e5 !important;
	color: #FF458B;
	padding: 1.5rem .5rem;
	font-size: 1rem;
	width: 150px;
	text-align: center;
}
.price-table .price-plan-sub:nth-of-type(2) dt.isPink {
	padding: 3.5rem .5rem;
}
.price-table .price-plan-sub .highlight {
	display: inline-block;
	color: #fff;
	background-color: #FF458B;
	font-size: 0.75rem;
}
@media screen and (max-width: 767px) {
.price-table .price-paint dt,
.price-table .price-costume dt,
.price-table .price-plan dt,
.price-table .price-plan-sub dt.isPink {
	flex-basis: 42%;
}
.price-table .price-paint dd,
.price-table .price-costume dd,
.price-table .price-plan dd,
.price-table .price-plan-sub dd {
	flex: 1;
}
.menu .plan .plan-info.onBaby {
	flex-direction: column;
}
.menu .plan .plan-info.onBaby.type-left .price-table .price-plan-sub:nth-of-type(2) dt.isPink {
	padding: 6.5rem .5rem;
}
}
