@charset "UTF-8";



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

kv

------------------------------------------- */
.top-kv {
	position: relative;
}
/* ---- slider ---- */
.top-kv-slider > * {
	height: 56rem;
}
.top-kv-slider > *:nth-of-type(1) {
	background: url(../img/top-kv-1.jpg) no-repeat center / cover;
}
.top-kv-slider > *:nth-of-type(2) {
	background: url(../img/top-kv-2.jpg) no-repeat center / cover;
}
.top-kv-slider > *:nth-of-type(3) {
	background: url(../img/top-kv-3.jpg) no-repeat center / cover;
}
@media screen and (max-width: 768px) {
	.top-kv-slider > * {
		height: 36rem;
	}
}
.CMS-NOT-EDITABLE-AREA {
	height: 56rem;
}
@media screen and (max-width: 768px) {
	.CMS-NOT-EDITABLE-AREA {
		height: 36rem;
	}
}



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

news

------------------------------------------- */
.top-news {
    padding: 10rem 0;
}
@media screen and (max-width: 768px) {
    .top-news {
        padding: 10rem 3rem;
    }   
}
/* ---- wrap ---- */
.top-news .wrap {
	display: flex;
	align-items: center;
}
.top-news .wrap > div:nth-of-type(1) {
	width: 22rem;
}
.top-news .wrap > div:nth-of-type(2) {
	width: calc(100% - 22rem);
	padding-left: 6rem;
}
@media screen and (max-width: 768px) {
	.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%;
		margin-bottom: 0;
		padding-left: 0;
	}
	.top-news .more-wrap {
		order: 3;
		margin-top: 4rem;
	}
}
/* ---- cms ---- */
.top-news .CMS-NEWS-INDEX {
    padding-bottom: 0;
}
.top-news .CMS-NEWS-MORE-READ {
    display: none;
}



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

company

------------------------------------------- */
.top-company {
	background: 
		url(../img/deco-1.png) no-repeat right 6rem top 9rem,
		url(../img/deco-1.png) no-repeat left 6rem bottom 9rem,
		url(../img/texture-3.jpg) center top;
	background-size: 
		24rem auto,
		24rem auto,
		88rem auto;
	padding: 10rem 0;
	display: flex;
	flex-direction: column;
	align-items: center;
}
/* ---- p ---- */
.top-company p {
	text-align: center;
	font-size: 1.5rem;
	margin-bottom: 6rem;
}
@media screen and (max-width: 768px) {
	.top-company {
		background: 
			url(../img/deco-1.png) no-repeat right 2rem top 2rem,
			url(../img/deco-1.png) no-repeat left 2rem bottom 2rem,
			url(../img/texture-3.jpg) center top;
		background-size: 
			16rem auto,
			16rem auto,
			88rem auto;
	}
	.top-company p {
		text-align: left;
		padding: 0 3rem;
		font-size: 1.5rem;
		margin-bottom: 6rem;
	}
}



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

concept

------------------------------------------- */
.top-concept {
    padding: 10rem 0;
}
.top-concept h2 + p {
	width: 80rem;
	margin: 0 auto 4rem auto;
	text-align: center;
	font-weight: bold;
	border-top: solid 0.12rem #000;
	border-bottom: solid 0.12rem #000;
	font-size: 1.45rem;
	padding: 1.5rem 0 1.6rem 0;
}
@media screen and (max-width: 768px) {
	.top-concept {
		padding: 10rem 3rem;
	}
	.top-concept h2 + p {
		width: auto;
	}	
}
/* ---- ul ---- */
.top-concept ul {
	display: flex;
	justify-content: space-between;
	margin-bottom: 5rem;
}
.top-concept ul li {
	width: 31%;
}
.top-concept dt {
	margin: 2.5rem 0 2rem 0;
	font-weight: bold;
	font-size: 1.6rem;
	color: var(--prime);
	line-height: 1;
}
@media screen and (max-width: 768px) {
	.top-concept ul {
		display: block;
	}
	.top-concept ul li {
		width: 100%;
	}
	.top-concept ul li:not(:last-child) {
		margin-bottom: 4rem;
	}
	.top-concept dt {
		font-size: 2rem;
	}
}



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

item

