@charset "utf-8";

/* mv */
.gw2026 .mv {
	margin-top: 1.5rem;
}

.mothers_bg {
	background-color: #FFDCE6;
	text-align: center;
}

/*title*/
.title_bg {
	padding: 6rem 0;
	line-height: 2.2rem;
}

.title_bg h2 {
	margin: -1rem auto 3rem;
	text-align: center;
}

.title_bg h2 img {
	width: 52vw;
	max-width: 740px;
}

.mothers_bg {
	padding-top: 6rem;
	text-align: center;
}


/* mainTtl */
.gw2026 .mainTtl {
	padding-top: 2rem;
}

.gw-copy {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	text-wrap: nowrap;
	margin-bottom: 3rem;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 2.2rem;
	font-weight: 700;
	line-height: 1.6;
	text-align: center;
	color: #234379;
}

.gw-copy::before,
.gw-copy::after {
	content: "";
	display: block;
	width: 42px;
	height: 70px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
}

.gw-copy::before {
	background-image: url(/pages/gw/img/children/title-left.svg);
	margin-right: 3rem;
}

.gw-copy::after {
	background-image: url(/pages/gw/img/children/title-right.svg);
	margin-left: 3rem;
}

.gw2026 .anchor {
	display: flex;
	margin-top: 3rem;
	justify-content: center;
	flex-wrap: nowrap;
	gap: 0 1.5rem;
}

.gw2026 .anchor li {
	width: 27.4rem;
	border-radius: 3rem;
	background-color: #DB451B;
}

.gw2026 .anchor li a {
	display: block;
	position: relative;
	padding: 1.6rem 1.6rem 1.6rem 3rem;
	font-size: 1.8rem;
	font-weight: bold;
	text-align: left;
	color: #fff;
}

