@charset "utf-8";

/* RESET
--------------------------------------------------*/
html, body, h1, h2, h3, h4, h5, ul, ol, dl, li, dt, dd, p, div, span, img, a, table, tr, th, td, figure {
	margin: 0;
	padding: 0;
	border: 0;
	font-weight: normal;
	font-size: 100%;
	vertical-align: baseline;
	line-height: 1;
}

article, header, footer, aside, figure, figcaption, nav, section {
	display: block;
}

body {
	line-height: 1;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
}

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

li {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

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

img, video {
	vertical-align: bottom;
}

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


/* カスタマイズ
--------------------------------------------------*/

html, body, h1, h2, h3, h4, h5, ul, ol, dl, li, dt, dd, p, div, span, img, a, table, tr, th, td {
	
}

html {
	line-break: strict;
	font-feature-settings: "palt" 1;
}

body {
	
	font-family: Arial, Helvetica, sans-serif;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	color: #333;
	font-feature-settings: "palt";
	font-size: 16px;
	letter-spacing: 0;
}

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

svg.path {
	display: none;
}

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

video {
	width: 100%;
	height: 100%;
}

/* ヘッダー　*/

header {
	position: relative;
	padding: 20px 10px 22px;
	z-index: 100;
}

#logo {
	width: 72px;
	position: absolute;
	right: 20px;
	top: 21px;
}

#headnav {
	width: 170px;
	justify-content: center;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}

#headnav:after {
	content: "megane & coffee stand";
	display: block;
	width: 100%;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	margin: 4px 0 0;
}

#headnav .megane {
	width: 81px;
}

#headnav .coffee {
	width: 42px;
}

#headnav span {
	font-size: 16px;
	font-weight: bold;
	padding: 0 10px;
}

#menubar {
	width: 100%;
	position: fixed;
	left: 0;
	bottom: 0;
	z-index: 150;
}

#menubar #banner {
	padding: 0 8px 8px;
}

#menubar #banner a {
	display: block;
	overflow: hidden;
	border-radius: 4px;
}

#menubar ul {
	display: flex;
	background-color: #ca9141;
}

#menubar ul li {
	width: 19.5%;
}

#menubar ul li a {
	display: block;
	text-align: center;
	padding: 12px 0 16px;
}

#menubar ul li:last-child {
	width: 22%;
}

#menubar ul li:last-child a {
	background-color: #a66f31;
}

#menubar ul li a img {
	width: 30px;
	height: 27px;
}

#menubar ul li:first-child a img {
	width: 55px;
}

#menubar ul li a span {
	display: block;
	font-size: 10px;
	font-weight: bold;
	margin: 5px 0 0;
	color: #fff;
	letter-spacing: 0.05em;
}

/* フッター */

footer .block {
	padding-bottom: 0;
}

footer p.access {
	font-size: 19px;
}

footer dl.access {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 0.5em 0 0;
	padding: 0 0 20px;
}

footer dl.access dt {
	line-height: 1.4;
	padding: 8px 0 0;
	width: 15%;
	font-size: 18px;
}

footer dl.access dd {
	line-height: 1.4;
	padding: 8px 0 0;
	width: 80%;
	font-size: 18px;
}

footer dl.access dd a {
	border-bottom: 1px dotted #333;
}

#gmap {
	width: 100%;
	height: 600px;
	position: relative;
	margin: -24px 0 0;
}

#gmap iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

#copyright {
	display: block;
	text-align: center;
	padding: 50px 0 120px;
	font-size: 12px;
}


/* コンテンツ */

.keyvisual_wrap {
	position: relative;
}

.keyvisual_wrap .catchcopy {
	font-size: 23px;
	position: absolute;
	left: 17px;
	bottom: 28px;
	z-index: 20;
}

.keyvisual_wrap .catchcopy span {
	background-color: #fff;
	display: inline-block;
	padding: 9px 11px 7px 13px;
	line-height: 1;
	margin: 7px 0 0;
	letter-spacing: 0.12em;
	border-radius: 2px;
}

.block {
	padding: 50px 24px 60px;	
}

.block .sp_only {
	display: block;
}

.block.beige {
	background-color: #e5e1de;
}

.block.green {
	background-color: #fff5a7;
}

