@charset "UTF-8";

/* COMMON */

html, body {
	color: #333333;
	font-size: 16px;
}

section {
	margin-bottom: 0;
}

article {
	max-width: 1280px;
	width: 100%;
	padding: 90px 5%;
}

article ol {
	margin-bottom: 0;
}

a {
	color: #333333;
}
a:hover{opacity:0.8;}

h2 {
	font-size: 2rem;
	text-align: center;
	letter-spacing: 1px;
	position: relative;
	margin-bottom: 60px;
	font-weight: bold;
}

h2:before {
	content: "";
	position: absolute;
	left: 50%;
	bottom: -15px;
	transform: translateY(0) translateX(-50%);
	width: 50px;
	border-bottom: 3px solid #c9151e;
}

h2:after {
	content: "";
	position: absolute;
	left: 50%;
	bottom: -15px;
	width: 25px;
	border-bottom: 3px solid #144097;
}

h3 {
	font-weight: normal;
	font-size: 1.8rem;
	margin-bottom: 1.2rem;
	line-height: 1.33;
}

h4 {
	color: #F2757B;
	font-size: 1.2rem;
	margin-bottom: 0.5em;
}

table {
	margin: 0;
}

@media screen and (max-width: 768px) {
	html, body {
		font-size: 14px;
	}
	article {
		padding: 60px 18px;
	}
	h2 {
		margin-bottom: 45px;
	}
}

@media screen and (max-width: 1000px) {
	th, td {
		display: inline-block;
		width: 50%;
		padding: 0.75em 13px;
	}
}

.red {
	color: #C9151E;
}

.blue {
	color: #144097;
}

.sp {
	display: none;
}

.mb-0 {
	margin-bottom: 0;
}

.mb-m {
	margin-bottom: 30px;
}

.center {
	text-align: center;
}

.right {
	text-align: right;
}

.kome {
	vertical-align: super;
	font-size: 0.7rem;
}

.text-indent::before {
	content: '';
	padding-left: 1rem;
}

.fixed {
	top: 0;
	left: 0;
	right: 0;
	z-index: 9997;
	position: fixed;
}

@media screen and (max-width: 768px) {
	.pc {
		display: none;
	}
	.sp {
		display: block;
	}
}


/* EYE CATCH */

.eyecatch {
	display: block;
}
.eyecatch img {
	width: 100%;
	height: auto;
	vertical-align: top;
}


/* ABOUT */

#about {
	background-color: #EBF7FF;
}

#about > article > p {
	padding: 1rem 0 0 2.5rem;
}

.about-box {
	background-color: #fff;
	padding: 2.5rem;
	border: 2px dotted #F2757B;
	line-height: 1.8;
	border-radius: 10px;
}
.about-flex {
	display: flex;
	justify-content: space-between;
}
.about-desc {
	width: 60%;
}

.about-img {
	width: 40%;
	max-width: 320px;
	text-align: center;
}

@media screen and (max-width: 768px) {
	.about-box {
		padding: 1.5rem;
	}
	.about-flex {
		flex-direction: column;
		margin-bottom: 1rem;
	}
	.about-desc {
		width: 100%;
	}
	.about-img {
		width: 100%;
		max-width: 100%;
		margin-left: 0;
	}
	#about > article > p {
		padding: 1rem 0 0 0;
		margin: 0;
	}
}


/* RECIPE LIST */

#recipe-list h2 {
	margin-bottom: 2em;
}

#recipe-list p, #recipe-list a {
	margin-bottom: 0;
}
#recipe-list p {
	font-size: 1.2rem;
	margin-top: 4px;
	line-height: 1.33;
}

#recipe-list img {
	border-radius: 10px;
	border: 2px dotted #F2757B;
}

.recipe-item {
	position: relative;
	margin-bottom: 3em;
}

.recipe-item::after {
	content: '';
	display: block;
	position: absolute;
	background-repeat: no-repeat;
	background-size: contain;
	width: 3.5em;
	height: 3.5em;
	top: -2em;
	left: 1em;
}

.bx-viewport {
	overflow: visible !important;
}

.recipe1::after {
	background-image: url('../img/recipe1.png');
}
.recipe2::after  {
	background-image: url('../img/recipe2.png');
}
.recipe3::after  {
	background-image: url('../img/recipe3.png');
}
.recipe4::after  {
	background-image: url('../img/recipe4.png');
}
.recipe5::after  {
	background-image: url('../img/recipe5.png');
}
.recipe6::after  {
	background-image: url('../img/recipe6.png');
}
.recipe7::after  {
	background-image: url('../img/recipe7.png');
}

