@charset "UTF-8";



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

kv

------------------------------------------- */
.top-kv {
	position: relative;
}
/* ---- wrap ---- */
.top-kv .wrap {
	position: absolute;
	right: 20rem;
	bottom: 12rem;
	z-index: 3;
	font-size: 3.2rem;
	text-shadow: 0 0 0.8rem #fff,0 0 0.8rem #fff,0 0 0.8rem #fff,0 0 0.8rem #fff;
}
@media screen and (max-width: 768px) {
	.top-kv .wrap {
		right: 1.5rem;
		bottom: 9rem;
		font-size: 3rem;
	}
}
/* ---- img ---- */
.top-kv img {
	width: 12rem;
	position: absolute;
	right: 8rem;
	bottom: 2rem;
	z-index: 3;
}
@media screen and (max-width: 768px) {
	.top-kv img {
		width: 10rem;
		right: 2rem;
	}
}
/* ---- main ---- */
#main {
	position: relative;
	overflow: hidden;
	width: 100%;
}
#main,
.CMS-NOT-EDITABLE-AREA {
	height: 60rem;
}
@media screen and (max-width: 768px) {
	#main,
	.CMS-NOT-EDITABLE-AREA {
		height: 40rem;
	}
}



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

about

------------------------------------------- */
.top-about {
	display: flex;
}
.top-about > * {
	width: 50%;
}
.top-about > *:nth-of-type(1) {
	background: url(../img/top-bg-1.jpg) no-repeat center / cover;
	padding: 4rem 0;
}
.top-about > *:nth-of-type(1) figure {
	width: 88%;
	margin-left: auto;
	position: relative;
	right: -6rem;
}
.top-about > *:nth-of-type(2) {
	background: url(../img/top-bg-2.jpg) no-repeat center / cover;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}
.top-about > *:nth-of-type(2) > div:nth-of-type(1) {
	margin-bottom: 8rem;
	display: flex;
	flex-direction: row-reverse;
}
.top-about h2 {
	width: 9rem;
	margin-left: 4rem;
}
.top-about p {
	color: #fff;
	padding-top: 5rem;
	line-height: 2.4;
	letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
	.top-about {
		display: block;
	}
	.top-about > * {
		width: 100%;
	}
	.top-about > *:nth-of-type(1) {
		padding: 0;
	}
	.top-about > *:nth-of-type(1) figure {
		width: 80%;
		margin: 0 auto;
		right: auto;
		bottom: -3.5rem;
	}
	.top-about > *:nth-of-type(2) {
		padding: 4rem 0;
	}
	.top-about > *:nth-of-type(2) > div:nth-of-type(1) {
		margin-bottom: 4rem;
	}
	.top-about h2 {
		width: 10rem;
		margin-left: 3rem;
	}
	.top-about p {
		line-height: 2.2;
	}
}



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

cook