------------------------------------------- */
.top-item {
    padding: 10rem 0;
	background: 
		url(../img/deco-2.png) no-repeat left 8rem top 8rem,
		url(../img/deco-2.png) no-repeat right 3rem bottom 3rem,
		url(../img/texture-2.jpg) left top;
	background-size: 
		18rem auto,
		18rem auto,
		124rem auto;
}
.top-item h2 {
	margin-bottom: 8rem;
}
@media screen and (max-width: 768px) {
	.top-item {
		padding: 10rem 3rem;
		background: 
			url(../img/deco-2.png) no-repeat left 2rem top 2rem,
			url(../img/deco-2.png) no-repeat right 2rem bottom 2rem,
			url(../img/texture-2.jpg) left top;
		background-size: 
			14rem auto,
			14rem auto,
			124rem auto;
	}
	.top-item h2 {
		margin-bottom: 4rem;
	}
}
/* ---- wrap ---- */
.top-item .wrap {
	display: flex;
	flex-direction: row-reverse;
}
.top-item .wrap > * {
	width: 50%;
}
.top-item .wrap > div {
	padding-right: 5rem;
}
.top-item h3 {
	font-size: 2rem;
	font-weight: 500;
	letter-spacing: 0.15em;
	line-height: 1.6;
}
.top-item p {
	margin: 2rem 0 4rem 0;
}
.top-item .more {
	margin: 0;
}
@media screen and (max-width: 768px) {
	.top-item .wrap {
		display: block;
	}
	.top-item .wrap > * {
		width: 100%;
	}
	.top-item .wrap > div {
		padding-right: 0;	
		margin-top: 3rem;
	}
	.top-item .more {
		margin: 0 auto;
	}
}



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

mochimaki

------------------------------------------- */
.top-mochimaki {
	padding: 10rem 0 5rem 0;
}
@media screen and (max-width: 768px) {
	.top-mochimaki {
		padding: 10rem 3rem;
	}
}
/* ---- wrap ---- */
.top-mochimaki .wrap {
	display: flex;
}
.top-mochimaki .wrap > figure {
	width: 65%;
}
.top-mochimaki .wrap > div {
	width: 35%;
}
.top-mochimaki .wrap > div > div:nth-of-type(1) {
	display: flex;
	flex-direction: row-reverse;
	margin-bottom: 6rem;
}
.top-mochimaki .more {
	margin: 0 0 0 auto;
}
.top-mochimaki h2 {
	font-size: 2.5rem;
	letter-spacing: 0.15em;
	margin-left: 3.5rem;
}
.top-mochimaki p {
	font-weight: bold;
	font-size: 1.5rem;
}
.top-mochimaki p strong {
	color: var(--red);
}
@media screen and (max-width: 768px) {
	.top-mochimaki .wrap {
		display: block;
	}
	.top-mochimaki .wrap > figure {
		width: 100%;
		margin-bottom: 3rem;
	}
	.top-mochimaki .wrap > div {
		width: 100%;
	}
	.top-mochimaki .wrap > div > div:nth-of-type(1) {
		display: flex;
		flex-direction: row-reverse;
		margin-bottom: 4rem;
		justify-content: center;
	}
	.top-mochimaki .more {
		margin: 0 auto;
	}
}



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

contact

------------------------------------------- */
.top-contact {
	background: url(../img/top-bg-1.jpg) no-repeat center / cover;
	padding: 6rem 0;
}
@media screen and (max-width: 768px) {
	.top-contact {
		padding: 3rem;
	}
}
.top-contact h2 {
	font-size: 2.6rem;
	letter-spacing: 0.1em;
}
/* ---- wrap ---- */
.top-contact .wrap {
	background: 
		url(../img/deco-3.png) no-repeat center left 4rem,
		url(../img/deco-4.png) no-repeat center right 4rem;
	background-size: 12rem auto;
	background-color: rgba(255,255,255,0.9);
	padding: 4rem 0;
	display: flex;
	flex-direction: column;
	align-items: center;
}
.top-contact p {
	width: 50rem;
	margin: 2rem 0 3rem 0;
}
@media screen and (max-width: 768px) {
	.top-contact .wrap {
		background: 
			url(../img/deco-3.png) no-repeat left 1.5rem top 1.5rem,
			url(../img/deco-4.png) no-repeat right 1.5rem bottom 1.5rem;
		background-size: 9rem auto;
		background-color: rgba(255,255,255,0.9);
		padding: 10rem 0;
	}
	.top-contact p {
		width: auto;
		padding: 0 3rem;
	}	
}



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

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%;
	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: none;
    padding: 2rem;
    width: 70%;
}
.CMS-FORM-GROUP textarea {
    -webkit-appearance: none;
    appearance: none;
    border: none;
    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: 'Noto Serif JP', serif;
    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: var(--prime);
    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;
    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);
}



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

contact

