@charset "utf-8";

/* ****************************************************************************
目次
* ************************************************************************** */
.main.spacial {
	padding-bottom: 0;
}
.block {
	padding: 32px 0;
}
.special h1 {
	margin-top: 0;
}
.special p {
	margin: 1.5em 0;
	font-size: 1.2rem;
	line-height: 2;
}

.special figure {
	background: #fafafa;
}
.special figcaption {
	padding: 16px;
}
.theme {
	display: inline-block;
	font-weight: bold;
	font-size: 1.4rem;
	text-decoration: underline;
}

.special p b {
	font-weight: bold;
}
.special .price {
	margin-bottom: 24px;
}
.special .price2 {
	margin-top: 0;
}
.special .price p {
	font-size: 1.0rem;
}
.center {
	text-align: center;
}

/* ****************************************************************************
Pick up
* ************************************************************************** */

.block-negaki {
	background: url("images20260123/bg.jpg") center top;
	background-position: top center;
}

/* ****************************************************************************
School
* ************************************************************************** */

/* ****************************************************************************
Fashion
* ************************************************************************** */

/* ****************************************************************************
Zakka
* ************************************************************************** */


/* ****************************************************************************
Brakepoint
* ************************************************************************** */

/* Text Adjust 561px以上 */
@media screen and (min-width: 561px) {
}


/* medium 641px以上 */
@media screen and (min-width: 641px) {
	.block {
		padding: 64px 0;
	}

	.spacial .price {
		margin-bottom: 32px;
	}
}


/* large 981px以上 */
@media screen and (min-width: 981px) {
}