@media screen and (max-width: 768px)  {
	#recipe-list .flex3 > * {
		width: 48%;
	}
	#recipe-list a {
		margin-bottom: 20px;
	}
	#recipe-list a img {
		width: 100%;
		height: auto;
	}
	.recipe-item {
		margin-bottom: 2em;
	}
}

section:nth-child(odd) {
	background-color: #FFFEEB;
}

section > article {
	padding: 8.5em 5% 5em;
}

#about > article,
#recipe-list > article {
	padding-top: 5em;
}


/* RECIPE */

#salad h3 {
	line-height: 1;
}

#salad h3 small {
	font-size: 0.6em;
}

.flex-recipe {
	display: flex;
	margin-bottom: 1.2rem;
}

.recipe-img {
	width: 56%;
	position: relative;
}

.recipe-img::after {
	content: '';
	display: block;
	position: absolute;
	background-repeat: no-repeat;
	background-size: contain;
	width: 7em;
	height: 7em;
	top: -3.5em;
	left: 1.5em;
}


.recipe-img img {
	width: 100%;
	height: auto;
	border-radius: 10px;
	border: 2px dotted #F2757B;
}

.recipe-desc {
	width: 44%;
	margin-left: 30px;
}

.character {
	margin-bottom: 1.2rem;
}
.character p {
	background-color: #fff;
	padding: 14px 21px;
	border: 1px dotted #F2757B;
	line-height: 1.8;
	border-radius: 10px;
	margin-bottom: 0;
}

.nutrition table {
	border-top: 1px solid #c8c8c8;
	border-right: 1px solid #c8c8c8;
	table-layout: fixed;
}
.nutrition table th {
	color: #FFFFFF;
	background-color: #F2757B;
	border-bottom: 1px solid #c8c8c8;
	text-align: left;
}
.nutrition table td {
	border-bottom: 1px solid #c8c8c8;
	background-color: #fff;
}

.left-head h4 {
	border-left: 10px solid #F2757B;
	padding-left: 10px;
}
.stuff {
	margin-bottom: 1em;
}
.stuff-dl {
	border-top: 2px solid #F2757B;
	margin-bottom: 0.5em;
}
.stuff-dl>dl {
  background-color: #fff;
}
.stuff-dl>dt, .stuff-dl>dd, .stuff-dl>dl>dt, .stuff-dl>dl>dd {
	background-color: #FFFFFF;
	border-bottom: 1px solid #c8c8c8;
}
.stuff-dl>dt {
	width: 70%;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 24px;
	position: relative;
}
.stuff-dl>dt:before {
	content: '';
	width: 5px;
	height: 5px;
	border-radius: 50%;
	background-color: #F2757B;
	display: inline-block;
	margin-left: 10px;
	margin-right: 5px;
	position: absolute;
	top: 18px;
	left: 0;
}
.stuff-dl>dd, .stuff-dl>dl>dd {
	width: 30%;
	text-align: right;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-right: 10px;
}

.stuff-dl, .stuff-dl>dl {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
}

.stuff-dl>dl>dt {
	width: 70%;
	padding-left: 44px;
	padding-top: 10px;
	padding-bottom: 10px;
	position: relative;
}
.stuff-dl>dl>dt:before {
	content: '';
	width: 5px;
	height: 5px;
	border-radius: 50%;
	background-color: #F2757B;
	display: inline-block;
	margin-left: 10px;
	margin-right: 5px;
	position: absolute;
	top: 18px;
	left: 20px;
}
.howto {
	margin-bottom: 1.2rem;
}
.howto h4 {
	position: relative;
}
.howto span {
	font-size: 1rem;
	font-weight: normal;
	position: absolute;
	right: 0;
	top: 4px;
}
.howto span .kome {
	top: -3px;
	right: -12px;
	font-size: 0.75rem;
}
.howto ol {
	border-top: 2px solid #F2757B;
	background-color: #FFFFFF;
	list-style: none;
	padding: 0;
	counter-reset: cook_list;
	position: relative;
	margin-bottom: 0.5em;
}
.howto ol li {
	padding: 10px 10px 10px 30px;
	position: relative;
	border-bottom: 1px solid #c8c8c8;
	line-height: 1.8;
}

.howto ol li:before {
	counter-increment: cook_list;
	content: counter(cook_list);
	font-size: 0.8rem;
	font-weight: bold;
	color: #fff;
	background: #F2757B;
	border-radius: 50px;
	width: 20px;
	height: 20px;
	line-height: 20px;
	display: inline-block;
	text-align: center;
	margin-right: 5px;
	position: absolute;
	top: 12px;
	left: 5px;
}

.advice p {
	border-top: 2px solid #F2757B;
	padding: 0.5em;
	line-height: 1.8;
	margin-bottom: 0;
	background-color: white;
}

