@charset "UTF-8";


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

kv

------------------------------------------- */
.top-kv {
	position: relative;
}
/* slider */
.top-kv-slider > *,
.CMS-NOT-EDITABLE-AREA {
	height: 52rem;
}
.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 > *,
	.CMS-NOT-EDITABLE-AREA {
		height: 48rem;
	}
}
.scroll {
    position: absolute;
    left: 3rem;
    bottom: -4.5rem;
    display: flex;
    align-items: center;
    z-index: 3;
    font-size: 1rem;
    font-weight: 500;
}
.scroll span {
    width: 0.1rem;
    height: 5.5rem;
    background: #000;
    margin-right: 0.3rem;
    margin-top: 0.5rem;
    animation: scroll infinite 1s;
	left: 4rem;
	bottom: -4rem;
}
@media screen and (max-width: 768px) {
	.scroll {
		left: 1.5rem;
	}
}
@keyframes scroll {
    0% {
        transform: scale(1,1);
        transform-origin: bottom;
    }
    100% {
        transform: scale(1,0);
        transform-origin: bottom;
    }
}




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

about

------------------------------------------- */
.top-about {
	padding: 12rem 0;
	display: flex;
	flex-direction: column;
	align-items: center;
	background: url(../img/top-bg-1.jpg) no-repeat right bottom;
	background-size: 55% auto;
}
.top-about .wrap {
	display: flex;
	flex-direction: row-reverse;
	height: 34rem;
	margin-bottom: 6rem;
}
.top-about .wrap h2 {
	font-weight: normal;
	font-size: 2rem;
	margin-left: 6rem;
	letter-spacing: 0.2em;
}
.top-about .wrap p {
	line-height: 2.8;
}
@media screen and (max-width: 768px) {
	.top-about {
		padding: 12rem 0 10rem 0;
		background-size: 120% auto;
	}
	.top-about .wrap {
		height: 34rem;
	}
	.top-about .wrap h2 {
		margin-left: 3.5rem;
	}
	.top-about .wrap p {
		line-height: 2.2;
	}	
}



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

news

------------------------------------------- */
.top-news {
    padding: 8rem 0;
	background: var(--grey);
}
.top-news .wrap {
	display: flex;
	align-items: center;
}
.top-news .wrap > div:nth-of-type(2) {
	padding-left: 5rem;
}
.top-news .more {
    margin: 4rem auto 0 auto;
}
@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) {
		display: contents;
	}
	.top-news .wrap > div:nth-of-type(2) {
		padding-left: 0;
	}
	.top-news .more-wrap {
		order: 3;
	}
}
/* cms */
.top-news .CMS-NEWS-INDEX {
    padding-bottom: 0;
}
.top-news .CMS-NEWS-MORE-READ {
    display: none;
}



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

repair

------------------------------------------- */
.top-repair {
	padding: 10rem 0;
	background: url(../img/top-bg-2.jpg) no-repeat center / cover;
}
.top-repair ul li {
	display: flex;
	align-items: flex-end;
}
.top-repair ul li > figure {
	width: 55%;
}
.top-repair ul li > div {
	width: 45%;
}
.top-repair ul li:nth-child(even) {
	flex-direction: row-reverse;
}
.top-repair ul li:not(:last-child) {
	margin-bottom: 6rem;
}
.top-repair h3 {
	padding-left: 2rem;
	display: flex;
	align-items: center;
	margin-bottom: 1rem;
}
.top-repair h3 .jp {
	font-size: 2.4rem;
	letter-spacing: 0.2em;
}
.top-repair h3 .en {
	font-size: 2.2rem;
	font-weight: normal;
	font-family: var(--font-en);
	color: #848484;
	margin-top: 1rem;
	margin-left: 1.5rem;
}
.top-repair .txt {
	background: #fff;
	width: 40rem;
	display: flex;
	flex-direction: column;
	align-items: flex-end;
	padding: 3rem;
	position: relative;
}
.top-repair p {
	margin-bottom: 2rem;
}
.top-repair li:nth-child(1) .txt {
	left: -4rem;
}
.top-repair li:nth-child(2) > div {
	padding-left: 18rem;
}
@media screen and (max-width: 768px) {
	.top-repair {
		padding: 8rem 0;
		background: url(../img/top-bg-2.jpg) no-repeat top right -10rem / cover;		
	}
	.top-repair ul li {
		display: block;
	}
	.top-repair ul li > figure {
		width: 100%;
		margin-bottom: 1.6rem;
	}
	.top-repair ul li > div {
		width: 100%;
		padding: 0 2rem;
	}
	.top-repair ul li:not(:last-child) {
		margin-bottom: 4rem;
	}
	.top-repair h3 {
		padding: 0;
		justify-content: center;
		margin-bottom: 1.7rem;
	}
	.top-repair h3 .en {
		font-size: 1.8rem;
	}
	.top-repair .txt {
		width: 100%;
		align-items: center;
		padding: 3rem;
	}
	.top-repair p {
		margin-bottom: 2rem;
	}
	.top-repair li:nth-child(1) .txt {
		left: auto;
	}
	.top-repair li:nth-child(2) > div {
		padding: 0 2rem;
	}	
}



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

