
/* RESET CSS */

* {
	margin:0;
	padding:0;
	color: #666666; 
}

a { 
	color: #666666; 
	text-decoration: none;
}

.c {
	text-align: center;
}

.r {
	text-align: right;
}

p.has-text-align-center {
	margin-top: 30px;
	text-align: center !important;
}


a:hover { 
	color: #663333; 
	text-decoration: none;
}

figure {
	margin: 0px !important;
	padding: 0px !important;
}

.cfix::after {
	content: "";
	display: block;
	clear: both;
}

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

.imgc {
	display: block !important;
	text-align: center !important;
}

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

html {
		font-size: 14px;
		color: #333333;
}

body {
	font-weight: 400;
	font-family: 'Noto Serif JP', serif;
	text-align: left;
}

header {
	width: 100%;
	position: fixed;
	z-index: 100;
	top: 0;
	background: linear-gradient(to bottom, rgba(255, 255, 255, 1.00) 50%, rgba(255, 255, 255, 0.90));
}

header .container div {
	font-size: 11px;
}

header .container h1 {
	text-align: center;
}

header .container h1 a {
	display: block;
	background-image: url("https://aromamare.jp/wp-content/themes/aromamare_theme/img/logo_600x158.png");
	background-repeat: no-repeat;
	text-indent: -9999px;
	margin: 0px auto;
}

header .container dl dt {
	width: 41px;
	height: 28px;
	background-image: url("https://aromamare.jp/wp-content/themes/aromamare_theme/img/spmenu.png");
	background-repeat: no-repeat;
	background-size: 41px 28px;
	text-align: left;
	text-indent: -9999px;
}

header .container dl dd:nth-of-type(1),
header .container dl dd:nth-of-type(1) a {
	font-size: 13px;
}

header .container dl dd:nth-of-type(2) {
	margin-top: 7px;
	font-size: 12px;
}

header .container dl dd:nth-of-type(2) span {
	font-size: 10px;
}

nav ul {
	text-align: left;
	/* width: 100%; */
}

nav ul li {
	display: inline-block;
}

nav ul li a {
	display: inline-block;
	text-decoration: none;
	font-size: 14px;
	line-height: 24px;
	color: #666666;
	padding: 15px 10px 19px 10px;
	margin: 0 5px;
	border-bottom: 3px solid transparent;
}

nav ul li a:hover {
	color: #666666; /* 333333 */
}

nav ul li.active a {
	border-bottom: 3px solid #444444;
}

nav ul li a:hover {
	border-bottom: 3px solid #999999;
}

nav ul li:before {
	content: "/";
	color: #CCCCCC;
	position: relative;
	left: -3px; 
}

nav ul li:first-child:before {
	content:'';
}

footer {
	width: 100%;
	text-align: center;
	margin: 30px auto 0px auto;
	padding: 40px 0px;
	background: #cccccc;
}

footer * {
	color: #333333;
}

footer a:hover {
	color: #333333;
	text-decoration: underline;
}

footer div#credit {
	width: calc(100% - 500px);
	float: left;
}

footer div#credit ul {
	list-style-type: none;
	margin: 0px;
	padding: 15px 0px;
	text-align: left;
}

footer div#credit li {
	line-height: 175%;
	font-size: 14px;
}

footer div#credit li.title {
	line-height: 175%;
	font-size: 24px;
	font-weight: bold;
}

footer div#gmapifrm {
	height: 0;
	overflow: hidden;
	/* padding-bottom: 56.25%; */
	position: relative;
	float: right;
}

footer div#gmapifrm a {
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	background-image: url("https://aromamare.jp/wp-content/themes/aromamare_theme/img/nousage_map_900px_w.png");
	background-repeat: no-repeat;
	font-size: 1px;
	text-decoration: none;
	color: transparent;
}

footer div#gmapifrm a:hover {
	text-decoration: none;
}

footer div#gmapifrm iframe {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
}

.updated {
	font-size: 10px;
	padding: 40px 0px 0px 0px;
}

.updated span {
	color: #AA0000;
}

.arrowup,
.arrowdw {
	display: block;
	text-align: center;
	min-height: calc(29px + 1.1rem);
	margin: 30px auto 60px auto;
	padding-top: calc(29px + 11px);
	color: #333333;
	text-decoration: none;
}

