@charset "UTF-8";
@import url("sp-hamburger-menu.css");
@import url("index.css");
@import url("about.css");
@import url("shop.css");
@import url("recipe.css");
@import url("contact.css");
@import url("privacypolicy.css");
/* CSS base5.html */

body {
	background-color: #faf3d3;
	font-family: 'Noto Serif JP', serif;
	font-size: 14px;
	color: #1b365c;
	letter-spacing: 0.05em;
}

img {
	max-width: 100%;
	height: auto;
}

a {
	cursor: pointer;
	text-decoration: none;
	color: #254B80;
	display: block;
}
a:hover {
	opacity: 0.6;
}
a:active {
	opacity: 0.6;
}

.sp {
	display: block;
}
.pc {
	display: none;
}

h2 {
	font-size: 2rem;
	font-weight: 600;
	padding-bottom: 10px;
	line-height: 1.5em;
}

h3 {
	font-size: 1.45rem;
	font-weight: 500;
	/*margin-top: 20px;*/
	margin-bottom: 2%;
	line-height: 1.2;
}
h4 {
	font-size: 1.38rem;
	font-weight: 500;
	margin-top: 20px;
	margin-bottom: 15px;
	text-align: center;
}
h5 {
	font-size: 1.25rem;
	font-weight: 500;
	margin-top: 20px;
	margin-bottom: 10px;
	text-align: center;
}

p {
	line-height: 1.8em;
}

.container {
	max-width: 1200px;
	padding-top: 10px;
	padding-left: 10px;
	padding-right: 10px;
	margin:  0 auto;
	/*border: 1px solid #0ff;*/
}
/*---------------------------------------------------------*/
/* Headerここから */
header {
	background-image: url("../images/cheeseMelt_header.png");
	background-position: top center;
	background-repeat: no-repeat;
	background-size: contain;
	width: 100%;
	height: 390px;
	position: absolute;
	z-index: 10;
}

h1 {
	width: 123px;
}

#caution {
	color: #f00;
	font-size: 0.5rem;
	line-height: 1;
	position: absolute;
	top: 10px;
	right: 10px;
	background-color: rgba(248,248,248,0.5);
	padding: 2px;
}

#headerPosition {
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
}

#accountIcon {
	display: flex;
	/*align-items: flex-end;*/
	justify-content: right;
}

#accountIcon li {
	width: 44px;
	height: 44px;
	margin-left: 20px;
}
/* Headerここまで */
/*---------------------------------------------------------*/
/* Mainここから */
main {
	padding-bottom: 20px;
}
#bgFootprints {
	background-image: url("../images/footprints.svg");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: top center;
}
main .heroImage {
	margin-bottom: 3%;
	position: relative;
}
.slick-img img {
	height: 90vh;
	margin: auto;
	max-height: 100%;
	max-width: 100%;
	object-fit: cover;
	width: 100%;
}

.slider{
	background: linear-gradient(to top,transparent 0 10%,#faf3d3 20% 100%);
}
.pageImage img {
	height: 60vh;
	margin: auto;
	max-height: 100%;
	max-width: 100%;
	object-fit: cover;
	width: 100%;
}
#catchCopy {
	width: 100%;
	font-size: 2rem;
	text-align: center;
	text-shadow:1px 1px 2px rgba(255,255,255,0.7),-1px -1px 2px rgba(255,255,255,0.7),-1px 1px 2px rgba(255,255,255,0.5),1px -1px 2px rgba(255,255,255,0.7);
	position: absolute;
	top: 40%;
	left: 50%;
	transform: translate(-50%, 0);
	padding: 0 10px;
}
.moreBlock{
	margin-top: 15px;
	width: 160px;
	margin-left: auto;
}
.moreBlock a {
	padding: 5px 10px;
	border-radius: 10px;
    background: linear-gradient(145deg, #ffffff, #e1e1e1);
	box-shadow:  6px 6px 12px #c5c5c5,
             -6px -6px 12px #ffffff;
	text-align: center;
}
.moreBlock a:hover {
	border-radius: 10px;
    background: linear-gradient(145deg, #e1e1e1, #ffffff);
	box-shadow:  -6px -6px 12px #c5c5c5,
             6px 6px 12px #ffffff;
	opacity: 1;
}
.moreBlock a:active {
	border-radius: 10px;
    background: linear-gradient(145deg, #e1e1e1, #ffffff);
	box-shadow:  6px 6px 12px #c5c5c5,
             -6px -6px 12px #ffffff;
	opacity: 1;
}
/* Mainここまで */
/*---------------------------------------------------------*/
/* Footerここから */
footer {
	background: linear-gradient(to bottom,transparent 0 10%,#faf3d3 20% 100%);
}
footer .outer {
	margin-top: -20%;
	width: 100%;
}
footer .container #footerLogo {
	padding-top: 10px;
	margin-bottom: 15px;
}
footer .container #footerLogo a {
	display: block;
	width: 123px;
	margin:0 auto;
}
#footerSns {
	display: flex;
	justify-content: space-around;
	margin-bottom: 15px;
}
#footerSns li{
	width: 50px;
	height: 50px;
	margin: 0 10px;
}
footer table {
	margin-bottom: 15px;
}
footer table th,td {
	padding-bottom: 7px;
}
footer table th{
	padding: 0 10px;
	text-align: right;
}