.keyvisual_wrap + .block {
	padding-top: 47px;	
}

.block .title {
	font-size: 24px;
	line-height: 1.64;
	letter-spacing: 0.15em;
	padding: 0 4px;
}

.block .title span {

	font-size: 14px;
	display: block;
	margin: 0 0 20px;
	letter-spacing: 0.07em;
	transform: translate3d(3px,0,0);
	font-family: "Poppins", serif;
	font-weight: 600;
}

.block p {
	font-size: 17px;
	line-height: 1.73;
	letter-spacing: 0.05em;
	margin: 0.85em 0 0;
	text-align: justify;
	text-justify: inter-ideograph;
	padding: 0 4px;
}

.block p:first-child {
	margin-top: 0;
}

.block .title + p {
	margin-top: 1.3em;
}

.block p + p {
	margin-top: 1em;
}

.block h3 + p {
	margin-top: 1em;
}

.block p a {
	border-bottom: 1px dotted #333;
}

.block p strong {
	text-decoration: underline;
}

.block p small {
	font-size: 11px;
}

.block p a,
.block li a {
	border-bottom: 1px dotted #333;
}

.block .img {
	margin: 17px 0 0;
}

.block h3 {
	font-weight: bold;
	line-height: 1.64;
	font-size: 20px;
	margin: 50px 0 0;
	letter-spacing: 0.07em;
	padding: 0 4px;
}

.block h3:first-child {
	margin: 0;
}

.block ul {
	margin: 0.85em 0 0;
	padding: 0 4px;
}

.block ul li {
	font-size: 17px;
	line-height: 1.5;
	letter-spacing: 0.05em;
	margin: 0.35em 0 0;
	padding: 0 0 0 1.5em;
	position: relative;
}

.block ul li:before {
	content: "＊";
	font-weight: bold;
	position: absolute;
	left: 0;
	top: 0;
}

.block .instagram-media {
	display: block;
	margin: 30px 0 0!important;
}

.links {
	margin: 1.9em 0 0;
	position: relative;
	z-index: 1;
	padding: 0 0 20px;
}

.block .links:last-child {
	padding: 0;
}

.links li {
	margin: 11px 0 0;
}

.block ul.links li {
	padding: 0;
}

.block ul.links li:before {
	display: none;
}

.links li a {
	display: block;
	font-size: 16px;
	padding: 1.1em 0 1.05em 1.6em;
	border-radius: 100px;
	border: 1px dotted #000;
	background-color: #fff;
	letter-spacing: 0.07em;
	position: relative;
}

.links li a:after {
	content: "";
	display: block;
	width: 8px;
	height: 8px;
	border-top: 1px solid #333;
	border-right: 1px solid #333;
	position: absolute;
	right: 28px;
	top: 50%;
	transform: translate3d(0,-50%,0) rotate(45deg);
}

