@charset "utf-8";

/***************************************************/
/* !test */
/***************************************************/
/*
.page {
	min-width: 0;
}
.page__aside {
	display: none;
}
.page__main {
	width: 100%;
}
.smn {
	margin: 0 auto;
}
*/
/***************************************************/
/* !main template */
/***************************************************/
.single-article:last-child,
.single-article__box:last-child {
	margin-bottom: 0 !important;
}

.single-article__box {
	background: #e5f1fd;
	padding: 0;
}

/***************************************************/
/* !reset */
/***************************************************/
.smn article, .smn section, .smn aside,
.smn h2, .smn h3, .smn h4, .smn h5, .smn h6,
.smn p,
.smn figure, .smn figcaption,
.smn dl, .smn dt, .smn dd,
.smn ul, .smn ol, .smn li,
.smn table, .smn table th, .smn table td,
.smn img {
	font-weight: normal;
	line-height: 1;
	margin: 0;
	padding: 0;
}

.smn img {
	vertical-align: middle;
}

/***************************************************/
/* !base */
/***************************************************/
/* !.smn -------------------- */
.smn {
	font-size: 16px;
	font-family: NotoSansCJKjp, 'Noto Sans JP', "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-feature-settings: "palt";
	letter-spacing: 0.03em;
	padding: 0 70px 0 70px;
	text-align: justify;
	width: 100%;
	word-break: break-all;
}

.smn > *:last-child {
	margin-bottom: 0 !important;
}

.smn .smn-pc-hidden {
	display: none;
}

.smn img.smn-pc-hidden {
	display: none;
}

.smn .smn-sp-hidden {
	display: block;
}

.smn img.smn-sp-hidden {
	display: inline-block;
}

@media screen and (max-width: 0) {
	.smn {
		font-size: 14px;
		padding: 0 20px;
	}

	.smn img {
		height: auto;
		/*width: 100%;*/
		max-width: 100%;
	}

	.smn .smn-pc-hidden {
		display: block;
	}

	.smn img.smn-pc-hidden {
		display: inline-block;
	}

	.smn .smn-sp-hidden {
		display: none;
	}

	.smn img.smn-sp-hidden {
		display: none;
	}
}

/* !.smn-header -------------------- */
.smn .smn-header {
	align-items: center;
	display: flex;
	justify-content: center;
	margin: 0 auto;
	padding: 40px 0 25px 0;
	max-width: 780px
}

.smn .smn-header__logo {
	margin-right: 10px;
	width: 240px;
}

.smn .smn-header__titles {
	flex: 1;
}

.smn .smn-header__title {
	font-size: 40px;
	font-weight: bold;
	line-height: 1.3;
	margin-bottom: 30px;
}

.smn .smn-header__desc {
	font-size: 20px;
	font-weight: bold;
	line-height: 1.6;
}

@media screen and (max-width: 0) {
	.smn .smn-header {
		display: block;
		padding: 20px 0;
		max-width: none;
	}

	.smn .smn-header__logo {
		margin: 0 auto 10px auto;
		width: 180px;
	}

	.smn .smn-header__titles {}

	.smn .smn-header__title {
		font-size: 25px;
		margin-bottom: 10px;
		text-align: center;
	}

	.smn .smn-header__desc {
		font-size: 16px;
		text-align: center;
	}
}

/* !.smn-body -------------------- */
.smn .smn-body {
	background: #fff;
	border: 5px solid #eb6783;
	border-radius: 15px;
	overflow: hidden;
	padding: 45px;
}

.smn .smn-body > *:last-child {
	margin-bottom: 0 !important;
}

.smn .smn-body__title {
	color: #de4960;
	font-size: 40px;
	font-weight: bold;
	line-height: 1.3;
	margin-bottom: 30px;
	text-align: center;
}

.smn .smn-body__subtitle {
	font-size: 24px;
	color: #000;
	display: block;
}

.smn .smn-body__title-small {
	font-size: 20px;
}

@media screen and (max-width: 0) {
	.smn .smn-body {
		border: 3px solid #eb6783;
		border-radius: 10px;
		padding: 17px;
	}

	.smn .smn-body__title {
		font-size: 25px;
		margin-bottom: 10px;
	}

	.smn .smn-body__subtitle {
		font-size: 15px;
	}

	.smn .smn-body__title-small {
		display: block;
		font-size: 15px;
	}
}

/* !.smn-footer -------------------- */
.smn .smn-footer {
	padding: 60px 0;
}

.smn .smn-footer__text {
	color: #0079BF;
	font-size: 20px;
	font-weight: bold;
	line-height: 1.6;
	text-align: center;
}

@media screen and (max-width: 0) {
	.smn .smn-footer {
		padding: 30px 0;
	}

	.smn .smn-footer__text {
		font-size: 16px;
	}
}

