@charset "UTF-8";

body {
	background-color: #ffffff;
}

.contents {
	display: inline-block;
}

.mod-wrapin {
	margin: 0 !important;
	padding: 0 !important;
}

.indexImg {
	background-image: url("../img/bunner2024_pc.webp");
	background-repeat: no-repeat;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	background-size: 100% auto;
	width: 100%;
	height: auto;
	padding-top: 48.5%;
	object-fit: contain;
}


.red_underline {
	text-decoration: underline #B40019;
	text-underline-offset: 4px;
	-webkit-text-decoration: underline #B40019;
}

.bg_red {
	background-color: #8B0E1A;
	color: #fff;
}

.bg_pink {
	background-color: #FFEAE8;
	color: #000;
	height: auto;
	/*float: none;*/
	/*clear: both;*/
	/*overflow: hidden;*/
	/*margin-top: -90px;*/
}

/*.gift {
	background-color: #3E1C13 !important;
}
.hisi_gift::before,
.hisi_gift::after,
.hisi2_gift::before,
.hisi2_gift::after,
.hisi3_gift::before,
.hisi3_gift::after {
	background: #523128 !important;
	transform: rotate(45deg) skew(-5deg,-5deg);
}

*/

img.special_bottom {
	vertical-align: -webkit-baseline-middle;
	width: 100%;
}

#gift {
	padding-top: 10px;
	/* margin-top:-100px; */
	background-color: #FFEAE8;
	margin-top: -10px;
}

#shortcake {
	padding-top: 80px;
	margin-top: -80px;
}

.s1_day {
	background-color: #F4BDC5;
}

/* トップのアイコン --------------------------------------------- */
.mod-header-bnr {
	margin-left: 30px;
}

@media screen and (min-width: 1399px) {
	.mod-header-bnrs {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		margin-left: 30px;
	}
}

@media screen and (min-width: 1399px) {
	.mod-header-bnrs-item:not(:last-child) {
		margin-right: 10px;
	}
}

@media screen and (min-width: 1399px) {
	.mod-header-bnrs-item {
		width: 70px;
	}
}

@media screen and (min-width: 1399px) {
	.mod-header-bnr img {
		width: 186px;
	}
}

@media screen and (min-width: 1399px) {
	.mod-header-bnrs-item:not(:last-child) {
		margin-right: 10px;
	}
}

.image_wrapper {
	float: left;
	width: 50%;
}

.details_wrapper {
	float: left;
	width: 50%;
}

.column2 .product_image {
	width: 80%;
	margin-left: 12%;
	margin-right: 0%;

	text-align: left;
	border-radius: 2em;

}

.t_left {
	text-align: left;
}

.t-center {
	text-align: center;
	display: contents;
}



.price_subtext {
	margin-right: 5px;
}

.small_button {

	padding: 5px 40px;
	color: #fff;
	display: inline-table;
	text-align: center;
	margin-top: auto !important;
	font-size: 0.9em;
}

.info_outer_yellow .product_name {
	font-size: 1.0em;
	text-align: left;
	padding-bottom: 0.3em;
}

.info_outer_yellow .price {
	font-size: 0.9em;
	text-align: left;
}

.info_outer_yellow .price_subtext {
	font-size: 0.7rem;
}

.info_outer_yellow .special_gift_text {
	font-size: 0.7rem;
}

.column2.short,
.otheritem_outer {
	width: 90%;
	margin: 0 5%;
	display: inline-block;
}

.column2.short .row {
	width: 47.5%;
	float: left;
	display: inline-block;
}


img.short_img {
	width: 100%;
	padding: 0;
	margin: 0 auto;
}

.column2.short .row.left {
	margin-right: 5%;
}

.otheritem_outer li {
	width: calc(97% / 4);
	text-align: center;
	display: inline-block;
	vertical-align: top;
	font-size: 0.8rem;
	line-height: 1.6;
	padding: 1em 1.5em 0 1.5em;
}

.otheritem_outer ul {
	text-align: left;
	padding: 1em 0em;
}

.otheritem_outer li img {
	padding-bottom: 0.2em;
}


@media (min-width: 751px) {
	.info_outer_yellow .details_wrapper {
		width: 25%;
		display: block;
		float: left;
	}

	.row_gift {
		width: 50%;
		float: left;
	}

	.row_gift .image_wrapper {
		max-width: 55%;
		text-align: center;
	}

	.row_gift .details_wrapper {
		width: 45%;
		display: block;
		float: left;
	}
}