------------------------------------------- */
.top-cook {
	background: url(../img/top-bg-4.jpg) no-repeat center / cover;
	padding-top: 8rem;
}
@media screen and (max-width: 768px) {
	.top-cook {
		padding-top: 6rem;
	}
}
/* ---- wrap-1 ---- */
.top-cook .wrap-1 {
	width: 52rem;
	height: 66.6rem;
	background: url(../img/frame-1.png) no-repeat;
	background-size: 100% auto;
	margin: 0 auto 10rem auto;
	display: flex;
	align-items: center;
	flex-direction: column;
	justify-content: center;
}
.top-cook h2 {
	width: 13rem;
}
.top-cook .wrap-1 ul {
	display: flex;
	flex-direction: row-reverse;
	margin: 3rem 0 6rem 0;
}
.top-cook .wrap-1 ul li:not(:last-child) {
	margin-left: 2.5rem;
	font-size: 1.6rem;
}
.top-cook .wrap-1 ul li {
	display: flex;
	align-items: center;
	font-weight: bold;
}
.top-cook .wrap-1 ul li > span:nth-child(1) {
	text-orientation: upright;
	margin-bottom: 1rem;
	width: 2.5rem;
	height: 4rem;
	background: url(../img/bg-rice.png) no-repeat;
	background-size: 100% auto;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	padding-top: 0.4rem;
	padding-right: 0.2rem;
}
@media screen and (max-width: 768px) {
	.top-cook .wrap-1 {
		width: 36rem;
		height: 46.1rem;
		margin: 0 auto 6rem auto;
	}
	.top-cook h2 {
		width: 8rem;
	}
	.top-cook .wrap-1 ul {
		display: flex;
		flex-direction: row-reverse;
		margin: 1.2rem 0 2.5rem 0;
	}
	.top-cook .wrap-1 ul li:not(:last-child) {
		margin-left: 2rem;
		font-size: 1.5rem;
	}
	.top-cook .wrap-1 ul li > span:nth-child(1) {
		width: 2rem;
		height: 3.2rem;
	}
}
/* ---- wrap-2 ---- */
.top-cook .wrap-2 {
	display: flex;
	width: 72rem;
	margin: 0 auto;
	align-items: flex-end;
}
.top-cook .wrap-2 > div {
	width: 60%;
	display: flex;
	justify-content: flex-start;
	padding-bottom: 10rem;
}
.top-cook .wrap-2 > figure {
	width: 40%;
}
.top-cook .wrap-2 > div p {
	font-family: var(--font-shippori);
	font-size: 3.2rem;
	color: #fff;
	display: flex;
	flex-direction: column;
	align-items: flex-end;	
}
.top-cook .wrap-2 > div p img {
	width: 6rem;
}
@media screen and (max-width: 768px) {
	.top-cook .wrap-2 {
		flex-direction: column;
		align-items: center;
		width: 100%;
		padding: 0 3rem;
	}
	.top-cook .wrap-2 > div {
		width: 100%;
		justify-content: center;
		padding-bottom: 0;
	}
	.top-cook .wrap-2 > figure {
		width: 80%;
		margin-top: -5rem;
	}
	.top-cook .wrap-2 > div p {
		font-size: 2.6rem;
	}
}



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

access

------------------------------------------- */
.top-access {
	padding: 8rem 0;
	background: url(../img/top-bg-3.jpg) center top;
	background-size: 100% auto;
}
@media screen and (max-width: 768px) {
	.top-access {
		padding: 8rem 3rem;
	}
}
/* ---- wrap ---- */
.top-access .wrap {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 0 10rem;
}
.top-access .wrap > figure {
	width: 47%;
}
.top-access .wrap > div {
	width: 47%;
}
.top-access .detail {
	margin-bottom: 5rem;
}
.top-access .detail dl {
	display: flex;
	flex-wrap: wrap;
}
.top-access .detail dl dt {
	width: 12rem;
}
.top-access .detail dl dd {
	width: calc(100% - 12rem);
}
.top-access .detail ul {
	display: flex;
	flex-wrap: wrap;
}
.top-access .detail ul li:not(:last-child) {
	margin-left: 1rem;
}
.top-access .ttl-wrap {
	display: flex;
	justify-content: flex-start;
}
@media screen and (max-width: 768px) {
	.top-access .wrap {
		flex-direction: column;
		padding: 0;
	}
	.top-access .wrap > figure {
		width: 100%;
		margin-bottom: 1.5rem;
	}
	.top-access .wrap > div {
		width: 100%;
		display: contents;
	}
	.top-access .wrap > div .ttl-wrap {
		order: -3;
	}
}



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

news

------------------------------------------- */
.top-news {
    padding: 10rem 0;
	background: url(../img/bg-texture-2.jpg) repeat-x center top;
	background-size: auto 1.7rem;
}
@media screen and (max-width: 768px) {
    .top-news {
        padding: 9.7rem 3rem 8rem 3rem;
    }   
}
/* ---- more ---- */
.top-news .more {
    margin: 4rem auto 0 auto;
}
/* ---- cms ---- */
.top-news .CMS-NEWS-INDEX {
    padding-bottom: 0;
}
.top-news .CMS-NEWS-MORE-READ {
    display: none;
}



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

contact