.links li.instagram a:after {
	width: 20px;
	height: 20px;
	right: 20px;
	border: none;
	transform: translate3d(0,-50%,0) rotate(0);
	background-image: url(img/icon_link_instagram.svg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 100% auto;
}

.min_links {
	margin: 1em 0 0;
}

.min_links li {
	margin: 9px 0 0;
	padding: 0 1em;
}

.min_links li a {
	display: block;
	font-size: 15px;
	font-weight: bold;
	text-align: center;
	padding: 0.85em 0 0.85em;
	border-radius: 100px;
	background-color: #e5e1de;
}

.brand_intro {
	padding: 60px 0 60px;
}

.block + .brand_intro {
	padding-top: 0;
}

.brand_intro p {
	text-align: center;
	font-weight: bold;
	line-height: 1.64;
	font-size: 15px;
	letter-spacing: 0.05em;
}

.brand_intro .brand_swiper {
	margin: 24px 0 0;
}

.brand_intro .brand_swiper li {
	border: 1px solid #efefef;
}

.bland_list {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 1em 0 0;
}

.bland_list li {
	width: 32%;
	margin: 2% 0 0;
	border: 1px solid #efefef;
}

/* 訪問ページ　*/

.hello {
	display: flex;
	justify-content: space-between;
	flex-direction: row-reverse;
	align-items: center;	
	margin: 40px 0 0;
}

.hello .fukidashi {
	width: calc(100% - 100px);
	background-color: #e5e1de;
	padding: 1em;
	border-radius: 10px;
	font-size: 13px;
	line-height: 1.45;	
	text-align: center;
	margin: 0;
	position: relative;
	font-weight: bold;
}

.hello .fukidashi:after {
	content: "";
	display: block;
	background-color: #e5e1de;
	height: calc(26px / 2);
	width: 26px;
	clip-path: polygon(50% 0, 100% 100%, 0 100%);
	position: absolute;
	left: 0;
	bottom: 15px;
	transform: translate3d(-50%,0,0);
}

.hello .face div {
	width: 75px;
	height: 75px;
	border-radius: 100px;
	overflow: hidden;
}

.price_list {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	border-bottom: 1px solid #ccc;
	margin: 30px 0 0;
}

.price_list dt {
	width: 25%;
	padding: 1.2em 0 1em;
	line-height: 1.5;
	border-top: 1px solid #ccc;
	font-weight: bold;
	font-size: 15px;
}

.price_list dd {
	width: 75%;
	padding: 1.2em 0 1em 0.8em;
	line-height: 1.5;
	border-top: 1px solid #ccc;
	font-size: 15px;
}

.home_call_flow {
	margin: 30px 0 0;
}

.home_call_flow li {
	background-color: #e5e1de;
	padding: 1.3em 1em 1em;
	border-radius: 8px;
	margin: 15px 0 0;
	position: relative;
}

.home_call_flow li:after {
	content: "";
	display: block;
	background-color: #e5e1de;
	height: 26px;
	width: 40px;
	clip-path: polygon(0 0, 100% 0, 50% 100%);
	position: absolute;
	left: 50%;
	bottom: 0;
	transform: translate3d(-50%,35%,0);
}

.home_call_flow li:last-child:after {
	display: none;
}

.home_call_flow li h4 {
	font-size: 17px;
	font-weight: bold;
	letter-spacing: 0.05em;
	text-align: center;
}

.home_call_flow li p {
	font-size: 15px;
	margin: 0.7em 0 0;
}

#coffee {
	background-color: #EFEDE7;
}

/* sale2026 */
#sale2026 h1 {
	padding: 60px 10% 60px;
	position: relative;
}

#sale2026 h1 img {
	position: relative;
}

#sale2026 h1:before {
	content: "";
	display: block;
	width: 100%;
	height: 80px;
	background-image: url(img/sale2026/nami.png);
	background-repeat: no-repeat;
	background-position: center top;
	background-size: 650px auto;
	position: absolute;
	left: 0;
	bottom: 0;
}

#sale2026 .gold {
	padding: 40px 25px 40px;
	/*background-image: linear-gradient(#f1c622, #e5b206 41%, #cc8a0a);	*/
	background-image: linear-gradient(#cc8a0a, #e5b206);	
	position: relative;
}

#sale2026 .gold:before {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	background-image: url(img/sale2026/tile.png);
	background-repeat: repeat;
	background-position: center top;
	background-size: 80px 80px;
	position: absolute;
	left: 0;
	top: 0;
}

#sale2026 .gold:after {
	content: "";
	display: block;
	width: 70px;
	padding-top: 38.5%;
	background-image: url(img/sale2026/kadomatsu.png);
	background-repeat: no-repeat;
	background-position: center top;
	background-size: 100% auto;
	position: absolute;
	right: 12px;
	top: 30px;
}

#sale2026 .gold h2 {
	width: 78%;
	position: relative;
}

#sale2026 .gold .img {
	width: 90%;
	position: relative;
	margin: 30px auto;
	position: relative;
}

#sale2026 .gold .img:after {
	content: "";
	width: 47%;
	padding-top: 47%;
	display: block;
	background-image: url(img/sale2026/fukidashi.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: 100% auto;
	position: absolute;
	right: -20px;
	top: -35px;
}

#sale2026 .gold p {
	color: #fff;
	font-weight: bold;
	font-size: 17px;
	line-height: 1.72;
	position: relative;
}

#sale2026 .gold p.price {
	margin: 30px 0 0;
}

#sale2026 .red {
	background-color: #dc0f1a;
	padding: 50px 25px 50px;
}