/* フルサイズ -------------------------------------------------- */
@media (min-width: 1025px) {

	.mod-header,
	.mod-mainContent,
	.footer_kinoya,
	#wrapper,
	.PConly {
		margin: 0px auto !important;
		max-width: 1024px !important;
		min-width: 320px !important;
		width: 100% !important;
		background-color: #fff;
	}

	.mod-header {
		left: initial;
		padding: 0 10px;
		height: 60px;
		position: fixed;
		z-index: 12;
		background: #fff;
		background-color: rgb(255, 255, 255);
	}

	.SPonly,
	.SPonly_process {
		display: none;
	}

	.details_wrapper {
		width: 50%;
		float: left;
	}

	.mod-shopPage-main {
		-webkit-box-flex: 1;
		width: 100%;
	}

	.icon_outer {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-around;
		width: 100%;
		padding: 2em 6em 0 6em;
	}

	.icon {
		width: calc(95% / 3);
		position: relative;

	}

	.icon_text {
		font-size: 1.8vw;
		white-space: nowrap;
		color: #fff;
		position: absolute;
		top: 0.4em;
		left: 50%;
		transform: translateX(-50%);
		-webkit-transform: translateX(-50%);
		-ms-transform: translateX(-50%);
	}

	.icon img {
		width: 100%;
	}

	.icon:last-child {}

	.icon:nth-child(2) {}

	.icon:first-child {}

	.special_img_pc {
		width: 100%;
		vertical-align: bottom;
	}

	.special_pc_row {
		float: left;
		width: calc(97% / 3);
		padding: 3em 0 0 2em;
	}

	.special_gift_outer {
		text-align: left;
		box-sizing: border-box;
		width: 100%;
		margin: 0 auto;
		line-height: 1.5;
		display: flex;
		flex-direction: column;
		height: 210px;
	}

	.special_gift_midashi {
		font-size: 1.2em;
		letter-spacing: -0.1em;
		padding-top: 0.5em;
		padding-bottom: 0.5em;
		text-align: left;
	}

	.special_gift_outer>.special_gift_text {
		line-height: 1.5em;
	}

	.gift_text_outer_left>.special_gift_midashi,
	.gift_text_outer_right>.special_gift_midashi {
		line-height: 1.5em;
		font-size: 1.5em;
		padding-top: 0;
	}

	.gift_text_outer_left>.special_gift_text,
	.gift_text_outer_right>.special_gift_text {
		line-height: 1.5em;
		font-size: 0.9rem;
	}

	.special_gift_text {
		line-height: 1.2em;
		font-size: 0.8rem;
	}

	.short_subtext {
		margin: 1em;
	}

	.special_img {
		width: 100%;
		max-width: 100%;
		margin: 0 auto;
	}

	.price {
		text-align: center;
		font-size: 1.2rem;
		padding-bottom: 0.5em;
	}

	.price_subtext {
		font-size: 0.9rem;
	}

	.price_tax {
		font-size: 0.7rem;
	}

	.button {
		
		color: #fff;
		display: inline-table;
		text-align: center;
		width: 40%;
	}

	.info_midashi {
		color: #fff;
	}

	.info_outer {
		background-color: #950014;
		border-radius: 2em;
		color: #fff;
		padding: 2em;
		margin: 1em;
	}

	.label.small {
		width: auto;
		margin: 0 auto;
		padding: 0 1em;
		font-size: 1em;
	}

	.salesend {
		padding: 1em 0 2em 0;
		font-size: 1.1rem;
	}

	.salesend_day {
		color: #b40019;
		font-size: 130%;
		padding: 0 0.5em 0 0;
	}

	.tenpo {
		padding: 0.2em 3em !important;
		margin: 0.2em 0 !important;
	}

	.reservation {
		width: auto;
	}

	.label {
		background: #B40019;
		color: #fff;
		font-size: 24px;
		text-align: center;
		display: inline-block;
		padding: 0 2.5em;
	}

	.left_ {
		width: 580px;
		margin: 0 auto;
	}

	

	.reservationperiod {
		font-size: 1.3vw;
		text-align: center;
		padding-bottom: 0.5em;
	}

	.reservation_subtext {
		font-size: 0.9rem;
	}

	.reservation_subtext_pc {
		text-align: left;
		width: 90%;
		margin: 0 auto;
	}

	.hisi3 {
		padding: 0 5em;
	}

	.hisi2::before {
		left: 0px !important;
	}

	.hisi2::after {
		right: 0px !important;
	}

	.hisi3::before {
		left: 50px !important;
	}

	.hisi3::after {
		right: 50px !important;
	}

	.booking_xmas {
		padding: 1em 0;
	}

	.booking_xmas2 {
		width: 50%;
		float: left;
		font-size: 1rem;
		padding-top: 1em;
		padding-bottom: 1em;
	}

	.booking_normal {
		width: 50%;
		float: right;
		font-size: 1rem;
		padding-top: 1em;
		padding-bottom: 1em;
	}

	.reservationperiond_intable {
		font-size: 1.5em;
		padding-bottom: 0.2em;
	}

	.s2.top {
		background-color: #F4BDC5;
	}

	.s2 {
		padding: 1em;
	}

	.lineheight13 {
		line-height: 1.3em;
	}

	.takuhai {
		padding: 0.2em 1em !important;
		margin: 0.2em 0 !important;
	}

	.detail_text_area_subtext {
		font-size: 0.95rem;
		margin: 0.4em auto 0.7em auto;
	}

	.item {
		width: 50%;
	}

	.gift_row {
		float: left;
		height: 350px;
		box-sizing: border-box;
	}

	.gift_row:last-child {
		height: 300px;
	}

	.gift_img_outer_left {
		float: left;
		width: 20%;
	}

	.gift_img_outer_left img {
		vertical-align: bottom;
	}

	.gift_text_outer_left {
		text-align: left;
		box-sizing: border-box;
		width: 60%;
		padding: 0.5em 3em 2em 3em;
		margin: 0 auto;
		line-height: 1.5;
		display: flex;
		flex-direction: column;
		height: 290px;
		float: left;
	}

	.gift_img_outer_right {
		float: right;
		width: 40%;
	}

	.gift_text_outer_right {
		text-align: left;
		box-sizing: border-box;
		width: 60%;
		padding: 0;
		/*padding: 0.5em 3em 2em 3em;*/
		margin: 0 auto;
		line-height: 1.5;
		display: flex;
		flex-direction: column;
		height: 290px;
		float: right;
	}

	.gift_text_outer_right:last-child {
		height: 280px;
	}

	.gift_img img {
		vertical-align: bottom;
	}

	.b_brown {
		margin: 0 5em;
	}

	img.special_bottom {
		padding-top: 2em;
	}

	.short>.row {
		width: 50%;
	}

	.special_img_pc {
		width: 100%;
		vertical-align: bottom;
		position: relative;
	}

	.precious_button {
		position: absolute;
		right: 3em;
		bottom: 1.8em;
	}

	.precious_button>.b_white {
		width: 250px;
	}

	.precious_button>a.b_white {
		font-size: 1.2rem;
	}

	.precious_button>.button {
		padding: 5px 40px;
	}

	.special_bottom_outer {
		display: flex;
		justify-content: center;
	}

	.special_bottom_inner {
		width: 101%;
		text-align: center;
	}
}