------------------------------------------- */
/* ---- address ---- */
.top-contact address {
	background: var(--prime);
	display: flex;
	flex-direction: column;
	align-items: center;
	padding: 4.5rem 0;
	text-align: center;
	color: #fff;
}
.top-contact address img {
	width: 8rem;
	margin-bottom: 2.5rem;
}
/* ---- wrap ---- */
.top-contact .wrap {
	background: url(../img/top-bg-3.jpg) center top;
	background-size: 100% auto;
	padding: 8rem 0;
}
/* ---- ul ---- */
.top-contact ul {
	width: 56rem;
	margin: 0 auto 6rem auto;
	display: flex;
	justify-content: space-between;
}
.top-contact ul li:nth-child(1) {
	width: 60%;
}
.top-contact ul li:nth-child(2) {
	width: 35%;
}
.top-contact ul a {
	border: solid 0.25rem var(--grey);
	display: flex;
	align-items: center;
	justify-content: center;
	height: 8.8rem;
	position: relative;
	font-weight: bold;
	font-size: 2rem;
	text-decoration: none;
}
.top-contact ul a::before {
	content: "";
	box-sizing: border-box;
	width: calc(100% - 1rem);
	height: calc(100% - 1rem);
	position: absolute;
	left: 0.5rem;
	top: 0.5rem;
	border: solid 0.15rem var(--grey);
}
.top-contact ul a img {
	width: 3rem;
	margin-right: 1.5rem;
}
@media screen and (max-width: 768px) {
	.top-contact ul {
		width: 100%;
		padding: 0 3rem;
		display: block;
	}
	.top-contact ul li:nth-child(1) {
		width: 100%;
		margin-bottom: 1.5rem;
	}
	.top-contact ul li:nth-child(2) {
		width: 100%;
	}
}
/* ---- div ---- */
.top-contact .wrap > div {
	width: 56rem;
	margin: 0 auto;
}
.top-contact .wrap > div a {
	background: url(../img/top-bg-5.jpg) no-repeat center / cover;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 15rem;
	color: #fff;
	font-size: 2.4rem;
	font-weight: bold;
	letter-spacing: 0.15em;
}
.top-contact .wrap > div a::before {
	content: "";
	box-sizing: border-box;
	width: calc(100% - 1.5rem);
	height: calc(100% - 1.5rem);
	position: absolute;
	left: 0.75rem;
	top: 0.75rem;
	border: solid 0.15rem #fff;
}
@media screen and (max-width: 768px) {
	.top-contact .wrap > div {
		width: 100%;
		padding: 0 3rem;
	}
	.top-contact .wrap > div a {
		height: 13rem;
	}
}



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

form