#footerNav {
	width: 140px;
	margin-bottom: 15px;
	margin: 0 auto;
}
.footerNavIcon {
	margin-bottom: 3px;
}
.footerNavIcon::before {
	display: inline-block;
	content: "";
	width: 21px;
	height: 21px;
	vertical-align: middle;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center center;
	padding: 0 20px;
} 
#footerAbout::before {
	background-image: url("../images/noteIcon2.svg");
}
#footerShop::before {
	background-image: url("../images/shoppingCart.svg");
}
#footerRecipe::before {
	background-image: url("../images/knifeForkIcon.svg");
}
#footerAccess::before {
	background-image: url("../images/compassIcon.svg");
}
#footerContact::before {
	background-image: url("../images/mailIcon.svg");
}
.footerContents {
	width: 240px;
	margin: 0 auto 20px;
}

#privacyPolicy {
	text-align: center;
	margin-bottom: 15px;
}
#copylight {
	font-size: 12px;
	text-align: center;
	padding-bottom: 10px;
}
/* Footerここまで */
/*---------------------------------------------------------*/
/*PageTopボタンここから*/
#top_btn {
	width: 80px;
	text-align: center;
	font-size: 18px;
	position: fixed;
	bottom: 5%;
	right: 5%;
	opacity: 0.5;
	z-index: 9999;
}
#top_btn a::before {
	content: url("../images/toTopButton.svg");
	height: 50px;
}
#top_btn:hover {
	opacity: 1.0;
}
#top_btn:active {
	opacity: 1.0;
}
/*PageTopボタンここまで*/
/*---------------------------------------------------------*/
/* メディアクエリ */
@media screen and (min-width:767px){
	.sp {
		display: none;
	}
	.pc {
		display: block;
	}
	h1 {
		width: 180px;
	}
	h3 {
		margin-top: 20px;
	}
	p {
		font-size: 1.15rem;
	}
	.textCenter {
		text-align: center;
	}
/*---------------------------------------------------------*/
/* Headerここから */
	#accountIcon {
		margin-bottom: 20px;
	}
	#gNav ul {
		display: flex;
		justify-content: right;
	}
	#gNav ul li {
		border-right: 1px solid #1b365c;
		/*padding: 0 20px;*/
		font-size: 1.2rem;
		text-shadow:1px 1px 2px #fff,-1px -1px 2px #fff,-1px 1px 2px #fff,1px -1px 2px #fff;
	}
	#gNav ul li:last-child {
		margin-right: 0;
		border-right: none;
		padding-right: 0;
	}
	#gNav ul li a {
		padding:0 20px;
	}
	#gNav ul li a:hover {
		color: #fff;
	}
	#caution {
		font-size: 1.2rem;
	}
/* Headerここまで */
/*---------------------------------------------------------*/
/* Mainここから */
	#catchCopy {
		width: 100%;
		font-size: 3rem;
		line-height: 1.5em;
		z-index: 30;
	}
/* Mainここまで */
/*---------------------------------------------------------*/
/* Footerここから */
footer .container #footerLogo a {
		width: 180px;
	}
	.footerNavIcon {
	display: block;
	}
	.footerFlex {
		display: flex;
		justify-content: space-around;
	}
	.footerLogoSns {
		align-items: center;
	}
/* Footerここまで */
/*---------------------------------------------------------*/
}

@media screen and (min-width:1390px){
	#bgFootprints {
		background-size: contain;
	}
}