/* PCサイズ -------------------------------------------------- */
@media (min-width: 751px) and (max-width: 1024px) {

	.SPonly,
	.SPonly_process {
		display: none;
	}

	.mod-header,
	.mod-mainContent,
	.footer_kinoya,
	#wrapper,
	.PConly {
		margin: 0px auto !important;
		max-width: 1024px !important;
		min-width: 320px !important;
		width: 100% !important;
		background-color: #fff;
	}

	.mod-header {
		left: initial;
		padding: 0 10px;
		height: 60px;
		position: fixed;
		z-index: 12;
		background: #fff;
		background-color: rgb(255, 255, 255);
	}

	.SPonly,
	.SPonly_process {
		display: none;
	}

	.mod-shopPage-main {
		-webkit-box-flex: 1;
		width: 100%;
	}

	.otheritem_outer ul {
		text-align: left;
		padding: 1em 0.5em;
	}

	.otheritem_outer li {
		width: calc(97% /5);
		text-align: center;
		display: inline-block;
		vertical-align: top;
		font-size: 0.8rem;
		line-height: 1.2;
		padding: 1em 1em;
	}

	.otheritem_outer li img {
		width: 100%;
		padding-bottom: 0.5em;
	}

	.icon_outer {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-around;
		width: 100%;
		padding: 2em 6em 0 6em;
	}

	.icon {
		width: calc(95% / 3);
		position: relative;

	}

	.icon_text {
		font-size: 3vw;
		white-space: nowrap;
		color: #fff;
		position: absolute;
		top: 0.4em;
		left: 50%;
		transform: translateX(-50%);
		-webkit-transform: translateX(-50%);
		-ms-transform: translateX(-50%);
	}

	.icon img {
		width: 100%;
	}

	.icon:last-child {}

	.icon:nth-child(2) {}

	.icon:first-child {}

	.special_pc_row {
		float: left;
		width: calc(97% / 3);
		padding: 3em 0 0 2em;
	}

	.special_gift_outer {
		text-align: left;
		box-sizing: border-box;
		width: 100%;
		margin: 0 auto;
		line-height: 1.5;
		display: flex;
		flex-direction: column;
		height: 180px;
	}

	.special_gift_midashi {
		font-size: 1.1em;
		letter-spacing: -0.1em;
		padding-top: 0.5em;
		padding-bottom: 0.5em;
	}

	.special_gift_outer>.special_gift_text {
		line-height: 1.5em;
	}

	.gift_text_outer_left>.special_gift_midashi,
	.gift_text_outer_right>.special_gift_midashi {
		line-height: 1.5em;
		font-size: 1.5em;
		padding-top: 0;
	}

	.gift_text_outer_left>.special_gift_text,
	.gift_text_outer_right>.special_gift_text {
		line-height: 1.5em;
		font-size: 0.9rem;
	}

	.special_gift_text {
		line-height: 1.2em;
		font-size: 0.8rem;
	}

	.short_subtext {
		margin: 1em;
	}

	.special_img {
		width: 100%;
		max-width: 100%;
		margin: 0 auto;
	}

	.price {
		text-align: center;
		font-size: 1.2rem;
		padding-top: 0.5em;
	}

	.price_subtext {
		font-size: 0.9rem;
	}

	.price_tax {
		font-size: 0.7rem;
	}

	.button {
		height: 20px;
		color: #fff;
		display: inline-table;
		text-align: center;
		margin-top: 10px;
	}

	.info_midashi {
		color: #fff;
	}

	.info_outer {

		padding: 2em;
		margin: 1em 4em;
	}

	.label.small {
		width: auto;
		margin: 0 auto;
		padding: 0 1em;
		font-size: 1em;
	}

	.tenpo {
		padding: 0.2em 3em !important;
		margin: 0.2em 0 !important;
	}

	.reservation {
		width: auto;
	}

	.label {
		background: #B40019;
		color: #fff;
		font-size: 24px;
		text-align: center;
		display: inline-block;
		padding: 0 2.5em;
	}

	.left_ {
		width: 580px;
		margin: 0 auto;
	}

	.hisi:before,
	.hisi:after,
	.hisi2:before,
	.hisi2:after,
	.hisi3:before,
	.hisi3:after {
		content: '';
		position: absolute;
		background: #950014;
		transform: rotate(45deg) skew(-5deg, -5deg);
		display: inline-block !important;
		top: 0;
		bottom: 0;
		margin: auto 0;
	}

	.hisi::before,
	.hisi::after,
	.hisi2::before,
	.hisi2::after,
	.hisi3::before,
	.hisi3::after {
		width: 30px;
		height: 30px;
	}

	.hisi_gift::before,
	.hisi_gift::after,
	.hisi2_gift::before,
	.hisi2_gift::after,
	.hisi3_gift::before,
	.hisi3_gift::after {
		background: #523128 !important;
		transform: rotate(45deg) skew(-5deg, -5deg) !important;
	}

	.reservationperiod {
		font-size: 2.5vw;
		text-align: center;
		padding-bottom: 0.5em;
	}

	.reservation_subtext {
		font-size: 0.9rem;
		margin-left: 3em;
	}

	.reservation_subtext_pc {
		text-align: left;
		width: 90%;
		margin: 0 auto;
	}

	.hisi3 {
		padding: 0 5em;
	}

	.hisi2::before {
		left: 0px !important;
	}

	.hisi2::after {
		right: 0px !important;
	}

	.hisi3::before {
		left: 50px !important;
	}

	.hisi3::after {
		right: 50px !important;
	}

	.s2.top {
		background-color: #F4BDC5;
	}

	.booking_xmas2 {
		width: 50%;
		float: left;
		font-size: 1rem;
		padding-top: 1em;
		padding-bottom: 1em;
	}

	.booking_normal {
		width: 50%;
		float: right;
		font-size: 1rem;
		padding-top: 1em;
		padding-bottom: 1em;
	}

	.reservationperiond_intable {
		font-size: 1.5em;
		padding-bottom: 0.2em;
	}

	.s2 {
		padding: 1em;
	}

	.lineheight13 {
		line-height: 1.3em;
	}

	.takuhai {
		padding: 0.2em 1em !important;
		margin: 0.2em 0 !important;
	}

	.detail_text_area_subtext {
		font-size: 0.95rem;
		margin: 1em 1.5em;
	}

	.item {
		width: 50%;
	}

	.gift_row {
		height: 350px;
		box-sizing: border-box;
	}

	.gift_row:last-child {
		height: 300px;
	}

	.gift_img_outer_left {
		float: left;
		width: 40%;
	}

	.gift_img_outer_left img {
		vertical-align: bottom;
	}

	.gift_text_outer_left {
		text-align: left;
		box-sizing: border-box;
		width: 20%;
		padding: 0.5em 3em 2em 3em;
		margin: 0 auto;
		line-height: 1.5;
		display: flex;
		flex-direction: column;
		height: 290px;
		float: left;
	}

	.gift_img_outer_right {
		float: right;
		width: 40%;
	}

	.gift_text_outer_right {
		text-align: left;
		box-sizing: border-box;
		width: 60%;
		padding: 0;
		/*padding: 0.5em 3em 2em 3em;*/
		margin: 0 auto;
		line-height: 1.5;
		display: flex;
		flex-direction: column;
		height: 290px;

	}

	.gift_text_outer_right:last-child {
		height: 280px;
	}

	.gift_img img {
		vertical-align: bottom;
	}

	.b_brown {
		margin: 0 5em;
	}

	img.special_bottom {
		padding-top: 2em;
	}

	.short>.row {
		width: 50%;
	}

	.special_img_pc {
		width: 100%;
		vertical-align: bottom;
		position: relative;
	}

	.precious_button {
		position: absolute;
		right: 1em;
		bottom: 1.5em;
	}

	.precious_button>.b_white {
		width: 250px;
	}

	.precious_button>a.b_white {
		font-size: 1.2rem;
	}

	.precious_button>.button {
		padding: 5px 40px;
	}
}

