@charset "UTF-8";



/* -------------------------------------------

kv

------------------------------------------- */
.top-kv {
	position: relative;

}
/* slider */
#main {
	position: relative;
	overflow: hidden;
	width: 100%;
	border-bottom: solid 0.15rem var(--prime);	
}
#main,
.CMS-NOT-EDITABLE-AREA {
	height: 64rem;
}
@media screen and (max-width: 768px) {
	#main,
	.CMS-NOT-EDITABLE-AREA {
		height: 32rem;
	}
}



/* -------------------------------------------

news

------------------------------------------- */
.top-news {
    padding: 8rem 0;
	background: var(--grey-1);
}
.top-news .wrap {
	display: flex;
	align-items: center;
}
.top-news .wrap > div:nth-of-type(1) {
	width: 20rem;
	display: flex;
	flex-direction: column;
	align-items: center;
}
.top-news .wrap > div:nth-of-type(2) {
	width: calc(100% - 22rem);
	padding-left: 6rem;
}
.top-news h2 {
	font-family: var(--font-serif);
	color: var(--prime);
	line-height: 1;
	letter-spacing: 0.15em;
	font-size: 2.8rem;
	font-weight: 500;
}
.top-news .more-wrap {
	margin-top: 3rem;
}
.top-news .more-wrap a {
	display: flex;
	align-items: center;
	justify-content: center;
	background: var(--prime);
	width: 22rem;
	height: 4.8rem;
	padding-bottom: 0.1rem;
}
@media screen and (max-width: 768px) {
    .top-news {
        padding: 8rem 3rem;
    }  
	.top-news .wrap {
		flex-direction: column;
	}
	.top-news .wrap > div:nth-of-type(1) {
		width: 100%;
		display: contents;
	}
	.top-news .wrap > div:nth-of-type(2) {
		width: 100%;
		padding-left: 0;
	}
	.top-news h2 {
		margin-bottom: 2rem;
	}
	.top-news .more-wrap {
		margin-top: 3rem;
		order: 3;
	}
}
/* cms */
.top-news .CMS-NEWS-INDEX {
    padding-bottom: 0;
}
.top-news .CMS-NEWS-MORE-READ {
    display: none;
}
.top-news .CMS-NEWS-INDEX a {
	color: #fff;
}



/* -------------------------------------------

policy

------------------------------------------- */
.top-policy {
	background: url(../img/top-bg-1.jpg) no-repeat center / cover;
	padding: 8rem 0;
	display: flex;
	flex-direction: column;
	align-items: center;
	position: relative;
}
.top-policy > img {
	position: absolute;
	right: 9rem;
	bottom: -4rem;
	width: 14rem;
}
.top-policy p {
	font-size: 1.2rem;
	text-align: center;
	margin-top: 3rem;
	color: #fff;
}
@media screen and (max-width: 768px) {
	.top-policy {
		padding: 8rem 3rem 10rem 3rem;
	}
	.top-policy > img {
		right: 2rem;
		bottom: -3rem;
		width: 10rem;
	}
	.top-policy p {
		font-size: 1.4rem;
		text-align: left;
	}	
}



/* -------------------------------------------

menu

------------------------------------------- */
.top-menu {
	padding: 10rem 0;
	display: flex;
	flex-direction: column;
	align-items: center;
}
.top-menu h2 {
	display: flex;
	flex-direction: column;
	align-items: center;
	margin-bottom: 4rem;
	font-weight: 400;
}
.top-menu h2 img {
	width: 48rem;
	margin-bottom: 1rem;
}
.top-menu ul {
	width: 68rem;
	margin-bottom: 4rem;
}
.top-menu ul li:not(:last-child) {
	margin-bottom: 2.5rem;
}
.top-menu ul li a {
	display: flex;
	align-items: center;
	height: 20rem;
	font-family: var(--font-serif);
	font-size: 2.8rem;
	font-weight: 600;
	color: #fff;
}
.top-menu ul li:nth-child(1) a {
	background: url(../img/top-bg-2.jpg) no-repeat center / cover;
	color: var(--grey-1);
	padding-left: 9rem;
}
.top-menu ul li:nth-child(2) a {
	background: url(../img/top-bg-3.jpg) no-repeat center / cover;
	padding-right: 13rem;	
	justify-content: flex-end;
}
.top-menu ul li:nth-child(3) a {
	background: url(../img/top-bg-4.jpg) no-repeat center / cover;
	padding-left: 9rem;	
}
@media screen and (max-width: 768px) {
	.top-menu {
		padding: 8rem 3rem;
	}
	.top-menu h2 img {
		width: 100%;
	}
	.top-menu ul {
		width: 100%;
	}
	.top-menu ul li a {
		height: 15rem;
		font-size: 2.4rem;
	}
	.top-menu ul li:nth-child(1) a {
		padding-left: 3rem;
	}
	.top-menu ul li:nth-child(2) a {
		padding-right: 7rem;	
		justify-content: flex-end;
	}
	.top-menu ul li:nth-child(3) a {
		padding-left: 3rem;	
	}	
}



