@charset "UTF-8";


/* Sass Document */
@import url("https://fonts.googleapis.com/css2?family=M+PLUS+Rounded+1c:wght@500;700;900&display=swap");
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font: inherit;
	font-size: 100%;
	vertical-align: baseline;
}

html {
	line-height: 1;
}

ol, ul, li {
	list-style: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

caption, th, td {
	font-weight: normal;
	text-align: left;
	vertical-align: middle;
}

q, blockquote {
	quotes: none;
}

q:before, q:after, blockquote:before, blockquote:after {
	content: "";
	content: none;
}

a img {
	border: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
	display: block;
}

*,
*:before,
*:after {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

a,
button {
	-webkit-transition: opacity .4s ease , color .4s ease , background-color .4s ease;
	color: #471f22;
	text-decoration: none;
	transition: opacity .4s ease , color .4s ease , background-color .4s ease;
}

a:hover,
button:hover {
	opacity: .5;
}

button {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	padding: 0;
	border: none;
	outline: none;
	background-color: transparent;
	cursor: pointer;
}

img {
	max-width: 100%;
	height: auto;
}

table {
	width: 100%;
}

input[type="text"],
input[type="email"],
textarea {
	-webkit-appearance: none;
	border: none;
	font-family: inherit;
}

input[type="text"]:focus,
input[type="email"]:focus {
	outline: 0;
}

::-webkit-input-placeholder {
	color: #cccccc;
}

:-ms-input-placeholder {
	color: #cccccc;
}

::-ms-input-placeholder {
	color: #cccccc;
}

::placeholder {
	color: #cccccc;
}

/* IE */
:-ms-input-placeholder {
	color: #cccccc;
}

/* Edge */
::-ms-input-placeholder {
	color: #cccccc;
}

img, object {
	max-width: 100%;
	height: auto;
	vertical-align: bottom;
}

/* ---------------------------------------
  html , body
-----------------------------------------*/
html {
	font-family: 'M PLUS Rounded 1c', sans-serif;
	font-size: 62.5%;
}

body {
	-webkit-text-size-adjust: 100%;
	position: relative;
	overflow: auto;
	color: #471f22;
}

.m-hiragino {
	font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
}

/* ---------------------------------------
  .wrap
-----------------------------------------*/

/* ---------------------------------------
  .head
-----------------------------------------*/
.head {
	padding: 30px 0 40px;
	background-color: #f5bcd4;
	text-align: center;
}

/* ---------------------------------------
  .floating_btn
-----------------------------------------*/
.floating_btn {
	-webkit-transition: opacity .4s ease;
	z-index: 999;
	position: fixed;
	right: 3rem;
	bottom: 3rem;
	opacity: 0;
	pointer-events: none;
	transition: opacity .4s ease;
}

.floating_btn a {
	display: block;
	opacity: 1;
	transition: .3s;
}

.floating_btn a:hover {
	opacity: .7;
}

.floating_btn.scrolled {
	opacity: 1;
	pointer-events: auto;
}

/* ---------------------------------------
  .share_btn
-----------------------------------------*/
.share_btn {
	padding: 60px 0;
	background-color: #f9c0d8;
}

.share_btn .sns_link {
	margin: 0 auto;
	text-align: center;
}

.share_btn .sns_link img {
	width: 50px;
	margin: 0 10px;
}

.share_btn .sns_link a {
	display: inline !important;
	text-decoration: none;
}

.share_btn .sns_link a:hover {
	text-decoration: none;
}

/* ---------------------------------------
  表示・非表示処理
-----------------------------------------*/
.pc_none {
	display: none;
}

.m-btn {
	display: block;
	position: relative;
	width: 100%;
	padding: 2rem 0;
	border-radius: 0 0 15px 15px;
	color: #fff;
	font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
	font-size: 1.8rem;
	text-align: center;
}

.m-btn::after {
	position: absolute;
	top: 50%;
	right: 4.6rem;
	width: 1.2rem;
	height: 1.2rem;
	transform: translateY(-50%) rotate(45deg);
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
	content: '';
}

.m-btn.btn-orange {
	background: #fd7a0f;
}

.m-btn.btn-pink {
	background: #ff7ba6;
}

.recipe__list,
.tool__list {
	font-size: 1.8rem;
}

.m-line-hide {
	border: none;
}

.tool__title,
.tool__name,
.recipe__title,
.recipe__item {
	padding: 1rem 0;
	font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
}

.line-pink .tool__title,
.line-pink .tool__name,
.line-pink .recipe__title,
.line-pink .recipe__item {
	border-bottom: 1px dashed #ff7ba6;
}

.recipe__item {
	display: flex;
	justify-content: space-between;
}

.m-blank {
	min-height: calc(1em + 2rem);
}

.color-red {
	color: #ff0000;
}

.color-pink {
	color: #ff7ba6;
}

.color-orange {
	color: #fd7a0f;
}

.fixed {
	position: fixed;
	width: 100%;
	height: 100%;
}

@media (min-width: 1px) and (max-width: 1050px) {
	a:hover,
	button:hover {
		opacity: 1;
	}
}

@media screen and (max-width: 812px) {
	img {
		width: 100%;
	}
	.wrap {
		padding: 0 6.2vw;
	}
	.head {
		padding: 5.7vw 0 3.75vw;
	}
	.head img {
		width: 80.5%;
	}
	.floating_btn {
		width: 26vw;
	}
	.pc_none {
		display: block;
	}
	.sp_none {
		display: none;
	}
	.m-btn {
		padding: 4vw 0;
		font-size: 3.9vw;
	}
	.m-btn::after {
		right: 6vw;
		width: 2vw;
		height: 2vw;
	}
	.recipe__list,
	.tool__list {
		font-size: 3.9vw;
	}
}

@media screen and (min-width: 813px) {
	body {
		min-width: 1000px;
	}
	.wrap {
		width: 980px;
		margin: 0 auto;
	}
}

/*# sourceMappingURL=sourcemaps/common.css.map */