/* スマホサイズ -------------------------------------------------- */
@media (max-width: 750px) {
	#gift {
		margin-top: -1.1em;
		padding-top: 20px;
	}

	.reservationperiond_intable {
		font-size: 1.3em;
		padding-bottom: 0.2em;
	}

	.midashi_1 {
		font-size: 4vw;
		line-height: 1;
		/* 追加行の高さを1に設定 */
	}

	.midashi_2 {
		font-size: 1.5em !important;
		line-height: 1;
		/* 追加行の高さを1に設定 */
	}

	.top {
		vertical-align: top;
	}

	.booking_xmas2 {
		width: 50%;
		float: left;
		font-size: 0.7rem;
		padding-right: 0.5em;
	}

	.booking_xmas img {
		width: 80%;
		padding-top: 0.5em;
	}

	.booking_normal {
		width: 50%;
		float: right;
		font-size: 0.7rem;
		padding-left: 0.5em;
	}

	.label.hisi.long {
		padding: 0.3em 40px;
	}

	.detail_text_area p {
		line-height: 1.5em;
		font-size: 0.85rem;
		margin: 0 1em;
	}

	.detail_text_area_subtext {
		font-size: 0.65rem;
		margin: 1em 1.5em;
	}

	.reservationperiod {
		font-size: 4.3vw;
		text-align: center;
	}

	.reservation_subtext {
		font-size: 0.8rem;
		margin-top: 0.5em;
	}

	.otheritem_outer ul {
		text-align: left;
		padding: 0 1em;
	}

	.otheritem_outer li {
		width: calc(97% /2);
		text-align: center;
		display: inline-block;
		vertical-align: top;
		font-size: 0.7rem;
		line-height: 1.2;
		padding: 1em 0.5em 0 0.5em;
	}

	.otheritem_outer li img {
		width: 95%;
		padding-bottom: 0.5em;
	}

	.price {
		text-align: right;
		font-size: 1.2rem;
		padding-top: 0.5em;
	}

	

	.price_subtext {
		font-size: 0.9rem;
	}

	.price_tax {
		font-size: 0.7rem;
	}

	.special_gift_outer {
		text-align: left;
		box-sizing: border-box;
		width: 100%;
		padding: 0 0 0 0.8em;
		margin: 0 auto;
		line-height: 1.5;
	}

	.special_gift_midashi {
		font-size: 1.1em;
		letter-spacing: -0.1em;
		padding-top: 0em !important;
		padding-bottom: 0.2em;
		text-align: left !important;
	}

	.special_gift_text {
		font-size: 0.85rem;
	}

	.short_subtext {
		margin: 1em 1em 0 1em;
		font-size: 0.8rem;
	}

	.special_img {
		width: 100%;
		max-width: 100%;
		padding: 0 1em;
		margin: 0 auto;
	}

	.column2 .row {
		float: inherit;
		width: 100%;
	}

	.indexImg {
		background-image: url("../img/bunner2024_sp.webp");
		padding-top: 125%;
	}

	.product_area {
		text-align: center;
		width: 100%;
		box-sizing: border-box;
	}

	.icon_outer {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-around;
		width: 100%;
		padding: 1em 0.6em 0 0.6em;
	}

	.icon:first-child {
		padding-left: 0 !important;
	}

	.icon:last-child {
		padding-right: 0 !important;
	}

	.icon {
		width: calc(93% / 3);
		position: relative;
	}

	.icon_text {
		font-size: 80%;
		white-space: nowrap;
		color: #fff;
		position: absolute;
		top: 0.4em;
		left: 50%;
		transform: translateX(-50%);
		-webkit-transform: translateX(-50%);
		-ms-transform: translateX(-50%);
	}


	.icon img {
		width: 100%;
	}

	.hisi:before,
	.hisi:after,
	.hisi2:before,
	.hisi2:after,
	.hisi3:before,
	.hisi3:after {
		content: '';
		position: absolute;
		background: #950014;
		transform: rotate(45deg) skew(-5deg, -5deg);
		display: inline-block !important;
		top: 0;
		bottom: 0;
		margin: auto 0;
	}

	.indent {
		padding-left: 1em;
		text-indent: -1em;
	}

	img.short_img {
		width: 100%;
		max-width: 100%;
		padding: 0;
	}

	.precious_button {
		position: absolute;
	}

	.special_img_pc {
		width: 100%;
		vertical-align: bottom;
		position: relative;
	}

	.precious_button {
		position: absolute;
		bottom: 1.5em;
		left: 50%;
		transform: translate(-50%, 0%);
	}

	.table * .s1 {
		/* writing-mode: vertical-rl; */
		font-size: 0.8em !important;
		width: 7%;
		text-align: center;
		border-right: 1px solid #707070;
	}

	.s2 {
		font-size: 0.7rem;
		padding: 1em;
		border-bottom: 1px solid #707070;
	}

	.goyoyaku {
		border-top: 1px solid #707070;
		border-bottom: 1px solid #707070;
	}

	.border_right {
		border-right: 1px solid #707070;
	}

	tr {
		height: 120px;
	}

	.s1_day {
		height: 4em;
		font-size: 0.8em;
	}

	.s1_owatashi {
		height: auto;
		border-bottom: 1px solid #707070;
	}

	.s2>.big2 {
		font-size: 1.3em;
	}

	/*iPhoneSEの時だけ改行*/
	br.spsmall {
		display: none;
	}

	.salesend {
		padding: 1em 1em 1.5em 1em;
		font-size: 0.9rem;
		line-height: 1.5;
	}

	.salesend_day {
		color: #b40019;
		font-size: 180%;
		padding: 0;
	}

}

/* スマホ小サイズ -------------------------------------------------- */
@media (max-width: 375px) {

	/*iPhoneSEの時だけ改行*/
	br.spsmall {
		display: block;
	}


}



/* 2022の -------------------------------------------------- */

.christmas {
	font-family: fot-tsukumin-pr6n, sans-serif;
}

.b1 {
	font-weight: bold !important;
}

.the_title {
	display: none;
}

.u-mb-xl {
	margin-bottom: 30px !important;
}

@media screen and (min-width: 768px) {
	.pc {
		display: block;
	}
	.pc_ex{
		display:initial;
	}

	.sp {
		display: none !important;
	}

	.sp_s {
		display: none;
	}

	.sp_ss {
		display: none;
	}
}

@media screen and (max-width: 767px) {
	.pc, .pc_ex {
		display: none;
	}

	.mod-footLink-bnrs-item {
		width: 48%;
		float: left;
		margin: 10px 1%;
	}

	.mod-footLink-bnrs {
		display: flex;
		margin-bottom: 20px;
	}

	.sp {
		display: block;
	}

	.sp_s {
		display: none;
	}

	.sp_ss {
		display: none;
	}
}

@media (max-width: 520px) {
	.sp {
		display: block;
	}

	.sp_s {
		display: block;
	}

	.sp_ss {
		display: block !important;
	}

	.sp_ss_not {
		display: none;
	}
}

@media screen and (max-width: 370px) {
	.sp_s {
		display: block;
	}

	.sp_ss {
		display: block !important;
	}
}





.rad {
	color: #b40019 !important;
	line-height: 1;
	letter-spacing: -0.03em;
	white-space: nowrap;
}

.detail_text_area {
	text-align: center;
	padding: 1.5em 0 0 0;

}

.label {
	background: #B40019;
	color: #fff;
	font-size: 24px;
	text-align: center;
}




.kikan p {
	display: inline;
	font-size: 1.2em;
}

.big1 {
	font-size: 2em;
}

.big2 {
	font-size: 1.5em;
}

.kikan .big1 {
	font-size: 2.4em;
	font-weight: 500;
}

.hisi:before {
	left: 10px;
}

.hisi:after {
	right: 10px;
}

.hisi2:before {
	left: 40px;
}

.hisi2:after {
	right: 40px;
}

.hisi3:before {
	left: 70px;
}

.hisi3:after {
	right: 70px;
}

.hisi,
.hisi2,
.hisi3 {
	position: relative;
}

.label.small {
	width: auto;
	margin: 0 auto;
	/* height: 36px; */
	font-size: 1.2em;
}