/* -------------------------------------------

delivery

------------------------------------------- */
.top-delivery {
	background: url(../img/texture-2.jpg) center top;
	background-size: 100% auto;
	color: #fff;
	position: relative;
}
.top-delivery > img {
	display: block;
	width: 12rem;
	position: absolute;
	left: 8rem;
	top: -7rem;
}
.top-delivery .wrap {
	display: flex;
	flex-direction: row-reverse;
}
.top-delivery .wrap > div.bg {
	width: 40%;
	background: url(../img/top-img-1.jpg) no-repeat center / cover;
}
.top-delivery .wrap > div:nth-of-type(2) {
	width: 60%;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	padding: 8rem 0 8rem 13%;
}
.top-delivery h2 {
	font-weight: 600;
	font-size: 3.6rem;
	font-family: var(--font-serif);
	line-height: 1;
}
.top-delivery .wrap p {
	margin: 3.5rem 0 3rem 0;
}
@media screen and (max-width: 768px) {
	.top-delivery > img {
		width: 8rem;
		left: 2rem;
		top: -4rem;
		z-index: 10;
	}
	.top-delivery .wrap {
		display: block;
	}
	.top-delivery .wrap > div.bg {
		width: 100%;
		background: none;
	}
	.top-delivery .wrap > div:nth-of-type(2) {
		width: 100%;
		padding: 4rem 3rem;
	}
	.top-delivery h2 {
		font-size: 3.2rem;
	}
	.top-delivery .wrap p {
		margin: 3rem 0 2.5rem 0;
	}
}
#loopslider,
#loopslider ul,
#loopslider ul li,
#loopslider img {
	height: 160px;
}
#loopslider ul li {
	width: 240px;
}
@media screen and (max-width: 768px) {
	#loopslider,
	#loopslider ul,
	#loopslider ul li,
	#loopslider img {
		height: 160px;
	}
	#loopslider ul li {
		width: 200px;
	}
}
#loopslider img {
	object-fit: cover;
}
#loopslider {
	margin: 0 auto;
	overflow: hidden;
	position: relative;
	text-align: left;
	width: 100%;
}
#loopslider ul {
	display: inline;
	float: left;
	overflow: hidden;
	margin: 0;
	padding: 0;
}
#loopslider ul li {
	display: inline;
	float: left;
	overflow: hidden;
}
#loopslider ul:after {
	content: ".";
	clear: both;
	display: block;
	height: 0;
	visibility: hidden;
}
#loopslider ul {
	display: inline-block;
	overflow: hidden;
}
@media screen and (max-width: 768px) {
	
}



/* -------------------------------------------

line

------------------------------------------- */
.top-line {
	background: var(--grey-1);
	padding: 10rem 0;
	display: flex;
	flex-direction: column;
	align-items: center;
}
.top-line ul {
	display: flex;
	justify-content: center;
	gap: 3rem
}
.top-line li {
	width: 28rem;
}
.top-line a {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 7.2rem
}
.top-line .line a {
	background: url(../img/arrow-wh.png) no-repeat center right 2rem;
	background-size: 1rem auto;
	background-color: #4cc764;
}
.top-line .qr {
	background: #fff;
	color: #4cc764;
	font-size: 1.3rem;
	font-weight: 500;
	display: flex;
	align-items: center;
	justify-content: center;	
	height: 7.2rem;
}
.top-line .line img {
	width: 6rem;
}
.top-line .qr img {
	width: 5.6rem;
	margin-left: 1rem;
}
@media screen and (max-width: 768px) {
	.top-line {
		padding: 8rem 3rem;
	}
	.top-line ul {
		flex-direction: column;
		width: 100%;
	}
	.top-line li {
		width: 100%;
	}
}