------------------------------------------- */
.CMS-FORM-GROUP {
    display: flex;
    align-items: center;
}
@media screen and (max-width: 768px) {
    .CMS-FORM-GROUP {
        display: block;
    }
}
.CMS-FORM-GROUP:not(:last-of-type) {
    margin-bottom: 4rem;
}
.CMS-FORM-GROUP > label {
    width: 30%;
	color: var(--prime);
	font-family: var(--font-shippori);
	font-weight: bold;
}
@media screen and (max-width: 768px) {
    .CMS-FORM-GROUP label {
        width: 100%;
        display: block;
        margin-bottom: 1rem;
    }
}
.CMS-FORM-INPUT,
.CMS-FORM-EMAIL {
    -webkit-appearance: none;
    appearance: none;
    border: #ddd solid 1px;
    padding: 2rem;
    width: 70%;
}
.CMS-FORM-GROUP textarea {
    -webkit-appearance: none;
    appearance: none;
    border: #ddd solid 1px;
    width: 70%;
    height: 16rem;
    padding: 2rem;
}
@media screen and (max-width: 768px) {
    .CMS-FORM-INPUT,
    .CMS-FORM-EMAIL,
    .CMS-FORM-GROUP textarea {
        width: 100%;
    }
}
/* ---- radio ---- */
.CMS-FORM-RADIO {
    flex-direction: column;
    display: flex;
    flex-wrap: wrap;
    white-space: nowrap;
    width: 70%;
}
.CMS-FORM-RADIO > div:not(:last-of-type) {
    margin-right: 2.5rem;
    margin-bottom: 1.2rem;
}
.CMS-FORM-RADIO > div {
    display: flex;
    align-items: center;
    width: calc(100% - 18px);
}
.CMS-FORM-RADIO > div label {
    margin-left: 0.5rem;
    margin-top: 0.3rem;
}
_::-webkit-full-page-media, _:future, :root .CMS-FORM-RADIO > div label {
    margin-top: 0;
}
@media screen and (max-width: 768px) {
    .CMS-FORM-RADIO {
        display: block;
        width: 100%;
        white-space:unset;
    }
    .CMS-FORM-RADIO > div:not(:last-of-type) {
        margin-bottom: 1.2rem;
    }
    .CMS-FORM-RADIO > div label {
        width: calc(100% - 24px);
    }
    _::-webkit-full-page-media, _:future, :root .CMS-FORM-RADIO > div label {
        margin-top: 0.7rem;
    }   
}
input[type="radio"] {
    position: relative;
    width: 18px;
    height: 18px;
    background: rgba(245,245,245,1);
    border: solid 1px #ddd;
    border-radius: 50%;
    vertical-align: -2px;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
}
input[type="radio"]:checked:before {
    content: "";
    background: var(--prime);
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 9px;
    height: 9px;
}
@media screen and (max-width: 768px) {
    input[type="radio"] {
        width: 24px;
        height: 24px;
    }
    input[type="radio"]:checked:before {
        width: 12px;
        height: 12px;
    }
}


/* ---- submit ---- */
.CMS-FORM-GROUP input[type="submit"] {
    background: var(--prime);
    color: #fff;
    display: block;
	font-family: var(--font-shippori);
    font-size: 1.6rem;
    margin: 0 auto;
    padding: 1.6rem 0 1.75rem 0;
    transition: all .3s;
    width: 24rem;
}
.CMS-FORM-GROUP input[type="submit"]:hover {
    cursor: pointer;
    opacity: 0.5;
}
input[type="submit"] {
    -webkit-appearance: button;
    appearance: button;
    border: none;
    border-radius: 0;
}
input[type="submit"]::-webkit-search-decoration {
    display: none;
}
@media screen and (max-width: 768px) {
    .CMS-FORM-GROUP input[type="submit"] {
        width: 100%;
        font-size: 1.7rem;
    }   
}
/* ---- calendar ---- */
input[type="date"] {
    -webkit-appearance: none;
    appearance: none;
    background: #fff;
    border: #ddd solid 1px;
    font-size: 1.4rem;
    font-weight: normal;
    padding: 2rem;
    width: 70%;
}
@media screen and (max-width: 768px) {
    input[type="date"] {
        width: 100%;
    }
}
/* ---- select ---- */
.select-wrap {
    position: relative;
    width: 70%;
}
.select-wrap::before {
    content: "";
    width: 0.6rem;
    height: 0.6rem;
    border-right: solid 0.15rem #333;
    border-bottom: solid 0.15rem #333;
    transform: rotate(45deg);
    position: absolute;
    right: 1.2rem;
    top: calc(50% - 0.6rem);
    z-index: 10;
}
select {
    appearance: none;
    background: #fff;
    border: solid 1px #ccc;
    border-radius: 0;
    color: #000;
    font-size: 1.4rem;
    padding: 1.6rem 4rem 1.5rem 1.5rem;
    position: relative;
    width: 100%;
}
@media screen and (max-width: 768px) {
    .select-wrap {
        width: 100%;
    }
}
/* ---- required ---- */
.required {
    background: rgba(180,0,0,1);
    color: #fff;
    font-size: 1rem;
    font-weight: normal;
    line-height: 1;
    margin-left: 1.0rem;
    padding: 0.2rem 0.7rem 0.35rem 0.7rem;
    vertical-align: 0.1rem;
}
/* <span class="required">必須</span> */
@media screen and (max-width: 768px) {
    .CMS-FORM-GROUP input:focus,
    .CMS-FORM-GROUP textarea:focus {
        font-size: 16px;
    }
}



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