.label.full {
	height: 64px;
	font-size: 32px;
	width: 80%;
	margin-left: 10%;
	position: relative;
}

.full:before,
.full:after {
	content: '';
	position: absolute;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
	width: 50px;
	height: 50px;
	top: 8px;
}

.full1:before {
	background-image: url("https://www.kinotoya.com/control-panel/wp-content/themes/kinotoya_renew20211004/merry-christmas-22/img/label1.webp");
	left: 5px;
}

.full1:after {
	background-image: url("https://www.kinotoya.com/control-panel/wp-content/themes/kinotoya_renew20211004/merry-christmas-22/img/label2.webp");
	right: 5px;
}

.full2:before {
	background-image: url("https://www.kinotoya.com/control-panel/wp-content/themes/kinotoya_renew20211004/merry-christmas-22/img/label3.webp");
	left: 5px;
}

.full2:after {
	background-image: url("https://www.kinotoya.com/control-panel/wp-content/themes/kinotoya_renew20211004/merry-christmas-22/img/label4.webp");
	right: 5px;
}

.table {
	width: 90%;
	margin: 0 5%;
	line-height: 1;
	border: 1px solid #707070;
}

tr {
	/* height: 120px; */
}

tr.reservation_midashi {
	height: 60px;
}

.s1 {
	width: 30%;
	font-size: 1.6em;
}

.s2 {
	width: 35%;
}

.s3 {
	width: 70%;
	font-size: 1.6em;
	padding: 0 10px;
}

.kyousei {
	display: inline-flex;
}

.hi {
	/* display: block ruby; */
	display: inline-flex;
}

.table * .big2 {
	font-size: 1.3em !important;
}

.table * .big3 {
	font-size: 1.0em !important;
}

.ml2 {
	margin-right: 2%;
}

.ml3 {
	margin-right: 3%;
}

.ml4 {
	margin-right: 4%;
}



.button {
	height: 20px;
	/* display: block ruby; */
	padding: 0.5em auto;
	color: #fff
}

.b_green {
	background-color: #2C5744;
	border-radius: 2em;
}

.b_red,
.b_rad {
	background-color: #991C22;
	border-radius: 2em;
}

.b_white {
	background-color: #fff;
	border-radius: 2em;
	color: #8B0E1A;
	min-width: 250px;
	display: inline-block;
	height: auto;
}

a.b_white {
	color: #8B0E1A;
	text-decoration: none;
}

.b_brown {
	background-color: #452300;
	color: #fff;
}

.pc .starting_point_01 {
	position: relative;
}

.pc .starting_point_01 .button {
	position: absolute;
	bottom: 3.0vw;
	right: 3vw;
	width: 25%;
	height: 48px;
	;
	text-align: center;
}

.pc .column3 {
	padding: 20px;
	display: inline-block;
	background-image: url("https://www.kinotoya.com/control-panel/wp-content/themes/kinotoya_renew20211004/merry-christmas-22/img/mori_pc.webp");
	background-repeat: no-repeat;
	background-position: bottom;
	background-size: contain;

}

.pc .column3 .row {
	float: left;
	width: 32%;
	text-align: center;
	height: 40.5vw;
	max-height: 490px;
}

.pc .column3 .row .button {

	text-align: center;
	margin-top: 20px;
}

@media screen and (min-width: 768px) {
	.left_ {
		text-align: left;
		width: 580px;
		margin: 0 auto;
	}

	.kikan p {
		display: inline;
		font-size: 1.6em;
	}

	.big1 {
		font-size: 2.2em;
	}

	.bottom_down {
		margin-top: 6px;
	}
}

@media screen and (max-width: 767px) {
	p.text_intro {
		line-height: 1.6em !important;
	}

	.info_midashi {
		color: #fff;
	}

	.info_outer {

		padding: 2em;
		margin: 1em;
	}

	.takuhai {
		font-size: inherit !important;
		padding: 0.2em 1em !important;
		margin: 0.2em 0 !important;
	}

	.roduct_area {
		text-align: center;
	}

	.addition {
		position: relative;
	}

	.addition .button {
		position: absolute;
		bottom: 1.0vw;
		transform: translate(-50%, -50%);
		-webkit-transform: translate(-50%, -50%);
		-ms-transform: translate(-50%, -50%);
		left: 50%;
		height: 45px;
		color: #fff;
		padding: 0px 60px;
	}

	.row3 {
		padding: 10vw 0 25vw 0;
		/*display: inline-block; */
		background-image: url("https://www.kinotoya.com/control-panel/wp-content/themes/kinotoya_renew20211004/merry-christmas-22/img/mori_sp.webp");
		background-repeat: no-repeat;
		background-position: bottom;
		background-size: contain;
	}

	.row3 .li {
		width: 80%;
		margin: 0px 10% 10vw 10%;
	}

	.row3 .last {
		margin: 0px 10% 0vw 10%;
	}

	.button {
		font-size: 1em;
		padding: 0.2em auto;
		min-width: 200px;
		display: inline-block;
		height: auto;
	}

	.label {
		background: #B40019;
		color: #fff;
		width: 90%;
		position: relative;
		display: inline-block;
		margin: 0 auto;
		padding: 0.2em 0;
		border-radius: 2em;
	}

	

	

	.label.full {
		height: 44px;
		font-size: 1.4em;
		width: 90%;
		margin-left: 5%;
		position: relative;
		line-height: 2.2;
	}

	.label.small {
		width: 50%;
		margin-left: 25%;
	}

	.left_ {
		text-align: left;
		box-sizing: border-box;
		width: 85%;
		margin: 0 auto;
		line-height: 1.5;
	}
}



@media (min-width: 1025px) {

	.mt1 {
		margin-top: 10px;
	}

	.mt2 {
		margin-top: 20px;
	}

	.mt3 {
		margin-top: 30px;
	}

	.mt4 {
		margin-top: 40px;
	}

	.mb1 {
		margin-bottom: 10px;
	}

	.mb2 {
		margin-bottom: 20px;
	}

	.mb3 {
		margin-bottom: 30px;
	}

	.mb4 {
		margin-bottom: 40px;
	}
}


@media (min-width: 751px) and (max-width: 1024px) {

	.mt1 {
		margin-top: 1vw;
	}

	.mt2 {
		margin-top: 2vw;
	}

	.mt3 {
		margin-top: 3vw;
	}

	.mt4 {
		margin-top: 4vw;
	}

	.mb1 {
		margin-bottom: 1vw;
	}

	.mb2 {
		margin-bottom: 2vw;
	}

	.mb3 {
		margin-bottom: 3vw;
	}

	.mb4 {
		margin-bottom: 4vw;
	}

}

@media (min-width: 751px) and (max-width: 1100px) {
	.table * .big1 {
		font-size: 3rem;
	}

	.table * .big2 {
		font-size: 1.5em !important;
	}

	.table * .big3 {
		font-size: 0.8em !important;
	}

	.label {
		font-size: 24px;
		width: auto%;
	}
}