/***************************************************/
/* !modules */
/***************************************************/
/* !.smn-sec -------------------- */
@media screen and (min-width: 768px) {
	.smn .smn-cols {
		display: flex;
		justify-content: space-between
	}

	.smn .smn-cols__col > *:last-child {
		margin-bottom: 0 !important;
	}

	.smn .smn-cols__col--1 {
		width: calc(100% / 17 * 2);
	}

	.smn .smn-cols__col--1half {
		width: calc(100% / 17 * 3.5);
	}

	.smn .smn-cols__col--2 {
		width: calc(100% / 17 * 5);
	}

	.smn .smn-cols__col--2half {
		width: calc(100% / 17 * 6.5);
	}

	.smn .smn-cols__col--3 {
		width: calc(100% / 17 * 8);
	}

	.smn .smn-cols__col--4 {
		width: calc(100% / 17 * 11);
	}

	.smn .smn-cols__col--5 {
		width: calc(100% / 17 * 14);
	}
}

/* !.smn-kv -------------------- */
.smn .smn-kv {
	margin-bottom: 20px;
	min-height: 560px;
	position: relative;
}

.smn .smn-kv__kal {
	left: 0;
	position: absolute;
	top: 0;
}

.smn .smn-kv__image {
	margin-bottom: 20px;
	text-align: center;
}

.smn .smn-kv__text {
	font-size: 16px;
	line-height: 1.6;
	margin-right: 260px;
}

.smn .smn-kv__note {
	font-size: 12px;
	line-height: 1.6;
	margin-right: 260px;
	margin-left: 1em;
	text-indent: -1em;
}

.smn .smn-kv__advisor {
	bottom: 0;
	position: absolute;
	right: 0;
}

@media screen and (max-width: 0) {
	.smn .smn-kv {
		margin-bottom: 20px;
		min-height: inherit;
	}

	.smn .smn-kv__kal {
		margin-bottom: 10px;
		position: relative;
		text-align: center;
	}

	.smn .smn-kv__image {
		margin: 0 -17px 20px -17px;
	}

	.smn .smn-kv__text {
		font-size: 14px;
		margin: 0 auto 10px 0;
	}

	.smn .smn-kv__note {
		font-size: 10px;
		margin: -10px auto 10px 1em;
	}

	.smn .smn-kv__advisor {
		position: relative;
		text-align: center;
	}
}

/* !.smn-sec -------------------- */
.smn .smn-sec {
	margin-bottom: 40px;
}

.smn .smn-sec > *:last-child {
	margin-bottom: 0 !important;
}

@media screen and (max-width: 0) {
	.smn .smn-sec {
		margin-bottom: 20px;
	}
}

/* !.smn-hnA -------------------- */
.smn .smn-hnA {
	background: #d46c7f;
	border-radius: 5px;
	color: #fff;
	font-size: 24px;
	font-weight: bold;
	line-height: 1.3;
	margin-bottom: 20px;
	padding: 5px 15px;
}

@media screen and (max-width: 0) {
	.smn .smn-hnA {
		font-size: 18px;
		margin-bottom: 15px;
		padding: 5px 10px;
	}
}

/* !.smn-hnB -------------------- */
.smn .smn-hnB {
	background: #e05d29;
	border-radius: 5px;
	color: #fff;
	font-size: 24px;
	font-weight: bold;
	line-height: 1.3;
	margin-bottom: 20px;
	padding: 5px 15px;
}

@media screen and (max-width: 0) {
	.smn .smn-hnB {
		font-size: 18px;
		margin-bottom: 15px;
		padding: 5px 10px;
	}
}

/* !.smn-materials-group -------------------- */
.smn .smn-material-group {
	padding-left: 25px;
	position: relative;
}

.smn .smn-material-group:before {
	background: #fff;
	color: #d46c7f;
	content: "A";
	font-family: helvetica, sans-serif;
	font-weight: bold;
	left: 0;
	padding: 2px;
	position: absolute;
	top: calc(50% - 0.5em - 2px);
	z-index: 2;
}

.smn .smn-material-group:after {
	border: 1px solid #666;
	border-right: none;
	content: "";
	display: block;
	height: calc(100% - 2em);
	left: 0.5em;
	margin-top: 1em;
	position: absolute;
	top: 0;
	width: 10px;
}

.smn .smn-material-group--b:before {
	content: "B";
}

/* !.smn-materials -------------------- */
.smn .smn-materials {}

.smn .smn-materials__item {
	background: url(../img/bg_dot.png) 0 50% repeat-x scroll;
	display: flex;
	justify-content: space-between;
	font-size: 16px;
	line-height: 2;
}

.smn .smn-materials__material {
	background: #fff;
	padding-right: 5px;
}

.smn .smn-mateials__serving {
	background: #fff;
	padding-left: 5px;
}

.smn .smn-materials__strong {
	color: #d46c7f;
}

.smn .smn-materials:not(:first-child) {
	margin-top: -20px;
}

@media screen and (max-width: 0) {
	.smn .smn-materials {
		max-width: 320px;
		/* width: 75%; */
	}

	.smn .smn-materials__item {
		background: url(../img/bg_dot_sp.png) 0 50% repeat-x scroll;
		background-size: 30px auto;
		font-size: 14px;
	}

	.smn .smn-materials__material {}

	.smn .smn-mateials__serving {}
}

/* !.smn-howto -------------------- */
.smn .smn-howto {}