#sale2026 .megane_imgs {
	margin: 30px 0 0;
}

#sale2026 .megane_imgs li {
	margin: 15px 0 0;
	overflow: hidden;
	border-radius: 10px;
}

#sale2026 .attention {
	margin: 10px 0 0;	
}

#sale2026 .attention li {
	position: relative;
	padding: 0 0 0 1.6em;
	margin: 10px 0 0;
	line-height: 1.4;
	color: #fff;
	font-size: 12px;
}

#sale2026 .attention li:before {
	content: "※";
	position: absolute;
	left: 0;
	top: 0;
}

@media screen and (min-width: 768px) {
	
	body {
		background-color: #efefef;	
	}
	
	.pc_wrap {
		width: 53.1%;
		margin: 0 0 0 0;
		background-color: #fff;
	}
	
	header {
		padding: 0;
		position: unset;
	}
	
	#logo {
		width: 20%;
		position: fixed;
		right: 40px;
		bottom: 40px;
		top: auto;
		z-index: 1000;
	}
	
	#logo a {
		transition: 0.15s linear;
	}
	
	#logo a:hover {
		opacity: 0.7;
	}
	
	#headnav {
		display: none;
	}
	
	#menubar {
		width: 47%;
		height: 100%;
		bottom: auto;
		top: 0;
		left: auto;
		right: 0;
		background-color: #D79C4F;
	}
	
	#menubar ul {
		display: block;
		position: absolute;
		left: 7.5%;
		top: 5%;
		background-color: transparent;
	}
	
	#menubar ul li {
		width: 100%;
		margin: 0 0 0;
	}
	
	#menubar ul li:last-child {
		display: none;
	}
	
	#menubar ul li a {
		padding-top: 7px;
	}
	
	#menubar ul li a img {
		width: 48px;
		height: auto;
		transition: 0.15s ease;
	}
	
	#menubar ul li:first-child a img {
		width: 62px;
		height: 45px;
	}
	
	#menubar ul li a span {
		font-size: 12px;
	}
	
	#menubar ul li a:hover img {
		transform: translate3d(0,-4px,0);
	}
	
	.keyvisual_wrap {
		height: 52vw;
		max-height: 100vh;
		overflow: hidden;
		position: relative;
	}
	
	.keyvisual_wrap .keyvisual {
		left: 0;
		top: 50%;
		transform: translate3d(0,-50%,0);
	}
	
	.keyvisual_wrap .catchcopy {
		left: 6.5%;
		bottom: 6.5%;
	}
	
	.block {
		padding: 70px 10% 80px;	
	}
	
	.block .sp_only {
		display: none;
	}
	
	.keyvisual_wrap + .block {
		padding-top: 57px;
	}
	
	.links li a {
		font-weight: bold;
		transition: 0.15s linear;
	}
	
	.links li a:hover {
		border-color: #ca9141;
		border-style: solid;
		color: #ca9141;
	}
	
	#gmap {
		margin: 60px 0 0;
	}
	
	#menubar #banner {
		padding: 0;
		position: absolute;
		width: 36%;
		left: 50px;
		bottom: 30px;
	}
	
	#copyright {
		padding-bottom: 50px;
		padding: 0;
		position: fixed;
		right: 53px;
		top: 150px;
		transform: rotate(90deg);
		transform-origin: right bottom;
		z-index: 1000;
		font-weight: bold;
		color: #fff;
		opacity: 0.5;
		letter-spacing: 0.07em;
	}
	
	#sale2026 h1 {
		padding: 70px 10% 100px;
	}
	
	#sale2026 h1 img {
		max-width: 600px;
		margin: 0 auto;
	}
	
	#sale2026 h1:before {
		background-size: 100% auto;
	}
	
	#sale2026 .gold {
		padding: 80px 10% 60px;
	}
	
	#sale2026 .gold:after {
		width: 20%;
		right: 6%;
		top: 4%;
	}
	
	#sale2026 .gold h2 {
		width: 75%;
	}
	
	#sale2026 .gold .img {
		margin: 50px auto;
	}
	
	#sale2026 .gold .img:after {
		width: 40%;
		height: 40%;
	}
	
	#sale2026 .red {
		padding: 80px 10% 60px;
	}
	
}