@media (max-width: 750px) {

	.mt1 {
		margin-top: 10px;
	}

	.mt2 {
		margin-top: 20px;
	}

	.mt3 {
		margin-top: 30px;
		display: flex;
		align-items: center;
	}

	.mt4 {
		margin-top: 30px;
	}

	.mb1 {
		margin-bottom: 10px;
	}

	.mb2 {
		margin-bottom: 20px;
	}

	.mb3 {
		margin-bottom: 30px;
	}

	.mb4 {
		margin-bottom: 30px;
	}

	.table * .big2 {
		/* font-size: 0.6em!important; */
	}

	.table * .big3 {
		font-size: 0.6em !important;
	}
}


@media (max-width: 520px) {
	.mt05 {
		margin-top: 5px;
	}

	.hi {
		display: block;
	}

	.hisi3::after,
	.hisi3::before {
		display: none;
	}

	.label.small {
		width: auto;
		margin: 0 auto;
		padding: 0.2em 1em;
		font-size: 1em;
		line-height: 2;
	}

	.tenpo {
		padding: 0.3em 3em !important;
		margin: 0.2em 0 !important;

	}

	.label {
		font-size: 1.2em;
		line-height: 1em !important;
	}

	.long {
		font-size: 1.2em !important;
		padding: 0.3em;
	}

	.addition .button {
		display: ruby;
		bottom: 0.5vw;
		padding: 0.3em auto;
	}

	.button {
		height: auto !important;
		display: inline-block !important;
		font-size: 1.1em;
		line-height: 1.5;
		white-space: nowrap
	}

	.row {
		 /* margin: 20px 0; */
		 /* text-align: left; */
	}

	.kikan .big1 {
		font-size: 1.8em;
	}
}

@media (max-width: 420px) {

	.long::after,
	.long::before {
		/* display: none; */
	}

	.kikan .big1 {
		font-size: 1.7em;
	}

	.kikan p {
		font-size: 0.95em;
	}
	.precious_button {
		bottom: 1em;
	}

	.special_gift_outer .button, .button,.small_button, .b_white {
		min-width: 150px;
		font-size: 1em !important;
		height: auto;
		padding: 0.1em 0;
	}

	.cake_item {
		font-size: 0.8em;
	}
	.price {
		font-size: 1rem;
	}

	.special_gift_text {
		font-size: 0.7rem;
	}
	.special_gift_midashi {
		font-size: 0.9em;
		padding-bottom: 5px;
		
	}

	.details_wrapper .product_name {
        font-size: 0.9em !important;
    }

	.product_small_text {
		font-size: 0.75em !important;
		line-height: 1.2;
	}

	.info_outer_yellow  {
		padding: 1.5em 1.2em !important;
	}
	.info_midashi::before {
		left: 0.3em !important;
		/* 左側のボーダー */
	}

	.info_midashi::after {
		right: 0.3em !important;
		/* 右側のボーダー */
	}


}

@media (max-width: 380px) {

	.hisi2::after,
	.hisi2::before {
		display: none;
	}

	.long {}

	.kikan .big1 {
		font-size: 1.6em;
	}
}

/* きのとやフッター -----*/
#wrapper {
	text-align: center !important;
}

.mod-header,
.mod-mainContent,
.footer_kinoya,
#wrapper,
.PConly {
	margin: 0px auto !important;
	max-width: 1024px !important;
	min-width: 320px !important;
	width: 100% !important;
	background-color: #fff;
}

.mod-header-logo-img:not(:last-child) {
	margin-right: 10px;
}

.mod-header-logo-img {
	width: 35px;
}

.mod-header-logo {
	height: 50px;
	padding-top: 10px;
}

.mod-header-logo-img.is-text {
	width: 100px;
	display: initial;
}

.mod-footer {
	background: #ebe8e7;
	font-size: 0.8rem;
}

.mod-footLink {
	padding: 30px 0px 0px 0px;
	background: #f5f3f3;
}

.mod-footLink-logo {
	margin-top: 0px;
}

li {
	list-style-type: none;
}

.mod-footLink-cats-h span {
	display: block;
	margin-top: 2px;
}

.mod-footSns {
	background: #f5f3f3;
}

.mod-footer-links {
	display: flex;
	flex-wrap: wrap;
}

.mod-footLink-links-item {
	text-align: left !important;
	font-size: 0.85rem;
	margin-right: 0;
}

.mod-footLink-links-item a {
	padding-left: 2.2em;
	display: inline-block;
}

.mod-footLink-cats-h {
	font-weight: bold;
	-webkit-box-align: center;
	position: relative;
}

.footer_kinoya {
	font-family: 'Noto Sans JP', "Yu Gothic", "YuGothic", "Hiragino Kaku Gothic Pro", "Meiryo", verdana, "Osaka", "MS PGothic", Sans-Serif;
	font-weight: 300;
	color: #383232;
}

.mod-header {
	left: initial;
	padding: 0 10px;
	height: 60px;
	position: fixed;
	z-index: 12;
	background: #fff;
}

.mod-header-head {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.mod-header-logo {
	height: 50px;
	padding-top: 10px;
}

.mod-footLink-folding {
	margin-bottom: 1em;
}

.mod-footLink-cats-item:not(:last-child) {
	margin-bottom: inherit;
}

@media screen and (max-width: 767px) {
	.mod-header {
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		position: fixed;
		left: 0;
		top: 0;
		width: 100%;
		z-index: 10;
		background: #fff;
		-webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);
		box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);
	}

	.footer_kinoya {
		margin: 0;
		width: 100%;
	}

	.mod-header-logo {
		padding: 2px 10px;
		padding-top: 2px;
		margin-top: 5px;
	}

	.mod-footLink-cats-h span {
		padding-top: 0px;
	}

	.mod-footLink-cats-h i {
		margin-top: 4px;
	}

	.mod-footLink-logo img {
		width: 82px;
		text-align: center;
		padding: 40px 0;
	}

	.mod-footLink-cols {
		border-top: 1px solid #e0dcdb;
	}

	.mod-footLink-cols img {
		vertical-align: text-bottom;
	}

	.mod-footLink-cats-item {
		font-size: 14px;
		border-bottom: 1px solid #e0dcdb;
		padding: 10px 15px;
	}

	.mod-footLink-cats-btn,
	.mod-footLink-folding {
		display: none;
	}

	.mod-footLink-cats-btn {
		position: absolute;
		right: 0;
		top: 0;
		font-size: 2.3rem;
		line-height: 1;
		text-align: center;
		width: 30px;
		background: #e0dcdb;
	}

	.mod-footSns {
		padding: 30px 0;
	}

	.mod-wrapin-sp {
		padding: 0;
	}

	.mod-footSns-h {
		margin-bottom: 1em;
	}

	.mod-footSns-links-item i {
		width: 40px;
	}

	.mod-footSns-links-item span {
		display: none;
	}

	.mod-footer {
		font-size: 0.8rem;
		padding: 20px 15px;
	}

	.mod-footer-links {
		-webkit-box-pack: center;
		justify-content: center;
		margin-bottom: 1em;
	}

	.mod-footLink-cats-h-clear {
		padding: 8px 0;
	}

	.mod-footer-copyright {
		text-align: center;
	}

	.column2 .product_image {
		border-radius: 1em;
	
	}

	.text_intro_title {
		font-size: 1.1em !important;
	}

	.info_outer_yellow {
		margin-left: 0 !important;
		margin-right: 0 !important;
	}
}