.gw2026 .anchor li a::after {
	content: '';
	display: block;
	position: absolute;
	top: calc(50% - 1rem);
	right: 2.5rem;
	width: 2.2rem;
	height: 2.2rem;
	background-image: url(/pages/gw/img/chevron_down.svg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
}


/* conts */
.gw2026 .conts {
	padding: 4rem 0 7rem;
}

/* mothersItems */
.gw2026 .mothersItems h3 {
	margin: 0 auto;
	width: 47.6rem;
	text-align: center;
}

.gw2026 .mothersItems .wrap {
	display: flex;
	flex-wrap: wrap;
	margin: 3rem auto 0;
	max-width: 1080px;
	gap: 2rem;
}

.gw2026 .mothersItems .box {
	width: 346px;
	padding: 3rem;
	font-weight: normal;
	line-height: 1.5;
	text-align: left;
	background-color: #fff;
	border-radius: 4rem;
}

.gw2026 .mothersItems .box a {
	display: flex;
	flex-direction: column;
	height: 100%;
}

.gw2026 .mothersItems .box a .pic img {
	border-radius: 1rem;
}

.gw2026 .mothersItems .box .name {
	margin-top: 1.5rem;
	font-size: 2rem;
	font-weight: bold;
}

.gw2026 .mothersItems .box .name span.note {
	font-size: 1.2rem;
	color: #f00;
}

.gw2026 .mothersItems .box .name+.name {
	margin-top: 0;
}

.gw2026 .mothersItems .box .price {
	margin-top: 0.3rem;
	font-size: 1.4rem;
}

.gw2026 .mothersItems .box .price span {
	font-size: 1.8rem;
	font-weight: bold;
}

.gw2026 .mothersItems .box .icon {
	margin-top: 0.7rem;
	display: flex;
	gap: 0 0.8rem;
}

.gw2026 .mothersItems .box .icon li {
	padding: 0.6rem 1rem 0.6rem 1rem;
	font-size: 1.4rem;
	font-weight: 500;
	border: solid 0.2rem;
	border-radius: 5rem;
	text-align: center;
	background-color: #fff;
}

.gw2026 .mothersItems .box .shop {
	margin-top: 1rem;
	font-size: 1.4rem;
	font-weight: 700;
}

.gw2026 .mothersItems .box .place {
	font-size: 1.4rem;
	font-weight: 700;
}

.gw2026 .mothersItems .box .btnMore {
	margin: auto auto 0;
	padding-top: 2rem;
	width: 100%;
}

.gw2026 .mothersItems .box .btnMore span {
	display: block;
	position: relative;
	padding: 1.2rem 3rem;
	border-radius: 3rem;
	font-size: 1.6rem;
	font-weight: bold;
	color: #fff;
}

.gw2026 .mothersItems .box .btnMore span::after {
	display: block;
	content: '';
	width: 1.2rem;
	height: 1.2rem;
	border-right: solid 0.3rem #fff;
	border-bottom: solid 0.3rem #fff;
	transform: rotate(-45deg);
	position: absolute;
	top: calc(50% - 0.6rem);
	right: 2.5rem;
}

.gw2026 .mothers .mothersItems .box .name {
	color: #DB451B;
}

.gw2026 .mothers .mothersItems .box .icon li {
	border-color: #DB451B;
	color: #DB451B;
}

.gw2026 .mothers .mothersItems .box .btnMore span {
	background-color: #DB451B;
}

/* modal */
.gw2026 .modalBox .wrap {
	margin: 0;
	padding: 0;
	gap: 0 4.3%;
}

.gw2026 .mothers .modalBox .modalDetail .modalItemName {
	color: #DB451B;
}

.gw2026 .mothers .modalBox .modalDetail .modalIcon li {
	border-color: #DB451B;
	color: #DB451B;
}

.gw2026 .mothers .modalBox .modalDetail .modalInfoBtn,
.gw2026 .mothers .modalBox .modalClose {
	background-color: #DB451B;
}

.gw2026 .mothers .modalBox .modalDetail .moadlPlace::before,
.gw2026 .mothers .modalBox .modalDetail .modalTel::before {
	filter: invert(49%) sepia(57%) saturate(3157%) hue-rotate(353deg) brightness(100%) contrast(87%);
}


/* framebox */
.gw2026 .framebox {
	padding: 5rem;
	background-color: #fff;
	border-radius: 5rem;
}

.gw2026 .framebox iframe {
	border: none;
}

/* tag */
.gw2026 .tag {
	margin: 0 auto;
	max-width: 1080px;
}

.gw2026 .tag h3 {
	margin: 0 auto 5rem;
	width: 46.4rem;
	position: relative;
}

.gw2026 .tag .framebox {
	border: 4px solid #DB451B;
	border-radius: 5rem;
	box-shadow: 0 8px 0 0 #DB451B;
	margin-bottom: 8px;
}

.btn__more {
	display: inline-flex;
	margin-top: 2.4rem;
	padding: 1.25rem 2.5rem;
	align-items: center;
	border-radius: 6.25rem;
	border: 4px solid #000;
	color: #000;
	background: #FFF;
}

.btn__more-text {
	padding-right: 50px;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 2rem;
	font-weight: 700;
}

.btn__more-icon {
	display: flex;
	width: 2.8rem;
	height: 2.8rem;
	padding: 0.3rem;
	align-items: center;
	border-radius: 1.6rem;
	background: #000;
	background-image: url("/pages/gw/img/chevron_right.svg");
	background-repeat: no-repeat;
	background-position: center;
	background-size: 22px 22px;
}

.btn__more:hover {
	background-color: #FFF100;
	color: #000;
	opacity: 1;
	text-decoration: none;
}

@media screen and (max-width: 768px) {

	/*title*/
	.title_bg {
		padding: 8rem 2% 6rem;
	}

	.title_bg h2 {
		margin: 0 auto;
	}

	.title_bg h2 img {
		width: 96%;
	}

	/* conts */
	.gw2026 .conts {
		padding: 0 0 3.5rem;
	}

	/* mothersItems */
	.gw2026 .mothersItems h3 {
		width: 82.3%;
	}

	.gw2026 .mothersItems .wrap {
		margin: 1rem auto 0;
		padding-left: 2vw;
		border-radius: 3rem;
		gap: 1rem;
	}

	.gw2026 .mothersItems .box {
		padding: 2rem 1rem;
		width: 47.5%;
	}

	.gw2026 .mothersItems .box .name {
		margin-top: 0.8rem;
		font-size: 1.6rem;
	}

	.gw2026 .mothersItems .box .name span.note {
		font-size: 1rem;
	}

	.gw2026 .mothersItems .box .price {
		margin-top: 0.5rem;
		font-size: 1.4rem;
	}

	.gw2026 .mothersItems .box .price span {
		font-size: 1.6rem;
	}

	.gw2026 .mothersItems .box .icon li {
		padding: 0.2rem 1rem 0.3rem 1rem;
		font-size: 1.2rem;
	}

	.gw2026 .mothersItems .box .shop {
		margin-top: 0.5rem;
		font-size: 1.2rem;
	}

	.gw2026 .mothersItems .box .place {
		font-size: 1.2rem;
	}

	.gw2026 .mothersItems .box .btnMore {
		padding-top: 1rem;
		width: 100%;
	}

	.gw2026 .mothersItems .box .btnMore span {
		padding: 0.6rem 0.6rem 0.6rem 1.4rem;
		font-size: 1.2rem;
	}

	.gw2026 .mothersItems .box .btnMore span::after {
		width: 0.8rem;
		height: 0.8rem;
		border-width: 0.2rem;
		top: calc(50% - 0.3rem);
		right: 1.2rem;
	}

	/* modal */
	.gw2026 .modalBox .wrap {
		padding-left: 0;
		gap: 1.5rem 0;
	}

	/* framebox */
	.gw2026 .framebox {
		margin-top: -3rem;
		padding: 3rem 1.5rem;
		border-radius: 1.5rem;
		gap: 3rem 4.7%;
	}

	.gw2026 .framebox iframe {
		height: 380px !important;
	}

	/* tag */
	.gw2026 .tag {
		margin: 0 2%;
		padding: 6rem 0 5.5rem;
	}

	.gw2026 .tag h3 {
		margin: 0 auto 3rem;
		width: 100%;
	}

	.gw2026 .tag .framebox {
		margin-top: 0;
	}
}


.shop-with-badge {
	display: inline-flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 8px;
}

.shop-with-badge .shop-name {
	display: inline;
}

.shop-badge {
	display: inline-block;
	width: auto;
	max-width: none;
	margin: 0;
	padding: 2px 10px;
	background: #ff4da6;
	color: #fff;
	font-size: 12px;
	line-height: 1.4;
	border-radius: 999px;
	font-weight: 700;
	white-space: nowrap;
	vertical-align: middle;
}

.modalTxt--red {
	color: #DB451B;
	font-weight: 600;
}