privacy

------------------------------------------- */
.privacy {
    background: #fff;
    border: 1px solid #ddd;
    font-size: 1.2rem;
    height: 20rem;
    overflow: auto;
    padding: 1.7rem 2rem;
}
.privacy-note {
    font-size: 1.2rem;
    margin: 5rem 0 2rem 0;
}



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

thanx

------------------------------------------- */
.thanx {
    text-align: center;
}
@media screen and (max-width: 768px) {
    .thanx {
        text-align: left;
    }
}
.back {
    display: block;
    text-align: center;
}
.back a {
    color: var(--prime);
}



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

cook

------------------------------------------- */
.cook p {
	mix-blend-mode: multiply;
}



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

access

------------------------------------------- */
.access-delivery p {
	text-align: center;
}
.access-delivery figure {
	margin: 1.5rem 0 3rem 0;
}
.access-delivery ul {
	display: flex;
	margin-bottom: 2rem;
	justify-content: space-between;
}
.access-delivery ul li {
	width: 49%;
}
.access-delivery ul li a {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 6.8rem;
	background: #fff;
	border: solid 0.2rem var(--grey);
	font-weight: bold;
	font-size: 1.8rem;
}
.access-delivery ul li a img {
	width: 2.4rem;
	margin-right: 1rem;
}
@media screen and (max-width: 768px) {
	.access-delivery p {
		text-align: left;
	}
	.access-delivery ul {
		display: block;
	}
	.access-delivery ul li {
		width: 100%;
	}
	.access-delivery ul li:not(:last-child) {
		margin-bottom: 1rem;
	}	
}



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

company

------------------------------------------- */
.company .sig {
	display: block;
	text-align: right;
	margin-top: 3rem;
}
.company .sig i {
	font-size: 1.8rem;
	margin-left: 1rem;
}
.company-policy p {
	font-size: 1.8rem;
	font-family: var(--font-shippori);
}



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

faq

------------------------------------------- */
.faq-list dt {
	display: flex;
	align-items: center;
	margin-bottom: 0.5rem;
	font-size: 2rem;
	font-family: var(--font-shippori);
	font-weight: bold;
	color: #a7975a;
}
.faq-list dt > span:nth-child(1),
.faq-list dd > span:nth-child(1) {
	font-weight: bold;
	font-size: 2.4rem;
	font-family: var(--font-shippori);
}
.faq-list dd {
	display: flex;
	padding-left: 4rem;
}
.faq-list dt > span:nth-child(2) {
	line-height: 1.4;
}
.faq-list dt > span:nth-child(2),
.faq-list dd > span:nth-child(2) {
	padding-left: 1.5rem;
}
.faq-list dd > span:nth-child(2) {
	padding-top: 0.6rem;
	font-size: 1.6rem;
}
.faq-list dd:not(:last-of-type) {
	margin-bottom: 3rem;
	padding-bottom: 3rem;
	border-bottom: dotted 0.2rem var(--prime);
}
.faq-list dd a {
	color: var(--prime);
	text-decoration: underline;
}
@media screen and (max-width: 768px) {
	.faq-list dd {
		padding-left: 0;
	}
}



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

sitemap

------------------------------------------- */
.sitemap .container > div {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.sitemap .container > div > ul {
	width: calc(100% / 3);
}
.sitemap .container > div > ul:nth-of-type(n + 4) {
	margin-top: 6rem;
}
.sitemap .container > div > ul > li {
	font-weight: bold;
}
.sitemap .container > div > ul > li:not(:last-child) {
	margin-bottom: 1rem;
}
.sitemap .container > div > ul ul {
	margin-top: 1rem;
	font-weight: normal;
	border-left: solid 0.12rem var(--grey);
	padding-left: 1.5rem;
}
.sitemap .container > div > ul ul li:not(:last-child) {
	margin-bottom: 0.5rem;
}



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

item

------------------------------------------- */
.item .more {
	margin-left: auto;
}
@media screen and (max-width: 768px) {
	.item .more {
		margin: 0 auto;
	}
}