/*------2024追加---------------------------------------------------*/

.text_intro_title {
	font-size: 1.2em;
}

.small_font {
	font-size: 0.8em;
}

.reservation_subtext {
	width: 76%;
	/* クリスマス期間のulの幅*/
	margin-left: auto;
	margin-right: auto;
	/* text-align: left;*/
}

.reservation_subtext2 {
	width: 70%;
	/* クリスマス期間のulの幅*/
	margin: 0 auto;
	padding-left: 5%;
	text-align: left;
	font-size: 0.9em;
}

.midashi_2 {
	font-size: 1.2em;
	line-height: 1;
	/* 追加行の高さを1に設定 */
}

.label_red {
	background: #B40019;
	border-radius: 2rem;
	color: #fff;
	width: 80%;
	position: relative;
	display: inline-block;
	margin: 0 auto;
	padding: 0.4em 0;
	text-align: center;
	/* テキストを水平中央揃え */
	line-height: 1em;
	/* 囲み内での垂直中央揃えを調整 */
	font-size: 24px;
}

.label.middle_red {
	width: 40%;
	margin: 0 auto;
	padding: 0.1em 1em;
	font-size: 1.4em;
}


.label_white {
	background: #fff;
	color: #B40019;
	font-size: 22px;
	text-align: center;
	display: inline-block;
	padding: 0.1em 0;
	border-radius: 2rem;
	border: 1px solid #B40019;
	width: 65%;
}


.label.small {
	width: 40%;
	margin: 0 auto;
	padding: 0 1em;
	font-size: 1.3em;
	background: #B40019;
	border-radius: 2rem;
	color: #fff;
}

p.label.small_takuhai {
	width: auto;
	padding: 0.1em 7em;
	margin: 0 auto;
	font-size: 1.3em;
}



.reservation_subtext ul {
	list-style: none;
	width: 100%;
	/* クリスマス期間のulの幅　PC*/
	margin: 0 auto;
	padding-left: 0px;

}

.reservation_subtext ul li {
	text-indent: -10px;
	/* 最初の行を左にずらす */
	padding-left: 10px;
	/* 全体的に左側にスペースを確保 */
	margin-bottom: 0;
	/* リスト項目の間に10pxの余白を追加 */
}

.reservation_subtext ul li:before {
	content: '';
	display: inline-block;
	position: relative;
	border-radius: 100%;
	left: -5px;
	top: -2px;
	width: 7px;
	height: 7px;
	background: #B40019;
}

.reservation_subtext ul li:last-child {
	margin-bottom: 0;
	/* 最後の項目には余白をつけない */
}

.product_area {
	padding: 2em 1em 2.5em 1em;
	background-color: #FFEAE8;

}


/* ---------赤枠内の設定*/

.info_outer {
	background-color: #B40019;
	border-radius: 2em;
	color: #fff;
	padding: 2em;
	margin: 1em auto;
	width: 90%;
}

.info_text {
	font-size: 1em;
	color: #fff;

}


.info_midashi {
	color: #fff;
	font-size: 1.3em;
	position: relative;
	text-align: center;
}

.info_midashi::before,
.info_midashi::after {
	content: '';
	position: absolute;
	top: 50%;
	/* ボーダーを文字の中央に揃える */
	width: 25%;
	/* ボーダーの長さを設定（必要に応じて調整） */
	height: 1px;
	/* ボーダーの太さ */
	background-color: #fff;
}

.info_midashi::before {
	left: 5em;
	/* 左側のボーダー */
}

.info_midashi::after {
	right: 5em;
	/* 右側のボーダー */
}

.number {
	position: absolute;
	left: 0em;
	/* 左端に番号を固定 */

}


.notice {
	margin-left: 0;
	/* 左余白を0に設定 */
	padding-left: 0;
	/* 必要ならパディングも削除 */
	text-align: left;
	/* 確実に左揃えにする */
	padding-left: 2em;
	/* 全体を1em分インデント */
	position: relative;
}


/* ---------赤枠内の設定ここまで*/

.info_outer_yellow {
	background-color: #FFF8E8;
	border-radius: 2em;
	color: #000;
	padding: 2em 1.5em;
	margin: 1em;
}


.icon img {
	width: 95%;
}


/* ---------商品アイコン内のテキスト位置（上部）*/
.icon_text {
	font-size: 1.2em;
	white-space: nowrap;
	color: #fff;
	position: absolute;
	top: 0.4em;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
}

/* ---------アイコン内のテキスト位置（上部）*/

.label {
	background: #B40019;
	color: #fff;
	width: 90%;
	position: relative;
	display: inline-block;
	margin: 0 auto;
	padding: 0.2em 0;
	border-radius: 2em;
}



.details_wrapper .subtille_font {
	font-size: 0.8em;
	line-height: 1.2em;
	margin: 0%;
	text-align: left;
	
}

.product_name {
	font-size: 1.5em;
	top: 0;
	margin: 0;
	padding: 0;
	line-height: 1em;
	text-align: left;
}


.product_small_text {
	font-size: 0.9em;
	margin-top: 1.2em;
	text-align: left;
	padding-bottom: 0em;
	line-height: 1.5;
	
}



.column2 {

	align-items: flex-start;

}

.cakeinfo {
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	gap: 20px;
	margin-bottom: 1em;
}


.cake_item {

	text-align: center;
	width: 35%;
	
	margin-top: 1em;
}

.cake_item img {
	width: 95%;
	margin: 0 auto;
}


.column2 .row .cake_item {
	float: left;
	width: 32%;
	text-align: center;
}

.row.cake_sizes {
	margin: 0 auto;
	padding: 0 auto;
	width: 100%;
	text-align: center;
}

.row .b_green, .b_red {
	width: 50%;
	font-size: 1.2em;
	padding: 0.1em 0;
}

.row2 {
	width: 100%;
}

.item-left {
	margin-left: 17%;
}

.special_gift_outer .special_gift_midashi {
	text-align: center;
	padding-top: 10px;
}

.special_gift_outer .price {
	text-align: center;
	padding-top: 0;
}

.special_gift_outer .price.sp {
	text-align: left;
}

.special_gift_outer .button {
	margin-top: 0;
	width: 100%;
	font-size: 1.2em;
	padding: 0.1em 0;
	margin: 0 auto;

}





.special_gift_text {
	text-align: left;
	padding-bottom: 1em;
	line-height: 1.2em;
	height: 100%;


}

.column_gift .row {
	float: left;
	width: 49%;
	text-align: left;
}