------------------------------------------- */
.contact-tel p {
	background: url(../img/texture-3.jpg) center top;
	background-size: 88rem auto;
	padding: 2rem;
}
a.tel {
	display: flex;
	justify-content: center;
	color: var(--prime);
	font-weight: bold;
	font-size: 2.8rem;
	line-height: 1;
	margin-bottom: 2rem;
	text-decoration: none !important;
}
a.tel i {
	margin-right: 0.8rem;
	font-size: 2rem;
	margin-top: 0.6rem;
}
.faq-list dt {
	display: flex;
	align-items: center;
	font-weight: 500;
	background: rgba(255,255,255,0.6);
	padding: 1rem 2rem;
	margin-bottom: 1.7rem;
	border-left: solid 0.25rem var(--prime);
}
.faq-list dt span:nth-child(1) {
	font-size: 2.4rem;
	color: var(--prime);
	padding-bottom: 0.6rem;
}
.faq-list dt span:nth-child(2) {
	font-size: 1.6rem;
	padding-left: 1.5rem;
}
.faq-list dd {
	padding: 0 2rem;
	line-height: 2;
}
.faq-list dd:not(:last-of-type) {
	margin-bottom: 4rem;
}



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

mochimaki

------------------------------------------- */
.mochimaki-summary .wrap p {
	font-size: 1.6rem;
	line-height: 1.7;
	font-weight: 500;
	margin-top: 3rem;
}
.mochimaki-summary .wrap p strong {
	color: var(--red);
}
.mochimaki-order {
	margin-top: 2rem;
	background: rgba(255,255,255,0.6);
	padding: 2rem;
	display: flex;
	align-items: center;
}
.mochimaki-order dt {
	background: var(--prime);
	color: #fff;
	padding: 0.5rem 2rem 0.6rem 2rem;
}
.mochimaki-order dd {
	font-size: 1.6rem;
	padding-left: 2rem;
}
@media screen and (max-width: 768px) {
	.mochimaki-order {
		display: block;
	}
	.mochimaki-order dt {
		margin-bottom: 0.5rem;
		text-align: center;
	}
	.mochimaki-order dd {
		font-size: 1.6rem;
		padding-left: 0;
		text-align: center;
	}
}



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

menu

------------------------------------------- */
.menu-list li {
	display: flex;
}
.menu-list li:not(:last-child) {
	margin-bottom: 4rem;
}
.menu-list li figure {
	width: 30%;
}
.menu-list li figure img {
	aspect-ratio: 4 / 3;
	object-fit: cover;
}
.menu-list li > dl {
	width: 70%;
	padding-left: 3rem;
}
.menu-list li dl dt {
	font-size: 1.9rem;
	margin-bottom: 1rem;
	font-weight: 500;
}
.menu-list li dl dd {
	font-size: 1.3rem;
	line-height: 1.8;
}

.menu-list .more-wrap{
    margin-top: 1.3rem;
}



@media screen and (max-width: 768px) {
	.menu-list li {
		display: block;
	}
	.menu-list li figure {
		width: 100%;
		margin-bottom: 1.5rem;
	}
	.menu-list li dl {
		width: 100%;
		padding-left: 0;
	}
}



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

instagram

------------------------------------------- */
.top-insta {
	padding: 8rem 0;
}
/* ---- wrap ---- */
.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;
}

.fixed_btn {
    display: flex;
    flex-direction: column;
    row-gap: 2rem;
    position: fixed;
    transform: translateY(-50%);
    top: 50%;
    right: 0;
    z-index: 1000;
}

.fixed_btn-item {
    background: url(../img/bg-btn.jpg) repeat center;
    width: max(50px, 7.4rem);
    border-radius: 1rem 0 0 1rem;
}

.fixed_btn-item a {
    width: 100%;
    color: #fff;
    writing-mode: vertical-rl;
    text-orientation: sideways;
    display: flex;
    align-items: center;
    column-gap: 2.3rem;
    padding: 4.2rem 0;
}

.fixed_btn-item p {
    font-size: max(18px, 2.7rem);
    font-weight: 700;
    letter-spacing: 0.05em;
    line-height: 1.2;
    display: flex;
    flex-direction: column;
}

@media (max-width: 767px) {
        .fixed_btn {
        width: 100%;
        height: max(65px, 8rem);
        flex-direction: row;
        transform: none;
        top: auto;
        bottom: 0;
        z-index: 10;
    }
    .fixed_btn-item a {
        width: 100%;
        height: 100%;
        writing-mode: horizontal-tb;
        justify-content: center;
        padding: 1rem;
        text-decoration: none;
    }
    
    .fixed_btn-item p {
    font-size: max(18px, 2.7rem);
    font-weight: 700;
    letter-spacing: 0.05em;
    line-height: 1.2;
    display: flex;
    flex-direction: column;
}
        .fixed_btn-item {
        width: 100%;
        height: 100%;
        border-radius: 1rem 1rem 0 0;
    }
}
