@charset "UTF-8";



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

kv

------------------------------------------- */
.top-kv {
	position: relative;
}
#main {
	position: relative;
	overflow: hidden;
	width: 100%;
}
#main,
.CMS-NOT-EDITABLE-AREA {
	height: 64rem;
}
@media screen and (max-width: 768px) {
	#main,
	.CMS-NOT-EDITABLE-AREA {
		height: 48rem;
	}
}
.scroll {
    display: flex;
    align-items: center;
    position: absolute;
    z-index: 10;
    font-size: 1rem;
	color: #fff;
	left: 4rem;
	bottom: -7rem;
}
@media screen and (max-width: 768px) {
	.scroll {
		left: 1.5rem;
	}
}
.scroll span {
    margin-top: 0.6rem;
    width: 0.1rem;
    height: 7rem;
    background: #fff;
    animation: scroll infinite 1s;
	margin-right: 0.2rem;
}
@keyframes scroll {
    0% {
        transform: scale(1,1);
        transform-origin: bottom;
    }
    100% {
        transform: scale(1,0);
        transform-origin: bottom;
    }
}




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

news

------------------------------------------- */
.top-news {
    padding: 10rem 0;
	background: #000;
	color: #fff;
}
@media screen and (max-width: 768px) {
    .top-news {
        padding: 8rem 3rem;
    }   
}
/* ---- more ---- */
.top-news .more-wrap {
	margin-top: 5rem;
	display: flex;
	justify-content: center;
}
/* ---- 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;
}



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

about

------------------------------------------- */
.top-about {
	padding: 15rem 0;
	background: url(../img/deco-1.png) no-repeat right 4rem bottom 2rem;
	background-size: 22rem auto;
}
.top-about .wrap-1 {
	margin-bottom: 3rem;
	align-items: center;
}
.top-about .wrap-1,
.top-about .wrap-2 {
	display: flex;
	justify-content: space-between;
}
.top-about .wrap-1 > h2,
.top-about .wrap-2 > figure {
	width: 40%;
}
.top-about .wrap-1 > p,
.top-about .wrap-2 > div {
	width: 55%;
}
.top-about h2 {
	margin: 0;
	flex-direction: row;
	align-items: flex-end;
}
.top-about h2 .jp {
	margin-bottom: 0;
	margin-right: 1rem;
}
.top-about h2 .en {
	margin-bottom: 0.2rem;
	color: var(--prime);
}
.top-about .wrap-1 > p {
	font-size: 1.8rem;
	font-weight: 500;
	line-height: 1.6;
}
.top-about .more-wrap {
	margin: 4rem 0 0 0;
}
@media screen and (max-width: 768px) {
	.top-about {
		padding: 10rem 3rem;
		background: url(../img/deco-1.png) no-repeat right 1rem bottom 1rem;
		background-size: 18rem auto;
	}
	.top-about .wrap-1,
	.top-about .wrap-2 {
		display: block;
	}
	.top-about .wrap-1 > h2,
	.top-about .wrap-2 > figure {
		width: 100%;
	}
	.top-about .wrap-2 > figure {
		margin-bottom: 2rem;
	}	
	.top-about .wrap-1 > p,
	.top-about .wrap-2 > div {
		width: 100%;
	}
	.top-about h2 {
		margin: 0;
		margin-bottom: 4rem;
	}
	.top-about .wrap-1 > p {
		font-size: 1.7rem;
	}
}



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

store

------------------------------------------- */
.top-store {
	background: #000;
	color: #fff;
	padding: 12rem 0;
}
.top-store a {
	color: #fff;
}
.top-store li:not(:last-child) {
	margin-bottom: 12rem;
}
.top-store h3 {
	font-weight: normal;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 30rem;
	margin-bottom: 5rem;
	font-size: 2.8rem;
}
.top-store li:nth-child(1) h3 {
	background: url(../img/top-bg-1.jpg) no-repeat center / cover;	
}
.top-store li:nth-child(2) h3 {
	background: url(../img/top-bg-2.jpg) no-repeat center / cover;	
}
.top-store li:nth-child(3) h3 {
	background: url(../img/top-bg-3.jpg) no-repeat center / cover;	
}
.top-store .wrap {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
}
.top-store .more-wrap {
	margin-top: 3rem;
}
.top-store .wrap > div {
	width: 40%;
}
.top-store .wrap > dl {
	width: 55%;
}
.top-store .gmap iframe {
	height: 30rem;
}
@media screen and (max-width: 768px) {
	.top-store {
		padding: 8rem 0;
	}
	.top-store li:not(:last-child) {
		margin-bottom: 8rem;
	}
	.top-store h3 {
		height: 18rem;
		margin-bottom: 3rem;
		font-size: 2.6rem;
	}
	.top-store li:nth-child(1) h3 {
		background: url(../img/top-bg-1.jpg) no-repeat center / cover;	
	}
	.top-store li:nth-child(2) h3 {
		background: url(../img/top-bg-2.jpg) no-repeat center / cover;	
	}
	.top-store li:nth-child(3) h3 {
		background: url(../img/top-bg-3.jpg) no-repeat center / cover;	
	}
	.top-store .wrap {
		padding: 0 3rem;
		flex-direction: column;
		align-items: center;
	}
	.top-store .more-wrap {
		margin-top: 2rem;
		order: 3;
		display: flex;
		justify-content: center;
	}
	.top-store .wrap > div {
		width: 100%;
		display: contents;
	}
	.top-store .wrap > dl {
		width: 100%;
	}
}



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

gallery

------------------------------------------- */
.top-gallery {
	padding: 10rem 0;
	background: url(../img/texture-2.jpg) center top;
	background-size: 100% auto;
}
.top-gallery .more {
	margin: 0 auto;
}
@media screen and (max-width: 768px) {
	.top-gallery {
		padding: 8rem 0;
	}
}
/* ---- slider ---- */
#loopslider,
#loopslider ul,
#loopslider ul li,
#loopslider img {
	height: 180px;
}
#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 figure {
	padding: 0 0.2rem; 
}
#loopslider img {
	object-fit: cover;
	
}
#loopslider {
	margin: 0 auto 6rem 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;
}



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

aside

------------------------------------------- */
aside {
	padding: 10rem 0;
	background: #000;
	display: flex;
	justify-content: center;
	color: #fff;
}
aside > * {
	width: 42rem;
	border: solid 0.1rem #fff;
	padding: 6rem 4rem;
	display: flex;
	flex-direction: column;
}
aside .heading-1 {
	margin-bottom: 0;
}
aside p {
	margin: 2.5rem 0 4rem 0;
}
aside .more {
	margin: 0 auto;
}
.top-recruit {
	margin-right: 4rem;
	background: url(../img/top-bg-4.jpg) no-repeat center / cover;
}
.top-contact {
	background: url(../img/top-bg-5.jpg) no-repeat center / cover;
}
@media screen and (max-width: 768px) {
	aside {
		padding: 6rem 3rem;
		display: block;
	}
	aside > * {
		width: 100%;
		padding: 4rem 3rem;
	}
	aside .more {
		margin: 0 auto;
	}
	.top-recruit {
		margin-right: 0;
		margin-bottom: 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;
	display: flex;
	align-items: center;
}
@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(255,255,255,1);
    border: none;
    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.3rem 0.7rem 0.45rem 0.7rem;
    vertical-align: 0.1rem;
	border-radius: 10rem;
}
@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);
}