.smn .smn-howto__item {
	font-size: 16px;
	line-height: 1.6;
	padding-left: 27px;
	position: relative;
}

.smn .smn-howto__num {
	color: #d46c7f;
	font-size: 22px;
	left: 0;
	margin-top: -5px;
	position: absolute;
}

.smn .smn-howto__note {
	display: inline-block;
	font-size: 12px;
	line-height: 1.6;
}

.smn .smn-howto__item + .smn-howto__item {
	border-top: 2px dashed #d46c7f;
	margin-top: 20px;
	padding-top: 20px;
}

@media screen and (max-width: 0) {
	.smn .smn-howto {}

	.smn .smn-howto__item {
		font-size: 14px;
		padding-left: 20px;
	}

	.smn .smn-howto__num {
		font-size: 16px;
		margin-top: 0;
	}

	.smn .smn-howto__strong {}

	.smn .smn-howto__note {
		font-size: 10px;
	}

	.smn .smn-howto__item + .smn-howto__item {
		border-top: 1px dashed #d46c7f;
		margin-top: 10px;
		padding-top: 10px;
	}
}

/* !.smn-point -------------------- */
.smn .smn-point {}

.smn .smn-point__item {
	font-size: 16px;
	line-height: 1.6;
	padding-left: 27px;
	position: relative;
}

.smn .smn-point__item:before {
	content: "●";
	color: #d46c7f;
	font-size: 8px;
	left: 6px;
	margin-top: 8px;
	position: absolute;
	vertical-align: middle;
}

.smn .smn-point__item + .smn-point__item {
	margin-top: 20px;
}

@media screen and (max-width: 0) {
	.smn .smn-point {}

	.smn .smn-point__item {
		font-size: 14px;
		padding-left: 20px;
	}

	.smn .smn-point__item + .smn-point__item {
		margin-top: 10px;
	}
}

/* !.smn-copyright -------------------- */
.smn .smn-copyright {
	font-size: 12px;
	line-height: 1.6;
	margin-bottom: -20px !important;
}

/* !.smn-text -------------------- */
.smn .smn-text {
	font-size: 16px;
	line-height: 1.6;
	margin-bottom: 30px;
}

.smn .smn-text--c {
	text-align: center;
}

@media screen and (max-width: 0) {
	.smn .smn-text {
		margin-bottom: 15px;
	}
}

/* !.smn-image -------------------- */
.smn .smn-image {
	text-align: center;
}

@media screen and (max-width: 0) {
	.smn .smn-image {
		margin: 15px 0;
	}
}

/* !.smn-strong -------------------- */
.smn .smn-strong {
	color: #d46c7f;
	font-weight: bold;
}

/***************************************************/
/* !ex */
/***************************************************/
/***************************************************/
/* !unique */
/***************************************************/
.info-kt {
	font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
	font-weight: bold;
	text-align: center;
}

.info-kt__circle {
	border: solid 2px #35318f;
	border-radius: 50px;
	box-sizing: border-box;
	height: 100px;
	margin: 0 0 12px;
	padding: 20px 5px;
	width: 100px;
}

@media screen and (max-width: 0) {
	.info-kt__circle {
		display: inline-block;
		margin: 0 2px;
		vertical-align: middle;
	}
}

.info-kt__circle--kal {
	background-color: white;
	color: #35318f;
}

.info-kt__circle--time {
	color: white;
	background-color: #35318f;
}

.info-kt__line1 {
	border-bottom: solid 2px;
	line-height: 25px;
}

.info-kt__circle--kal .info-kt__line1 {
	border-color: #35318f;
}

.info-kt__circle--time .info-kt__line1 {
	border-color: white;
}

.info-kt__line2 {
	vertical-align: bottom;
}

.info-kt__line2 span {
	display: inline-block;
	font-size: 22px;
	transform: scale(1, 1.25);
	padding: 0 2px;
}

@media screen and (max-width: 0) {
	.info-kt__line2 {
		padding-top: 5px;
	}

	.info-kt__line2 span {
		font-size: 18px;
		padding: 0;
	}
}

.main-images {
	-webkit-box-shadow: 0 0 10px 0 #c9c9c9;
	-moz-box-shadow: 0 0 10px 0 #c9c9c9;
	box-shadow: 0 0 10px 0 #c9c9c9;
	border-radius: 20px;
	height: 330px;
	margin: 0 auto 20px;
	padding-top: 15px;
	/* text-align: center; */
	width: 510px;
}

@media screen and (max-width: 0) {
	.smn .smn-kv__image.main-images {
		height: auto;
		margin: 0 auto 20px;
		max-width: 500px;
		padding: 10px;
		width: auto;
	}
}

.main-images img {
	border-radius: 10px;
}

.advisor__bubble {
	font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
	font-size: 18px;
	font-weight: bold;
	height: 120px;
	line-height: 26px;
	padding-top: 25px;
	position: absolute;
	text-align: center;
	top: 0;
	width: 240px;
}

@media screen and (max-width: 0) {
	.advisor__bubble {
		font-size: 12px;
		line-height: 18px;
		padding-top: 10px;
	}
}