sale

------------------------------------------- */
.top-sale {
	padding: 10rem 0;
}
.top-sale .wrap {
	border: solid 0.12rem #848484;
}
.top-sale .wrap::before {
	content: "";
	width: 24rem;
	height: 3rem;
	background: #fff;
	position: absolute;
	left: calc(50% - 12rem);
	top: -1rem;
}
.top-sale h2 {
	position: relative;
	top: -1.5rem;
	z-index: 10;
}
.top-sale .wrap > div {
	padding: 0 5rem 4rem 5rem;
	display: flex;
	align-items: center;
	gap: 4rem;
	margin-top: -4rem;
}
.top-sale .wrap > div > * {
	flex: 1;
}
.top-sale .wrap > div > div {
	display: flex;
	flex-direction: column;
	align-items: flex-end;
}
.top-sale p {
	margin-bottom: 3rem;
}
@media screen and (max-width: 768px) {
	.top-sale {
		padding: 6rem 3rem;
	}
	.top-sale .wrap > div {
		padding: 0 2rem 3rem 3rem;
		flex-direction: column;
		gap: 2rem;
		margin-top: -2rem;
	}
	.top-sale .wrap > div > * {
		flex: none;
		width: 100%;
	}
	.top-sale .wrap > div > div {
		align-items: center;
	}
	.top-sale p {
		margin-bottom: 2.5rem;
	}	
}



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

gallery

------------------------------------------- */
.top-gallery {
	padding: 8rem 0;
	background: url(../img/top-bg-3.jpg) no-repeat center / cover;
}
@media screen and (max-width: 768px) {
	.top-gallery {
		padding: 8rem 0;
	}
}
#loopslider,
#loopslider ul,
#loopslider ul li,
#loopslider img {
	height: 160px;
}
#loopslider ul li {
	width: 220px;
}
@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 figure {
	padding: 0 0.5rem;
}
#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;
}



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

contact

------------------------------------------- */
.contact {
	color: #fff;
	background: url(../img/top-bg-4.jpg) no-repeat center / cover;
	padding: 10rem 0;
	display: flex;
	flex-direction: column;
	align-items: center;
}
.contact h2 {
	text-align: center;
	line-height: 1;
	font-size: 2.6rem;
	border-bottom: solid 0.15rem #fff;
	padding-bottom: 2rem;
	width: 80%;
}
.contact p {
	margin: 2.5rem 0 3rem 0;
	text-align: center;
}
.contact ul {
	display: flex;
	justify-content: center;
	gap: 3rem;
}
.contact ul a {
	width: 28rem;
	height: 6.4rem;
	border: solid 0.12rem #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
}
.contact ul .tel img {
	width: 3.8rem;
	margin-right: 1rem;
}
.contact ul .tel span {
	display: flex;
	flex-direction: column;
	line-height: 1;
	font-weight: bold;
	font-size: 2.4rem;
}
.contact ul .tel span i {
	font-weight: normal;
	font-size: 0.9rem;
	margin-bottom: 0.5rem;
}
.contact ul .form a {
	font-weight: bold;
	font-size: 1.6rem;
	padding-bottom: 0.15rem;
}
@media screen and (max-width: 768px) {
	.contact {
		padding: 8rem 3rem;
		background: url(../img/top-bg-4.jpg) no-repeat left -10rem center / cover;		
	}
	.contact h2 {
		text-align: center;
		line-height: 1;
		font-size: 2.6rem;
		border-bottom: solid 0.15rem #fff;
		padding-bottom: 2rem;
		width: 100%;
	}
	.contact ul {
		flex-direction: column;
		gap: 2rem;
	}
	.contact ul li {
		width: 100%;
	}
	.contact ul a {
		text-decoration: none;
		width: 32rem;
	}
	.contact ul .tel span i {
		font-size: 1.2rem;
	}
}



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

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%;
}
@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: '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;
    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);
}