.column_gift .row .cake_item {
	float: left;
	width: 32%;
	text-align: center;

}

.box_radius_gift {
	border-radius: 2em;
	background-color: #FFF8E8;
	padding: 4em auto;
	margin: 0 auto;
	height: auto;

}

.details_wrapper {
	width: 45%;
}

.product_image_gift {
	float: left;
	width: 90%;

}


.image_wrapper {
	max-width: 60%;
	text-align: center;
}

.product_section {

	background-color: #FFEAE8;

}

.box_radius_gift .image_wrapper {
	display: block;
	float: left;
}



.info_outer_yellow .special_gift_text {
	text-align: left;
	padding-bottom: 1em;
	line-height: 1.2em;
	padding-right: 1.5em;
}

.info_outer_yellow .price {
	line-height: 1.2em;
}

.info_outer_yellow .small_button {
	margin-top: 0;
	width: 90%;
	font-size: 1em;
	padding: 0.1em 0;
	margin: 0 auto;
}

.last_button .button {
	width: 30%;
	margin: 0 auto;
	text-align: center;
}



.special_img_pc {
	width: 95%;

	padding: 0;
	margin: 0 auto;
}

.sp .special_img_pc { /*SPのスペシャルバナーロングで使用*/
	width: 100%;

	padding: 0;
	margin: 0 auto;
}
.row .sp-center {
	text-align: center !important;
	display: block;
}

.spacing_minus {
	letter-spacing: -0.05em;
}	

/* スマホスタイル */
@media (max-width: 768px) {
	

	.image_wrapper {
		flex: 1;
		max-width: 50%;
		text-align: center;
	}



	.label_white {
		background: #fff;
		color: #B40019;
		font-size: 1.2em;
		text-align: center;
		margin: 0 auto;
		padding: 0;
		border-radius: 2rem;
		border: 1px solid #B40019;
		position: relative;
		width: 80%;
	}

	.label.small {
		font-size: 1.1em;
		width: 50%;
		padding: 0.2em 0;
	}


	.reservation_subtext ul {
		list-style: none;
		width: 100%;
		/* 初期値として90% */
		margin: 0 auto;
		/* 左右の余白を自動にして中央揃え */
		padding-left: 0px;
		/* マーカーの分だけ左にスペースを作る */

	}

	.label_red {
		width: 90%;
		
	}

	.info_midashi {
		font-size: 1em;
		
	}

	.info_midashi::before {
		left: 1em;
		/* 左側のボーダー */
	}

	.info_midashi::after {
		right: 1em;
		/* 右側のボーダー */
	}

	.info_outer {
		font-size: 1em;
		border-radius: 1.5em;
	}

	.info_text {
		font-size: 0.7em;
	}

	.icon_text {
		font-size: 0.8em;
		top: 0.2em;
	}

	/* ホールケーキ設定*/
	.column2 .product_image {
		width: 90%;
		margin: 0 auto;
		padding: 0 auto;
	}


	.column2 .image_wrapper {
		float: left;
		text-align: center;
		flex: 1;
		max-width: 40%;
		margin-top: 0;
		padding-right: 0em;

	}



	.column2 .cake_sizes {
		height: 1em;
		width: 90%;
		clear: both;
		margin: 0 auto;

	}

	.details_wrapper .subtille_font {
		font-size: 0.65em;
		text-align: left;
		

	}

	.box_radius_gift {
		padding: 2em 1em;
		margin: 2em 1em;

	}

	.box_radius_gift .details_wrapper {
		padding: 0em;

	}




	.box_radius_gift .image_wrapper {
		float: left;
		text-align: center;
		flex: 1;
		max-width: 45%;
		margin-top: 0;
		padding-right: 1em;

	}

	.product_section .product_image {
		width: 100%;
		/* 親要素の幅にフィット */
		max-width: 90%;
		/* 幅を全体に広げる */
		margin-left: 10px;
	}

	.product_section .product_name {
		
	}
	.details_wrapper {
		width: 60%;
		line-height: 1.3;
		padding-left: 6px;
	}

	.details_wrapper .product_name {
		font-size: 1em;
	}

	.short_subtext {
		line-height: 1.2em;
	}

	p.label.small_takuhai {
		width: auto;
		padding: 0.3em 2.2em;
		margin: 0 auto;
		font-size: 1.1em;
	}


	.special_precious_outer {
		padding: 1.5em 0 0 0;
		margin: 0 auto;
	}

	.product_image_gift {
		width: 97%;
	}

	

	.reservation_subtext2 {
		font-size: 0.8em;
		width: 85%;
		padding-left: 0;
		font-size: 0.7em;
	}

	.last_button .button {
		width: 45%;
		
		margin: 0 auto;
		text-align: center;
		font-size: 1.1em;
		padding: 0.1em 0.2em;
		display: inline-block;
		line-height: 1.5;
		height: auto;
		
	}

	.info_outer_yellow .small_button {
		margin-top: 0;
		width: 50%;
		padding: 0.2em 0;
		margin: 0 auto;
		line-height: 1.5;
		font-size: 1.12em;
	}


	.special_gift_outer .button {
		margin-top: 0;
		width: 75%;
		font-size: 3.5vw;
		padding: 0.1em 0;
		margin: 0 auto;
		display: inline-block;
		height: auto;
		line-height: 1.5;
	
	}

	
	.column2 .product_small_text {
		line-height: 1.2em !important;
		font-size: 0.8em;
		padding-right: 5%;
	}
	


}



/* スマホサイズ -------------------------------------------------- */
@media (max-width: 750px) {
	.special_pc_row {
		width: 100%;
		margin: 0 0% 20px;
		display: inline-block;

	}

	.special_pc_row img {
		float: left;
		width: 40%;
		padding: 0;
	}

	.special_pc_row .special_gift_outer {
		float: left;
		width: 55%;
		text-align: center;

	}
/*
	.special_pc_row .special_gift_outer .special_gift_midashi {
		float: left;
	}*/

	.cakeinfo {
		display: inline-block;
	}

	.row_gift {
		width: 100%;
		display: inline-block;
		margin-bottom: 15px;
	}

	.row_gift .image_wrapper {
		max-width: 45%;
		text-align: center;
	}

	.row_gift .details_wrapper {
		width: 55%;
		display: block;
		float: left;
	}

	.row_gift .small_button_area {
		float: left;
		width: 100%;
		margin-top: 16px;
	}

	.column2.short .row {
		width: 100%;
		float: none;
	}
	.info_outer_yellow .special_gift_text {
		text-align: left;
		padding-bottom: 0;
		line-height: 1.2em;
		padding-right: 0;
	}

	.info_outer_yellow .label.middle_red {
		width: 65%;
		padding: 0.4em 0;
		font-size: 1em;
	}
	.label.middle_red {
		width: 60%;
		padding: 0.4em 0;
		font-size: 1em;
	}

	.info_outer_yellow {

	margin: 0em;
	}

}

.precious_bn {
	width: 40vw;
	padding: 0.1em;
	font-size: 4vw;
}