/* -------------------------------------------

access

------------------------------------------- */
.top-access {
	padding: 7rem 0;
	position: relative;
}
.top-access > img {
	position: absolute;
	right: 14rem;
	top: -1rem;
	width: 15rem;
	z-index: 10;
}
.top-access h2 {
	text-align: center;
	line-height: 1;
	font-family: var(--font-serif);
	font-weight: 500;
	font-size: 3.2rem;
	margin-bottom: 4rem;
}
.top-access figure {
	margin-bottom: 3rem;
	border: solid 0.6rem var(--prime);
}
.top-access .wrap {
	display: flex;
	flex-direction: row-reverse;	
	gap: 3rem
}
.top-access .wrap > * {
	width: calc((100% - 3rem) / 2);
}
.top-access .gmap {
	border: solid 0.6rem var(--prime);	
}
.top-access .gmap iframe {
	height: 100%;
}
table {
	width: 100%;
	background: #fff;
	border-collapse: collapse;
}
table th,
table td {
	vertical-align: middle;
	padding: 1.5rem 2rem;
	border: solid 0.2rem #e7e1d4;
}
table th {
	background: #c00000;
}
@media screen and (max-width: 768px) {
	.top-access {
		padding: 7rem 3rem;
	}
	.top-access > img {
		right: 2rem;
		top: -1.5rem;
		width: 8rem;
	}
	.top-access .wrap {
		flex-direction: column;
	}
	.top-access .wrap > * {
		width: 100%;
	}
	.top-access .gmap iframe {
		height: 32rem;
	}
	table tr {
		display: flex;
		flex-direction: column;
	}
	table th {
		text-align: left;
	}
	table th,
	table td {
		padding: 1rem 2rem;
	}
}



/* -------------------------------------------

instagram

------------------------------------------- */
.top-insta {
	padding: 8rem 0;
	border-top: solid 0.15rem var(--prime);
	border-bottom: solid 0.15rem var(--prime);
	background: var(--grey-1);	
}
.top-insta .wrap {
	margin: 0 auto;
	width: 80rem;
}
@media screen and (max-width: 768px) {
	.top-insta .wrap {
		padding: 0 3rem;
		width: auto;
	}
}
/* cms */
.CMS-INSTAGRAM-LIST {
    display: flex;
    flex-wrap: wrap;
    margin: 0 auto;
}
.CMS-INSTAGRAM-LIST > * {
    margin-right: 1rem;
	width: calc((100% - 2rem) / 3);
}
.CMS-INSTAGRAM-LIST > *:nth-of-type(3n) {
    margin-right: 0;
}
.CMS-INSTAGRAM-LIST > *:nth-of-type(n + 4) {
    margin-top: 1rem;
}
.CMS-INSTAGRAM-LIST > *:nth-of-type(n + 7) {
    display: none;
}



/* -------------------------------------------

cv

------------------------------------------- */
.cv {
	background: url(../img/top-bg-5.jpg) no-repeat center / cover;
	color: #fff;	
	display: flex;
	flex-direction: column;
	align-items: center;
	padding: 7rem 0;
}
.cv a {
	color: #fff;
}
.cv h2 {
	width: 56rem;
}
.cv dl {
	display: flex;
	flex-direction: column;
	align-items: center;
	line-height: 1;
	margin-top: 2rem;
	font-weight: bold;
}
.cv dt {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 1rem;
	font-size: 3.2rem;
	font-family: var(--font-serif);	
}
.cv dt::before,
.cv dt::after {
	content: "";
	width: 0.2rem;
	height: 4.2rem;
	background: #fff;
	margin-top: 1rem;
}
.cv dt::before {
	transform: rotate(-30deg);
	margin-right: 3rem;
}
.cv dt::after {
	transform: rotate(30deg);
	margin-left: 3rem;
}
.cv dd {
	display: flex;
	flex-direction: column;
	align-items: center;
}
.cv a {
	font-size: 7.2rem;
	font-family: var(--font-serif);
}
.cv dd span {
	border: solid 0.1rem #fff;
	font-weight: 500;
	padding: 1rem 2rem 1.15rem 2rem;
	margin-top: 2rem;
}
@media screen and (max-width: 768px) {
	.cv {
		padding: 7rem 3rem;
	}
	.cv h2 {
		width: 100%;
	}
	.cv dt {
		font-size: 2.4rem;
	}
	.cv dt::before,
	.cv dt::after {
		height: 3rem;
	}
	.cv dl {
		margin-top: 2rem;
	}
	.cv dd {
		display: flex;
		flex-direction: column;
		align-items: center;
	}
	.cv a {
		font-size: 4rem;
		font-family: var(--font-serif);
	}
	.cv dd span {
		padding: 1rem 1.5rem 1.15rem 1.5rem;
		margin-top: 2rem;
		font-size: 1.1rem;
	}	
}



/* -------------------------------------------

delivery

------------------------------------------- */
.delivery dt {
	font-weight: bold;
	margin-bottom: 0.5rem;
}
.delivery dt::before {
	content: "◆";
	color: var(--prime);
	margin-right: 0.5rem;
}
.delivery dd {
	margin-left: 1.5em;
}
.delivery dd:not(:last-of-type) {
	margin-bottom: 1.8rem;
}
.delivery strong {
	color: var(--red);
}
.delivery p a {
	color: var(--red);
}
.delivery p span {
	border-bottom: solid 0.15rem var(--red);
}
.delivery em {
	font-style: normal;
	font-size: 1.8rem;
}