@media screen and (max-width: 768px) {
	.flex-recipe {
		flex-direction: column;
	}
	.recipe-img {
		width: 100%;
	}
	.recipe-desc {
		width: 100%;
		margin-left: 0;
	}
	.recipe-desc h3 {
		margin-top: 15px;
		margin-bottom: 15px;
	}
	section > article {
		padding: 5em 5% 3em;
	}

	#about > article,
	#recipe-list > article {
		padding-top: 3em;
	}

	.recipe-img::after {
		width: 60px;
		height: 60px;
		top: -2em;
		left: 1em;
	}
}


/* FOOTER */

footer {
	padding-top: 80px;
}

.foot {
	margin-bottom: 0px;
}

.foot img {
	width: 250px;
	margin-bottom: 10px;
}
.foot .sns{margin-bottom:0;}
.foot .sns img{
	width: 40px;
	margin-left:8px;
	}

address {
	font-size: 85%;
}

footer .flex3>* {
	list-style: none;
	width: -webkit-fit-content !important;
	width: -moz-fit-content !important;
	width: fit-content !important;
}

footer nav {
	font-size: 85%;
}

footer nav a {
	color: #555;
}

footer nav li {
	margin-bottom: 5px;
}

footer small {
	padding-top: 30px;
	padding-bottom: 30px;
}

footer a :hover{opacity:0.8;}

footer small a :hover{opacity:0.8;}

#pagetop {
	background-color: #F2757B;
}


/* SLIDER */

.bx-prev, .bx-next {
	top: 55% !important;
	transform: translateY(-55%);
}

.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
  bottom: -50px;
}

.bx-wrapper .bx-pager.bx-default-pager a {
  background: rgb(194, 194, 194);
}

.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active,
.bx-wrapper .bx-pager.bx-default-pager a:focus {
  background: #f99391;
}

@media screen and (max-width: 768px) {
	.bxslider{
		position: relative;
		left: 14vw; /* (100vw - SlideWidth) */
		overflow: visible !important;
	}
	.bxslider div {
		top: 100%;
		width: 90%;
		width: 70vw !important;
	}
}


/* MENU */

.menu {
	background-color: #F2757B;
}

.menu > nav {
	width: 75rem;
	margin: 0 auto;
}
.menu > nav > ul {
	list-style: none;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 1rem 2rem;
	width: 100%;
  height: 5rem;
}

nav > ul > li {
	width: 25%;
	height: 100%;
	text-align: center;
	position: relative;
}

nav > ul > li > a {
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #FFFFFF;
}

nav > ul > li::before {
	content: "";
	position: absolute;
	left: 0;
	bottom: 50%;
	-webkit-transform: translateY(50%);
	transform: translateY(50%);
	width: 0.5rem;
	height: 3.6rem;
	border-left: 2px dotted #FFFFFF;
}

.hamburger {
	background-color: #F2757B;
	border: 1px solid #FFFFFF;
	width: 60px;
	height: 60px;
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
}
.hamburger img {
	width: 80%;
	height: auto;
}

#spnav {
	position: fixed;
	z-index: 9997;
	width: 60px;
	height: 60px;
	font-size: 14px;
	top: 12px;
	right: 12px;
}

@media screen and (max-width: 768px) {
	.menu > nav {
		display: none;
	}

	#spnav i{
		font-size: 40px;
		display:block;
		color:#fff;
	}

	#spnav span {
		color:#fff;
		width: 55px;
		font-size: 14px;
		line-height: 1em;
		display: table;
	}
	#spnav a:hover{opacity:0.5;}
}

@media screen and (max-width: 1000px) {
	#pcnav {
		display: none;
	}
	#spnav {
		display: block;
	}
}


/* MODAL */

.remodal {
	background-color: #fff;
}
.remodal ul {
	display: inline-block;
	margin-top: 1rem;
}
.remodal ul li a {
	color: #333333;
	font-size: 1rem;
}

.remodal ul li:first-child {
	border-top: 1px dotted #F2757B;
}
.remodal ul li  {
	border-bottom: 1px dotted #F2757B;
}
.remodal ul li a:hover {
	opacity: 1;
}

.links .rintai {
	margin-top: 1rem;
}
.links .rintai a img {
	width: 200px;
}

.links .sns a img {
	width: 40px;
	height: auto;
}

.remodal-wrapper {
	z-index: 9999;
}

.remodal-overlay {
	z-index: 9998;
}

/* banner */
.bn-area{
	padding: 3rem 5%;
	text-align: center;
}

.bn-area a{
	display: block;
	max-width: 650px;
	margin: 0 auto;
}