.arrowup {
	background: url(https://aromamare.jp/wp-content/themes/aromamare_theme/img/arrowupup.png) no-repeat center top;
}

.arrowdw {
	background: url(https://aromamare.jp/wp-content/themes/aromamare_theme/img/arrowdown.png) no-repeat center top;
}

main article {
	margin-bottom: 85px;
}

.palette {
	text-align: center;
	margin: 0px auto 90px auto;
	overflow: hidden;
}

.palette figure {
	background: #CCCCCC;
	cursor: pointer;
	position: relative;
	width: 50%;
	height: auto;
	float: left;
}

.palette figure:before {
	content: "";
	display: block;
	padding-top: 75%;
}

.palette figure img {
	position: absolute;
	display: block;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 2;
}

.palette figure figcaption {
	user-select: none;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #FFFFFF;
	z-index: 1;
	overflow: hidden;
}

.palette figure figcaption span {
	display: inline-block;
	color: #333333;
}

.palette figure figcaption span::first-line {
	font-family: 'EB Garamond', serif;
	font-style: italic;
	 font-weight: 500; 
	font-size: 125%;
	line-height: 250%;
}

.cntr { 
	text-align: center;
}



.menu p {
	line-height: 175%;
	margin: 10px auto 40px auto;
}

.menu p.price {
	margin: 50px auto 120px auto;
}

/*
.menu blockquote {
	margin: 2rem auto;
}
*/

.menu h2 {
	font-size: 55px;
	font-weight: 500;
	color: #333333;
	margin: 40px auto 20px auto;
}

.menu h2 em {
	color: #555555;
	font-size: 16px;
}

.menu h2 strong {
	font-size: 18px;
	display: block;
}

/*
.menu h2 strong {
	font-size: 55px;
	font-weight: 500;
	color: #996666;
	border-bottom: 2px solid #996666;
	padding-bottom: 2px;
	display: inline;
}
*/

.menu h3,
.menu h3 * { 
	text-align: center;
	font-weight: 400;
	color: #333333;
}

.menu h3 {
	font-size: 24px;
	margin-bottom: 20px;
}



.menu em {
	/* display: block; */
	color: #cc3333;
	font-style: normal;
	/* background: #DDD; */ 
}

.menu strong {
	font-size: 18px;
	font-weight: 400;
}

.menu strong em {
	color: #666666;
	font-size: 18px;
	font-weight: normal;
}

/*
.menu h4 {
	text-align: center;
	font-size: 18px;
	margin: 40px auto 20px auto;
}
*/

.location {
	margin: 0px auto 90px auto;
}

.location h2 {
	text-align: center;
	margin: 40px auto -20px auto;
}

.location p {
	text-align: left;
	line-height: 200%;
	margin-bottom: 30px;
}


/* ************************************************************************************************ */
@media all and (min-width: 1000px) {
	header {
		height: 215px;
	}
	
	.container {
		width: 1000px;
		margin: 0px auto;
	}
	
	header .container {	
		margin: 45px auto 5px auto;
	}
	
	header .container div {
		
	}
	
	header .container h1 {

	}
	
	header .container h1 a {
		width: 300px;
		height: 79px;
		background-size: 300px 79px;
	}

	header .container dl {

	}
	
	header .container dl dt {
		display: none;
	}
	
	header .container ul li#tabl {
		right: 162px;
		top: -20px;
	}
	
	header .container ul li#tabr {
		right: 5px;
		top: 5px;
	}
	
	nav ul {
		display: block;	
		width: 1000px;
		margin: 30px auto 0 auto;
	}
	
	.palette figure figcaption {
		font-size: 18px;
		line-height: 180%;
	}
	
	main {
		padding-top: 215px;
	}

	footer div#gmapifrm {
		/* padding-bottom: 56.25%; */
		width: 450px;
		height: 297px;
	}

	footer div#gmapifrm a {
		background-size: 450px 297px;
	}
}


/* ************************************************************************************************ */
@media all and (max-width: 999px) {
	.container {
		width: 98%;
		margin: 0px auto;
		position: relative;
	}
	
	header .container {
		height: 100px;
	}
	
	header .container h1 a {
		width: 260px;
		height: 68px;
		background-size: 260px 68px;

		display: block;	
		position: absolute;
		top: 0;
		left: calc(50% - 125px - 30px);
		bottom: 0;
		margin: auto;
	}
	
	header .container dl dt {
		display: block;	
		position: absolute;
		right: 0px;
		top: 34px;
	}
	
	footer div#credit {
		width: 100%;
		float: none;
	}
	
	footer div#gmapifrm {
		width: 100%;
		height: 270px;
		float: none;
	}

	nav ul {
		display:none;
	}
	
	nav ul li {
		width: 100%;
		padding: 0;
	}
	
	nav ul li a {
		margin: 0;
		display: block;
		width: 100%;
		text-align: center;
	}
	
	nav ul li:before {
		content: '';
	}
	
	nav ul li.active a {
		border-bottom: 1px solid #9b9b9b;
	}
	
	nav ul li a {
		border-bottom: 1px solid #9b9b9b;
		padding: 10px 0 10px 0;
	}
	
	nav ul li a:hover {
		border-bottom: 1px solid #9b9b9b;
	}
	
	.palette figure figcaption {
		font-size: 1.8vm;
		line-height: 180%;
	}
	
	main {
		padding-top: 110px;
	}

	footer div#gmapifrm {
		padding-bottom: 66%;
		width: 100%;
		height: 0px;
	}

	footer div#gmapifrm a {
		background-size: contain;
	}
}



/* ************************************************************************************************ */
@media all and (min-width: 769px) {
	
}


/* ************************************************************************************************ */
@media all and (max-width: 768px) {
	
}

/* ************************************************************************************************ */

@media all and (max-width: 320px) {
	
	.palette figure figcaption {
		font-size: 1.8vm;
		line-height: 120%;
		box-sizing: border-box;
		padding: 0px 3px 0px 3px;
	}
	
	.palette figure figcaption br {
		display: none;
	}
	
	} palette figure figcaption br {
		display: none;
	}
	
} 